[check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/armadillo/versions. meta.description for armadillo is: C++ linear algebra library meta.homepage for armadillo is: https://arma.sourceforge.net ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 12.8.1 with grep in /nix/store/1zwifpjzkdppzrimin61ajyd66l13alw-armadillo-12.8.1 - found 12.8.1 in filename of file in /nix/store/1zwifpjzkdppzrimin61ajyd66l13alw-armadillo-12.8.1 ---
Rebuild report (if merged into master) (click to expand) ``` 57 total rebuild path(s) 57 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile armadillo cloudcompare entwine gdal gmt gnss-sdr gplates grass haskellPackages.hgdal in-formant mapcache mapnik mapproxy mapserver merkaartor mysql-workbench octavePackages.mapping openmolcas openorienteering-mapper paraview pdal perl536Packages.Tirex perl538Packages.Tirex python311Packages.bsuite python311Packages.cartopy python311Packages.django-bootstrap4 python311Packages.fiona python311Packages.folium python311Packages.gdal python311Packages.geopandas python311Packages.osmnx python311Packages.plotnine python311Packages.pygmt python311Packages.python-mapnik python311Packages.rasterio python311Packages.wktutils python311Packages.worldengine python312Packages.django-bootstrap4 python312Packages.fiona python312Packages.folium python312Packages.gdal python312Packages.geopandas python312Packages.pygmt python312Packages.rasterio python312Packages.worldengine pytrainer qgis qgis-ltr ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1zwifpjzkdppzrimin61ajyd66l13alw-armadillo-12.8.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A armadillo https://github.com/r-ryantm/nixpkgs/archive/e86c4f4f0e6803b9edc6c03a28ccb48643126b54.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e86c4f4f0e6803b9edc6c03a28ccb48643126b54#armadillo ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1zwifpjzkdppzrimin61ajyd66l13alw-armadillo-12.8.1 ls -la /nix/store/1zwifpjzkdppzrimin61ajyd66l13alw-armadillo-12.8.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @juliendehos @knedlsepp 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/292920 [result] Success updating armadillo 12.8.0 -> 12.8.1 https://repology.org/project/armadillo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.grpcio, using log file: /var/log/nixpkgs-update/python312Packages.grpcio/2024-03-03.log python312Packages.grpcio 1.60.1 -> 1.62.0 https://repology.org/project/python:grpcio/versions attrpath: python312Packages.grpcio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/27hqi3cv7jbcs8df3lw0rq09b4ngywaw-packages.json.drv building '/nix/store/27hqi3cv7jbcs8df3lw0rq09b4ngywaw-packages.json.drv'... Going to be running update for following packages: - python3.12-grpcio-1.60.1 Press Enter key to continue... Running update for: - python3.12-grpcio-1.60.1: UPDATING ... - python3.12-grpcio-1.60.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio/default.nix b/pkgs/development/python-modules/grpcio/default.nix index 497a4d725e50..934ac1077ce4 100644 --- a/pkgs/development/python-modules/grpcio/default.nix +++ b/pkgs/development/python-modules/grpcio/default.nix @@ -18,11 +18,11 @@ buildPythonPackage rec { pname = "grpcio"; format = "setuptools"; - version = "1.60.1"; + version = "1.62.0"; src = fetchPypi { inherit pname version; - hash = "sha256-3R06jR0uUK2bWeEKp/B8fRvis2fz8tM8X63pbtVGCWI="; + hash = "sha256-dISWr5I4rHjc2YzOZUIfGtzijDl5OT42CWg/zX84gNc="; }; outputs = [ "out" "dev" ]; No auto update branch exists Old version 1.60.1" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , grpc , six , protobuf , enum34 ? null , futures ? null , isPy27 , pkg-config , cython , c-ares , openssl , zlib }: buildPythonPackage rec { pname = "grpcio"; format = "setuptools"; version = "1.62.0"; src = fetchPypi { inherit pname version; hash = "sha256-dISWr5I4rHjc2YzOZUIfGtzijDl5OT42CWg/zX84gNc="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ cython pkg-config ]; buildInputs = [ c-ares openssl zlib ]; propagatedBuildInputs = [ six protobuf ] ++ lib.optionals (isPy27) [ enum34 futures ]; preBuild = '' export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="$NIX_BUILD_CORES" if [ -z "$enableParallelBuilding" ]; then GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=1 fi '' + lib.optionalString stdenv.isDarwin '' unset AR ''; GRPC_BUILD_WITH_BORING_SSL_ASM = ""; GRPC_PYTHON_BUILD_SYSTEM_OPENSSL = 1; GRPC_PYTHON_BUILD_SYSTEM_ZLIB = 1; GRPC_PYTHON_BUILD_SYSTEM_CARES = 1; # does not contain any tests doCheck = false; enableParallelBuilding = true; pythonImportsCheck = [ "grpc" ]; meta = with lib; { description = "HTTP/2-based RPC framework"; license = licenses.asl20; homepage = "https://grpc.io/grpc/python/"; maintainers = with maintainers; [ ]; }; } [result] Failed to update python312Packages.grpcio 1.60.1 -> 1.62.0 https://repology.org/project/python:grpcio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.grpcio-tools, using log file: /var/log/nixpkgs-update/python312Packages.grpcio-tools/2024-03-03.log python312Packages.grpcio-tools 1.60.1 -> 1.62.0 https://repology.org/project/python:grpcio-tools/versions attrpath: python312Packages.grpcio-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/bz91hv908qvxanshjjxh89l2jwnybbqc-packages.json.drv building '/nix/store/bz91hv908qvxanshjjxh89l2jwnybbqc-packages.json.drv'... Going to be running update for following packages: - python3.12-grpcio-tools-1.60.1 Press Enter key to continue... Running update for: - python3.12-grpcio-tools-1.60.1: UPDATING ... - python3.12-grpcio-tools-1.60.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio-tools/default.nix b/pkgs/development/python-modules/grpcio-tools/default.nix index 0437e16a8923..62eae894a267 100644 --- a/pkgs/development/python-modules/grpcio-tools/default.nix +++ b/pkgs/development/python-modules/grpcio-tools/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "grpcio-tools"; - version = "1.60.1"; + version = "1.62.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-2ggiSrhnXG1GS5iL2MoCzM0r8Cdbzu/o9iGb/UpPXoU="; + hash = "sha256-f8puz7vwVJBYuyncxuQ12IW4eNB3Aed6xY4eH1kXNtw="; }; postPatch = '' No auto update branch exists Old version 1.60.1" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, protobuf, grpcio, setuptools }: buildPythonPackage rec { pname = "grpcio-tools"; version = "1.62.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-f8puz7vwVJBYuyncxuQ12IW4eNB3Aed6xY4eH1kXNtw="; }; postPatch = '' substituteInPlace setup.py \ --replace 'protobuf>=4.21.6,<5.0dev' 'protobuf' ''; outputs = [ "out" "dev" ]; enableParallelBuilding = true; propagatedBuildInputs = [ protobuf grpcio setuptools ]; # no tests in the package doCheck = false; pythonImportsCheck = [ "grpc_tools" ]; meta = with lib; { description = "Protobuf code generator for gRPC"; license = licenses.asl20; homepage = "https://grpc.io/grpc/python/"; maintainers = with maintainers; [ ]; }; } [result] Failed to update python312Packages.grpcio-tools 1.60.1 -> 1.62.0 https://repology.org/project/python:grpcio-tools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flexmock, using log file: /var/log/nixpkgs-update/python311Packages.flexmock/2024-03-03.log python311Packages.flexmock 0 -> 1 attrpath: python311Packages.flexmock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8pp334cb7faxs7swz2m5y5l80cgr5nf4-packages.json.drv building '/nix/store/8pp334cb7faxs7swz2m5y5l80cgr5nf4-packages.json.drv'... Going to be running update for following packages: - python3.11-flexmock-0.11.3 Press Enter key to continue... Running update for: - python3.11-flexmock-0.11.3: UPDATING ... - python3.11-flexmock-0.11.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flexmock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ntfy-sh, using log file: /var/log/nixpkgs-update/ntfy-sh/2024-03-03.log ntfy-sh 0 -> 1 attrpath: ntfy-sh 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] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2xm45bqq2fli8v5bvd96g1nsf6bwqkrf-packages.json.drv building '/nix/store/2xm45bqq2fli8v5bvd96g1nsf6bwqkrf-packages.json.drv'... Going to be running update for following packages: - ntfy-sh-2.8.0 Press Enter key to continue... Running update for: - ntfy-sh-2.8.0: UPDATING ... - ntfy-sh-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ntfy-sh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.composable_kernel, using log file: /var/log/nixpkgs-update/rocmPackages.composable_kernel/2024-03-03.log rocmPackages.composable_kernel 0 -> 1 attrpath: rocmPackages.composable_kernel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/h59hm1yi999svs1ssp9myhqnji46gkv5-update.sh.drv /nix/store/2991xlnvxvp4m6xvivwna2yjshhydf0v-packages.json.drv building '/nix/store/h59hm1yi999svs1ssp9myhqnji46gkv5-update.sh.drv'... building '/nix/store/2991xlnvxvp4m6xvivwna2yjshhydf0v-packages.json.drv'... Going to be running update for following packages: - composable_kernel-5.7.1 Press Enter key to continue... Running update for: - composable_kernel-5.7.1: UPDATING ... - composable_kernel-5.7.1: ERROR --- SHOWING ERROR LOG FOR composable_kernel-5.7.1 ---------------------- 'rocmPackages_5.composable_kernel' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.composable_kernel'. --- SHOWING ERROR LOG FOR composable_kernel-5.7.1 ---------------------- The update script for composable_kernel-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.composable_kernel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ddcui, using log file: /var/log/nixpkgs-update/ddcui/2024-03-03.log ddcui 0.4.2 -> 0.5.4 https://github.com/rockowitz/ddcui/releases attrpath: ddcui Checking auto update branch... An auto update branch exists with message `ddcui: 0.4.2 -> 0.5.4`. New version is 0.5.4. An auto update branch exists with an equal or greater version [result] Failed to update ddcui 0.4.2 -> 0.5.4 https://github.com/rockowitz/ddcui/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath woeusb-ng, using log file: /var/log/nixpkgs-update/woeusb-ng/2024-03-03.log woeusb-ng 0 -> 1 attrpath: woeusb-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/ndbdapy40ln0fjr8xrfn64wfgllxh0xk-packages.json.drv building '/nix/store/ndbdapy40ln0fjr8xrfn64wfgllxh0xk-packages.json.drv'... Going to be running update for following packages: - woeusb-ng-0.2.12 Press Enter key to continue... Running update for: - woeusb-ng-0.2.12: UPDATING ... - woeusb-ng-0.2.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update woeusb-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.glances-api, using log file: /var/log/nixpkgs-update/python311Packages.glances-api/2024-03-03.log python311Packages.glances-api 0 -> 1 attrpath: python311Packages.glances-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/bd8isjd34qc8pfznicqibjxp26d8l52b-packages.json.drv building '/nix/store/bd8isjd34qc8pfznicqibjxp26d8l52b-packages.json.drv'... Going to be running update for following packages: - python3.11-glances-api-0.5.1 Press Enter key to continue... Running update for: - python3.11-glances-api-0.5.1: UPDATING ... - python3.11-glances-api-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.glances-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.lcd-i2c, using log file: /var/log/nixpkgs-update/python311Packages.lcd-i2c/2024-03-03.log python311Packages.lcd-i2c 0 -> 1 attrpath: python311Packages.lcd-i2c Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8dmdsz9nzgrp25szfybs8d4ziaysrhlp-packages.json.drv building '/nix/store/8dmdsz9nzgrp25szfybs8d4ziaysrhlp-packages.json.drv'... Going to be running update for following packages: - python3.11-lcd-i2c-0.2.3 Press Enter key to continue... Running update for: - python3.11-lcd-i2c-0.2.3: UPDATING ... - python3.11-lcd-i2c-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lcd-i2c 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cartopy, using log file: /var/log/nixpkgs-update/python311Packages.cartopy/2024-03-03.log python311Packages.cartopy 0 -> 1 attrpath: python311Packages.cartopy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0jw9yyh72byms1k8f9nc3dvxqa8q18q6-packages.json.drv building '/nix/store/0jw9yyh72byms1k8f9nc3dvxqa8q18q6-packages.json.drv'... Going to be running update for following packages: - python3.11-cartopy-0.22.0 Press Enter key to continue... Running update for: - python3.11-cartopy-0.22.0: UPDATING ... - python3.11-cartopy-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cartopy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-i18nfield, using log file: /var/log/nixpkgs-update/python311Packages.django-i18nfield/2024-03-03.log python311Packages.django-i18nfield 0 -> 1 attrpath: python311Packages.django-i18nfield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dn4bpwripyrb0fwijlzb03ys7cvwga4y-packages.json.drv building '/nix/store/dn4bpwripyrb0fwijlzb03ys7cvwga4y-packages.json.drv'... Going to be running update for following packages: - python3.11-django-i18nfield-1.9.4 Press Enter key to continue... Running update for: - python3.11-django-i18nfield-1.9.4: UPDATING ... - python3.11-django-i18nfield-1.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-i18nfield 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cliff, using log file: /var/log/nixpkgs-update/python311Packages.cliff/2024-03-03.log python311Packages.cliff 0 -> 1 attrpath: python311Packages.cliff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h5qm4d4h8qhmb91sldqgkz8jdqyik9md-packages.json.drv building '/nix/store/h5qm4d4h8qhmb91sldqgkz8jdqyik9md-packages.json.drv'... Going to be running update for following packages: - python3.11-cliff-4.4.0 Press Enter key to continue... Running update for: - python3.11-cliff-4.4.0: UPDATING ... - python3.11-cliff-4.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cliff/default.nix b/pkgs/development/python-modules/cliff/default.nix index 9715a41852b6..f36ccba9718f 100644 --- a/pkgs/development/python-modules/cliff/default.nix +++ b/pkgs/development/python-modules/cliff/default.nix @@ -17,12 +17,12 @@ buildPythonPackage rec { pname = "cliff"; - version = "4.4.0"; + version = "4.6.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-qo1ASqLWtNhjnGG9bcR6yzZW68P8Alsbe7B68rrveF8="; + hash = "sha256-LzjOi9HqSVjWbxWwZqxH5l1h9gC5MZuSHhLp6cvNmdA="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 62 > 25 [result] Failed to update python311Packages.cliff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-location, using log file: /var/log/nixpkgs-update/python311Packages.zope-location/2024-03-03.log python311Packages.zope-location 0 -> 1 attrpath: python311Packages.zope-location Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/avfgk0y5pql6yq1zhlyrxi1s1r2qs0w6-packages.json.drv building '/nix/store/avfgk0y5pql6yq1zhlyrxi1s1r2qs0w6-packages.json.drv'... Going to be running update for following packages: - python3.11-zope.location-4.3 Press Enter key to continue... Running update for: - python3.11-zope.location-4.3: UPDATING ... - python3.11-zope.location-4.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-location/default.nix b/pkgs/development/python-modules/zope-location/default.nix index 032e0c7be2b7..caefe5799b0e 100644 --- a/pkgs/development/python-modules/zope-location/default.nix +++ b/pkgs/development/python-modules/zope-location/default.nix @@ -6,11 +6,11 @@ buildPythonPackage rec { pname = "zope.location"; - version = "4.3"; + version = "5.0"; src = fetchPypi { inherit pname version; - hash = "sha256-Fx7tyKIOw6isJxOaqQzyd/93dy6gMrVLaicBp5J7OsU="; + hash = "sha256-AW/qk0uX2tKwimTqfy+8PeVduwdMRh9m2HHHC/OqrqU="; }; propagatedBuildInputs = [ zope-proxy ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 127 > 25 [result] Failed to update python311Packages.zope-location 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ripser, using log file: /var/log/nixpkgs-update/python311Packages.ripser/2024-03-03.log python311Packages.ripser 0 -> 1 attrpath: python311Packages.ripser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1x5jflkm8ndi77ri6cfzglk18nqi8b8y-packages.json.drv building '/nix/store/1x5jflkm8ndi77ri6cfzglk18nqi8b8y-packages.json.drv'... Going to be running update for following packages: - python3.11-ripser-0.6.7 Press Enter key to continue... Running update for: - python3.11-ripser-0.6.7: UPDATING ... - python3.11-ripser-0.6.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ripser/default.nix b/pkgs/development/python-modules/ripser/default.nix index 6e847e483636..c71d9f0a03fd 100644 --- a/pkgs/development/python-modules/ripser/default.nix +++ b/pkgs/development/python-modules/ripser/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "ripser"; - version = "0.6.7"; + version = "0.6.8"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-UuxI1bA6H8s2D9xWVwCecXEHkCV0rhkxuoooaer/a8A="; + hash = "sha256-J5ctOvGtmg/e2ls7fN59LR4AbHedC9gKk6f8jIDIoFI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/hy4aygk5w6qswpzk8xk9ilm6fbwcnmxg-python3.11-ripser-0.6.8" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.ripser is: A Lean Persistent Homology Library for Python meta.homepage for python311Packages.ripser is: https://ripser.scikit-tda.org meta.changelog for python311Packages.ripser is: https://github.com/scikit-tda/ripser.py/blob/0.6.8/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.6.8 with grep in /nix/store/hy4aygk5w6qswpzk8xk9ilm6fbwcnmxg-python3.11-ripser-0.6.8 - found 0.6.8 in filename of file in /nix/store/hy4aygk5w6qswpzk8xk9ilm6fbwcnmxg-python3.11-ripser-0.6.8 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.ripser python311Packages.scikit-tda ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hy4aygk5w6qswpzk8xk9ilm6fbwcnmxg-python3.11-ripser-0.6.8 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.ripser https://github.com/r-ryantm/nixpkgs/archive/195ca09137b27b327a56eaf73a40a385a70cd0ee.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/195ca09137b27b327a56eaf73a40a385a70cd0ee#python311Packages.ripser ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hy4aygk5w6qswpzk8xk9ilm6fbwcnmxg-python3.11-ripser-0.6.8 ls -la /nix/store/hy4aygk5w6qswpzk8xk9ilm6fbwcnmxg-python3.11-ripser-0.6.8/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
2 packages built:
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/292922 [result] Success updating python311Packages.ripser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.glyphsets, using log file: /var/log/nixpkgs-update/python311Packages.glyphsets/2024-03-03.log python311Packages.glyphsets 0 -> 1 attrpath: python311Packages.glyphsets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b6irp6s2j01ncl4v4hnbdakcgmyp9rkw-packages.json.drv building '/nix/store/b6irp6s2j01ncl4v4hnbdakcgmyp9rkw-packages.json.drv'... Going to be running update for following packages: - python3.11-glyphsets-0.6.11 Press Enter key to continue... Running update for: - python3.11-glyphsets-0.6.11: UPDATING ... - python3.11-glyphsets-0.6.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/glyphsets/default.nix b/pkgs/development/python-modules/glyphsets/default.nix index 98fdd3d9aa4c..faad1803632a 100644 --- a/pkgs/development/python-modules/glyphsets/default.nix +++ b/pkgs/development/python-modules/glyphsets/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "glyphsets"; - version = "0.6.11"; + version = "0.6.14"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-ACeD9O/kOE2we95gW4ak8504Y+azoqNyMeeVaWmEzak="; + hash = "sha256-lMRgchadgKyfFLw6ZF1sJAKBAK75zmw77L34MW9p7TI="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.glyphsets nix build failed. got build log for 'python311Packages.glyphsets' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/lg4g956pc4lmsql7xnrc5j8yrg5sc15v-glyphsets-0.6.14.tar.gz source root is glyphsets-0.6.14 setting SOURCE_DATE_EPOCH to timestamp 1708003612 of file glyphsets-0.6.14/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/zj6gj0v6m6lrvlwq7k60iv59hfz1bn1h-0001-relax-setuptools-scm-dep.patch patching file setup.py Hunk #1 FAILED at 55. 1 out of 1 hunk FAILED -- saving rejects to file setup.py.rej [result] Failed to update python311Packages.glyphsets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fend, using log file: /var/log/nixpkgs-update/fend/2024-03-03.log fend 0 -> 1 attrpath: fend 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/71fvfg8f9s03mfb4s2h8zh2iffin612g-packages.json.drv building '/nix/store/71fvfg8f9s03mfb4s2h8zh2iffin612g-packages.json.drv'... Going to be running update for following packages: - fend-1.4.3 Press Enter key to continue... Running update for: - fend-1.4.3: UPDATING ... - fend-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fend 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bandcamp-api, using log file: /var/log/nixpkgs-update/python311Packages.bandcamp-api/2024-03-03.log python311Packages.bandcamp-api 0 -> 1 attrpath: python311Packages.bandcamp-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/spq7j2g681l63vzvnvw5fxx88q3ib2yx-packages.json.drv building '/nix/store/spq7j2g681l63vzvnvw5fxx88q3ib2yx-packages.json.drv'... Going to be running update for following packages: - python3.11-bandcamp-api-0.2.3 Press Enter key to continue... Running update for: - python3.11-bandcamp-api-0.2.3: UPDATING ... - python3.11-bandcamp-api-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bandcamp-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.dissect-clfs, using log file: /var/log/nixpkgs-update/python311Packages.dissect-clfs/2024-03-03.log python311Packages.dissect-clfs 0 -> 1 attrpath: python311Packages.dissect-clfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k8pkjlggsby2m3m6nqcsh25x0g6i9am7-packages.json.drv building '/nix/store/k8pkjlggsby2m3m6nqcsh25x0g6i9am7-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-clfs-1.6 Press Enter key to continue... Running update for: - python3.11-dissect-clfs-1.6: UPDATING ... - python3.11-dissect-clfs-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-clfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.txzmq, using log file: /var/log/nixpkgs-update/python311Packages.txzmq/2024-03-03.log python311Packages.txzmq 0 -> 1 attrpath: python311Packages.txzmq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p472kg7aarjr3ixnmpzfg6iiin5b5fr1-packages.json.drv building '/nix/store/p472kg7aarjr3ixnmpzfg6iiin5b5fr1-packages.json.drv'... Going to be running update for following packages: - python3.11-txzmq-1.0.0 Press Enter key to continue... Running update for: - python3.11-txzmq-1.0.0: UPDATING ... - python3.11-txzmq-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.txzmq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqt6-charts, using log file: /var/log/nixpkgs-update/python311Packages.pyqt6-charts/2024-03-03.log python311Packages.pyqt6-charts 0 -> 1 attrpath: python311Packages.pyqt6-charts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8zc58z5mpcjalyrxlr84kj9kmbgy4qjd-packages.json.drv building '/nix/store/8zc58z5mpcjalyrxlr84kj9kmbgy4qjd-packages.json.drv'... Going to be running update for following packages: - python3.11-PyQt6_Charts-6.6.0 Press Enter key to continue... Running update for: - python3.11-PyQt6_Charts-6.6.0: UPDATING ... - python3.11-PyQt6_Charts-6.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqt6-charts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.intelhex, using log file: /var/log/nixpkgs-update/python311Packages.intelhex/2024-03-03.log python311Packages.intelhex 0 -> 1 attrpath: python311Packages.intelhex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3a0ndxp5pkgq50gblc1jrr3ciw5h8gbn-packages.json.drv building '/nix/store/3a0ndxp5pkgq50gblc1jrr3ciw5h8gbn-packages.json.drv'... Going to be running update for following packages: - python3.11-intelhex-2.3.0 Press Enter key to continue... Running update for: - python3.11-intelhex-2.3.0: UPDATING ... - python3.11-intelhex-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.intelhex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-metric-learning, using log file: /var/log/nixpkgs-update/python311Packages.pytorch-metric-learning/2024-03-03.log python311Packages.pytorch-metric-learning 0 -> 1 attrpath: python311Packages.pytorch-metric-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/z48wqa3n77aqs8yg6l5y3n90q1pn1n27-packages.json.drv building '/nix/store/z48wqa3n77aqs8yg6l5y3n90q1pn1n27-packages.json.drv'... Going to be running update for following packages: - python3.11-pytorch-metric-learning-2.4.1 Press Enter key to continue... Running update for: - python3.11-pytorch-metric-learning-2.4.1: UPDATING ... - python3.11-pytorch-metric-learning-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytorch-metric-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 @volth asked to not update xfce [result] Failed to update xfce.xfce4-namebar-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 pipreqs, using log file: /var/log/nixpkgs-update/pipreqs/2024-03-03.log pipreqs 0 -> 1 attrpath: pipreqs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zim89yv2r5rhhpgz8khyyfh8x5xz2raq-packages.json.drv building '/nix/store/zim89yv2r5rhhpgz8khyyfh8x5xz2raq-packages.json.drv'... Going to be running update for following packages: - pipreqs-0.4.13 Press Enter key to continue... Running update for: - pipreqs-0.4.13: UPDATING ... - pipreqs-0.4.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/pipreqs/default.nix b/pkgs/tools/misc/pipreqs/default.nix index 49062b3a5cb8..88a6d5cb36ab 100644 --- a/pkgs/tools/misc/pipreqs/default.nix +++ b/pkgs/tools/misc/pipreqs/default.nix @@ -4,11 +4,11 @@ with python3.pkgs; buildPythonApplication rec { pname = "pipreqs"; - version = "0.4.13"; + version = "0.5.0"; src = fetchPypi { inherit pname version; - hash = "sha256-oX8WeIC2khvjdTPOTIHdxuIrRlwQeq1VfbQ7Gt1WqZs="; + hash = "sha256-8zKY0jX/dt7zacuaNZTQhNm63HDOu6HoyycfzU/cAYM="; }; propagatedBuildInputs = [ yarg docopt ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pipreqs nix build failed. Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/47d609gb29f5p969991j7qrh170c9gvi-pipreqs-0.5.0.tar.gz source root is pipreqs-0.5.0 setting SOURCE_DATE_EPOCH to timestamp 1708277676 of file pipreqs-0.5.0/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 setuptoolsBuildPhase Traceback (most recent call last): File "/build/pipreqs-0.5.0/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update pipreqs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matrix-authentication-service, using log file: /var/log/nixpkgs-update/matrix-authentication-service/2024-03-03.log matrix-authentication-service 0.7.0 -> 0.8.0 https://github.com/matrix-org/matrix-authentication-service/releases attrpath: matrix-authentication-service Checking auto update 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 matrix-authentication-service 0.7.0 -> 0.8.0 https://github.com/matrix-org/matrix-authentication-service/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath otpclient, using log file: /var/log/nixpkgs-update/otpclient/2024-03-03.log otpclient 3.3.0 -> 3.5.0 https://github.com/paolostivanin/otpclient/releases attrpath: otpclient Checking auto update branch... An auto update branch exists with message `otpclient: 3.3.0 -> 3.4.1`. New version is 3.5.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/applications/misc/otpclient/default.nix b/pkgs/applications/misc/otpclient/default.nix index 15e2154bdfc0..328735d6d4a5 100644 --- a/pkgs/applications/misc/otpclient/default.nix +++ b/pkgs/applications/misc/otpclient/default.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "otpclient"; - version = "3.3.0"; + version = "3.5.0"; src = fetchFromGitHub { owner = "paolostivanin"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-ca0lGlpR9ynaGQPNLoe7/MegXcyRxLltF/65DJC3830="; + hash = "sha256-MiWEnyhHo6+3woWi4Vf75s+cfzJSPE0xdnvuPbsxrsc="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ha2in1rf4yl3zsqds6043pm42vdzs8f4-otpclient-3.5.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/paolostivanin/otpclient/releases. meta.description for otpclient is: Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP meta.homepage for otpclient is: https://github.com/paolostivanin/OTPClient meta.changelog for otpclient is: https://github.com/paolostivanin/OTPClient/releases/tag/v3.5.0 ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.5.0 with grep in /nix/store/ha2in1rf4yl3zsqds6043pm42vdzs8f4-otpclient-3.5.0 - found 3.5.0 in filename of file in /nix/store/ha2in1rf4yl3zsqds6043pm42vdzs8f4-otpclient-3.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath otpclient ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ha2in1rf4yl3zsqds6043pm42vdzs8f4-otpclient-3.5.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A otpclient https://github.com/r-ryantm/nixpkgs/archive/404c702b97b19e9c208d7ba1dfe9d67e9a46cd9a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/404c702b97b19e9c208d7ba1dfe9d67e9a46cd9a#otpclient ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ha2in1rf4yl3zsqds6043pm42vdzs8f4-otpclient-3.5.0 ls -la /nix/store/ha2in1rf4yl3zsqds6043pm42vdzs8f4-otpclient-3.5.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @alexbakker 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/287732 [result] Success updating otpclient 3.3.0 -> 3.5.0 https://github.com/paolostivanin/otpclient/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonref, using log file: /var/log/nixpkgs-update/python311Packages.jsonref/2024-03-03.log python311Packages.jsonref 0 -> 1 attrpath: python311Packages.jsonref Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b7afngl4jpfrf3s560b3zxbyxyp6fyp0-packages.json.drv building '/nix/store/b7afngl4jpfrf3s560b3zxbyxyp6fyp0-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonref-1.1.0 Press Enter key to continue... Running update for: - python3.11-jsonref-1.1.0: UPDATING ... - python3.11-jsonref-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonref 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydrawise, using log file: /var/log/nixpkgs-update/python311Packages.pydrawise/2024-03-03.log python311Packages.pydrawise 0 -> 1 attrpath: python311Packages.pydrawise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vq9iqnykznlwmz5jyd8bikd9zfaqmb9g-packages.json.drv building '/nix/store/vq9iqnykznlwmz5jyd8bikd9zfaqmb9g-packages.json.drv'... Going to be running update for following packages: - python3.11-pydrawise-2024.2.0 Press Enter key to continue... Running update for: - python3.11-pydrawise-2024.2.0: UPDATING ... - python3.11-pydrawise-2024.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydrawise/default.nix b/pkgs/development/python-modules/pydrawise/default.nix index 4ff553d1c392..2d3d12ca8749 100644 --- a/pkgs/development/python-modules/pydrawise/default.nix +++ b/pkgs/development/python-modules/pydrawise/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "pydrawise"; - version = "2024.2.0"; + version = "2024.3.0"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "dknowles2"; repo = "pydrawise"; rev = "refs/tags/${version}"; - hash = "sha256-eFjfO2lpRPgyTtzIutHqGIKC0SLKPBA4Pq0vhl9iCvs="; + hash = "sha256-sL0/LZ7ggUg2OGkIauNLHR7i3l3k4NGvyY2ea1O1m3E="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.pydrawise: 2024.2.0 -> 2024.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292890" [result] Failed to update python311Packages.pydrawise 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-whiskermenu-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.zodb, using log file: /var/log/nixpkgs-update/python311Packages.zodb/2024-03-03.log python311Packages.zodb 0 -> 1 attrpath: python311Packages.zodb Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r8qg69j0ph1a959x7msx68xbki5aldlm-packages.json.drv building '/nix/store/r8qg69j0ph1a959x7msx68xbki5aldlm-packages.json.drv'... Going to be running update for following packages: - python3.11-ZODB-5.8.1 Press Enter key to continue... Running update for: - python3.11-ZODB-5.8.1: UPDATING ... - python3.11-ZODB-5.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zodb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gay, using log file: /var/log/nixpkgs-update/gay/2024-03-03.log gay 0 -> 1 attrpath: gay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v4bfzl1vqwxg1fcd2s0m1pcr12v32nn0-packages.json.drv building '/nix/store/v4bfzl1vqwxg1fcd2s0m1pcr12v32nn0-packages.json.drv'... Going to be running update for following packages: - gay-1.2.9 Press Enter key to continue... Running update for: - gay-1.2.9: UPDATING ... - gay-1.2.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/gay/default.nix b/pkgs/tools/misc/gay/default.nix index d1129702f867..6b2ce3ba95d5 100644 --- a/pkgs/tools/misc/gay/default.nix +++ b/pkgs/tools/misc/gay/default.nix @@ -5,11 +5,11 @@ python3.pkgs.buildPythonApplication rec { pname = "gay"; - version = "1.2.9"; + version = "1.3.3"; src = fetchPypi { inherit pname version; - hash = "sha256-x+RVVgQvJwV5j7DLYS7AnXb4OMJ4v+l0awUuonQIgzY="; + hash = "sha256-nsNHqQQpD4401EhMKDq436clSw4wBJds/hU50GKq0yA="; }; meta = with lib; { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gay nix build failed. Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/jki9n0427gxidfgxsa2aymy1qg04jw7p-gay-1.3.3.tar.gz source root is gay-1.3.3 setting SOURCE_DATE_EPOCH to timestamp 1709089119 of file gay-1.3.3/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/gay-1.3.3/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update gay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mailsuite, using log file: /var/log/nixpkgs-update/python311Packages.mailsuite/2024-03-03.log python311Packages.mailsuite 0 -> 1 attrpath: python311Packages.mailsuite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ncp5qjb1jvdakh9zfsb96mww98x16sk1-packages.json.drv building '/nix/store/ncp5qjb1jvdakh9zfsb96mww98x16sk1-packages.json.drv'... Going to be running update for following packages: - python3.11-mailsuite-1.9.15 Press Enter key to continue... Running update for: - python3.11-mailsuite-1.9.15: UPDATING ... - python3.11-mailsuite-1.9.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mailsuite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath archivy, using log file: /var/log/nixpkgs-update/archivy/2024-03-03.log archivy 0 -> 1 attrpath: archivy Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/k9qzqymyx8n3mw7hvw4mzq18l73wqz2x-packages.json.drv building '/nix/store/k9qzqymyx8n3mw7hvw4mzq18l73wqz2x-packages.json.drv'... Going to be running update for following packages: - archivy-1.7.3 Press Enter key to continue... Running update for: - archivy-1.7.3: UPDATING ... - archivy-1.7.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update archivy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dateparser, using log file: /var/log/nixpkgs-update/python311Packages.dateparser/2024-03-03.log python311Packages.dateparser 0 -> 1 attrpath: python311Packages.dateparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p1h70ysjqgr8fdrapnl90zwh7prj5a9d-packages.json.drv building '/nix/store/p1h70ysjqgr8fdrapnl90zwh7prj5a9d-packages.json.drv'... Going to be running update for following packages: - python3.11-dateparser-1.2.0 Press Enter key to continue... Running update for: - python3.11-dateparser-1.2.0: UPDATING ... - python3.11-dateparser-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dateparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haguichi, using log file: /var/log/nixpkgs-update/haguichi/2024-03-03.log haguichi 0 -> 1 attrpath: haguichi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/36playkwmr1gd85ribi0pfxs1pphc5n0-packages.json.drv building '/nix/store/36playkwmr1gd85ribi0pfxs1pphc5n0-packages.json.drv'... Going to be running update for following packages: - haguichi-1.4.6 Press Enter key to continue... Running update for: - haguichi-1.4.6: UPDATING ... - haguichi-1.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update haguichi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath secretscanner, using log file: /var/log/nixpkgs-update/secretscanner/2024-03-03.log secretscanner 1.2.0 -> 2.0.1 https://github.com/deepfence/SecretScanner/releases attrpath: secretscanner Checking auto update 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-lB+fiSdflIYGw0hMN0a9IOtRcJwYEUPQqaeU7mAfSQs=" [golangModuleVersion] Replaced vendorHash with sha256-4DtcaSl36UI+U+I7W4tj0k2NSx9Ft3rM6WCO3IIaYuQ= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A secretscanner nix build failed. got build log for 'secretscanner' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/q4r2bvf1vwpadj5ibli9fdfl3i5axgxc-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 make: Entering directory '/build/source/agent-plugins-grpc' protoc --go_out=proto --go_opt=paths=source_relative \ --go-grpc_out=proto --go-grpc_opt=paths=source_relative \ --proto_path=proto \ proto/*.proto make: Leaving directory '/build/source/agent-plugins-grpc' Building subPackage . Building subPackage ./agent-plugins-grpc/srcgo main module (github.com/deepfence/SecretScanner) does not contain package github.com/deepfence/SecretScanner/agent-plugins-grpc/srcgo [result] Failed to update secretscanner 1.2.0 -> 2.0.1 https://github.com/deepfence/SecretScanner/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matrix-synapse-plugins.matrix-synapse-ldap3, using log file: /var/log/nixpkgs-update/matrix-synapse-plugins.matrix-synapse-ldap3/2024-03-03.log matrix-synapse-plugins.matrix-synapse-ldap3 0 -> 1 attrpath: matrix-synapse-plugins.matrix-synapse-ldap3 Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/5yy7561f6j4v97lnxx3d8wx7a9wfp45w-packages.json.drv building '/nix/store/5yy7561f6j4v97lnxx3d8wx7a9wfp45w-packages.json.drv'... Going to be running update for following packages: - python3.11-matrix-synapse-ldap3-0.2.2 Press Enter key to continue... Running update for: - python3.11-matrix-synapse-ldap3-0.2.2: UPDATING ... - python3.11-matrix-synapse-ldap3-0.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/matrix-synapse/plugins/ldap3.nix b/pkgs/servers/matrix-synapse/plugins/ldap3.nix index feac6f084726..9593a71b68e4 100644 --- a/pkgs/servers/matrix-synapse/plugins/ldap3.nix +++ b/pkgs/servers/matrix-synapse/plugins/ldap3.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "matrix-synapse-ldap3"; - version = "0.2.2"; + version = "0.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-s4jZVpNIbu9pra79D9noRGPVL+F7AhSgDvyqZptzy3Q="; + sha256 = "sha256-i7ZRcXMWTUucxE9J3kEdjOvbLnBdXdHqHzhzPEoAnh0="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A matrix-synapse-plugins.matrix-synapse-ldap3 nix build failed. Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/vzadwkmqmha62kj5pnb6gsc5ir073x16-matrix-synapse-ldap3-0.3.0.tar.gz source root is matrix-synapse-ldap3-0.3.0 setting SOURCE_DATE_EPOCH to timestamp 1698056311 of file matrix-synapse-ldap3-0.3.0/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/lrmaq0rvqfcmy2hq2qgg8ccic7hjl28z-c65e8cbd27a5cd935ce12e7c4b92143cdf795c86.patch patching file README.rst Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file README.rst.rej patching file ldap_auth_provider.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file ldap_auth_provider.py.rej [result] Failed to update matrix-synapse-plugins.matrix-synapse-ldap3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ravedude, using log file: /var/log/nixpkgs-update/ravedude/2024-03-03.log ravedude 0 -> 1 attrpath: ravedude 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/x0yx7bbsflq28710m4rh7b9s2vfnzsnp-packages.json.drv building '/nix/store/x0yx7bbsflq28710m4rh7b9s2vfnzsnp-packages.json.drv'... Going to be running update for following packages: - ravedude-0.1.7 Press Enter key to continue... Running update for: - ravedude-0.1.7: UPDATING ... - ravedude-0.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ravedude 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dbf, using log file: /var/log/nixpkgs-update/python311Packages.dbf/2024-03-03.log python311Packages.dbf 0 -> 1 attrpath: python311Packages.dbf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/arlwr0x3j2ay8pmfignx8pk2y0lx715h-packages.json.drv building '/nix/store/arlwr0x3j2ay8pmfignx8pk2y0lx715h-packages.json.drv'... Going to be running update for following packages: - python3.11-dbf-0.99.3 Press Enter key to continue... Running update for: - python3.11-dbf-0.99.3: UPDATING ... - python3.11-dbf-0.99.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dbf/default.nix b/pkgs/development/python-modules/dbf/default.nix index 10cf43f4f648..7858cf4a4ef6 100644 --- a/pkgs/development/python-modules/dbf/default.nix +++ b/pkgs/development/python-modules/dbf/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "dbf"; - version = "0.99.3"; + version = "0.99.9"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-lAJypyrCfRah22mq/vggaEASzDVT/+mHXVzS46nLadw="; + hash = "sha256-MFEi1U0RNvrfDtV4HpvPgKTCibAh76z7Gnmj32IubYw="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.dbf nix build failed. *** Error compiling '/nix/store/23ajmylqqbpahgmj4apw5fdrv8nn7har-python3.11-dbf-0.99.9/lib/python3.11/site-packages/dbf/_index.py'... File "/nix/store/23ajmylqqbpahgmj4apw5fdrv8nn7har-python3.11-dbf-0.99.9/lib/python3.11/site-packages/dbf/_index.py", line 12 self.index_file.write('\xea\xaf\x37\xbf' # signature SyntaxError: invalid syntax. Perhaps you forgot a comma? Successfully installed dbf-0.99.9-py3-none-any.whl Finished executing pypaInstallPhase @nix { "action": "setPhase", "phase": "pythonOutputDistPhase" } Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/23ajmylqqbpahgmj4apw5fdrv8nn7har-python3.11-dbf-0.99.9 checking for references to /build/ in /nix/store/23ajmylqqbpahgmj4apw5fdrv8nn7har-python3.11-dbf-0.99.9... patching script interpreter paths in /nix/store/23ajmylqqbpahgmj4apw5fdrv8nn7har-python3.11-dbf-0.99.9 stripping (with command strip and flags -S -p) in /nix/store/23ajmylqqbpahgmj4apw5fdrv8nn7har-python3.11-dbf-0.99.9/lib shrinking RPATHs of ELF executables and libraries in /nix/store/jsbxv3lqr9cj4yyc6jx0ajcvc2jxn887-python3.11-dbf-0.99.9-dist checking for references to /build/ in /nix/store/jsbxv3lqr9cj4yyc6jx0ajcvc2jxn887-python3.11-dbf-0.99.9-dist... patching script interpreter paths in /nix/store/jsbxv3lqr9cj4yyc6jx0ajcvc2jxn887-python3.11-dbf-0.99.9-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/build/dbf-0.99.9/dbf/test.py", line 15, in from . import * ImportError: attempted relative import with no known parent package [result] Failed to update python311Packages.dbf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cinderclient, using log file: /var/log/nixpkgs-update/python311Packages.python-cinderclient/2024-03-03.log python311Packages.python-cinderclient 0 -> 1 attrpath: python311Packages.python-cinderclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3wv2qy9yyq2h8kvzan8sx3jpqrya9f5r-packages.json.drv building '/nix/store/3wv2qy9yyq2h8kvzan8sx3jpqrya9f5r-packages.json.drv'... Going to be running update for following packages: - python3.11-python-cinderclient-9.4.0 Press Enter key to continue... Running update for: - python3.11-python-cinderclient-9.4.0: UPDATING ... - python3.11-python-cinderclient-9.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-cinderclient/default.nix b/pkgs/development/python-modules/python-cinderclient/default.nix index ea79dcf2f80b..baff1ddce3fe 100644 --- a/pkgs/development/python-modules/python-cinderclient/default.nix +++ b/pkgs/development/python-modules/python-cinderclient/default.nix @@ -17,12 +17,12 @@ buildPythonPackage rec { pname = "python-cinderclient"; - version = "9.4.0"; + version = "9.5.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-pT5kcKUWYntZ0iUFIioMhXlL4afyd06HeWEFvUfulpU="; + hash = "sha256-G51xev+TytQgBF+2xS9jdqty8IX4GTEwiSAg7EbJNVU="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/9c81bqwfwlp96pja17fmzj8akwlw7x6l-python3.11-python-cinderclient-9.5.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
  • python312Packages.python-cinderclient
  • python312Packages.python-cinderclient.dist
  • python312Packages.python-openstackclient
  • python312Packages.python-openstackclient.dist
4 packages built:
  • openstackclient (python311Packages.python-openstackclient)
  • openstackclient.dist (python311Packages.python-openstackclient.dist)
  • python311Packages.python-cinderclient
  • python311Packages.python-cinderclient.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.python-cinderclient is: OpenStack Block Storage API Client Library meta.homepage for python311Packages.python-cinderclient is: https://github.com/openstack/python-cinderclient ###### 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 9.5.0 with grep in /nix/store/9c81bqwfwlp96pja17fmzj8akwlw7x6l-python3.11-python-cinderclient-9.5.0 - found 9.5.0 in filename of file in /nix/store/9c81bqwfwlp96pja17fmzj8akwlw7x6l-python3.11-python-cinderclient-9.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 5 total rebuild path(s) 5 package rebuild(s) First fifty rebuilds by attrpath openstackclient python311Packages.python-cinderclient python311Packages.python-openstackclient python312Packages.python-cinderclient python312Packages.python-openstackclient ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9c81bqwfwlp96pja17fmzj8akwlw7x6l-python3.11-python-cinderclient-9.5.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.python-cinderclient https://github.com/r-ryantm/nixpkgs/archive/a40a53505b059fa875bf0f29c96cee89c33d2bb4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a40a53505b059fa875bf0f29c96cee89c33d2bb4#python311Packages.python-cinderclient ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9c81bqwfwlp96pja17fmzj8akwlw7x6l-python3.11-python-cinderclient-9.5.0 ls -la /nix/store/9c81bqwfwlp96pja17fmzj8akwlw7x6l-python3.11-python-cinderclient-9.5.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
  • python312Packages.python-cinderclient
  • python312Packages.python-cinderclient.dist
  • python312Packages.python-openstackclient
  • python312Packages.python-openstackclient.dist
4 packages built:
  • openstackclient (python311Packages.python-openstackclient)
  • openstackclient.dist (python311Packages.python-openstackclient.dist)
  • python311Packages.python-cinderclient
  • python311Packages.python-cinderclient.dist
--- ###### Maintainer pings cc @SuperSandro2000 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/292929 [result] Success updating python311Packages.python-cinderclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rocwmma, using log file: /var/log/nixpkgs-update/rocmPackages.rocwmma/2024-03-03.log rocmPackages.rocwmma 0 -> 1 attrpath: rocmPackages.rocwmma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/wwyzzylrvrarlwqf6bswhzi1iy7vbcbz-update.sh.drv /nix/store/x3kxkmyl9vjv08wf318y7f5zcv4f2af2-packages.json.drv building '/nix/store/wwyzzylrvrarlwqf6bswhzi1iy7vbcbz-update.sh.drv'... building '/nix/store/x3kxkmyl9vjv08wf318y7f5zcv4f2af2-packages.json.drv'... Going to be running update for following packages: - rocwmma-5.7.1 Press Enter key to continue... Running update for: - rocwmma-5.7.1: UPDATING ... - rocwmma-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocwmma-5.7.1 ---------------------- 'rocmPackages_5.rocwmma' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocwmma'. --- SHOWING ERROR LOG FOR rocwmma-5.7.1 ---------------------- The update script for rocwmma-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocwmma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-core, using log file: /var/log/nixpkgs-update/python311Packages.langchain-core/2024-03-03.log python311Packages.langchain-core 0 -> 1 attrpath: python311Packages.langchain-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/7jp6ynvap85kxc65kd63gzfznkvn1f0m-packages.json.drv building '/nix/store/7jp6ynvap85kxc65kd63gzfznkvn1f0m-packages.json.drv'... Going to be running update for following packages: - python3.11-langchain-core-0.1.27 Press Enter key to continue... Running update for: - python3.11-langchain-core-0.1.27: UPDATING ... - python3.11-langchain-core-0.1.27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix index ccd74777f32d..4ec235187b2d 100644 --- a/pkgs/development/python-modules/langchain-core/default.nix +++ b/pkgs/development/python-modules/langchain-core/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "langchain-core"; - version = "0.1.27"; + version = "0.1.28"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "langchain_core"; inherit version; - hash = "sha256-aYQUIjUlwLwTDYWmFOFJOQXViKty/gya07U3sdxiBn8="; + hash = "sha256-BOdhpRMgC25bWBhhOCGUV5nAe8U0kIfXaS5QgjEHydY="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/yh578hfjy6l7v7qv4k1xnpahgqvgzpbm-python3.11-langchain-core-0.1.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)
4 packages marked as broken and skipped:
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python312Packages.langchain-core
  • python312Packages.langchain-core.dist
2 packages failed to build:
  • khoj
  • khoj.dist
8 packages built:
  • pentestgpt
  • pentestgpt.dist
  • python311Packages.langchain
  • python311Packages.langchain-community
  • python311Packages.langchain-community.dist
  • python311Packages.langchain-core
  • python311Packages.langchain-core.dist
  • python311Packages.langchain.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-core is: Building applications with LLMs through composability meta.homepage for python311Packages.langchain-core is: https://github.com/langchain-ai/langchain/tree/master/libs/core ###### 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.1.28 with grep in /nix/store/yh578hfjy6l7v7qv4k1xnpahgqvgzpbm-python3.11-langchain-core-0.1.28 - found 0.1.28 in filename of file in /nix/store/yh578hfjy6l7v7qv4k1xnpahgqvgzpbm-python3.11-langchain-core-0.1.28 ---
Rebuild report (if merged into master) (click to expand) ``` 7 total rebuild path(s) 7 package rebuild(s) First fifty rebuilds by attrpath khoj pentestgpt python311Packages.langchain python311Packages.langchain-community python311Packages.langchain-core python312Packages.langchain-community python312Packages.langchain-core ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/yh578hfjy6l7v7qv4k1xnpahgqvgzpbm-python3.11-langchain-core-0.1.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-core https://github.com/r-ryantm/nixpkgs/archive/e878ba5ff7dfbdd56096bbc8bc05199c4f4fccdb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e878ba5ff7dfbdd56096bbc8bc05199c4f4fccdb#python311Packages.langchain-core ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/yh578hfjy6l7v7qv4k1xnpahgqvgzpbm-python3.11-langchain-core-0.1.28 ls -la /nix/store/yh578hfjy6l7v7qv4k1xnpahgqvgzpbm-python3.11-langchain-core-0.1.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)
4 packages marked as broken and skipped:
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python312Packages.langchain-core
  • python312Packages.langchain-core.dist
2 packages failed to build:
  • khoj
  • khoj.dist
8 packages built:
  • pentestgpt
  • pentestgpt.dist
  • python311Packages.langchain
  • python311Packages.langchain-community
  • python311Packages.langchain-community.dist
  • python311Packages.langchain-core
  • python311Packages.langchain-core.dist
  • python311Packages.langchain.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/292931 [result] Success updating python311Packages.langchain-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.feedgenerator, using log file: /var/log/nixpkgs-update/python311Packages.feedgenerator/2024-03-03.log python311Packages.feedgenerator 0 -> 1 attrpath: python311Packages.feedgenerator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mshy6sc3aa2vng4wg3fdbrvpzkbz4yz7-packages.json.drv building '/nix/store/mshy6sc3aa2vng4wg3fdbrvpzkbz4yz7-packages.json.drv'... Going to be running update for following packages: - python3.11-feedgenerator-2.1.0 Press Enter key to continue... Running update for: - python3.11-feedgenerator-2.1.0: UPDATING ... - python3.11-feedgenerator-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.feedgenerator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goverlay, using log file: /var/log/nixpkgs-update/goverlay/2024-03-03.log goverlay 0 -> 1 attrpath: goverlay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h66yirwzmv5cx8gfapsnzwxbss0cs278-packages.json.drv building '/nix/store/h66yirwzmv5cx8gfapsnzwxbss0cs278-packages.json.drv'... Going to be running update for following packages: - goverlay-0.7.1 Press Enter key to continue... Running update for: - goverlay-0.7.1: UPDATING ... - goverlay-0.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/graphics/goverlay/default.nix b/pkgs/tools/graphics/goverlay/default.nix index b73216a7875c..0091e3fc1269 100644 --- a/pkgs/tools/graphics/goverlay/default.nix +++ b/pkgs/tools/graphics/goverlay/default.nix @@ -38,13 +38,13 @@ let ''; in stdenv.mkDerivation rec { pname = "goverlay"; - version = "0.7.1"; + version = "1.0"; src = fetchFromGitHub { owner = "benjamimgois"; repo = pname; rev = version; - sha256 = "sha256-oXkGrMHjs8uui0pzGYW8jnttet/5IX0r8eat0n5saFk="; + sha256 = "sha256-UN+g4QmzUfSR40jCFLW9r0lyYaOmwnmpbP1mswNGnYA="; }; outputs = [ "out" "man" ]; No auto update branch exists There might already be an open PR for this update: - goverlay: 0.7.1 -> 0.9.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/257264" [result] Failed to update goverlay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xtreemfs, using log file: /var/log/nixpkgs-update/xtreemfs/2024-03-03.log xtreemfs unstable-2015-06-17 -> 1.5.1 https://github.com/xtreemfs/xtreemfs/releases attrpath: xtreemfs Checking auto update 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 xtreemfs unstable-2015-06-17 -> 1.5.1 https://github.com/xtreemfs/xtreemfs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aio-pika, using log file: /var/log/nixpkgs-update/python311Packages.aio-pika/2024-03-03.log python311Packages.aio-pika 0 -> 1 attrpath: python311Packages.aio-pika Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m5siq8q5iam7l1zdv9k78pn881y4swc4-packages.json.drv building '/nix/store/m5siq8q5iam7l1zdv9k78pn881y4swc4-packages.json.drv'... Going to be running update for following packages: - python3.11-aio-pika-9.4.0 Press Enter key to continue... Running update for: - python3.11-aio-pika-9.4.0: UPDATING ... - python3.11-aio-pika-9.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aio-pika 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath oscclip, using log file: /var/log/nixpkgs-update/oscclip/2024-03-03.log oscclip 0 -> 1 attrpath: oscclip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3j1xl00qfb6rn3xjc4h4zhcraprzlvgs-packages.json.drv building '/nix/store/3j1xl00qfb6rn3xjc4h4zhcraprzlvgs-packages.json.drv'... Going to be running update for following packages: - oscclip-0.4.1 Press Enter key to continue... Running update for: - oscclip-0.4.1: UPDATING ... - oscclip-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update oscclip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rustic-rs, using log file: /var/log/nixpkgs-update/rustic-rs/2024-03-03.log rustic-rs 0 -> 1 attrpath: rustic-rs Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hr3k795cv4b84869rv56wp52jlcq81s4-packages.json.drv building '/nix/store/hr3k795cv4b84869rv56wp52jlcq81s4-packages.json.drv'... Going to be running update for following packages: - rustic-rs-0.7.0 Press Enter key to continue... Running update for: - rustic-rs-0.7.0: UPDATING ... - rustic-rs-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rustic-rs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yalexs, using log file: /var/log/nixpkgs-update/python311Packages.yalexs/2024-03-03.log python311Packages.yalexs 0 -> 1 attrpath: python311Packages.yalexs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5rrvx2sl4ixrvk14ryr6imv0c2hn8q4c-packages.json.drv building '/nix/store/5rrvx2sl4ixrvk14ryr6imv0c2hn8q4c-packages.json.drv'... Going to be running update for following packages: - python3.11-yalexs-1.11.4 Press Enter key to continue... Running update for: - python3.11-yalexs-1.11.4: UPDATING ... - python3.11-yalexs-1.11.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/yalexs/default.nix b/pkgs/development/python-modules/yalexs/default.nix index 159232118605..304614488640 100644 --- a/pkgs/development/python-modules/yalexs/default.nix +++ b/pkgs/development/python-modules/yalexs/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "yalexs"; - version = "1.11.4"; + version = "2.0.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = "yalexs"; rev = "refs/tags/v${version}"; - hash = "sha256-LzjkR60zelxV8N4i68M31yJJLEThUgz6+hYd6d+EHx4="; + hash = "sha256-ozohIzw80YfyB0sxXQ9MY6VpF+EDDvXZYfkpuloE4AU="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/vddakjrzqs0331kd6fjas8q44m96jn9l-python3.11-yalexs-2.0.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python312Packages.yalexs
  • python312Packages.yalexs.dist
3 packages built:
  • home-assistant-component-tests.august
  • python311Packages.yalexs
  • python311Packages.yalexs.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.yalexs is: Python API for Yale Access (formerly August) Smart Lock and Doorbell meta.homepage for python311Packages.yalexs is: https://github.com/bdraco/yalexs meta.changelog for python311Packages.yalexs is: https://github.com/bdraco/yalexs/releases/tag/v2.0.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 2.0.0 with grep in /nix/store/vddakjrzqs0331kd6fjas8q44m96jn9l-python3.11-yalexs-2.0.0 - found 2.0.0 in filename of file in /nix/store/vddakjrzqs0331kd6fjas8q44m96jn9l-python3.11-yalexs-2.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath home-assistant-component-tests.august python311Packages.yalexs python312Packages.yalexs ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vddakjrzqs0331kd6fjas8q44m96jn9l-python3.11-yalexs-2.0.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.yalexs https://github.com/r-ryantm/nixpkgs/archive/bde24cef3314b6e787642bbc49906884b940843f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bde24cef3314b6e787642bbc49906884b940843f#python311Packages.yalexs ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/vddakjrzqs0331kd6fjas8q44m96jn9l-python3.11-yalexs-2.0.0 ls -la /nix/store/vddakjrzqs0331kd6fjas8q44m96jn9l-python3.11-yalexs-2.0.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python312Packages.yalexs
  • python312Packages.yalexs.dist
3 packages built:
  • home-assistant-component-tests.august
  • python311Packages.yalexs
  • python311Packages.yalexs.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/292932 [result] Success updating python311Packages.yalexs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xlsfonts, using log file: /var/log/nixpkgs-update/xlsfonts/2024-03-03.log xlsfonts 1.0.7 -> 1.0.8 https://repology.org/project/xlsfonts/versions attrpath: xlsfonts Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xlsfonts 1.0.7 -> 1.0.8 https://repology.org/project/xlsfonts/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cadvisor, using log file: /var/log/nixpkgs-update/cadvisor/2024-03-03.log cadvisor unstable-2023-10-22 -> 0.49.1 https://github.com/google/cadvisor/releases attrpath: cadvisor Checking auto update 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 cadvisor unstable-2023-10-22 -> 0.49.1 https://github.com/google/cadvisor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hicVennDiagram, using log file: /var/log/nixpkgs-update/rPackages.hicVennDiagram/2024-03-03.log rPackages.hicVennDiagram 1.0.0 -> 1.0.1 https://repology.org/project/r:hicvenndiagram/versions attrpath: rPackages.hicVennDiagram 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.hicVennDiagram 1.0.0 -> 1.0.1 https://repology.org/project/r:hicvenndiagram/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openrct2, using log file: /var/log/nixpkgs-update/openrct2/2024-03-03.log openrct2 0.4.8 -> 0.4.9 https://repology.org/project/openrct2/versions attrpath: openrct2 Checking auto update 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 openrct2 0.4.8 -> 0.4.9 https://repology.org/project/openrct2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jetbrains.idea-community, using log file: /var/log/nixpkgs-update/jetbrains.idea-community/2024-03-03.log jetbrains.idea-community 2023.3.3 -> 2023.3.4 https://repology.org/project/intellij-idea-community/versions attrpath: jetbrains.idea-community Checking auto update branch... No auto update branch exists Old version 2023.3.3" not present in master derivation file with contents: { lib , stdenv , callPackage , fetchurl , jdk , zlib , python3 , lldb , dotnet-sdk_7 , maven , openssl , expat , libxcrypt , libxcrypt-legacy , fontconfig , libxml2 , runCommand , musl , R , libgcc , lttng-ust_2_12 , xz , xorg , libGL , vmopts ? null }: let inherit (stdenv.hostPlatform) system; # `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata # `versions.json` contains everything generated/needed by the update script version numbers, build numbers and tarball hashes ideInfo = lib.importJSON ./bin/ides.json; versions = lib.importJSON ./bin/versions.json; products = versions.${system} or (throw "Unsupported system: ${system}"); package = if stdenv.isDarwin then ./bin/darwin.nix else ./bin/linux.nix; mkJetBrainsProductCore = callPackage package { inherit vmopts; }; mkMeta = meta: fromSource: { inherit (meta) homepage longDescription; description = meta.description + lib.optionalString meta.isOpenSource (if fromSource then " (built from source)" else " (patched binaries from jetbrains)"); maintainers = map (x: lib.maintainers."${x}") meta.maintainers; license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree; }; mkJetBrainsProduct = { pname , fromSource ? false , extraWrapperArgs ? [ ] , extraLdPath ? [ ] , extraBuildInputs ? [ ] }: mkJetBrainsProductCore { inherit pname jdk extraWrapperArgs extraLdPath extraBuildInputs; src = if fromSource then communitySources."${pname}" else fetchurl { url = products."${pname}".url; sha256 = products."${pname}".sha256; }; inherit (products."${pname}") version; buildNumber = products."${pname}".build_number; inherit (ideInfo."${pname}") wmClass product; productShort = ideInfo."${pname}".productShort or ideInfo."${pname}".product; meta = mkMeta ideInfo."${pname}".meta fromSource; libdbm = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".libdbm else communitySources.idea-community.libdbm; fsnotifier = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".fsnotifier else communitySources.idea-community.fsnotifier; }; communitySources = callPackage ./source { }; buildIdea = args: mkJetBrainsProduct (args // { extraLdPath = [ zlib ]; extraWrapperArgs = [ ''--set M2_HOME "${maven}/maven"'' ''--set M2 "${maven}/maven/bin"'' ]; }); buildPycharm = args: (mkJetBrainsProduct args).overrideAttrs (finalAttrs: previousAttrs: lib.optionalAttrs stdenv.isLinux { buildInputs = with python3.pkgs; (previousAttrs.buildInputs or []) ++ [ python3 setuptools ]; preInstall = '' echo "compiling cython debug speedups" if [[ -d plugins/python-ce ]]; then ${python3.interpreter} plugins/python-ce/helpers/pydev/setup_cython.py build_ext --inplace else ${python3.interpreter} plugins/python/helpers/pydev/setup_cython.py build_ext --inplace fi ''; # See https://www.jetbrains.com/help/pycharm/2022.1/cython-speedups.html }); in rec { # Sorted alphabetically clion = (mkJetBrainsProduct { pname = "clion"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 stdenv.cc.cc openssl libxcrypt-legacy musl ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/clion # I think the included gdb has a couple of patches, so we patch it instead of replacing ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ) ''; }); datagrip = mkJetBrainsProduct { pname = "datagrip"; extraBuildInputs = [ stdenv.cc.cc ]; }; dataspell = let libr = runCommand "libR" {} '' mkdir -p $out/lib ln -s ${R}/lib/R/lib/libR.so $out/lib/libR.so ''; in mkJetBrainsProduct { pname = "dataspell"; extraBuildInputs = [ libgcc libr stdenv.cc.cc ]; }; gateway = mkJetBrainsProduct { pname = "gateway"; }; goland = (mkJetBrainsProduct { pname = "goland"; extraWrapperArgs = [ # fortify source breaks build since delve compiles with -O0 ''--prefix CGO_CPPFLAGS " " "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"'' ]; extraBuildInputs = [ libgcc stdenv.cc.cc ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $out/goland/plugins/go-plugin/lib/dlv/linux/dlv chmod +x $out/goland/plugins/go-plugin/lib/dlv/linux/dlv ''; }); idea-community-bin = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; }; idea-community-src = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; fromSource = true; }; idea-community = if stdenv.isDarwin || stdenv.isAarch64 then idea-community-bin else idea-community-src; idea-ultimate = buildIdea { pname = "idea-ultimate"; extraBuildInputs = [ stdenv.cc.cc lldb musl ]; }; mps = mkJetBrainsProduct { pname = "mps"; }; phpstorm = mkJetBrainsProduct { pname = "phpstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; pycharm-community-bin = buildPycharm { pname = "pycharm-community"; }; pycharm-community-src = buildPycharm { pname = "pycharm-community"; fromSource = true; }; pycharm-community = if stdenv.isDarwin then pycharm-community-bin else pycharm-community-src; pycharm-professional = buildPycharm { pname = "pycharm-professional"; extraBuildInputs = [ musl ]; }; rider = (mkJetBrainsProduct { pname = "rider"; extraBuildInputs = [ fontconfig stdenv.cc.cc openssl libxcrypt lttng-ust_2_12 musl ]; }).overrideAttrs (attrs: { postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rider ls -d $PWD/plugins/cidr-debugger-plugin/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so \ --replace-needed libcrypt.so.1 libcrypt.so for dir in lib/ReSharperHost/linux-*; do rm -rf $dir/dotnet ln -s ${dotnet-sdk_7} $dir/dotnet done ) ''; }); ruby-mine = mkJetBrainsProduct { pname = "ruby-mine"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; rust-rover = (mkJetBrainsProduct { pname = "rust-rover"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 openssl libxcrypt-legacy fontconfig xorg.libX11 libGL ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rust-rover # Copied over from clion (gdb seems to have a couple of patches) ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper ) ''; }); webstorm = mkJetBrainsProduct { pname = "webstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; plugins = callPackage ./plugins { } // { __attrsFailEvaluation = true; }; } [result] Failed to update jetbrains.idea-community 2023.3.3 -> 2023.3.4 https://repology.org/project/intellij-idea-community/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxHeaders, using log file: /var/log/nixpkgs-update/linuxHeaders/2024-03-03.log linuxHeaders 6.7 -> 6.8.0 https://repology.org/project/linux/versions attrpath: linuxHeaders Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: these 166 derivations will be built: /nix/store/mjhjzdgfik0bh1b2vz1a2qz6lmhy5q64-linux-6.8.0.tar.xz.drv /nix/store/g8d3g99snsfjm1lj833lhyvqy86wdlpz-linux-headers-6.8.0.drv /nix/store/q6y02gia2ja13ry23689nhpwm3lzxds6-glibc-2.38-44.drv /nix/store/48s90a71bvwrx69qnl6r9y5kz2j13s0r-binutils-patchelfed-ld-2.40.drv /nix/store/agsfjlwmxrykf3ff0z3bbqny6qd9r25s-binutils-patchelfed-ld-wrapper-2.40.drv /nix/store/zs37kh7cbkw1rz3vj4dgsakq5g68332w-bootstrap-stage3-gcc-wrapper-13.2.0.drv /nix/store/61xbc83dgicn48nwqf2jl2wiq7v5c5fh-bootstrap-stage3-stdenv-linux.drv /nix/store/28715yz5nx7v608zgnc2a3xxbhw9lw0l-xz-5.4.6.drv /nix/store/1w7q2990mf5anc9za4218nrh6j3icxip-bash-5.2p26.drv /nix/store/n7byn07cdfwk4ai6wbbf8xl48hfxm51l-gmp-6.3.0.drv /nix/store/64zfqfg385cd2ik971lnsjc13a9mfk17-mpfr-4.2.1.drv /nix/store/772d98jbl51x20s7nkz9i9rw1jr1r1hj-texinfo-7.0.3.drv /nix/store/9gqyf4680rpw3z9rchmfbv0prbi1rkdi-zlib-1.3.1.drv /nix/store/pfxf862dlg2n3vpch5933qdbshx1vxal-isl-0.20.drv /nix/store/z4gqzly42pj3b6yii98smq9cirlsxgzx-libmpc-1.3.1.drv /nix/store/1kx35wri1czl7s0m8zqyh7b57pb8v5a3-gcc-13.2.0.drv /nix/store/sdpnhn032qffrvksj1hnx1id0jsgcgcv-expand-response-params.drv /nix/store/4rwqk1nc3snrccpz0mnydhdz1i623ljq-bootstrap-stage4-gcc-wrapper-13.2.0.drv /nix/store/gby8ls8s6qy48r2m753y87j6paq4q2vm-gnu-config-2023-09-19.drv /nix/store/ij4vx9iyv62pc84il8nqxf65zv20p81a-update-autotools-gnu-config-scripts-hook.drv /nix/store/4v8h88d33w0zv833nx815frybz0gjlqx-bootstrap-stage4-stdenv-linux.drv /nix/store/013378kl99fxwddyagd3a6vw22bvyyay-libxcrypt-4.4.36.drv /nix/store/71pzia2gyd6b82cyvkxwqbc7mfix0lhc-bootstrap-stage4-stdenv-linux.drv /nix/store/awqd1vm7zxajiza7zp0zi4y159gcxvqv-autoconf-2.72.drv /nix/store/95cggr8aa0kr001sz35s28pdml096ham-file-5.45.drv /nix/store/wp97nma7s0mqaw1cm3pmr646lkl3kj7x-bash-5.2p26.drv /nix/store/q9ks9ahn58bv3mpmdqiil89ylj9dw356-libtool-2.4.7.drv /nix/store/zm3hgj3n6knm296v3r52z7fhcpk2adqf-automake-1.16.5.drv /nix/store/1ff6q7i57wv0b6v9j4hassbpr1hf16s1-autoreconf-hook.drv /nix/store/1h1fkn3mzgxkrswihsd2nrbij6j79lzg-gawk-5.2.2.drv /nix/store/5ip20541hwwq3nvizzri0kdwihdpcnpq-attr-2.5.2.drv /nix/store/jbx9dia5is6xnr3pjic9k86nak7qlvkb-gmp-with-cxx-6.3.0.drv /nix/store/zfdiyrmphvssbhp7x9j5a8k2wkp48rw8-xz-5.4.6.drv /nix/store/znr5hj49jqsvbcfskp0qrbgilqbly8mc-acl-2.3.2.drv /nix/store/1hwz51sp9fij13rd7rxm9yz69zs7k3ch-coreutils-9.4.drv /nix/store/2h2kh9zb8f34gvy4jhdw2gk0vxznxvn4-diffutils-3.10.drv /nix/store/56qjbyfbzqplfxwby1mcb5y4j86vkgwg-lzip-1.24.drv /nix/store/gxyw3yk5p6xkpjk4g93sglpk0plql0sk-ed-1.20.drv /nix/store/7da63l17y1z6igpc09v4xlkh098xg30v-patch-2.7.6.drv /nix/store/4qgn0bxnj1n2r74ggncikav97g1l41h4-glibc-iconv-2.38.drv /nix/store/hf4vwzx4nsm68d27jn8by28s6rkmylsb-locales-setup-hook.sh.drv /nix/store/3k6c9949pr68c21bqkc20y0pckl0nqnj-expat-2.6.0.drv /nix/store/68sb0c97v8fc56xqgaaapiab4hbm9hx7-libffi-3.4.4.drv /nix/store/7cxykdz9d4wgg0cb0qg60q2i3ji4rchr-nuke-references.drv /nix/store/jcp3l2k111ly564p20b9xrrvzdj5fzka-pkg-config-0.29.2.drv /nix/store/chfa9aq8azdapddrdjx4vg66ffp45ywa-pkg-config-wrapper-0.29.2.drv /nix/store/hp3nhblpd67zj9kynbfjp7kjgfrkv69q-mpdecimal-4.0.0.drv /nix/store/im2v6l8xadgafj6jpqb5ib2w0s3lc7c0-autoconf-archive-2023.02.20.drv /nix/store/rnwcqigj423d0n48ysqsd1rjp1xw9wng-bzip2-1.0.8.drv /nix/store/xqmxj3g1m2ds97gshh0z32z0cj7f51r6-python-setup-hook.sh.drv /nix/store/qvds4m59yqrdh44463p8lh68sxirh4gd-python3-minimal-3.11.8.drv /nix/store/9xqix443yh6yjl2kh2a756r0684vfq8a-glibc-locales-2.38-44.drv /nix/store/h7psm5q8s6ih56f40mkr9qqrm2dz59aj-pcre2-10.42.drv /nix/store/jncxx677i7zgyj964nsknckvjqjm3ysm-gnugrep-3.11.drv /nix/store/sr8szbgzvzcjs7l156ii8fm2b5nma8m3-binutils-2.40.drv /nix/store/b7zxr94yfx7sc082q82y7hpghvfm6gs2-binutils-wrapper-2.40.drv /nix/store/b81njnjxwbw2iqcmazqwv0i0jx951if4-gnumake-4.4.1.drv /nix/store/c7d6qa094n9dgjpriklnkvmfw30vpbvn-die-hook.drv /nix/store/jv56qc3hxg24nj35grdbf83b18cppj2b-make-shell-wrapper-hook.drv /nix/store/fb050wzgh33jwh30wfhccrjginxhwi4f-gzip-1.13.drv /nix/store/jmc3fdb3i6ypsq405kpks8g4zzgxgwan-findutils-4.9.0.drv /nix/store/m1inpv035dha2cnfszvqqd4am3aq7rma-gnutar-1.35.drv /nix/store/npr8g32kah0xndjdfj71yxqn5qb1d5i1-gcc-wrapper-13.2.0.drv /nix/store/q7mx6ii283wl41sfpncp64lf8pwzjhf9-patchelf-0.15.0.drv /nix/store/ypkabq2qhnrslvxm38zpphkparmwipbz-gnu-config-2023-09-19.drv /nix/store/rjhb84vkmiyy4zds6zpm1ijl9njg5ndk-update-autotools-gnu-config-scripts-hook.drv /nix/store/vbfc66igrw91z8ib1jw8pw35a55xai3l-gnused-4.9.drv /nix/store/3275gd1732n6phag1bklrwb1ll79zmmp-stdenv-linux.drv /nix/store/296nci7zfbnpidys88lqvkb3v5pyl4i9-tzdata-2024a.drv /nix/store/192snx7pz6366ywp4q916qsa3npc9nrf-tcl-8.6.13.drv /nix/store/cgd8rjmvfc33v91rcdz0apj83cv1r0r7-stdenv-linux.drv /nix/store/1fr7rhhvpvqxlvwl342sbjgq89z7g207-glibc-iconv-2.38.drv /nix/store/zyvs6va1w21v1z6c9r7za3d4b7c9v68f-ensure-newer-sources-hook.sh.drv /nix/store/5dswjj3zjhmffrzp49mplkzq1q0k0023-ensure-newer-sources-hook.drv /nix/store/wgc0943mqi8gij2fmmd22zarkg97zxw8-perl-5.38.2.drv /nix/store/33ckz92p44awain0b5my8p9qa0dhb4qx-libxcrypt-4.4.36.drv /nix/store/aclkj8csq48s1gp21k5bdq5sdphl6v2l-perl-5.38.2.drv /nix/store/dxr0dzahlyn5npqym0lwip7ygn13i4hd-gnum4-1.4.19.drv /nix/store/yapz82s1fd2qvrkm08z27j4sanxxxvk2-texinfo-7.0.3.drv /nix/store/q4h3wxwjbn65c4wbxpck650sp82fwd33-autoconf-2.72.drv /nix/store/91cinxbf05kv6w0ap8kc5k4av62rh3sp-automake-1.16.5.drv /nix/store/i9yfhij3i9r3gzjp5ccp6fl0jl8nmhfc-file-5.45.drv /nix/store/f6g67xj9pj85y9gpl3idfgq2qlxdazgs-libtool-2.4.7.drv /nix/store/jwjljvbh12bfvmclyym4w9mxqp8szkzv-gettext-0.21.1.drv /nix/store/5yg2rc55hb0fp293iwayaa0x3rmbq373-autoreconf-hook.drv /nix/store/95y0vy81pa7hfcwlb9719skn59qaadmf-fix-cross-compilation.patch.drv /nix/store/p3zyamwcspbgy72xcmmxyzqqc2sfxlgr-die-hook.drv /nix/store/fxlz5v7s4df7wm1kwcv5phnhgwphyb2x-make-binary-wrapper-hook.drv /nix/store/gh8lsiqbabr7d735l0rszzpi61gnb7lg-tcl-package-hook.drv /nix/store/kv12x1cvay6y14crv7vbl4n79w5bag0w-make-shell-wrapper-hook.drv /nix/store/gpi8rrc5yq4pfgiiwdk34ddjf7mbb61i-expect-5.45.4.drv /nix/store/fgj6wiqz5q7g456drfc4fz72v54fbawv-dejagnu-1.6.3.drv /nix/store/20z4fz41jh2hkfh3p5agj98m2hwwz9g2-libffi-3.4.4.drv /nix/store/2qvsdrdgidiz1mkl6c5rh1m23vybczbv-openssl-3.0.13.drv /nix/store/3yiaajlyf7y1asl4llmjx5n455pndy6c-expat-2.6.0.drv /nix/store/5hli20w2p15vj1gw3wlphkhxgrqb9izc-python-setup-hook.sh.drv /nix/store/709pnbzh956jw5h2ljcyc57a167qblxx-nuke-references.drv /nix/store/70vciirjhyl2iciabd8w9d83k62zxv58-autoconf-archive-2023.02.20.drv /nix/store/73d07nhyd7amlnykxg891i8c22r9qgn0-mailcap-2.1.53.drv /nix/store/99qz9z7cw6glrzrdgf6ag97hgvby0m6f-pkg-config-0.29.2.drv /nix/store/bfhbqjhq657nfkyjzjs9gal1a02m9wlf-pkg-config-wrapper-0.29.2.drv /nix/store/z0fxbjc4fvpr7q76pmkl96xk7vagsazq-ncurses-6.4.drv /nix/store/8fzlhw9087pp85l9q44wkqxcmzk88axk-readline-8.2p10.drv /nix/store/azs1m9933pd0cx09m8lad9shjmynqsxj-gdbm-1.23.drv /nix/store/ss7xza295ngkmi730vr61px17prd6yrk-sqlite-3.45.1.drv /nix/store/vjk5n27w0hd9dkk05m1xxgiaink678vy-mpdecimal-4.0.0.drv /nix/store/zblwrz940bkd3j4klwg575ip77dhaq62-python3-3.11.8.drv /nix/store/rbwxpqs73s028pz8nr6pidfa2xp9716l-python3.11-bootstrap-flit-core-3.9.0.drv /nix/store/38vzl2w8gz76c1dg2cn7396ynm455gf9-python3.11-bootstrap-installer-0.7.0.drv /nix/store/7wpa9kd7kxw77srviz4sxshbilril8np-pypa-install-hook.drv /nix/store/ak4m5vm787ahns56spdf98zqic21y36d-python-output-dist-hook.drv /nix/store/b235s3cdl9p8vsana06jn8z4nwaknar9-python-remove-bin-bytecode-hook.drv /nix/store/d5ja7ly61fpnxrydmpwyix0981ld640w-python-namespaces-hook.sh.drv /nix/store/ix272k9mw3ilbyfakwc6gjhprikvfabx-python-imports-check-hook.sh.drv /nix/store/dpmk74p8vllaa43a6ybvzwl81a915mhh-python3.11-bootstrap-tomli-2.0.1.drv /nix/store/fyr282msnqngxxwgbkcj844v76fy67rl-python3.11-bootstrap-packaging-23.2.drv /nix/store/j8i1yz8a5fsnqa8qm3s3xvc7h78bwd8z-python3.11-bootstrap-pyproject-hooks-1.0.0.drv /nix/store/q2jf6kvkqixx773gnmni4m5577y8p9wy-python3.11-bootstrap-build-1.0.3.drv /nix/store/l2ppbrfs1wkjnjrdxlx14l3730ccam8i-pypa-build-hook.sh.drv /nix/store/n5hhf9zms1fp83bcrvzj95cxcik838qa-python-remove-tests-dir-hook.drv /nix/store/hdnix7rnlaqj2ysqcsb63gzkva0581k6-python3.11-bootstrap-packaging-23.2.drv /nix/store/zarkmmqdyymwy3fwwkfg51z30m2n11sh-python-runtime-deps-check-hook.sh.drv /nix/store/zyl79f2jqdwj27pi6lj2na4cqa0f105z-wrap-python-hook.drv /nix/store/8j6slwmwwxfvxza27d24kmqzdh25jcvn-python3.11-flit-core-3.9.0.drv /nix/store/rm35dgg5014r2d0fafn1rs1idc1zmhi1-python3.11-installer-0.7.0.drv /nix/store/nrk5jac78cnndzy894kz9g8hwy9kbfh0-pypa-install-hook.drv /nix/store/3ci84id01wl6aa6fhzbbzxfza753k0pd-python3.11-pyproject-hooks-1.0.0.drv /nix/store/w8lc50schzb2k0dd47gd8s42bzjykb4y-python3.11-packaging-23.2.drv /nix/store/1pwl5h2aka8i9kk2qx2zgxgzkpfx8whf-python3.11-build-1.0.3.drv /nix/store/23lqf22xyd3ifm41164xnxb4yx0s3aa6-python-catch-conflicts-hook.drv /nix/store/s13cqh4p7a78r1llmw304pxf217nzl03-python3.11-wheel-0.42.0.drv /nix/store/mv0kkl7ib201jrs2mw9s4lrff6sxckn6-python-runtime-deps-check-hook.sh.drv /nix/store/wkslqkwpc0xh9g39305j56pa07kgfiav-pypa-build-hook.sh.drv /nix/store/vc56ywjz85nyrzgpr7j6rf4b1hrdqxkw-python3.11-setuptools-69.0.3.drv /nix/store/m3ddghy8c9aqpx5mibrha26a79r4isd5-setuptools-setup-hook.drv /nix/store/1qs5q74abxj2yw7w7gs4x8yrkg0k2mlq-python3.11-calver-2022.06.26.drv /nix/store/pvms5h0m7snbjwmkidwknwlzly5786mh-unittest-check-hook.drv /nix/store/55v5dnjmk1pg8h5l09xjzq2xf0d0kvds-python3.11-pathspec-0.11.2.drv /nix/store/61hcv3m220r1j9jvr4f5fxyp42vw7q0n-python3.11-trove-classifiers-2024.1.8.drv /nix/store/1y5a6gyp5zjhlhhwz7rfhn5myra2bkj5-python3.11-typing-extensions-4.8.0.drv /nix/store/n5xfdy0pdnk54m22a9gnn68zs23pkzh1-python3.11-setuptools-scm-8.0.4.drv /nix/store/irccifc4a4fqpnr53h4sfm4f297mpvwf-python3.11-pluggy-1.4.0.drv /nix/store/lcp5wr8jz29ff1skhcrlhhy50vgv9qyx-python3.11-editables-0.5.drv /nix/store/d7zr75960skpmvc264ff8f4sksaw7nrd-python3.11-hatchling-1.21.1.drv /nix/store/jn1skx5x1z9bfmi10bvaxkadckajc0vp-version.patch.drv /nix/store/1rlmq7qsddw4qnjq5il9xac0vbq42lz0-python3.11-iniconfig-2.0.0.drv /nix/store/asv7r9wx724xx27sl7xw3c5qzniy0va4-pytest-hook.drv /nix/store/39fjzhdmg7i9jc1d37cfdl002258i3mv-python3.11-pytest-7.4.4.drv /nix/store/4gjhgv0adfaz9gryflr6sslpnxlpn1s8-perl-5.38.2.drv /nix/store/vkzqsfp252hivys1b3kbnxiv50s0c303-coreutils-9.4.drv /nix/store/kqj49b6wxrgj409ycjw5bxzxzw0s4m8h-openssl-3.0.13.drv /nix/store/72d2kmh5szawlbjbcbj1b8psq0m30zji-libssh2-1.11.0.drv /nix/store/pnfz051ak83mgxmlnf5950bcpyv15sh7-keyutils-1.6.3.drv /nix/store/hanmf1v7w26b06v1yshm2mwbpn8jlq9q-pkg-config-0.29.2.drv /nix/store/yyc872gm23wqw6304hbd0cv614fpqw16-pkg-config-wrapper-0.29.2.drv /nix/store/j36lcr1m54y495h87l8m2dc8afrv5kds-libkrb5-1.21.2.drv /nix/store/zfjbhlvp9xfdrxxvj7wnp09gj3m99hxl-nghttp2-1.59.0.drv /nix/store/5k5y6m0v1x1pwgl87l8rd3d8l0a2q14c-curl-8.6.0.drv /nix/store/aj5rvadz9c7ldpicaxqzyqzdjjdl5vsc-cacert-blocklist.txt.drv /nix/store/fljs6i6d3snfqv9bahqll0f5q8y5zjla-pytest-check-hook.drv /nix/store/pq4w9n1fvw0dxgxwf81f3l4lklv683sx-mirrors-list.drv /nix/store/mqd5db27f7f9nvcxars8y7yy38zczx8j-nss-cacert-certdata-3.98.drv /nix/store/yy4qd5mp03vw0i7iqfzpvr9yypra0c1q-python3.11-buildcatrust-0.2.1.drv /nix/store/zkymsqkrq02q56plnx02pqabrhiv3lkv-cacert-extra-certificates-bundle.crt.drv /nix/store/x9h5i24rsgmrwv8333i5gprjx7ficnj2-nss-cacert-3.98.drv /nix/store/kcpcidynwgk3qhsdn052libwjkhl2cdg-linux-6.8.0.tar.xz.drv these 123 paths will be fetched (246.59 MiB download, 404.58 MiB unpacked): /nix/store/kfa6p4i5dmvgirqw87557qbg53xif0qh-acl-2.3.2.tar.gz /nix/store/hskjhnyx00gy9hk9napqkv0qzvpa20sy-attr-2.5.2.tar.gz /nix/store/v28dv6l0qk3j382kp40bksa1v6h7dx9p-bash-5.2.tar.gz /nix/store/2ixh1gl1fr49hjfxk5mkf49d43jpvfl2-bash-5.2p26 /nix/store/a73wzcks7h2y814qxa1z3kv1hg205mpm-bash52-001 /nix/store/xc3h9isl5566i6a4pvdsgin26rchijrq-bash52-002 /nix/store/sxc8xmi7caxaiywzh15za9crpk3bw98z-bash52-003 /nix/store/2ynclzrdl0hy9miy6k8gcwgzw4mhsmd0-bash52-004 /nix/store/z76vsdh69cvwkwhwg69k7d1znwjmx6hf-bash52-005 /nix/store/1fw5fcsjz9wcbf13a5xs4i2cjfircp3x-bash52-006 /nix/store/rs1qdpy1nb3x07g4vqvb4s774qhq9f0w-bash52-007 /nix/store/jn9f2mr2jdm9yn5hi0pws44nbfrah8d3-bash52-008 /nix/store/j8vipdfzslz4aa7aj0amwd4msxa9hhpl-bash52-009 /nix/store/24ygbbc9k6vjc4vhz2j6a9dkdgmqgc6n-bash52-010 /nix/store/sim601rd1y3hsap9qkn25cwprsa9aipp-bash52-011 /nix/store/x1sqwqn02c5mnpi8hbqlxpbm3rahq5dm-bash52-012 /nix/store/wcpqrbsljh2x04qccs6jv9z8c9y1c3cd-bash52-013 /nix/store/cddj9qpc4l62qjy6vvf7gp50mfqaf506-bash52-014 /nix/store/pjp935kxwai47zyx1wpwadls00m9nmib-bash52-015 /nix/store/0cr4hvmwbfablyhn58ba0lrfb44igq5y-bash52-016 /nix/store/in24890k6ybij0b63jisfmrwmmc6x7pv-bash52-017 /nix/store/nffxsaniz7irz07z79cxwkhz97vgqwrx-bash52-018 /nix/store/d5qpl3kqrmv99fbw1cd09qj9jr7kb2rr-bash52-019 /nix/store/pcdlxsb3mxfjnclg8rn8xy2ywbb5ra36-bash52-020 /nix/store/gnx16vs69p7fggsslnbg6v818497vvxl-bash52-021 /nix/store/a55mbgicwbpl17n7a4wklg214xbcgj3f-bash52-022 /nix/store/kwf1fq1xvc5x883gjqsp439ayqffkx1f-bash52-023 /nix/store/rihy7jn15hxaifb33v5p8w62gmw62k97-bash52-024 /nix/store/m9x6023c6a7wi91fm0624da2lww2wm5p-bash52-025 /nix/store/yzd1kmz6qlk3dxa82lwfbgqqxy2c4m1x-bash52-026 /nix/store/9vapsdndf66l1bfp7210hrd7vs42lvvc-binutils-2.40.tar.bz2 /nix/store/88vqnamjby26yiazy0wxw2wl5gmbsm8y-binutils-wrapper-2.40 /nix/store/mzwnp90dra34q8vxs3wd4jpr66vrg2dq-bison-3.8.2 /nix/store/bnrzcdiyf2xqjqfrqh36hpsy38j70xjg-bootstrap-stage-xgcc-stdenv-linux /nix/store/j91lwf6plpz8birzsh3hp1gyl6c5fsiy-bootstrap-stage0-stdenv-linux /nix/store/8qygjynp9ziwgqz8l3klgpr7xvhqsykl-bootstrap-stage2-gcc-wrapper-13.2.0 /nix/store/id76kbhfxahycag22qkqymnkdvqk8nkq-bootstrap-stage2-stdenv-linux /nix/store/j9aay77gzbncc046sqk4g28qmqcywj0x-bootstrap-stage2-stdenv-linux /nix/store/9hkqpsdfmmvydpw1852jsz902vm3z5mj-bootstrap-stage3-stdenv-linux /nix/store/ws73d521m0im6x7nhb0836i51z2yd9dq-bzip2-1.0.6.2-autoconfiscated.patch /nix/store/jymmn075lppbki7whdgh16lp7n01lciq-bzip2-1.0.8 /nix/store/ifggbq5cc2rnm57jc8573smj534sabzw-config.guess-28ea239 /nix/store/la8rdnwivnjapn0bmr14pk28qv82d4zb-diffutils-3.10.tar.xz /nix/store/y6w6khmixync4k3zxgm5v3978asyg7qv-expand-response-params /nix/store/02qz8blms61h6snwqbqhdasmk1jk3dk2-expat-2.6.0 /nix/store/y954pl28vm03qfhvqrgyspwwv28b5lyi-findutils-4.9.0.tar.xz /nix/store/1dydp86d00qzjbncpi80sdsndf33lc5j-fix-static.patch /nix/store/2ds3kha8b07phggryjzqad36q6gzgb23-gawk-5.2.2.tar.xz /nix/store/z9fdf582flwcri4ds9fxknyi27w6vi1i-gcc-13.2.0.tar.xz /nix/store/05d0yccrkp8pl5c6my29cxzzqb7a9az8-glibc-2.38.tar.xz /nix/store/hi2mlb0ivjjws70afz6r54by1129cl2c-gmp-6.3.0 /nix/store/n1djrrflvxnwdd735304l23r2qdnjrm6-gmp-6.3.0.tar.bz2 /nix/store/18ppx8kjlyvrjjr96vvgkij8csinnkhz-gnu-config-2023-09-19 /nix/store/qldm48n2nzis83scqxapfznw9kad7pf0-gnu-config-2023-09-19 /nix/store/sbfgp3gbz5m4506pp6ysvnafagz4khfn-gnu-config-2023-09-19 /nix/store/hp60h60jc6n6c0krgmjqi60lqgl7kvij-grep-3.11.tar.xz /nix/store/b44vg9nm5f64fihql70jzjj7yd64q0sa-gzip-1.13.tar.xz /nix/store/di4c31yr68j50ii2lh8qg02nax4x02ny-iniconfig-2.0.0.tar.gz /nix/store/9n4gymb6ca04190xp3nx4ym6rvvp6wvh-isl-0.20 /nix/store/x9v0hmr76dm68pijzldzxks01iqzag1z-isl-0.20.tar.xz /nix/store/r6hzdz8qfjbg5vwnn4qgimgvwrvqgmia-libffi-3.4.4 /nix/store/jpvb8pyj5jw1bvqa1lxb8sdbv901svvh-libmpc-1.3.1 /nix/store/ck70x6hdl1kgqa4a9ps8spw6ph9mfcj8-libtool-2.4.7.tar.gz /nix/store/af8fanbpyw1vdy3956pxf2kybz3f2siq-libxcrypt-4.4.36 /nix/store/c2pajkw2437xaahk0xl0baafh4iljs7i-lzip-1.24.tar.gz /nix/store/mcayf992diwks293vs12iwx1ywgm4ijg-m4-1.4.19.tar.bz2 /nix/store/87yibvyd74bkwmfzxy649vg6jk152h86-mailcap-2.1.53.tar.xz /nix/store/0avnvyc7pkcr4pjqws7hwpy87m6wlnjc-make-4.4.1.tar.gz /nix/store/mdrv8znlgnysqzq1hnv46vi9jmnsc1bc-mpc-1.3.1.tar.gz /nix/store/7qjxagzngpgm3kxbr2anka8ivplq28k2-mpdecimal-4.0.0 /nix/store/vjv0x8rcs7rnw4glsd0hil5bh22sq33c-mpdecimal-4.0.0.tar.gz /nix/store/zc20b6836alzx24znl32xz9ipydbfhx0-mpfr-4.2.1 /nix/store/7s2kcdbk0n0dpsq9gwkj8dqyw21yfyhp-mpfr-4.2.1.tar.xz /nix/store/xid07k4r865vgqjfls4rcr50rl405wjy-ncurses-6.4.tar.gz /nix/store/gi44406v2bdzc3kcw6k8pvm77mwnr61i-nuke-references /nix/store/pf6jigif5ljcwp8cvnsn6q6k000bkf96-packaging-23.2.tar.gz /nix/store/447hvnlzzi9myri1iq3bijxgx6v6b592-patchelf-0.15.0.tar.bz2 /nix/store/6bj5q0rc7ppqra6pkrinkx0prkdvr50z-pathspec-0.11.2.tar.gz /nix/store/n8ay9yxwgl07z3csb5hfp6m80qk3hzyl-pcre2-10.42.tar.bz2 /nix/store/4sx9hx3mysbnglik32c0b9grbmr5bw3a-pyproject_hooks-1.0.0.tar.gz /nix/store/9vk88q5s7bcq4q1cjizbdq05717vsb6y-pytest-7.4.4.tar.gz /nix/store/1d4h3s6hhrnilmhi1p15w28miw4kg605-python3-minimal-3.11.8 /nix/store/d1xybymfx4ad0hy6zv97walg9v1dyzn6-raw /nix/store/43xrlixrqmis1b0apdvysx8a3dab2gic-readline-8.2.tar.gz /nix/store/pynmb83ini5risjppj8ysygw1r5fzcl4-readline82-001 /nix/store/w6f56cv169rjs18hl1v831rlrcs8vbnz-readline82-002 /nix/store/vl24rqjmpf9d9qjhj68w6adrk9bnh0cx-readline82-003 /nix/store/3rak2kw8spyqjvl9w9rrc8s7k68m4pfp-readline82-004 /nix/store/pm27bsahqy6qii80k0llqn06xkx9hxhh-readline82-005 /nix/store/6y41plgfhvgcc63xfh89pkg9phs24kqp-readline82-006 /nix/store/cna1myj7m8h2baqsrr7jjxsmp1sj2nx9-readline82-007 /nix/store/sjv2chxjy62ljq29c3h2jm2yq03c43v6-readline82-008 /nix/store/v3j1appb13l1478s8p6kl88qv665933g-readline82-009 /nix/store/a77wv10rprkrjn28hbsxns8m140xhs5d-readline82-010 /nix/store/a2i83vprqrd9nkr116yy1ksrwz5y1vq9-sed-4.9.tar.xz /nix/store/ilmaa253v6kixqmdw2lzhyyrzk8xkkmd-setuptools-scm-8.0.4.tar.gz /nix/store/1y5q2zi4rymfbpi8niphbq5633a32ypv-source /nix/store/2byxphixs4wdjy8pz97nz3yra2d7s8qd-source /nix/store/8qg8d1qjqa2vq6bsyxlsaxv5azb92777-source /nix/store/p91654qjy7h0a96z8x1ah5dbzpnx6147-source /nix/store/rnkkaqinn6w0a0rsyxn0rbss8x38k917-source /nix/store/v9x5cdymilmd7fjmahz66kd9g4616vx7-source /nix/store/x579vzfwkhskl3sbnjnbdjcjxaqigcvl-source /nix/store/yxa3ylzc8b5i7752as8ihnvc8b7kryvx-source /nix/store/qh9hm75xh1nz0nvk1ppqx6r1ly88vcfd-sqlite-autoconf-3450100.tar.gz /nix/store/vijsp4ywmsvr6jk5ypbb8hszayn7bwdd-tar-1.35.tar.xz /nix/store/l7yrpcxia2swda2b651hg72c05pmv9zz-tcl8.6.13-src.tar.gz /nix/store/q9ccnr97sv21jlmzxqsra5jyp71s51dl-texinfo-7.0.3.tar.xz /nix/store/4zyap0bzjpkw3lwwx4blwqiqjl4q17nc-trove-classifiers-2024.1.8.tar.gz /nix/store/dxmdng2wjl2g3bq3cj3vdy09mifr53dw-typing_extensions-4.8.0.tar.gz /nix/store/yl79i12bnsg5qb38v4fbmpg8mk3k2yd3-tzcode2024a.tar.gz /nix/store/39z4s69v0rs5q41x1bpwy8qpark4bd7i-tzdata2024a.tar.gz /nix/store/079ah0xd0yb61vrhy1pn4ylbi0h1n7nb-update-autotools-gnu-config-scripts-hook /nix/store/2i34pn8xqqqix9bs05w5qhpzlw2dbdih-update-autotools-gnu-config-scripts-hook /nix/store/7kmxcg6gha63z2rsfvxmzs4h73ypc0qj-update-autotools-gnu-config-scripts-hook /nix/store/jfxi53frl7yz00qfym013yyn6hdqsz4w-which-2.21 /nix/store/hpc1lxjlj4s52ky58v3n7rlna43dhx3x-xgcc-13.2.0 /nix/store/ljw1zldzbk5vsiddwfig5kmmmygrijfs-xgcc-13.2.0-info /nix/store/8ndi8jb7znv8p37j2gnakknhivdgnla5-xgcc-13.2.0-man /nix/store/xn8h8p6m2bv76sj8hfyn0m1sm4fchyii-xz-5.4.6 /nix/store/hnszyp2jkyi7ivqwmx4cqhbf7qgvm35h-xz-5.4.6.tar.bz2 /nix/store/q489dxq3p4rg1jfchhpq2s92fxkgdrln-zlib-1.3.1 /nix/store/n22iqgfwr3jr08f9hl4140y3sqmrzf2z-zlib-1.3.1.tar.gz copying path '/nix/store/xc3h9isl5566i6a4pvdsgin26rchijrq-bash52-002' from 'https://cache.nixos.org'... copying path '/nix/store/v28dv6l0qk3j382kp40bksa1v6h7dx9p-bash-5.2.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/jn9f2mr2jdm9yn5hi0pws44nbfrah8d3-bash52-008' from 'https://cache.nixos.org'... copying path '/nix/store/wcpqrbsljh2x04qccs6jv9z8c9y1c3cd-bash52-013' from 'https://cache.nixos.org'... copying path '/nix/store/z76vsdh69cvwkwhwg69k7d1znwjmx6hf-bash52-005' from 'https://cache.nixos.org'... copying path '/nix/store/24ygbbc9k6vjc4vhz2j6a9dkdgmqgc6n-bash52-010' from 'https://cache.nixos.org'... copying path '/nix/store/a73wzcks7h2y814qxa1z3kv1hg205mpm-bash52-001' from 'https://cache.nixos.org'... copying path '/nix/store/sxc8xmi7caxaiywzh15za9crpk3bw98z-bash52-003' from 'https://cache.nixos.org'... copying path '/nix/store/x1sqwqn02c5mnpi8hbqlxpbm3rahq5dm-bash52-012' from 'https://cache.nixos.org'... copying path '/nix/store/j8vipdfzslz4aa7aj0amwd4msxa9hhpl-bash52-009' from 'https://cache.nixos.org'... copying path '/nix/store/sim601rd1y3hsap9qkn25cwprsa9aipp-bash52-011' from 'https://cache.nixos.org'... copying path '/nix/store/pjp935kxwai47zyx1wpwadls00m9nmib-bash52-015' from 'https://cache.nixos.org'... copying path '/nix/store/2ynclzrdl0hy9miy6k8gcwgzw4mhsmd0-bash52-004' from 'https://cache.nixos.org'... copying path '/nix/store/cddj9qpc4l62qjy6vvf7gp50mfqaf506-bash52-014' from 'https://cache.nixos.org'... copying path '/nix/store/rs1qdpy1nb3x07g4vqvb4s774qhq9f0w-bash52-007' from 'https://cache.nixos.org'... copying path '/nix/store/1fw5fcsjz9wcbf13a5xs4i2cjfircp3x-bash52-006' from 'https://cache.nixos.org'... building '/nix/store/mjhjzdgfik0bh1b2vz1a2qz6lmhy5q64-linux-6.8.0.tar.xz.drv'... copying path '/nix/store/kwf1fq1xvc5x883gjqsp439ayqffkx1f-bash52-023' from 'https://cache.nixos.org'... copying path '/nix/store/hskjhnyx00gy9hk9napqkv0qzvpa20sy-attr-2.5.2.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/2ixh1gl1fr49hjfxk5mkf49d43jpvfl2-bash-5.2p26' from 'https://cache.nixos.org'... copying path '/nix/store/9vapsdndf66l1bfp7210hrd7vs42lvvc-binutils-2.40.tar.bz2' from 'https://cache.nixos.org'... copying path '/nix/store/kfa6p4i5dmvgirqw87557qbg53xif0qh-acl-2.3.2.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/in24890k6ybij0b63jisfmrwmmc6x7pv-bash52-017' from 'https://cache.nixos.org'... copying path '/nix/store/yzd1kmz6qlk3dxa82lwfbgqqxy2c4m1x-bash52-026' from 'https://cache.nixos.org'... copying path '/nix/store/pcdlxsb3mxfjnclg8rn8xy2ywbb5ra36-bash52-020' from 'https://cache.nixos.org'... copying path '/nix/store/rihy7jn15hxaifb33v5p8w62gmw62k97-bash52-024' from 'https://cache.nixos.org'... copying path '/nix/store/d5qpl3kqrmv99fbw1cd09qj9jr7kb2rr-bash52-019' from 'https://cache.nixos.org'... copying path '/nix/store/m9x6023c6a7wi91fm0624da2lww2wm5p-bash52-025' from 'https://cache.nixos.org'... copying path '/nix/store/a55mbgicwbpl17n7a4wklg214xbcgj3f-bash52-022' from 'https://cache.nixos.org'... copying path '/nix/store/0cr4hvmwbfablyhn58ba0lrfb44igq5y-bash52-016' from 'https://cache.nixos.org'... copying path '/nix/store/88vqnamjby26yiazy0wxw2wl5gmbsm8y-binutils-wrapper-2.40' from 'https://cache.nixos.org'... copying path '/nix/store/nffxsaniz7irz07z79cxwkhz97vgqwrx-bash52-018' from 'https://cache.nixos.org'... copying path '/nix/store/gnx16vs69p7fggsslnbg6v818497vvxl-bash52-021' from 'https://cache.nixos.org'... copying path '/nix/store/mzwnp90dra34q8vxs3wd4jpr66vrg2dq-bison-3.8.2' from 'https://cache.nixos.org'... copying path '/nix/store/j91lwf6plpz8birzsh3hp1gyl6c5fsiy-bootstrap-stage0-stdenv-linux' from 'https://cache.nixos.org'... error: … writing file '/nix/store/ybxghl5z2y5bznm0flfzix66hi3wi36f-linux-6.8.0.tar.xz' error: unable to download 'https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.0.tar.xz': HTTP error 404 response body: 404: File not found

Sorry, we cannot find your kernels

copying path '/nix/store/y6w6khmixync4k3zxgm5v3978asyg7qv-expand-response-params' from 'https://cache.nixos.org'... copying path '/nix/store/02qz8blms61h6snwqbqhdasmk1jk3dk2-expat-2.6.0' from 'https://cache.nixos.org'... copying path '/nix/store/jymmn075lppbki7whdgh16lp7n01lciq-bzip2-1.0.8' from 'https://cache.nixos.org'... copying path '/nix/store/la8rdnwivnjapn0bmr14pk28qv82d4zb-diffutils-3.10.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/ifggbq5cc2rnm57jc8573smj534sabzw-config.guess-28ea239' from 'https://cache.nixos.org'... copying path '/nix/store/y954pl28vm03qfhvqrgyspwwv28b5lyi-findutils-4.9.0.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/1dydp86d00qzjbncpi80sdsndf33lc5j-fix-static.patch' from 'https://cache.nixos.org'... copying path '/nix/store/z9fdf582flwcri4ds9fxknyi27w6vi1i-gcc-13.2.0.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/ws73d521m0im6x7nhb0836i51z2yd9dq-bzip2-1.0.6.2-autoconfiscated.patch' from 'https://cache.nixos.org'... copying path '/nix/store/2ds3kha8b07phggryjzqad36q6gzgb23-gawk-5.2.2.tar.xz' from 'https://cache.nixos.org'... error: builder for '/nix/store/mjhjzdgfik0bh1b2vz1a2qz6lmhy5q64-linux-6.8.0.tar.xz.drv' failed with exit code 1; last 24 log lines: > error: > … writing file '/nix/store/ybxghl5z2y5bznm0flfzix66hi3wi36f-linux-6.8.0.tar.xz' > > error: unable to download 'https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.0.tar.xz': HTTP error 404 > > response body: > > > 404: File not found > > >
> src="/images/bucket.jpg" > title="'Caramel Corn in Pail' by TheCulinaryGeek on Flickr. CC BY licence." > /> >

Sorry, we cannot find your kernels

>
> > For full logs, run 'nix log /nix/store/mjhjzdgfik0bh1b2vz1a2qz6lmhy5q64-linux-6.8.0.tar.xz.drv'. copying path '/nix/store/05d0yccrkp8pl5c6my29cxzzqb7a9az8-glibc-2.38.tar.xz' from 'https://cache.nixos.org'... error: 1 dependencies of derivation '/nix/store/g8d3g99snsfjm1lj833lhyvqy86wdlpz-linux-headers-6.8.0.drv' failed to build copying path '/nix/store/n1djrrflvxnwdd735304l23r2qdnjrm6-gmp-6.3.0.tar.bz2' from 'https://cache.nixos.org'... copying path '/nix/store/hp60h60jc6n6c0krgmjqi60lqgl7kvij-grep-3.11.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/sbfgp3gbz5m4506pp6ysvnafagz4khfn-gnu-config-2023-09-19' from 'https://cache.nixos.org'... copying path '/nix/store/hi2mlb0ivjjws70afz6r54by1129cl2c-gmp-6.3.0' from 'https://cache.nixos.org'... error: 1 dependencies of derivation '/nix/store/q6y02gia2ja13ry23689nhpwm3lzxds6-glibc-2.38-44.drv' failed to build copying path '/nix/store/di4c31yr68j50ii2lh8qg02nax4x02ny-iniconfig-2.0.0.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/18ppx8kjlyvrjjr96vvgkij8csinnkhz-gnu-config-2023-09-19' from 'https://cache.nixos.org'... copying path '/nix/store/qldm48n2nzis83scqxapfznw9kad7pf0-gnu-config-2023-09-19' from 'https://cache.nixos.org'... error: 1 dependencies of derivation '/nix/store/9xqix443yh6yjl2kh2a756r0684vfq8a-glibc-locales-2.38-44.drv' failed to build error: 1 dependencies of derivation '/nix/store/3275gd1732n6phag1bklrwb1ll79zmmp-stdenv-linux.drv' failed to build error: 1 dependencies of derivation '/nix/store/cgd8rjmvfc33v91rcdz0apj83cv1r0r7-stdenv-linux.drv' failed to build error: 1 dependencies of derivation '/nix/store/kcpcidynwgk3qhsdn052libwjkhl2cdg-linux-6.8.0.tar.xz.drv' failed to build stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'linuxHeaders.originalSrc' not found stderr did not split as expected full stderr was: these 167 derivations will be built: /nix/store/mjhjzdgfik0bh1b2vz1a2qz6lmhy5q64-linux-6.8.0.tar.xz.drv /nix/store/g8d3g99snsfjm1lj833lhyvqy86wdlpz-linux-headers-6.8.0.drv /nix/store/q6y02gia2ja13ry23689nhpwm3lzxds6-glibc-2.38-44.drv /nix/store/48s90a71bvwrx69qnl6r9y5kz2j13s0r-binutils-patchelfed-ld-2.40.drv /nix/store/agsfjlwmxrykf3ff0z3bbqny6qd9r25s-binutils-patchelfed-ld-wrapper-2.40.drv /nix/store/zs37kh7cbkw1rz3vj4dgsakq5g68332w-bootstrap-stage3-gcc-wrapper-13.2.0.drv /nix/store/61xbc83dgicn48nwqf2jl2wiq7v5c5fh-bootstrap-stage3-stdenv-linux.drv /nix/store/28715yz5nx7v608zgnc2a3xxbhw9lw0l-xz-5.4.6.drv /nix/store/1w7q2990mf5anc9za4218nrh6j3icxip-bash-5.2p26.drv /nix/store/n7byn07cdfwk4ai6wbbf8xl48hfxm51l-gmp-6.3.0.drv /nix/store/64zfqfg385cd2ik971lnsjc13a9mfk17-mpfr-4.2.1.drv /nix/store/772d98jbl51x20s7nkz9i9rw1jr1r1hj-texinfo-7.0.3.drv /nix/store/9gqyf4680rpw3z9rchmfbv0prbi1rkdi-zlib-1.3.1.drv /nix/store/pfxf862dlg2n3vpch5933qdbshx1vxal-isl-0.20.drv /nix/store/z4gqzly42pj3b6yii98smq9cirlsxgzx-libmpc-1.3.1.drv /nix/store/1kx35wri1czl7s0m8zqyh7b57pb8v5a3-gcc-13.2.0.drv /nix/store/sdpnhn032qffrvksj1hnx1id0jsgcgcv-expand-response-params.drv /nix/store/4rwqk1nc3snrccpz0mnydhdz1i623ljq-bootstrap-stage4-gcc-wrapper-13.2.0.drv /nix/store/gby8ls8s6qy48r2m753y87j6paq4q2vm-gnu-config-2023-09-19.drv /nix/store/ij4vx9iyv62pc84il8nqxf65zv20p81a-update-autotools-gnu-config-scripts-hook.drv /nix/store/4v8h88d33w0zv833nx815frybz0gjlqx-bootstrap-stage4-stdenv-linux.drv /nix/store/013378kl99fxwddyagd3a6vw22bvyyay-libxcrypt-4.4.36.drv /nix/store/71pzia2gyd6b82cyvkxwqbc7mfix0lhc-bootstrap-stage4-stdenv-linux.drv /nix/store/awqd1vm7zxajiza7zp0zi4y159gcxvqv-autoconf-2.72.drv /nix/store/95cggr8aa0kr001sz35s28pdml096ham-file-5.45.drv /nix/store/wp97nma7s0mqaw1cm3pmr646lkl3kj7x-bash-5.2p26.drv /nix/store/q9ks9ahn58bv3mpmdqiil89ylj9dw356-libtool-2.4.7.drv /nix/store/zm3hgj3n6knm296v3r52z7fhcpk2adqf-automake-1.16.5.drv /nix/store/1ff6q7i57wv0b6v9j4hassbpr1hf16s1-autoreconf-hook.drv /nix/store/1h1fkn3mzgxkrswihsd2nrbij6j79lzg-gawk-5.2.2.drv /nix/store/5ip20541hwwq3nvizzri0kdwihdpcnpq-attr-2.5.2.drv /nix/store/jbx9dia5is6xnr3pjic9k86nak7qlvkb-gmp-with-cxx-6.3.0.drv /nix/store/zfdiyrmphvssbhp7x9j5a8k2wkp48rw8-xz-5.4.6.drv /nix/store/znr5hj49jqsvbcfskp0qrbgilqbly8mc-acl-2.3.2.drv /nix/store/1hwz51sp9fij13rd7rxm9yz69zs7k3ch-coreutils-9.4.drv /nix/store/2h2kh9zb8f34gvy4jhdw2gk0vxznxvn4-diffutils-3.10.drv /nix/store/56qjbyfbzqplfxwby1mcb5y4j86vkgwg-lzip-1.24.drv /nix/store/gxyw3yk5p6xkpjk4g93sglpk0plql0sk-ed-1.20.drv /nix/store/7da63l17y1z6igpc09v4xlkh098xg30v-patch-2.7.6.drv /nix/store/4qgn0bxnj1n2r74ggncikav97g1l41h4-glibc-iconv-2.38.drv /nix/store/hf4vwzx4nsm68d27jn8by28s6rkmylsb-locales-setup-hook.sh.drv /nix/store/3k6c9949pr68c21bqkc20y0pckl0nqnj-expat-2.6.0.drv /nix/store/68sb0c97v8fc56xqgaaapiab4hbm9hx7-libffi-3.4.4.drv /nix/store/7cxykdz9d4wgg0cb0qg60q2i3ji4rchr-nuke-references.drv /nix/store/jcp3l2k111ly564p20b9xrrvzdj5fzka-pkg-config-0.29.2.drv /nix/store/chfa9aq8azdapddrdjx4vg66ffp45ywa-pkg-config-wrapper-0.29.2.drv /nix/store/hp3nhblpd67zj9kynbfjp7kjgfrkv69q-mpdecimal-4.0.0.drv /nix/store/im2v6l8xadgafj6jpqb5ib2w0s3lc7c0-autoconf-archive-2023.02.20.drv /nix/store/rnwcqigj423d0n48ysqsd1rjp1xw9wng-bzip2-1.0.8.drv /nix/store/xqmxj3g1m2ds97gshh0z32z0cj7f51r6-python-setup-hook.sh.drv /nix/store/qvds4m59yqrdh44463p8lh68sxirh4gd-python3-minimal-3.11.8.drv /nix/store/9xqix443yh6yjl2kh2a756r0684vfq8a-glibc-locales-2.38-44.drv /nix/store/h7psm5q8s6ih56f40mkr9qqrm2dz59aj-pcre2-10.42.drv /nix/store/jncxx677i7zgyj964nsknckvjqjm3ysm-gnugrep-3.11.drv /nix/store/sr8szbgzvzcjs7l156ii8fm2b5nma8m3-binutils-2.40.drv /nix/store/b7zxr94yfx7sc082q82y7hpghvfm6gs2-binutils-wrapper-2.40.drv /nix/store/b81njnjxwbw2iqcmazqwv0i0jx951if4-gnumake-4.4.1.drv /nix/store/c7d6qa094n9dgjpriklnkvmfw30vpbvn-die-hook.drv /nix/store/jv56qc3hxg24nj35grdbf83b18cppj2b-make-shell-wrapper-hook.drv /nix/store/fb050wzgh33jwh30wfhccrjginxhwi4f-gzip-1.13.drv /nix/store/jmc3fdb3i6ypsq405kpks8g4zzgxgwan-findutils-4.9.0.drv /nix/store/m1inpv035dha2cnfszvqqd4am3aq7rma-gnutar-1.35.drv /nix/store/npr8g32kah0xndjdfj71yxqn5qb1d5i1-gcc-wrapper-13.2.0.drv /nix/store/q7mx6ii283wl41sfpncp64lf8pwzjhf9-patchelf-0.15.0.drv /nix/store/ypkabq2qhnrslvxm38zpphkparmwipbz-gnu-config-2023-09-19.drv /nix/store/rjhb84vkmiyy4zds6zpm1ijl9njg5ndk-update-autotools-gnu-config-scripts-hook.drv /nix/store/vbfc66igrw91z8ib1jw8pw35a55xai3l-gnused-4.9.drv /nix/store/3275gd1732n6phag1bklrwb1ll79zmmp-stdenv-linux.drv /nix/store/296nci7zfbnpidys88lqvkb3v5pyl4i9-tzdata-2024a.drv /nix/store/192snx7pz6366ywp4q916qsa3npc9nrf-tcl-8.6.13.drv /nix/store/cgd8rjmvfc33v91rcdz0apj83cv1r0r7-stdenv-linux.drv /nix/store/1fr7rhhvpvqxlvwl342sbjgq89z7g207-glibc-iconv-2.38.drv /nix/store/zyvs6va1w21v1z6c9r7za3d4b7c9v68f-ensure-newer-sources-hook.sh.drv /nix/store/5dswjj3zjhmffrzp49mplkzq1q0k0023-ensure-newer-sources-hook.drv /nix/store/wgc0943mqi8gij2fmmd22zarkg97zxw8-perl-5.38.2.drv /nix/store/33ckz92p44awain0b5my8p9qa0dhb4qx-libxcrypt-4.4.36.drv /nix/store/aclkj8csq48s1gp21k5bdq5sdphl6v2l-perl-5.38.2.drv /nix/store/dxr0dzahlyn5npqym0lwip7ygn13i4hd-gnum4-1.4.19.drv /nix/store/yapz82s1fd2qvrkm08z27j4sanxxxvk2-texinfo-7.0.3.drv /nix/store/q4h3wxwjbn65c4wbxpck650sp82fwd33-autoconf-2.72.drv /nix/store/91cinxbf05kv6w0ap8kc5k4av62rh3sp-automake-1.16.5.drv /nix/store/i9yfhij3i9r3gzjp5ccp6fl0jl8nmhfc-file-5.45.drv /nix/store/f6g67xj9pj85y9gpl3idfgq2qlxdazgs-libtool-2.4.7.drv /nix/store/jwjljvbh12bfvmclyym4w9mxqp8szkzv-gettext-0.21.1.drv /nix/store/5yg2rc55hb0fp293iwayaa0x3rmbq373-autoreconf-hook.drv /nix/store/95y0vy81pa7hfcwlb9719skn59qaadmf-fix-cross-compilation.patch.drv /nix/store/p3zyamwcspbgy72xcmmxyzqqc2sfxlgr-die-hook.drv /nix/store/fxlz5v7s4df7wm1kwcv5phnhgwphyb2x-make-binary-wrapper-hook.drv /nix/store/gh8lsiqbabr7d735l0rszzpi61gnb7lg-tcl-package-hook.drv /nix/store/kv12x1cvay6y14crv7vbl4n79w5bag0w-make-shell-wrapper-hook.drv /nix/store/gpi8rrc5yq4pfgiiwdk34ddjf7mbb61i-expect-5.45.4.drv /nix/store/fgj6wiqz5q7g456drfc4fz72v54fbawv-dejagnu-1.6.3.drv /nix/store/20z4fz41jh2hkfh3p5agj98m2hwwz9g2-libffi-3.4.4.drv /nix/store/2qvsdrdgidiz1mkl6c5rh1m23vybczbv-openssl-3.0.13.drv /nix/store/3yiaajlyf7y1asl4llmjx5n455pndy6c-expat-2.6.0.drv /nix/store/5hli20w2p15vj1gw3wlphkhxgrqb9izc-python-setup-hook.sh.drv /nix/store/709pnbzh956jw5h2ljcyc57a167qblxx-nuke-references.drv /nix/store/70vciirjhyl2iciabd8w9d83k62zxv58-autoconf-archive-2023.02.20.drv /nix/store/73d07nhyd7amlnykxg891i8c22r9qgn0-mailcap-2.1.53.drv /nix/store/99qz9z7cw6glrzrdgf6ag97hgvby0m6f-pkg-config-0.29.2.drv /nix/store/bfhbqjhq657nfkyjzjs9gal1a02m9wlf-pkg-config-wrapper-0.29.2.drv /nix/store/z0fxbjc4fvpr7q76pmkl96xk7vagsazq-ncurses-6.4.drv /nix/store/8fzlhw9087pp85l9q44wkqxcmzk88axk-readline-8.2p10.drv /nix/store/azs1m9933pd0cx09m8lad9shjmynqsxj-gdbm-1.23.drv /nix/store/ss7xza295ngkmi730vr61px17prd6yrk-sqlite-3.45.1.drv /nix/store/vjk5n27w0hd9dkk05m1xxgiaink678vy-mpdecimal-4.0.0.drv /nix/store/zblwrz940bkd3j4klwg575ip77dhaq62-python3-3.11.8.drv /nix/store/rbwxpqs73s028pz8nr6pidfa2xp9716l-python3.11-bootstrap-flit-core-3.9.0.drv /nix/store/38vzl2w8gz76c1dg2cn7396ynm455gf9-python3.11-bootstrap-installer-0.7.0.drv /nix/store/7wpa9kd7kxw77srviz4sxshbilril8np-pypa-install-hook.drv /nix/store/ak4m5vm787ahns56spdf98zqic21y36d-python-output-dist-hook.drv /nix/store/b235s3cdl9p8vsana06jn8z4nwaknar9-python-remove-bin-bytecode-hook.drv /nix/store/d5ja7ly61fpnxrydmpwyix0981ld640w-python-namespaces-hook.sh.drv /nix/store/ix272k9mw3ilbyfakwc6gjhprikvfabx-python-imports-check-hook.sh.drv /nix/store/dpmk74p8vllaa43a6ybvzwl81a915mhh-python3.11-bootstrap-tomli-2.0.1.drv /nix/store/fyr282msnqngxxwgbkcj844v76fy67rl-python3.11-bootstrap-packaging-23.2.drv /nix/store/j8i1yz8a5fsnqa8qm3s3xvc7h78bwd8z-python3.11-bootstrap-pyproject-hooks-1.0.0.drv /nix/store/q2jf6kvkqixx773gnmni4m5577y8p9wy-python3.11-bootstrap-build-1.0.3.drv /nix/store/l2ppbrfs1wkjnjrdxlx14l3730ccam8i-pypa-build-hook.sh.drv /nix/store/n5hhf9zms1fp83bcrvzj95cxcik838qa-python-remove-tests-dir-hook.drv /nix/store/hdnix7rnlaqj2ysqcsb63gzkva0581k6-python3.11-bootstrap-packaging-23.2.drv /nix/store/zarkmmqdyymwy3fwwkfg51z30m2n11sh-python-runtime-deps-check-hook.sh.drv /nix/store/zyl79f2jqdwj27pi6lj2na4cqa0f105z-wrap-python-hook.drv /nix/store/8j6slwmwwxfvxza27d24kmqzdh25jcvn-python3.11-flit-core-3.9.0.drv /nix/store/rm35dgg5014r2d0fafn1rs1idc1zmhi1-python3.11-installer-0.7.0.drv /nix/store/nrk5jac78cnndzy894kz9g8hwy9kbfh0-pypa-install-hook.drv /nix/store/3ci84id01wl6aa6fhzbbzxfza753k0pd-python3.11-pyproject-hooks-1.0.0.drv /nix/store/w8lc50schzb2k0dd47gd8s42bzjykb4y-python3.11-packaging-23.2.drv /nix/store/1pwl5h2aka8i9kk2qx2zgxgzkpfx8whf-python3.11-build-1.0.3.drv /nix/store/23lqf22xyd3ifm41164xnxb4yx0s3aa6-python-catch-conflicts-hook.drv /nix/store/s13cqh4p7a78r1llmw304pxf217nzl03-python3.11-wheel-0.42.0.drv /nix/store/mv0kkl7ib201jrs2mw9s4lrff6sxckn6-python-runtime-deps-check-hook.sh.drv /nix/store/wkslqkwpc0xh9g39305j56pa07kgfiav-pypa-build-hook.sh.drv /nix/store/vc56ywjz85nyrzgpr7j6rf4b1hrdqxkw-python3.11-setuptools-69.0.3.drv /nix/store/m3ddghy8c9aqpx5mibrha26a79r4isd5-setuptools-setup-hook.drv /nix/store/1qs5q74abxj2yw7w7gs4x8yrkg0k2mlq-python3.11-calver-2022.06.26.drv /nix/store/pvms5h0m7snbjwmkidwknwlzly5786mh-unittest-check-hook.drv /nix/store/55v5dnjmk1pg8h5l09xjzq2xf0d0kvds-python3.11-pathspec-0.11.2.drv /nix/store/61hcv3m220r1j9jvr4f5fxyp42vw7q0n-python3.11-trove-classifiers-2024.1.8.drv /nix/store/1y5a6gyp5zjhlhhwz7rfhn5myra2bkj5-python3.11-typing-extensions-4.8.0.drv /nix/store/n5xfdy0pdnk54m22a9gnn68zs23pkzh1-python3.11-setuptools-scm-8.0.4.drv /nix/store/irccifc4a4fqpnr53h4sfm4f297mpvwf-python3.11-pluggy-1.4.0.drv /nix/store/lcp5wr8jz29ff1skhcrlhhy50vgv9qyx-python3.11-editables-0.5.drv /nix/store/d7zr75960skpmvc264ff8f4sksaw7nrd-python3.11-hatchling-1.21.1.drv /nix/store/jn1skx5x1z9bfmi10bvaxkadckajc0vp-version.patch.drv /nix/store/1rlmq7qsddw4qnjq5il9xac0vbq42lz0-python3.11-iniconfig-2.0.0.drv /nix/store/asv7r9wx724xx27sl7xw3c5qzniy0va4-pytest-hook.drv /nix/store/39fjzhdmg7i9jc1d37cfdl002258i3mv-python3.11-pytest-7.4.4.drv /nix/store/4gjhgv0adfaz9gryflr6sslpnxlpn1s8-perl-5.38.2.drv /nix/store/vkzqsfp252hivys1b3kbnxiv50s0c303-coreutils-9.4.drv /nix/store/kqj49b6wxrgj409ycjw5bxzxzw0s4m8h-openssl-3.0.13.drv /nix/store/72d2kmh5szawlbjbcbj1b8psq0m30zji-libssh2-1.11.0.drv /nix/store/pnfz051ak83mgxmlnf5950bcpyv15sh7-keyutils-1.6.3.drv /nix/store/hanmf1v7w26b06v1yshm2mwbpn8jlq9q-pkg-config-0.29.2.drv /nix/store/yyc872gm23wqw6304hbd0cv614fpqw16-pkg-config-wrapper-0.29.2.drv /nix/store/j36lcr1m54y495h87l8m2dc8afrv5kds-libkrb5-1.21.2.drv /nix/store/zfjbhlvp9xfdrxxvj7wnp09gj3m99hxl-nghttp2-1.59.0.drv /nix/store/5k5y6m0v1x1pwgl87l8rd3d8l0a2q14c-curl-8.6.0.drv /nix/store/aj5rvadz9c7ldpicaxqzyqzdjjdl5vsc-cacert-blocklist.txt.drv /nix/store/fljs6i6d3snfqv9bahqll0f5q8y5zjla-pytest-check-hook.drv /nix/store/pq4w9n1fvw0dxgxwf81f3l4lklv683sx-mirrors-list.drv /nix/store/mqd5db27f7f9nvcxars8y7yy38zczx8j-nss-cacert-certdata-3.98.drv /nix/store/yy4qd5mp03vw0i7iqfzpvr9yypra0c1q-python3.11-buildcatrust-0.2.1.drv /nix/store/zkymsqkrq02q56plnx02pqabrhiv3lkv-cacert-extra-certificates-bundle.crt.drv /nix/store/x9h5i24rsgmrwv8333i5gprjx7ficnj2-nss-cacert-3.98.drv /nix/store/kcpcidynwgk3qhsdn052libwjkhl2cdg-linux-6.8.0.tar.xz.drv /nix/store/w3b9b7c7a6028ssdzi50zbf942qax4yd-linux-headers-6.8.0.drv these 71 paths will be fetched (88.71 MiB download, 240.45 MiB unpacked): /nix/store/bnrzcdiyf2xqjqfrqh36hpsy38j70xjg-bootstrap-stage-xgcc-stdenv-linux /nix/store/8qygjynp9ziwgqz8l3klgpr7xvhqsykl-bootstrap-stage2-gcc-wrapper-13.2.0 /nix/store/id76kbhfxahycag22qkqymnkdvqk8nkq-bootstrap-stage2-stdenv-linux /nix/store/j9aay77gzbncc046sqk4g28qmqcywj0x-bootstrap-stage2-stdenv-linux /nix/store/9hkqpsdfmmvydpw1852jsz902vm3z5mj-bootstrap-stage3-stdenv-linux /nix/store/b44vg9nm5f64fihql70jzjj7yd64q0sa-gzip-1.13.tar.xz /nix/store/9n4gymb6ca04190xp3nx4ym6rvvp6wvh-isl-0.20 /nix/store/x9v0hmr76dm68pijzldzxks01iqzag1z-isl-0.20.tar.xz /nix/store/r6hzdz8qfjbg5vwnn4qgimgvwrvqgmia-libffi-3.4.4 /nix/store/jpvb8pyj5jw1bvqa1lxb8sdbv901svvh-libmpc-1.3.1 /nix/store/ck70x6hdl1kgqa4a9ps8spw6ph9mfcj8-libtool-2.4.7.tar.gz /nix/store/af8fanbpyw1vdy3956pxf2kybz3f2siq-libxcrypt-4.4.36 /nix/store/c2pajkw2437xaahk0xl0baafh4iljs7i-lzip-1.24.tar.gz /nix/store/mcayf992diwks293vs12iwx1ywgm4ijg-m4-1.4.19.tar.bz2 /nix/store/87yibvyd74bkwmfzxy649vg6jk152h86-mailcap-2.1.53.tar.xz /nix/store/0avnvyc7pkcr4pjqws7hwpy87m6wlnjc-make-4.4.1.tar.gz /nix/store/mdrv8znlgnysqzq1hnv46vi9jmnsc1bc-mpc-1.3.1.tar.gz /nix/store/7qjxagzngpgm3kxbr2anka8ivplq28k2-mpdecimal-4.0.0 /nix/store/vjv0x8rcs7rnw4glsd0hil5bh22sq33c-mpdecimal-4.0.0.tar.gz /nix/store/zc20b6836alzx24znl32xz9ipydbfhx0-mpfr-4.2.1 /nix/store/7s2kcdbk0n0dpsq9gwkj8dqyw21yfyhp-mpfr-4.2.1.tar.xz /nix/store/xid07k4r865vgqjfls4rcr50rl405wjy-ncurses-6.4.tar.gz /nix/store/gi44406v2bdzc3kcw6k8pvm77mwnr61i-nuke-references /nix/store/pf6jigif5ljcwp8cvnsn6q6k000bkf96-packaging-23.2.tar.gz /nix/store/447hvnlzzi9myri1iq3bijxgx6v6b592-patchelf-0.15.0.tar.bz2 /nix/store/6bj5q0rc7ppqra6pkrinkx0prkdvr50z-pathspec-0.11.2.tar.gz /nix/store/n8ay9yxwgl07z3csb5hfp6m80qk3hzyl-pcre2-10.42.tar.bz2 /nix/store/4sx9hx3mysbnglik32c0b9grbmr5bw3a-pyproject_hooks-1.0.0.tar.gz /nix/store/9vk88q5s7bcq4q1cjizbdq05717vsb6y-pytest-7.4.4.tar.gz /nix/store/1d4h3s6hhrnilmhi1p15w28miw4kg605-python3-minimal-3.11.8 /nix/store/d1xybymfx4ad0hy6zv97walg9v1dyzn6-raw /nix/store/43xrlixrqmis1b0apdvysx8a3dab2gic-readline-8.2.tar.gz /nix/store/pynmb83ini5risjppj8ysygw1r5fzcl4-readline82-001 /nix/store/w6f56cv169rjs18hl1v831rlrcs8vbnz-readline82-002 /nix/store/vl24rqjmpf9d9qjhj68w6adrk9bnh0cx-readline82-003 /nix/store/3rak2kw8spyqjvl9w9rrc8s7k68m4pfp-readline82-004 /nix/store/pm27bsahqy6qii80k0llqn06xkx9hxhh-readline82-005 /nix/store/6y41plgfhvgcc63xfh89pkg9phs24kqp-readline82-006 /nix/store/cna1myj7m8h2baqsrr7jjxsmp1sj2nx9-readline82-007 /nix/store/sjv2chxjy62ljq29c3h2jm2yq03c43v6-readline82-008 /nix/store/v3j1appb13l1478s8p6kl88qv665933g-readline82-009 /nix/store/a77wv10rprkrjn28hbsxns8m140xhs5d-readline82-010 /nix/store/a2i83vprqrd9nkr116yy1ksrwz5y1vq9-sed-4.9.tar.xz /nix/store/ilmaa253v6kixqmdw2lzhyyrzk8xkkmd-setuptools-scm-8.0.4.tar.gz /nix/store/1y5q2zi4rymfbpi8niphbq5633a32ypv-source /nix/store/2byxphixs4wdjy8pz97nz3yra2d7s8qd-source /nix/store/8qg8d1qjqa2vq6bsyxlsaxv5azb92777-source /nix/store/p91654qjy7h0a96z8x1ah5dbzpnx6147-source /nix/store/rnkkaqinn6w0a0rsyxn0rbss8x38k917-source /nix/store/v9x5cdymilmd7fjmahz66kd9g4616vx7-source /nix/store/x579vzfwkhskl3sbnjnbdjcjxaqigcvl-source /nix/store/yxa3ylzc8b5i7752as8ihnvc8b7kryvx-source /nix/store/qh9hm75xh1nz0nvk1ppqx6r1ly88vcfd-sqlite-autoconf-3450100.tar.gz /nix/store/vijsp4ywmsvr6jk5ypbb8hszayn7bwdd-tar-1.35.tar.xz /nix/store/l7yrpcxia2swda2b651hg72c05pmv9zz-tcl8.6.13-src.tar.gz /nix/store/q9ccnr97sv21jlmzxqsra5jyp71s51dl-texinfo-7.0.3.tar.xz /nix/store/4zyap0bzjpkw3lwwx4blwqiqjl4q17nc-trove-classifiers-2024.1.8.tar.gz /nix/store/dxmdng2wjl2g3bq3cj3vdy09mifr53dw-typing_extensions-4.8.0.tar.gz /nix/store/yl79i12bnsg5qb38v4fbmpg8mk3k2yd3-tzcode2024a.tar.gz /nix/store/39z4s69v0rs5q41x1bpwy8qpark4bd7i-tzdata2024a.tar.gz /nix/store/079ah0xd0yb61vrhy1pn4ylbi0h1n7nb-update-autotools-gnu-config-scripts-hook /nix/store/2i34pn8xqqqix9bs05w5qhpzlw2dbdih-update-autotools-gnu-config-scripts-hook /nix/store/7kmxcg6gha63z2rsfvxmzs4h73ypc0qj-update-autotools-gnu-config-scripts-hook /nix/store/jfxi53frl7yz00qfym013yyn6hdqsz4w-which-2.21 /nix/store/hpc1lxjlj4s52ky58v3n7rlna43dhx3x-xgcc-13.2.0 /nix/store/ljw1zldzbk5vsiddwfig5kmmmygrijfs-xgcc-13.2.0-info /nix/store/8ndi8jb7znv8p37j2gnakknhivdgnla5-xgcc-13.2.0-man /nix/store/xn8h8p6m2bv76sj8hfyn0m1sm4fchyii-xz-5.4.6 /nix/store/hnszyp2jkyi7ivqwmx4cqhbf7qgvm35h-xz-5.4.6.tar.bz2 /nix/store/q489dxq3p4rg1jfchhpq2s92fxkgdrln-zlib-1.3.1 /nix/store/n22iqgfwr3jr08f9hl4140y3sqmrzf2z-zlib-1.3.1.tar.gz copying path '/nix/store/mdrv8znlgnysqzq1hnv46vi9jmnsc1bc-mpc-1.3.1.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/hnszyp2jkyi7ivqwmx4cqhbf7qgvm35h-xz-5.4.6.tar.bz2' from 'https://cache.nixos.org'... copying path '/nix/store/0avnvyc7pkcr4pjqws7hwpy87m6wlnjc-make-4.4.1.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/b44vg9nm5f64fihql70jzjj7yd64q0sa-gzip-1.13.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/x9v0hmr76dm68pijzldzxks01iqzag1z-isl-0.20.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/447hvnlzzi9myri1iq3bijxgx6v6b592-patchelf-0.15.0.tar.bz2' from 'https://cache.nixos.org'... copying path '/nix/store/n22iqgfwr3jr08f9hl4140y3sqmrzf2z-zlib-1.3.1.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/vijsp4ywmsvr6jk5ypbb8hszayn7bwdd-tar-1.35.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/a2i83vprqrd9nkr116yy1ksrwz5y1vq9-sed-4.9.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/7s2kcdbk0n0dpsq9gwkj8dqyw21yfyhp-mpfr-4.2.1.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/n8ay9yxwgl07z3csb5hfp6m80qk3hzyl-pcre2-10.42.tar.bz2' from 'https://cache.nixos.org'... building '/nix/store/mjhjzdgfik0bh1b2vz1a2qz6lmhy5q64-linux-6.8.0.tar.xz.drv'... copying path '/nix/store/c2pajkw2437xaahk0xl0baafh4iljs7i-lzip-1.24.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/079ah0xd0yb61vrhy1pn4ylbi0h1n7nb-update-autotools-gnu-config-scripts-hook' from 'https://cache.nixos.org'... copying path '/nix/store/r6hzdz8qfjbg5vwnn4qgimgvwrvqgmia-libffi-3.4.4' from 'https://cache.nixos.org'... copying path '/nix/store/7qjxagzngpgm3kxbr2anka8ivplq28k2-mpdecimal-4.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/af8fanbpyw1vdy3956pxf2kybz3f2siq-libxcrypt-4.4.36' from 'https://cache.nixos.org'... error: … writing file '/nix/store/ybxghl5z2y5bznm0flfzix66hi3wi36f-linux-6.8.0.tar.xz' error: unable to download 'https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.0.tar.xz': HTTP error 404 response body: 404: File not found

Sorry, we cannot find your kernels

copying path '/nix/store/xid07k4r865vgqjfls4rcr50rl405wjy-ncurses-6.4.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/pf6jigif5ljcwp8cvnsn6q6k000bkf96-packaging-23.2.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/gi44406v2bdzc3kcw6k8pvm77mwnr61i-nuke-references' from 'https://cache.nixos.org'... copying path '/nix/store/d1xybymfx4ad0hy6zv97walg9v1dyzn6-raw' from 'https://cache.nixos.org'... copying path '/nix/store/4sx9hx3mysbnglik32c0b9grbmr5bw3a-pyproject_hooks-1.0.0.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/ck70x6hdl1kgqa4a9ps8spw6ph9mfcj8-libtool-2.4.7.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/9vk88q5s7bcq4q1cjizbdq05717vsb6y-pytest-7.4.4.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/vjv0x8rcs7rnw4glsd0hil5bh22sq33c-mpdecimal-4.0.0.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/9n4gymb6ca04190xp3nx4ym6rvvp6wvh-isl-0.20' from 'https://cache.nixos.org'... copying path '/nix/store/mcayf992diwks293vs12iwx1ywgm4ijg-m4-1.4.19.tar.bz2' from 'https://cache.nixos.org'... copying path '/nix/store/87yibvyd74bkwmfzxy649vg6jk152h86-mailcap-2.1.53.tar.xz' from 'https://cache.nixos.org'... copying path '/nix/store/6bj5q0rc7ppqra6pkrinkx0prkdvr50z-pathspec-0.11.2.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/zc20b6836alzx24znl32xz9ipydbfhx0-mpfr-4.2.1' from 'https://cache.nixos.org'... error: builder for '/nix/store/mjhjzdgfik0bh1b2vz1a2qz6lmhy5q64-linux-6.8.0.tar.xz.drv' failed with exit code 1; last 24 log lines: > error: > … writing file '/nix/store/ybxghl5z2y5bznm0flfzix66hi3wi36f-linux-6.8.0.tar.xz' > > error: unable to download 'https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.0.tar.xz': HTTP error 404 > > response body: > > > 404: File not found > > >
> src="/images/bucket.jpg" > title="'Caramel Corn in Pail' by TheCulinaryGeek on Flickr. CC BY licence." > /> >

Sorry, we cannot find your kernels

>
> > For full logs, run 'nix log /nix/store/mjhjzdgfik0bh1b2vz1a2qz6lmhy5q64-linux-6.8.0.tar.xz.drv'. error: 1 dependencies of derivation '/nix/store/g8d3g99snsfjm1lj833lhyvqy86wdlpz-linux-headers-6.8.0.drv' failed to build copying path '/nix/store/j9aay77gzbncc046sqk4g28qmqcywj0x-bootstrap-stage2-stdenv-linux' from 'https://cache.nixos.org'... error: 1 dependencies of derivation '/nix/store/q6y02gia2ja13ry23689nhpwm3lzxds6-glibc-2.38-44.drv' failed to build copying path '/nix/store/43xrlixrqmis1b0apdvysx8a3dab2gic-readline-8.2.tar.gz' from 'https://cache.nixos.org'... copying path '/nix/store/pynmb83ini5risjppj8ysygw1r5fzcl4-readline82-001' from 'https://cache.nixos.org'... error: 1 dependencies of derivation '/nix/store/9xqix443yh6yjl2kh2a756r0684vfq8a-glibc-locales-2.38-44.drv' failed to build error: 1 dependencies of derivation '/nix/store/3275gd1732n6phag1bklrwb1ll79zmmp-stdenv-linux.drv' failed to build error: 1 dependencies of derivation '/nix/store/cgd8rjmvfc33v91rcdz0apj83cv1r0r7-stdenv-linux.drv' failed to build error: 1 dependencies of derivation '/nix/store/w3b9b7c7a6028ssdzi50zbf942qax4yd-linux-headers-6.8.0.drv' failed to build [result] Failed to update linuxHeaders 6.7 -> 6.8.0 https://repology.org/project/linux/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath doomretro, using log file: /var/log/nixpkgs-update/doomretro/2024-03-03.log doomretro 5.2.1 -> 5.3 https://github.com/bradharding/doomretro/releases attrpath: doomretro 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/doom-ports/doomretro/default.nix b/pkgs/games/doom-ports/doomretro/default.nix index 5ff5b502f653..f2bfd656ff2c 100644 --- a/pkgs/games/doom-ports/doomretro/default.nix +++ b/pkgs/games/doom-ports/doomretro/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "doomretro"; - version = "5.2.1"; + version = "5.3"; src = fetchFromGitHub { owner = "bradharding"; repo = "doomretro"; rev = "v${finalAttrs.version}"; - hash = "sha256-jM7SNZ8VsF0caB2Q2qOX8W6SuFxyZWpCo3+jD53R3qU="; + hash = "sha256-LCCBtsDEyjzsPS5ADPzsup714p84MO65FQDVjAHhSts="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/i0lq2z25spq0g3zqqqh0fx9m25412d5k-doomretro-5.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:
  • doomretro
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/bradharding/doomretro/releases. meta.description for doomretro is: A classic, refined DOOM source port meta.homepage for doomretro is: https://www.doomretro.com/ meta.changelog for doomretro is: https://github.com/bradharding/doomretro/releases/tag/v5.3 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/bradharding/doomretro/releases/tag/v5.3) - [Compare changes on GitHub](https://github.com/bradharding/doomretro/compare/v5.2.1...v5.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.3 with grep in /nix/store/i0lq2z25spq0g3zqqqh0fx9m25412d5k-doomretro-5.3 - found 5.3 in filename of file in /nix/store/i0lq2z25spq0g3zqqqh0fx9m25412d5k-doomretro-5.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath doomretro ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/i0lq2z25spq0g3zqqqh0fx9m25412d5k-doomretro-5.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 doomretro https://github.com/r-ryantm/nixpkgs/archive/8c43108d4449a27b5bbc5f8b695b08d3d0b33a4e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/8c43108d4449a27b5bbc5f8b695b08d3d0b33a4e#doomretro ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/i0lq2z25spq0g3zqqqh0fx9m25412d5k-doomretro-5.3 ls -la /nix/store/i0lq2z25spq0g3zqqqh0fx9m25412d5k-doomretro-5.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:
  • doomretro
--- ###### 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/292939 [result] Success updating doomretro 5.2.1 -> 5.3 https://github.com/bradharding/doomretro/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eth-hash, using log file: /var/log/nixpkgs-update/python311Packages.eth-hash/2024-03-03.log python311Packages.eth-hash 0 -> 1 attrpath: python311Packages.eth-hash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c8vp2ibyg9bxcpaikm422z1f7g48lnvd-packages.json.drv building '/nix/store/c8vp2ibyg9bxcpaikm422z1f7g48lnvd-packages.json.drv'... Going to be running update for following packages: - python3.11-eth-hash-0.5.2 Press Enter key to continue... Running update for: - python3.11-eth-hash-0.5.2: UPDATING ... - python3.11-eth-hash-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eth-hash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lemminx, using log file: /var/log/nixpkgs-update/lemminx/2024-03-03.log lemminx 0 -> 1 attrpath: lemminx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/fzcrkda7br1vpz9wbahgms5i3cdr866f-update-lemminx.drv /nix/store/0rsz026niwidmyxn7rbrmlf8sq1d4v5d-packages.json.drv these 2 paths will be fetched (373.80 MiB download, 538.49 MiB unpacked): /nix/store/ixngc8mcnqjdc1dyqqf3dv69pig8x1gg-lemminx-0.27.0 /nix/store/12x81mkw83lilq2c7pgv3frcszmnlxh0-openjdk-headless-19.0.2+7 copying path '/nix/store/12x81mkw83lilq2c7pgv3frcszmnlxh0-openjdk-headless-19.0.2+7' from 'https://cache.nixos.org'... copying path '/nix/store/ixngc8mcnqjdc1dyqqf3dv69pig8x1gg-lemminx-0.27.0' from 'https://cache.nixos.org'... building '/nix/store/fzcrkda7br1vpz9wbahgms5i3cdr866f-update-lemminx.drv'... building '/nix/store/0rsz026niwidmyxn7rbrmlf8sq1d4v5d-packages.json.drv'... Going to be running update for following packages: - lemminx-0.27.0 Press Enter key to continue... Running update for: - lemminx-0.27.0: UPDATING ... - lemminx-0.27.0: ERROR --- SHOWING ERROR LOG FOR lemminx-0.27.0 ---------------------- % 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 100 13983 100 13983 0 0 51841 0 --:--:-- --:--:-- --:--:-- 51788 update-source-version: New version same as old version, nothing to do. sed: couldn't edit /nix/store/ixngc8mcnqjdc1dyqqf3dv69pig8x1gg-lemminx-0.27.0: not a regular file --- SHOWING ERROR LOG FOR lemminx-0.27.0 ---------------------- The update script for lemminx-0.27.0 failed with exit code 4 [result] Failed to update lemminx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gridcoin-research, using log file: /var/log/nixpkgs-update/gridcoin-research/2024-03-03.log gridcoin-research 5.4.5.0 -> 5.4.6.0 https://github.com/gridcoin-community/Gridcoin-Research/releases attrpath: gridcoin-research Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/blockchains/gridcoin-research/default.nix b/pkgs/applications/blockchains/gridcoin-research/default.nix index 2e1b6563afe4..aa7c397fe2ca 100644 --- a/pkgs/applications/blockchains/gridcoin-research/default.nix +++ b/pkgs/applications/blockchains/gridcoin-research/default.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "gridcoin-research"; - version = "5.4.5.0"; + version = "5.4.6.0"; src = fetchFromGitHub { owner = "gridcoin-community"; repo = "Gridcoin-Research"; rev = "${version}"; - sha256 = "1a174m7821c7d3yh9lyh0r3ds6qn06x16aa1qxcbrqyxxc127yky"; + sha256 = "sha256-39QuQP+1cOs739YiEIcvX5A6YSES0jn4Uc3STJF7y+I="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/fcj53rc6pfvzpsaiv9zdb5ghycs9g3sg-gridcoin-research-5.4.6.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:
  • gridcoin-research
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/gridcoin-community/Gridcoin-Research/releases. meta.description for gridcoin-research is: A POS-based cryptocurrency that rewards users for participating on the BOINC network meta.homepage for gridcoin-research is: https://gridcoin.us/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/gridcoin-community/Gridcoin-Research/releases/tag/5.4.6.0) - [Compare changes on GitHub](https://github.com/gridcoin-community/Gridcoin-Research/compare/5.4.5.0...5.4.6.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.4.6.0 with grep in /nix/store/fcj53rc6pfvzpsaiv9zdb5ghycs9g3sg-gridcoin-research-5.4.6.0 - found 5.4.6.0 in filename of file in /nix/store/fcj53rc6pfvzpsaiv9zdb5ghycs9g3sg-gridcoin-research-5.4.6.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath gridcoin-research ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fcj53rc6pfvzpsaiv9zdb5ghycs9g3sg-gridcoin-research-5.4.6.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 gridcoin-research https://github.com/r-ryantm/nixpkgs/archive/90f7f3a0240addb891d4930c8e38cca720b0dc0f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/90f7f3a0240addb891d4930c8e38cca720b0dc0f#gridcoin-research ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fcj53rc6pfvzpsaiv9zdb5ghycs9g3sg-gridcoin-research-5.4.6.0 ls -la /nix/store/fcj53rc6pfvzpsaiv9zdb5ghycs9g3sg-gridcoin-research-5.4.6.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:
  • gridcoin-research
--- ###### Maintainer pings cc @gigglesquid 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/292943 [result] Success updating gridcoin-research 5.4.5.0 -> 5.4.6.0 https://github.com/gridcoin-community/Gridcoin-Research/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rx, using log file: /var/log/nixpkgs-update/python311Packages.rx/2024-03-03.log python311Packages.rx 0 -> 1 attrpath: python311Packages.rx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s09ny319h8b7zkkajfjm7wggddm0snqm-packages.json.drv building '/nix/store/s09ny319h8b7zkkajfjm7wggddm0snqm-packages.json.drv'... Going to be running update for following packages: - python3.11-rx-3.2.0 Press Enter key to continue... Running update for: - python3.11-rx-3.2.0: UPDATING ... - python3.11-rx-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.polari, using log file: /var/log/nixpkgs-update/gnome.polari/2024-03-03.log gnome.polari 0 -> 1 attrpath: gnome.polari Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.polari 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.compton-conf, using log file: /var/log/nixpkgs-update/lxqt.compton-conf/2024-03-03.log lxqt.compton-conf 0 -> 1 attrpath: lxqt.compton-conf Packages for lxqt are currently skipped. [result] Failed to update lxqt.compton-conf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.telethon-session-sqlalchemy, using log file: /var/log/nixpkgs-update/python311Packages.telethon-session-sqlalchemy/2024-03-03.log python311Packages.telethon-session-sqlalchemy 0 -> 1 attrpath: python311Packages.telethon-session-sqlalchemy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0bxf2f3k0raswy7i41bq4m325x9lam4d-packages.json.drv building '/nix/store/0bxf2f3k0raswy7i41bq4m325x9lam4d-packages.json.drv'... Going to be running update for following packages: - python3.11-telethon-session-sqlalchemy-0.2.16 Press Enter key to continue... Running update for: - python3.11-telethon-session-sqlalchemy-0.2.16: UPDATING ... - python3.11-telethon-session-sqlalchemy-0.2.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.telethon-session-sqlalchemy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dbmonster, using log file: /var/log/nixpkgs-update/dbmonster/2024-03-03.log dbmonster 0 -> 1 attrpath: dbmonster Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8rg68ml2040h2ykdr0xqfzx1g3iaa938-packages.json.drv building '/nix/store/8rg68ml2040h2ykdr0xqfzx1g3iaa938-packages.json.drv'... Going to be running update for following packages: - dbmonster-unstable-2022-09-17 Press Enter key to continue... Running update for: - dbmonster-unstable-2022-09-17: UPDATING ... - dbmonster-unstable-2022-09-17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dbmonster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pylode, using log file: /var/log/nixpkgs-update/pylode/2024-03-03.log pylode 0 -> 1 attrpath: pylode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/by32031g8ajwg5x8lad1gdp0vc7sdy9g-packages.json.drv building '/nix/store/by32031g8ajwg5x8lad1gdp0vc7sdy9g-packages.json.drv'... Going to be running update for following packages: - pylode-2.13.3 Press Enter key to continue... Running update for: - pylode-2.13.3: UPDATING ... - pylode-2.13.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/misc/pylode/default.nix b/pkgs/misc/pylode/default.nix index 7212da7b867f..1ae102bbca6d 100644 --- a/pkgs/misc/pylode/default.nix +++ b/pkgs/misc/pylode/default.nix @@ -5,7 +5,7 @@ python3.pkgs.buildPythonApplication rec { pname = "pylode"; - version = "2.13.3"; + version = "3.1.1"; format = "setuptools"; disabled = python3.pythonOlder "3.6"; @@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec { owner = "RDFLib"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-AtqkxnpEL+580S/iKCaRcsQO6LLYhkJxyNx6fi3atbE="; + sha256 = "sha256-AaXlD4JXrZxthTsEaJ/Fev418UYxywR60tw7MLUxkT0="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pylode nix build failed. Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/70knml8zngsisnb9myba5fxrg5kyfby1-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_utils.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'requirements.txt') substituteStream(): WARNING: pattern rdflib==6.0.0 doesn't match anything in file 'requirements.txt' @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 5, in from pylode import __version__ File "/build/source/pylode/__init__.py", line 1, in from .utils import * File "/build/source/pylode/utils.py", line 10, in from dominate.tags import ( ModuleNotFoundError: No module named 'dominate' /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update pylode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stockfish, using log file: /var/log/nixpkgs-update/stockfish/2024-03-03.log stockfish 16 -> 16.1 https://repology.org/project/stockfish/versions attrpath: stockfish Checking auto update 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 stockfish 16 -> 16.1 https://repology.org/project/stockfish/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.seaserv, using log file: /var/log/nixpkgs-update/python311Packages.seaserv/2024-03-03.log python311Packages.seaserv 10.0.1 -> 11.0.5 https://repology.org/project/seafile-server/versions attrpath: python311Packages.seaserv Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update python311Packages.seaserv 10.0.1 -> 11.0.5 https://repology.org/project/seafile-server/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openttd-jgrpp, using log file: /var/log/nixpkgs-update/openttd-jgrpp/2024-03-03.log openttd-jgrpp 0.57.1 -> 0.58.1 https://repology.org/project/openttd-jgrpp/versions attrpath: openttd-jgrpp Checking auto update branch... An auto update branch exists with message `openttd-jgrpp: 0.57.1 -> 0.58.0`. New version is 0.58.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/games/openttd/jgrpp.nix b/pkgs/games/openttd/jgrpp.nix index 5fbe527425eb..74baeb12387e 100644 --- a/pkgs/games/openttd/jgrpp.nix +++ b/pkgs/games/openttd/jgrpp.nix @@ -2,13 +2,13 @@ openttd.overrideAttrs (oldAttrs: rec { pname = "openttd-jgrpp"; - version = "0.57.1"; + version = "0.58.1"; src = fetchFromGitHub rec { owner = "JGRennison"; repo = "OpenTTD-patches"; rev = "jgrpp-${version}"; - hash = "sha256-mQy+QdhEXoM9wIWvSkMgRVBXJO1ugXWS3lduccez1PQ="; + hash = "sha256-6R+biPgQyFPJD6Or6Jhm+7RZ7xe/SC6h83XVZkE+gSk="; }; buildInputs = oldAttrs.buildInputs ++ [ zstd ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/zzfz7l25mjrilj9l0zadnmi0d8kqpfzv-openttd-jgrpp-0.58.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:
  • openttd-jgrpp
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/openttd-jgrpp/versions. meta.homepage for openttd-jgrpp is: https://github.com/JGRennison/OpenTTD-patches meta.changelog for openttd-jgrpp is: https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp-0.58.1/jgrpp-changelog.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/JGRennison/OpenTTD-patches/releases/tag/jgrpp-0.58.1) - [Compare changes on GitHub](https://github.com/JGRennison/OpenTTD-patches/compare/jgrpp-0.57.1...jgrpp-0.58.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.58.1 with grep in /nix/store/zzfz7l25mjrilj9l0zadnmi0d8kqpfzv-openttd-jgrpp-0.58.1 - found 0.58.1 in filename of file in /nix/store/zzfz7l25mjrilj9l0zadnmi0d8kqpfzv-openttd-jgrpp-0.58.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath openttd-jgrpp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/zzfz7l25mjrilj9l0zadnmi0d8kqpfzv-openttd-jgrpp-0.58.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 openttd-jgrpp https://github.com/r-ryantm/nixpkgs/archive/32f9080feac4851015e3032a5c8f9e8cac06064a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/32f9080feac4851015e3032a5c8f9e8cac06064a#openttd-jgrpp ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/zzfz7l25mjrilj9l0zadnmi0d8kqpfzv-openttd-jgrpp-0.58.1 ls -la /nix/store/zzfz7l25mjrilj9l0zadnmi0d8kqpfzv-openttd-jgrpp-0.58.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:
  • openttd-jgrpp
--- ###### Maintainer pings Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/291289 [result] Success updating openttd-jgrpp 0.57.1 -> 0.58.1 https://repology.org/project/openttd-jgrpp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyweatherflowudp, using log file: /var/log/nixpkgs-update/python311Packages.pyweatherflowudp/2024-03-03.log python311Packages.pyweatherflowudp 0 -> 1 attrpath: python311Packages.pyweatherflowudp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gydngdpa380zw9vf0khmmv04v9a88f9l-packages.json.drv building '/nix/store/gydngdpa380zw9vf0khmmv04v9a88f9l-packages.json.drv'... Going to be running update for following packages: - python3.11-pyweatherflowudp-1.4.5 Press Enter key to continue... Running update for: - python3.11-pyweatherflowudp-1.4.5: UPDATING ... - python3.11-pyweatherflowudp-1.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyweatherflowudp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-plantuml, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-plantuml/2024-03-03.log python311Packages.sphinxcontrib-plantuml 0 -> 1 attrpath: python311Packages.sphinxcontrib-plantuml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/657drjk8i275p3ggxg6x4z0mzyakmvfp-packages.json.drv building '/nix/store/657drjk8i275p3ggxg6x4z0mzyakmvfp-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-plantuml-0.28 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-plantuml-0.28: UPDATING ... - python3.11-sphinxcontrib-plantuml-0.28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-plantuml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tomb, using log file: /var/log/nixpkgs-update/tomb/2024-03-03.log tomb 0 -> 1 attrpath: tomb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4mqx1dj3rdfwwm6wk8r6flzhdaihfhj7-packages.json.drv building '/nix/store/4mqx1dj3rdfwwm6wk8r6flzhdaihfhj7-packages.json.drv'... Going to be running update for following packages: - tomb-2.10 Press Enter key to continue... Running update for: - tomb-2.10: UPDATING ... - tomb-2.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tomb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cloudsmith-api, using log file: /var/log/nixpkgs-update/python311Packages.cloudsmith-api/2024-03-03.log python311Packages.cloudsmith-api 0 -> 1 attrpath: python311Packages.cloudsmith-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/wc6da4lq385dqa0spv27bfs4kz2nzkhf-packages.json.drv building '/nix/store/wc6da4lq385dqa0spv27bfs4kz2nzkhf-packages.json.drv'... Going to be running update for following packages: - python3.11-cloudsmith-api-2.0.10 Press Enter key to continue... Running update for: - python3.11-cloudsmith-api-2.0.10: UPDATING ... - python3.11-cloudsmith-api-2.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cloudsmith-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.h11, using log file: /var/log/nixpkgs-update/python311Packages.h11/2024-03-03.log python311Packages.h11 0 -> 1 attrpath: python311Packages.h11 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w89nbldq17nzqqk0gyyma33z2dhqfml9-packages.json.drv building '/nix/store/w89nbldq17nzqqk0gyyma33z2dhqfml9-packages.json.drv'... Going to be running update for following packages: - python3.11-h11-0.14.0 Press Enter key to continue... Running update for: - python3.11-h11-0.14.0: UPDATING ... - python3.11-h11-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.h11 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.general, using log file: /var/log/nixpkgs-update/octavePackages.general/2024-03-03.log octavePackages.general 0 -> 1 attrpath: octavePackages.general Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jkxqvjhlbgl610ybi5ns4036svqx91ds-packages.json.drv building '/nix/store/jkxqvjhlbgl610ybi5ns4036svqx91ds-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-general-2.1.3 Press Enter key to continue... Running update for: - octave-8.4.0-general-2.1.3: UPDATING ... - octave-8.4.0-general-2.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.general 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywlroots, using log file: /var/log/nixpkgs-update/python311Packages.pywlroots/2024-03-03.log python311Packages.pywlroots 0 -> 1 attrpath: python311Packages.pywlroots Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kr6bvg6ycg4ysp91cyyp62jbfv53181y-packages.json.drv building '/nix/store/kr6bvg6ycg4ysp91cyyp62jbfv53181y-packages.json.drv'... Going to be running update for following packages: - python3.11-pywlroots-0.16.6 Press Enter key to continue... Running update for: - python3.11-pywlroots-0.16.6: UPDATING ... - python3.11-pywlroots-0.16.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywlroots 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.venusian, using log file: /var/log/nixpkgs-update/python311Packages.venusian/2024-03-03.log python311Packages.venusian 0 -> 1 attrpath: python311Packages.venusian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lcl4p9rplyxm980fgbwqzaxvygnqndgx-packages.json.drv building '/nix/store/lcl4p9rplyxm980fgbwqzaxvygnqndgx-packages.json.drv'... Going to be running update for following packages: - python3.11-venusian-3.1.0 Press Enter key to continue... Running update for: - python3.11-venusian-3.1.0: UPDATING ... - python3.11-venusian-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.venusian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath routersploit, using log file: /var/log/nixpkgs-update/routersploit/2024-03-03.log routersploit 0 -> 1 attrpath: routersploit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9164fn1y7laqiaa7wfpjdc92bx7jgmd3-packages.json.drv building '/nix/store/9164fn1y7laqiaa7wfpjdc92bx7jgmd3-packages.json.drv'... Going to be running update for following packages: - routersploit-unstable-2021-02-06 Press Enter key to continue... Running update for: - routersploit-unstable-2021-02-06: UPDATING ... - routersploit-unstable-2021-02-06: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update routersploit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-common, using log file: /var/log/nixpkgs-update/python311Packages.flask-common/2024-03-03.log python311Packages.flask-common 0 -> 1 attrpath: python311Packages.flask-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/hnq0qwhxpcwh4k0cxj1wsv5kw7b857qg-packages.json.drv building '/nix/store/hnq0qwhxpcwh4k0cxj1wsv5kw7b857qg-packages.json.drv'... Going to be running update for following packages: - python3.11-Flask-Common-0.3.0 Press Enter key to continue... Running update for: - python3.11-Flask-Common-0.3.0: UPDATING ... - python3.11-Flask-Common-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-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 maiko, using log file: /var/log/nixpkgs-update/maiko/2024-03-03.log maiko 2021-04-14 -> 240211-ce20acca https://github.com/Interlisp/maiko/releases attrpath: maiko Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update maiko 2021-04-14 -> 240211-ce20acca https://github.com/Interlisp/maiko/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dracut, using log file: /var/log/nixpkgs-update/dracut/2024-03-03.log dracut 0 -> 1 attrpath: dracut Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h37bs93h5zf0p68ashpxizgclsnf6akj-packages.json.drv building '/nix/store/h37bs93h5zf0p68ashpxizgclsnf6akj-packages.json.drv'... Going to be running update for following packages: - dracut-059 Press Enter key to continue... Running update for: - dracut-059: UPDATING ... - dracut-059: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dracut 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lineedit, using log file: /var/log/nixpkgs-update/python311Packages.lineedit/2024-03-03.log python311Packages.lineedit 0 -> 1 attrpath: python311Packages.lineedit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/arljz37sslzfk9534b4dry7sfmr5fhhi-packages.json.drv building '/nix/store/arljz37sslzfk9534b4dry7sfmr5fhhi-packages.json.drv'... Going to be running update for following packages: - python3.11-lineedit-0.1.6 Press Enter key to continue... Running update for: - python3.11-lineedit-0.1.6: UPDATING ... - python3.11-lineedit-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lineedit 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-notifyd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.translatehtml, using log file: /var/log/nixpkgs-update/python311Packages.translatehtml/2024-03-03.log python311Packages.translatehtml 0 -> 1 attrpath: python311Packages.translatehtml Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/mja6i9vk0893bzgp20g783kyg35wn1b6-packages.json.drv building '/nix/store/mja6i9vk0893bzgp20g783kyg35wn1b6-packages.json.drv'... Going to be running update for following packages: - python3.11-translatehtml-1.5.2 Press Enter key to continue... Running update for: - python3.11-translatehtml-1.5.2: UPDATING ... - python3.11-translatehtml-1.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.translatehtml 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.thunar-volman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dupeguru, using log file: /var/log/nixpkgs-update/dupeguru/2024-03-03.log dupeguru 0 -> 1 attrpath: dupeguru Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fbkmvlgymrawskwr90lip0n06kdk3vmb-packages.json.drv building '/nix/store/fbkmvlgymrawskwr90lip0n06kdk3vmb-packages.json.drv'... Going to be running update for following packages: - dupeguru-4.3.1 Press Enter key to continue... Running update for: - dupeguru-4.3.1: UPDATING ... - dupeguru-4.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dupeguru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jujutsu, using log file: /var/log/nixpkgs-update/jujutsu/2024-03-03.log jujutsu 0 -> 1 attrpath: jujutsu 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/q8qhlwj35klygm87wgirq319ccf3fhwc-packages.json.drv building '/nix/store/q8qhlwj35klygm87wgirq319ccf3fhwc-packages.json.drv'... Going to be running update for following packages: - jujutsu-0.14.0 Press Enter key to continue... Running update for: - jujutsu-0.14.0: UPDATING ... - jujutsu-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jujutsu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aio-georss-gdacs, using log file: /var/log/nixpkgs-update/python311Packages.aio-georss-gdacs/2024-03-03.log python311Packages.aio-georss-gdacs 0 -> 1 attrpath: python311Packages.aio-georss-gdacs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nwxyi6h9imcy4a1kdgsrdlrxrdqghgbh-packages.json.drv building '/nix/store/nwxyi6h9imcy4a1kdgsrdlrxrdqghgbh-packages.json.drv'... Going to be running update for following packages: - python3.11-aio-georss-gdacs-0.9 Press Enter key to continue... Running update for: - python3.11-aio-georss-gdacs-0.9: UPDATING ... - python3.11-aio-georss-gdacs-0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aio-georss-gdacs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsondiff, using log file: /var/log/nixpkgs-update/python311Packages.jsondiff/2024-03-03.log python311Packages.jsondiff 0 -> 1 attrpath: python311Packages.jsondiff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c5qprqwrb29x7lwm3m6nqhd8h5zqfmyx-packages.json.drv building '/nix/store/c5qprqwrb29x7lwm3m6nqhd8h5zqfmyx-packages.json.drv'... Going to be running update for following packages: - python3.11-jsondiff-2.0.0 Press Enter key to continue... Running update for: - python3.11-jsondiff-2.0.0: UPDATING ... - python3.11-jsondiff-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsondiff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ar, using log file: /var/log/nixpkgs-update/aspellDicts.ar/2024-03-03.log aspellDicts.ar 0 -> 1 attrpath: aspellDicts.ar Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/w8sffra0wq99bqn6m8sm9s3hwj09jfmq-update-aspellDict-ar.drv /nix/store/55g4y58c2lpc29gmql98b0gcn00gf8jd-packages.json.drv building '/nix/store/w8sffra0wq99bqn6m8sm9s3hwj09jfmq-update-aspellDict-ar.drv'... building '/nix/store/55g4y58c2lpc29gmql98b0gcn00gf8jd-packages.json.drv'... Going to be running update for following packages: - aspell-dict-ar-1.2-0 Press Enter key to continue... Running update for: - aspell-dict-ar-1.2-0: UPDATING ... - aspell-dict-ar-1.2-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.ar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ax, using log file: /var/log/nixpkgs-update/python311Packages.ax/2024-03-03.log python311Packages.ax 0 -> 1 attrpath: python311Packages.ax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sh3dx7d7g3jrj5hl4dg305kr294ayija-packages.json.drv building '/nix/store/sh3dx7d7g3jrj5hl4dg305kr294ayija-packages.json.drv'... Going to be running update for following packages: - python3.11-ax-0.3.6 Press Enter key to continue... Running update for: - python3.11-ax-0.3.6: UPDATING ... - python3.11-ax-0.3.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ax/default.nix b/pkgs/development/python-modules/ax/default.nix index a0315a561fba..f0bba36c3c2f 100644 --- a/pkgs/development/python-modules/ax/default.nix +++ b/pkgs/development/python-modules/ax/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "ax"; - version = "0.3.6"; + version = "0.3.7"; format = "pyproject"; src = fetchFromGitHub { owner = "facebook"; repo = pname; - rev = version; - hash = "sha256-5f2VpOFDRz6YzxvxFYWMu8hljkMVbBsyULYVreUxYRU="; + rev = "refs/tags/${version}"; + hash = "sha256-UOX8Q7F5c9J1KSfQUy8aoL5CNb9YmEI4X7Fd5B16UqQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.ax nix build failed. adding 'ax/utils/testing/benchmark_stubs.py' adding 'ax/utils/testing/core_stubs.py' adding 'ax/utils/testing/manifest.py' adding 'ax/utils/testing/mock.py' adding 'ax/utils/testing/modeling_stubs.py' adding 'ax/utils/testing/test_init_files.py' adding 'ax/utils/testing/torch_stubs.py' adding 'ax/utils/testing/utils.py' adding 'ax/utils/testing/metrics/__init__.py' adding 'ax/utils/testing/metrics/backend_simulator_map.py' adding 'ax/utils/testing/metrics/branin_backend_map.py' adding 'ax/utils/testing/tests/__init__.py' adding 'ax/utils/testing/tests/test_backend_simulator.py' adding 'ax/utils/testing/tests/test_utils.py' adding 'ax/utils/tutorials/__init__.py' adding 'ax/utils/tutorials/cnn_utils.py' adding 'ax_platform-0.3.7.dist-info/LICENSE' adding 'ax_platform-0.3.7.dist-info/METADATA' adding 'ax_platform-0.3.7.dist-info/WHEEL' adding 'ax_platform-0.3.7.dist-info/top_level.txt' adding 'ax_platform-0.3.7.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built ax_platform-0.3.7-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 ax_platform-0.3.7-py3-none-any.whl - botorch==0.10.0 not satisfied by version 0.9.5 [result] Failed to update python311Packages.ax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO https://github.com/ryantm/nixpkgs-update/issues/51 [result] Failed to update python311Packages.qscintilla 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath datalad, using log file: /var/log/nixpkgs-update/datalad/2024-03-03.log datalad 0 -> 1 attrpath: datalad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wgwq3b0h9xijsb9basdd35q3r4ir3498-packages.json.drv building '/nix/store/wgwq3b0h9xijsb9basdd35q3r4ir3498-packages.json.drv'... Going to be running update for following packages: - datalad-0.19.6 Press Enter key to continue... Running update for: - datalad-0.19.6: UPDATING ... - datalad-0.19.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update datalad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qtile, using log file: /var/log/nixpkgs-update/python311Packages.qtile/2024-03-03.log python311Packages.qtile 0 -> 1 attrpath: python311Packages.qtile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4fqddr0xxs93aqys7kz768kzydzi809j-packages.json.drv building '/nix/store/4fqddr0xxs93aqys7kz768kzydzi809j-packages.json.drv'... Going to be running update for following packages: - python3.11-qtile-0.24.0 Press Enter key to continue... Running update for: - python3.11-qtile-0.24.0: UPDATING ... - python3.11-qtile-0.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qtile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydash, using log file: /var/log/nixpkgs-update/python311Packages.pydash/2024-03-03.log python311Packages.pydash 0 -> 1 attrpath: python311Packages.pydash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/120iq1cbyl1y3xix4kaqh2vqqr74l8b0-packages.json.drv building '/nix/store/120iq1cbyl1y3xix4kaqh2vqqr74l8b0-packages.json.drv'... Going to be running update for following packages: - python3.11-pydash-7.0.6 Press Enter key to continue... Running update for: - python3.11-pydash-7.0.6: UPDATING ... - python3.11-pydash-7.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-bigquery-storage, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-bigquery-storage/2024-03-03.log python311Packages.google-cloud-bigquery-storage 0 -> 1 attrpath: python311Packages.google-cloud-bigquery-storage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6nk7x6mji4kz4zkz53m54k6i91xisvff-packages.json.drv building '/nix/store/6nk7x6mji4kz4zkz53m54k6i91xisvff-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-bigquery-storage-2.24.0 Press Enter key to continue... Running update for: - python3.11-google-cloud-bigquery-storage-2.24.0: UPDATING ... - python3.11-google-cloud-bigquery-storage-2.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-bigquery-storage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.snowflake, using log file: /var/log/nixpkgs-update/terraform-providers.snowflake/2024-03-03.log terraform-providers.snowflake 0 -> 1 attrpath: terraform-providers.snowflake Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.snowflake 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prefixed, using log file: /var/log/nixpkgs-update/python311Packages.prefixed/2024-03-03.log python311Packages.prefixed 0 -> 1 attrpath: python311Packages.prefixed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b6jmz2f19sj84kmi8qv274j6ipcwmaly-packages.json.drv building '/nix/store/b6jmz2f19sj84kmi8qv274j6ipcwmaly-packages.json.drv'... Going to be running update for following packages: - python3.11-prefixed-0.7.0 Press Enter key to continue... Running update for: - python3.11-prefixed-0.7.0: UPDATING ... - python3.11-prefixed-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.prefixed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tailor, using log file: /var/log/nixpkgs-update/tailor/2024-03-03.log tailor 0 -> 1 attrpath: tailor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/70q35dbh61lhz26ihwm3lw48amm9y3mh-packages.json.drv building '/nix/store/70q35dbh61lhz26ihwm3lw48amm9y3mh-packages.json.drv'... Going to be running update for following packages: - tailor-0.9.37 Press Enter key to continue... Running update for: - tailor-0.9.37: UPDATING ... - tailor-0.9.37: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tailor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shortuuid, using log file: /var/log/nixpkgs-update/python311Packages.shortuuid/2024-03-03.log python311Packages.shortuuid 0 -> 1 attrpath: python311Packages.shortuuid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1qcjmg69f8s97vr2qsh6p2n80k8xiskq-packages.json.drv building '/nix/store/1qcjmg69f8s97vr2qsh6p2n80k8xiskq-packages.json.drv'... Going to be running update for following packages: - python3.11-shortuuid-1.0.11 Press Enter key to continue... Running update for: - python3.11-shortuuid-1.0.11: UPDATING ... - python3.11-shortuuid-1.0.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/shortuuid/default.nix b/pkgs/development/python-modules/shortuuid/default.nix index fda1e1896a50..c4544f73e624 100644 --- a/pkgs/development/python-modules/shortuuid/default.nix +++ b/pkgs/development/python-modules/shortuuid/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "shortuuid"; - version = "1.0.11"; + version = "1.0.12"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-/HXyYVkUgVqOTLFQGzpRN0XLZu8P1fxvufjD+jSB94k="; + hash = "sha256-w58bNIs8HpsRWpVLM7dsjFItLRd6nSCs27INJPrDzP0="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 52 > 25 [result] Failed to update python311Packages.shortuuid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.memcache, using log file: /var/log/nixpkgs-update/php81Extensions.memcache/2024-03-03.log php81Extensions.memcache 0 -> 1 attrpath: php81Extensions.memcache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c8bn8qg5gcd0xw4a8ad67w0r6n71l54q-packages.json.drv building '/nix/store/c8bn8qg5gcd0xw4a8ad67w0r6n71l54q-packages.json.drv'... Going to be running update for following packages: - php-memcache-8.2 Press Enter key to continue... Running update for: - php-memcache-8.2: UPDATING ... - php-memcache-8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.memcache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.svglib, using log file: /var/log/nixpkgs-update/python311Packages.svglib/2024-03-03.log python311Packages.svglib 0 -> 1 attrpath: python311Packages.svglib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8llyb6q6qn72rdj3gdx4f9dh4wq84hzj-packages.json.drv building '/nix/store/8llyb6q6qn72rdj3gdx4f9dh4wq84hzj-packages.json.drv'... Going to be running update for following packages: - python3.11-svglib-1.5.1 Press Enter key to continue... Running update for: - python3.11-svglib-1.5.1: UPDATING ... - python3.11-svglib-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.svglib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lmtpd, using log file: /var/log/nixpkgs-update/python311Packages.lmtpd/2024-03-03.log python311Packages.lmtpd 0 -> 1 attrpath: python311Packages.lmtpd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fnbqlmi54yr3ldydfvqva8na74dx0rnq-packages.json.drv building '/nix/store/fnbqlmi54yr3ldydfvqva8na74dx0rnq-packages.json.drv'... Going to be running update for following packages: - python3.11-lmtpd-6.2.0 Press Enter key to continue... Running update for: - python3.11-lmtpd-6.2.0: UPDATING ... - python3.11-lmtpd-6.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lmtpd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymeteoclimatic, using log file: /var/log/nixpkgs-update/python311Packages.pymeteoclimatic/2024-03-03.log python311Packages.pymeteoclimatic 0 -> 1 attrpath: python311Packages.pymeteoclimatic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8hgcqf9ihjvajx8jy4fiwgvh0sm3ylm1-packages.json.drv building '/nix/store/8hgcqf9ihjvajx8jy4fiwgvh0sm3ylm1-packages.json.drv'... Going to be running update for following packages: - python3.11-pymeteoclimatic-0.1.0 Press Enter key to continue... Running update for: - python3.11-pymeteoclimatic-0.1.0: UPDATING ... - python3.11-pymeteoclimatic-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymeteoclimatic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cov-core, using log file: /var/log/nixpkgs-update/python311Packages.cov-core/2024-03-03.log python311Packages.cov-core 0 -> 1 attrpath: python311Packages.cov-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/vqm2i4n3ffv7vn1cafgvxpbym386k0rf-packages.json.drv building '/nix/store/vqm2i4n3ffv7vn1cafgvxpbym386k0rf-packages.json.drv'... Going to be running update for following packages: - python3.11-cov-core-1.15.0 Press Enter key to continue... Running update for: - python3.11-cov-core-1.15.0: UPDATING ... - python3.11-cov-core-1.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cov-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 greybird, using log file: /var/log/nixpkgs-update/greybird/2024-03-03.log greybird 0 -> 1 attrpath: greybird Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6ql015rss6fb9m5jy7gs9kbigf57rgh3-packages.json.drv building '/nix/store/6ql015rss6fb9m5jy7gs9kbigf57rgh3-packages.json.drv'... Going to be running update for following packages: - greybird-3.23.3 Press Enter key to continue... Running update for: - greybird-3.23.3: UPDATING ... - greybird-3.23.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update greybird 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pwncat, using log file: /var/log/nixpkgs-update/pwncat/2024-03-03.log pwncat 0 -> 1 attrpath: pwncat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhskwr7yz1s7qkhnliqkrsvv086ddxhq-packages.json.drv building '/nix/store/nhskwr7yz1s7qkhnliqkrsvv086ddxhq-packages.json.drv'... Going to be running update for following packages: - pwncat-0.1.2 Press Enter key to continue... Running update for: - pwncat-0.1.2: UPDATING ... - pwncat-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pwncat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-iothubprovisioningservices, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-iothubprovisioningservices/2024-03-03.log python311Packages.azure-mgmt-iothubprovisioningservices 0 -> 1 attrpath: python311Packages.azure-mgmt-iothubprovisioningservices Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/agnv22yp56vrg5vg10yadhjp1y2zsbl8-packages.json.drv building '/nix/store/agnv22yp56vrg5vg10yadhjp1y2zsbl8-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0: UPDATING ... - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-iothubprovisioningservices 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cpuset, using log file: /var/log/nixpkgs-update/cpuset/2024-03-03.log cpuset 0 -> 1 attrpath: cpuset Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xggidfiawrp6ffrzrh1p5yj1fzhrqs68-packages.json.drv building '/nix/store/xggidfiawrp6ffrzrh1p5yj1fzhrqs68-packages.json.drv'... Going to be running update for following packages: - cpuset-1.6.2 Press Enter key to continue... Running update for: - cpuset-1.6.2: UPDATING ... - cpuset-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cpuset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rofi-rbw, using log file: /var/log/nixpkgs-update/rofi-rbw/2024-03-03.log rofi-rbw 0 -> 1 attrpath: rofi-rbw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c9jhgjdlqa98xlzbgbvxc7hl55m3ai2j-packages.json.drv building '/nix/store/c9jhgjdlqa98xlzbgbvxc7hl55m3ai2j-packages.json.drv'... Going to be running update for following packages: - rofi-rbw-1.3.0 Press Enter key to continue... Running update for: - rofi-rbw-1.3.0: UPDATING ... - rofi-rbw-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rofi-rbw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grandalf, using log file: /var/log/nixpkgs-update/python311Packages.grandalf/2024-03-03.log python311Packages.grandalf 0 -> 1 attrpath: python311Packages.grandalf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bcb7jkjkql1xz4ia49ii61imad6cpza5-packages.json.drv building '/nix/store/bcb7jkjkql1xz4ia49ii61imad6cpza5-packages.json.drv'... Going to be running update for following packages: - python3.11-grandalf-0.7 Press Enter key to continue... Running update for: - python3.11-grandalf-0.7: UPDATING ... - python3.11-grandalf-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grandalf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fastlane, using log file: /var/log/nixpkgs-update/fastlane/2024-03-03.log fastlane 0 -> 1 attrpath: fastlane 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 fastlane 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fortls, using log file: /var/log/nixpkgs-update/fortls/2024-03-03.log fortls 0 -> 1 attrpath: fortls Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7j76hi0cbs59vydss6aqm6srwqigm2s3-packages.json.drv building '/nix/store/7j76hi0cbs59vydss6aqm6srwqigm2s3-packages.json.drv'... Going to be running update for following packages: - fortls-2.13.0 Press Enter key to continue... Running update for: - fortls-2.13.0: UPDATING ... - fortls-2.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fortls 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.propka, using log file: /var/log/nixpkgs-update/python311Packages.propka/2024-03-03.log python311Packages.propka 0 -> 1 attrpath: python311Packages.propka Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2r7p85zrwbjc8142jy4rdss68x8kzmvj-packages.json.drv building '/nix/store/2r7p85zrwbjc8142jy4rdss68x8kzmvj-packages.json.drv'... Going to be running update for following packages: - python3.11-propka-3.5.1 Press Enter key to continue... Running update for: - python3.11-propka-3.5.1: UPDATING ... - python3.11-propka-3.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.propka 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ssh-import-id, using log file: /var/log/nixpkgs-update/ssh-import-id/2024-03-03.log ssh-import-id 0 -> 1 attrpath: ssh-import-id Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/88877an3cc3agpacmxpxj263rc4n20al-packages.json.drv building '/nix/store/88877an3cc3agpacmxpxj263rc4n20al-packages.json.drv'... Going to be running update for following packages: - python3.11-ssh-import-id-5.11 Press Enter key to continue... Running update for: - python3.11-ssh-import-id-5.11: UPDATING ... - python3.11-ssh-import-id-5.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ssh-import-id 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xgboost, using log file: /var/log/nixpkgs-update/xgboost/2024-03-03.log xgboost 2.0.1 -> 2.0.3 https://github.com/dmlc/xgboost/releases attrpath: xgboost Checking auto update branch... An auto update branch exists with message `xgboost: 2.0.1 -> 2.0.3`. New version is 2.0.3. An auto update branch exists with an equal or greater version [result] Failed to update xgboost 2.0.1 -> 2.0.3 https://github.com/dmlc/xgboost/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yaswfp, using log file: /var/log/nixpkgs-update/python311Packages.yaswfp/2024-03-03.log python311Packages.yaswfp 0 -> 1 attrpath: python311Packages.yaswfp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c0zmpklcrb4bw101mw6zan9dnb7kf57j-packages.json.drv building '/nix/store/c0zmpklcrb4bw101mw6zan9dnb7kf57j-packages.json.drv'... Going to be running update for following packages: - python3.11-yaswfp-unstable-20210331 Press Enter key to continue... Running update for: - python3.11-yaswfp-unstable-20210331: UPDATING ... - python3.11-yaswfp-unstable-20210331: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yaswfp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.buildkite, using log file: /var/log/nixpkgs-update/terraform-providers.buildkite/2024-03-03.log terraform-providers.buildkite 0 -> 1 attrpath: terraform-providers.buildkite Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.buildkite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.urlextract, using log file: /var/log/nixpkgs-update/python311Packages.urlextract/2024-03-03.log python311Packages.urlextract 0 -> 1 attrpath: python311Packages.urlextract Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xr5ncqwvykhw4xk4ghy6wsq5j9daj4g7-packages.json.drv building '/nix/store/xr5ncqwvykhw4xk4ghy6wsq5j9daj4g7-packages.json.drv'... Going to be running update for following packages: - python3.11-urlextract-1.9.0 Press Enter key to continue... Running update for: - python3.11-urlextract-1.9.0: UPDATING ... - python3.11-urlextract-1.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.urlextract 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webob, using log file: /var/log/nixpkgs-update/python311Packages.webob/2024-03-03.log python311Packages.webob 0 -> 1 attrpath: python311Packages.webob Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/44v9lsq7y48s11znb6fbgqdargza44fc-packages.json.drv building '/nix/store/44v9lsq7y48s11znb6fbgqdargza44fc-packages.json.drv'... Going to be running update for following packages: - python3.11-webob-1.8.7 Press Enter key to continue... Running update for: - python3.11-webob-1.8.7: UPDATING ... - python3.11-webob-1.8.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webob 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stacs, using log file: /var/log/nixpkgs-update/stacs/2024-03-03.log stacs 0 -> 1 attrpath: stacs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cqf3i8qvrlq5q9mzra8c193fcqvgybmd-packages.json.drv building '/nix/store/cqf3i8qvrlq5q9mzra8c193fcqvgybmd-packages.json.drv'... Going to be running update for following packages: - stacs-0.2.0 Press Enter key to continue... Running update for: - stacs-0.2.0: UPDATING ... - stacs-0.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/stacs/default.nix b/pkgs/tools/security/stacs/default.nix index 205d85f0622e..83413126ab4b 100644 --- a/pkgs/tools/security/stacs/default.nix +++ b/pkgs/tools/security/stacs/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "stacs"; - version = "0.2.0"; + version = "0.5.1"; src = fetchFromGitHub { owner = "stacscan"; repo = pname; - rev = version; - sha256 = "00ZYdpJktqUXdzPcouHyZcOQyFm7jdFNVuDqsufOviE="; + rev = "refs/tags/${version}"; + sha256 = "sha256-u0yFzId5RAOnJfTDPRUc8E624zIWyCDe3/WlrJ5iuxA="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A stacs nix build failed. Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/vpcx916cjfsrkwyhvlih337mh7cz5plv-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/wrapper/stacs-scan @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 8, in from pybind11.setup_helpers import Pybind11Extension ModuleNotFoundError: No module named 'pybind11' /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update stacs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-crecord, using log file: /var/log/nixpkgs-update/git-crecord/2024-03-03.log git-crecord 0 -> 1 attrpath: git-crecord Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vsx813kbxk3sky6415jyqw4346i70w5j-packages.json.drv building '/nix/store/vsx813kbxk3sky6415jyqw4346i70w5j-packages.json.drv'... Going to be running update for following packages: - git-crecord-20230226.0 Press Enter key to continue... Running update for: - git-crecord-20230226.0: UPDATING ... - git-crecord-20230226.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-crecord 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-sneakers, using log file: /var/log/nixpkgs-update/python311Packages.py-sneakers/2024-03-03.log python311Packages.py-sneakers 0 -> 1 attrpath: python311Packages.py-sneakers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mzayns3xbgfjpxddy7ln1myczksrbrlb-packages.json.drv building '/nix/store/mzayns3xbgfjpxddy7ln1myczksrbrlb-packages.json.drv'... Going to be running update for following packages: - python3.11-py-sneakers-1.0.1 Press Enter key to continue... Running update for: - python3.11-py-sneakers-1.0.1: UPDATING ... - python3.11-py-sneakers-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-sneakers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.Yapsy, using log file: /var/log/nixpkgs-update/python311Packages.Yapsy/2024-03-03.log python311Packages.Yapsy 0 -> 1 attrpath: python311Packages.Yapsy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yzdplip4qjkd5x8r7qwf2b1da20iirar-packages.json.drv building '/nix/store/yzdplip4qjkd5x8r7qwf2b1da20iirar-packages.json.drv'... Going to be running update for following packages: - python3.11-yapsy-1.12.2 Press Enter key to continue... Running update for: - python3.11-yapsy-1.12.2: UPDATING ... - python3.11-yapsy-1.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.Yapsy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kerberos, using log file: /var/log/nixpkgs-update/python311Packages.kerberos/2024-03-03.log python311Packages.kerberos 0 -> 1 attrpath: python311Packages.kerberos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bg2jxyav00v33pndb2byfw5pz482ds60-packages.json.drv building '/nix/store/bg2jxyav00v33pndb2byfw5pz482ds60-packages.json.drv'... Going to be running update for following packages: - python3.11-kerberos-1.3.1 Press Enter key to continue... Running update for: - python3.11-kerberos-1.3.1: UPDATING ... - python3.11-kerberos-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kerberos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lightdm, using log file: /var/log/nixpkgs-update/lightdm/2024-03-03.log lightdm 0 -> 1 attrpath: lightdm Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/1gp50nmlm8dvm31yfs1c6sssdcpxw4a5-packages.json.drv building '/nix/store/1gp50nmlm8dvm31yfs1c6sssdcpxw4a5-packages.json.drv'... Going to be running update for following packages: - lightdm-1.32.0 Press Enter key to continue... Running update for: - lightdm-1.32.0: UPDATING ... - lightdm-1.32.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lightdm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rocmlir, using log file: /var/log/nixpkgs-update/rocmPackages.rocmlir/2024-03-03.log rocmPackages.rocmlir 0 -> 1 attrpath: rocmPackages.rocmlir Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/jy990v39w8jxffqajq9abnqqb0qp28sr-update.sh.drv /nix/store/ixhk40qgk1syiscjshvjmb7957iq3fb1-packages.json.drv building '/nix/store/jy990v39w8jxffqajq9abnqqb0qp28sr-update.sh.drv'... building '/nix/store/ixhk40qgk1syiscjshvjmb7957iq3fb1-packages.json.drv'... Going to be running update for following packages: - rocmlir-5.7.1 Press Enter key to continue... Running update for: - rocmlir-5.7.1: UPDATING ... - rocmlir-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocmlir-5.7.1 ---------------------- 'rocmPackages_5.rocmlir' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocmlir'. --- SHOWING ERROR LOG FOR rocmlir-5.7.1 ---------------------- The update script for rocmlir-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocmlir 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pi1wire, using log file: /var/log/nixpkgs-update/python311Packages.pi1wire/2024-03-03.log python311Packages.pi1wire 0 -> 1 attrpath: python311Packages.pi1wire Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wg0h68kma2hmyg7p3r5b513gijl81s71-packages.json.drv building '/nix/store/wg0h68kma2hmyg7p3r5b513gijl81s71-packages.json.drv'... Going to be running update for following packages: - python3.11-pi1wire-0.3.0 Press Enter key to continue... Running update for: - python3.11-pi1wire-0.3.0: UPDATING ... - python3.11-pi1wire-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pi1wire 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykaleidescape, using log file: /var/log/nixpkgs-update/python311Packages.pykaleidescape/2024-03-03.log python311Packages.pykaleidescape 0 -> 1 attrpath: python311Packages.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/zzyihjmzp7c4gqwygc30ipd2jkzlmla2-packages.json.drv building '/nix/store/zzyihjmzp7c4gqwygc30ipd2jkzlmla2-packages.json.drv'... Going to be running update for following packages: - python3.11-pykaleidescape-2022.2.3 Press Enter key to continue... Running update for: - python3.11-pykaleidescape-2022.2.3: UPDATING ... - python3.11-pykaleidescape-2022.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pykaleidescape 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bc-jsonpath-ng, using log file: /var/log/nixpkgs-update/python311Packages.bc-jsonpath-ng/2024-03-03.log python311Packages.bc-jsonpath-ng 0 -> 1 attrpath: python311Packages.bc-jsonpath-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/2rwll02hcw0xn1iy4nkdxdppd6zchkq7-packages.json.drv building '/nix/store/2rwll02hcw0xn1iy4nkdxdppd6zchkq7-packages.json.drv'... Going to be running update for following packages: - python3.11-bc-jsonpath-ng-1.6.1 Press Enter key to continue... Running update for: - python3.11-bc-jsonpath-ng-1.6.1: UPDATING ... - python3.11-bc-jsonpath-ng-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bc-jsonpath-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 @volth asked to not update xfce [result] Failed to update xfce.xfce4-clipman-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.nose-cov, using log file: /var/log/nixpkgs-update/python311Packages.nose-cov/2024-03-03.log python311Packages.nose-cov 0 -> 1 attrpath: python311Packages.nose-cov Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9h0k3g7kbhvhvsig0y06k2da4n6a44h1-packages.json.drv building '/nix/store/9h0k3g7kbhvhvsig0y06k2da4n6a44h1-packages.json.drv'... Going to be running update for following packages: - python3.11-nose-cov-1.6 Press Enter key to continue... Running update for: - python3.11-nose-cov-1.6: UPDATING ... - python3.11-nose-cov-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nose-cov 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.strawberry-graphql, using log file: /var/log/nixpkgs-update/python311Packages.strawberry-graphql/2024-03-03.log python311Packages.strawberry-graphql 0 -> 1 attrpath: python311Packages.strawberry-graphql Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/75xkv1vzdm7ylvl2pzzm4k1kj8xcc27y-packages.json.drv building '/nix/store/75xkv1vzdm7ylvl2pzzm4k1kj8xcc27y-packages.json.drv'... Going to be running update for following packages: - python3.11-strawberry-graphql-0.217.1 Press Enter key to continue... Running update for: - python3.11-strawberry-graphql-0.217.1: UPDATING ... - python3.11-strawberry-graphql-0.217.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/strawberry-graphql/default.nix b/pkgs/development/python-modules/strawberry-graphql/default.nix index 8cdffc96759f..494a5414bcf0 100644 --- a/pkgs/development/python-modules/strawberry-graphql/default.nix +++ b/pkgs/development/python-modules/strawberry-graphql/default.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { pname = "strawberry-graphql"; - version = "0.217.1"; + version = "0.219.2"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -51,7 +51,7 @@ buildPythonPackage rec { owner = "strawberry-graphql"; repo = "strawberry"; rev = "refs/tags/${version}"; - hash = "sha256-Rorbqh/YwBlrkVgS7rV5vb4n773V/EmGAMGP0fuF6V4="; + hash = "sha256-uIUETjzuDnlQp6wM7uxyLRSMT5uyrXFrI9NilcjP0BU="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.strawberry-graphql nix build failed. Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/zzn6r9yk450481h0zjh60b564yy3f5ki-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/websockets/test_graphql_ws.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/i7ppaj534rn3g78a8f39mar3bvnaxqb3-switch-to-poetry-core.patch patching file pyproject.toml Hunk #1 succeeded at 30 with fuzz 1 (offset 2 lines). applying patch /nix/store/5mznfc36qif2s79qisx31adw1rbrgkwp-fix-tests-with-pydantic_2.patch patching file tests/experimental/pydantic/schema/test_mutation.py Hunk #1 FAILED at 87. Hunk #2 FAILED at 149. 2 out of 2 hunks FAILED -- saving rejects to file tests/experimental/pydantic/schema/test_mutation.py.rej [result] Failed to update python311Packages.strawberry-graphql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jaxopt, using log file: /var/log/nixpkgs-update/python311Packages.jaxopt/2024-03-03.log python311Packages.jaxopt 0 -> 1 attrpath: python311Packages.jaxopt Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/js2p3mn4qnbzl7ajv7vly96ybcq23aiz-packages.json.drv building '/nix/store/js2p3mn4qnbzl7ajv7vly96ybcq23aiz-packages.json.drv'... Going to be running update for following packages: - python3.11-jaxopt-0.8.3 Press Enter key to continue... Running update for: - python3.11-jaxopt-0.8.3: UPDATING ... - python3.11-jaxopt-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jaxopt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-anymail, using log file: /var/log/nixpkgs-update/python311Packages.django-anymail/2024-03-03.log python311Packages.django-anymail 0 -> 1 attrpath: python311Packages.django-anymail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qrvh7br4ifwwi45h2mim6naj4m7sx11a-packages.json.drv building '/nix/store/qrvh7br4ifwwi45h2mim6naj4m7sx11a-packages.json.drv'... Going to be running update for following packages: - python3.11-django-anymail-10.2 Press Enter key to continue... Running update for: - python3.11-django-anymail-10.2: UPDATING ... - python3.11-django-anymail-10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-anymail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsigcxx, using log file: /var/log/nixpkgs-update/libsigcxx/2024-03-03.log libsigcxx 0 -> 1 attrpath: libsigcxx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bp464wq5c5d025cma67w1df6lracg3x1-packages.json.drv building '/nix/store/bp464wq5c5d025cma67w1df6lracg3x1-packages.json.drv'... Going to be running update for following packages: - libsigc++-2.12.1 Press Enter key to continue... Running update for: - libsigc++-2.12.1: UPDATING ... - libsigc++-2.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libsigcxx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyp, using log file: /var/log/nixpkgs-update/pyp/2024-03-03.log pyp 0 -> 1 attrpath: pyp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yf8cm817bf9m5mg44r4cwvq7sr8bhkbp-packages.json.drv building '/nix/store/yf8cm817bf9m5mg44r4cwvq7sr8bhkbp-packages.json.drv'... Going to be running update for following packages: - pyp-1.1.0 Press Enter key to continue... Running update for: - pyp-1.1.0: UPDATING ... - pyp-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-better-theme, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-better-theme/2024-03-03.log python311Packages.sphinx-better-theme 0 -> 1 attrpath: python311Packages.sphinx-better-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/97j5pgiw15ks80f95qj8k4h00vmczn8f-packages.json.drv building '/nix/store/97j5pgiw15ks80f95qj8k4h00vmczn8f-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-better-theme-0.1.5 Press Enter key to continue... Running update for: - python3.11-sphinx-better-theme-0.1.5: UPDATING ... - python3.11-sphinx-better-theme-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-better-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 flootty, using log file: /var/log/nixpkgs-update/flootty/2024-03-03.log flootty 0 -> 1 attrpath: flootty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fcnzhdhw52xyy6vibbfi9ribgcb82hw7-packages.json.drv building '/nix/store/fcnzhdhw52xyy6vibbfi9ribgcb82hw7-packages.json.drv'... Going to be running update for following packages: - Flootty-3.2.2 Press Enter key to continue... Running update for: - Flootty-3.2.2: UPDATING ... - Flootty-3.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update flootty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skorch, using log file: /var/log/nixpkgs-update/python311Packages.skorch/2024-03-03.log python311Packages.skorch 0 -> 1 attrpath: python311Packages.skorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2ywa6mf6p89wmdbyzykc8l8dpsx0n17q-packages.json.drv building '/nix/store/2ywa6mf6p89wmdbyzykc8l8dpsx0n17q-packages.json.drv'... Going to be running update for following packages: - python3.11-skorch-0.15.0 Press Enter key to continue... Running update for: - python3.11-skorch-0.15.0: UPDATING ... - python3.11-skorch-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skorch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mock-open, using log file: /var/log/nixpkgs-update/python311Packages.mock-open/2024-03-03.log python311Packages.mock-open 0 -> 1 attrpath: python311Packages.mock-open Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/kks2k0a4xhd50yazafx93q7726crqkg4-packages.json.drv building '/nix/store/kks2k0a4xhd50yazafx93q7726crqkg4-packages.json.drv'... Going to be running update for following packages: - python3.11-mock-open-1.4.0 Press Enter key to continue... Running update for: - python3.11-mock-open-1.4.0: UPDATING ... - python3.11-mock-open-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mock-open 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-aspnetcore, using log file: /var/log/nixpkgs-update/dotnet-aspnetcore/2024-03-03.log dotnet-aspnetcore 0 -> 1 attrpath: dotnet-aspnetcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/rsrgxmrmk4j0d6pv8fb2ny3lj548hrdj-packages.json.drv building '/nix/store/rsrgxmrmk4j0d6pv8fb2ny3lj548hrdj-packages.json.drv'... Going to be running update for following packages: - aspnetcore-runtime-6.0.26 Press Enter key to continue... Running update for: - aspnetcore-runtime-6.0.26: UPDATING ... - aspnetcore-runtime-6.0.26: ERROR --- SHOWING ERROR LOG FOR aspnetcore-runtime-6.0.26 ---------------------- env: ‘’: No such file or directory --- SHOWING ERROR LOG FOR aspnetcore-runtime-6.0.26 ---------------------- The update script for aspnetcore-runtime-6.0.26 failed with exit code 127 [result] Failed to update dotnet-aspnetcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ezyrb, using log file: /var/log/nixpkgs-update/python311Packages.ezyrb/2024-03-03.log python311Packages.ezyrb 0 -> 1 attrpath: python311Packages.ezyrb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ik1qc0f4akzx4igjyjwjq8p2d2ihggw6-packages.json.drv building '/nix/store/ik1qc0f4akzx4igjyjwjq8p2d2ihggw6-packages.json.drv'... Going to be running update for following packages: - python3.11-ezyrb-1.3.0.post2402 Press Enter key to continue... Running update for: - python3.11-ezyrb-1.3.0.post2402: UPDATING ... - python3.11-ezyrb-1.3.0.post2402: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ezyrb/default.nix b/pkgs/development/python-modules/ezyrb/default.nix index 024509dad06b..44d49ee16edd 100644 --- a/pkgs/development/python-modules/ezyrb/default.nix +++ b/pkgs/development/python-modules/ezyrb/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "ezyrb"; - version = "1.3.0.post2402"; + version = "1.3.0.post2403"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "mathLab"; repo = "EZyRB"; rev = "refs/tags/v${version}"; - hash = "sha256-MiFNTz3vrN4rMHK7e4ntE35wzgnPt6yczCv7XDcUlO8="; + hash = "sha256-t0Mv8Kae6N+jHeQx57ljDR5lmmbW2mqrlqygtrwGWhY="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/sz8c03l977kbvwrd1x3yfbpwnym8ipr8-python3.11-ezyrb-1.3.0.post2403" [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.ezyrb
  • python311Packages.ezyrb.dist
  • python311Packages.pydmd
  • python311Packages.pydmd.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.ezyrb is: Easy Reduced Basis method meta.homepage for python311Packages.ezyrb is: https://mathlab.github.io/EZyRB/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.3.0.post2403 with grep in /nix/store/sz8c03l977kbvwrd1x3yfbpwnym8ipr8-python3.11-ezyrb-1.3.0.post2403 - found 1.3.0.post2403 in filename of file in /nix/store/sz8c03l977kbvwrd1x3yfbpwnym8ipr8-python3.11-ezyrb-1.3.0.post2403 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.ezyrb python311Packages.pydmd ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/sz8c03l977kbvwrd1x3yfbpwnym8ipr8-python3.11-ezyrb-1.3.0.post2403 \ --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.ezyrb https://github.com/r-ryantm/nixpkgs/archive/6c2a518f80a2799e33c9b5f3744efbebdc03e18b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6c2a518f80a2799e33c9b5f3744efbebdc03e18b#python311Packages.ezyrb ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/sz8c03l977kbvwrd1x3yfbpwnym8ipr8-python3.11-ezyrb-1.3.0.post2403 ls -la /nix/store/sz8c03l977kbvwrd1x3yfbpwnym8ipr8-python3.11-ezyrb-1.3.0.post2403/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.ezyrb
  • python311Packages.ezyrb.dist
  • python311Packages.pydmd
  • python311Packages.pydmd.dist
--- ###### Maintainer pings cc @yl3dy 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/292958 [result] Success updating python311Packages.ezyrb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-applicationinsights, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-applicationinsights/2024-03-03.log python311Packages.azure-mgmt-applicationinsights 0 -> 1 attrpath: python311Packages.azure-mgmt-applicationinsights Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/24q2vj1hwda7n1l1lvi7cjif0rs77md7-packages.json.drv building '/nix/store/24q2vj1hwda7n1l1lvi7cjif0rs77md7-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-applicationinsights-4.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-applicationinsights-4.0.0: UPDATING ... - python3.11-azure-mgmt-applicationinsights-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-applicationinsights 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath c2ffi, using log file: /var/log/nixpkgs-update/c2ffi/2024-03-03.log c2ffi 0 -> 1 attrpath: c2ffi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/s324730xhv7l067amff616mpxl4rrgsh-packages.json.drv building '/nix/store/s324730xhv7l067amff616mpxl4rrgsh-packages.json.drv'... Going to be running update for following packages: - c2ffi-llvm-16.0.0-0-unstable-2023-11-18 Press Enter key to continue... Running update for: - c2ffi-llvm-16.0.0-0-unstable-2023-11-18: UPDATING ... - c2ffi-llvm-16.0.0-0-unstable-2023-11-18: ERROR --- SHOWING ERROR LOG FOR c2ffi-llvm-16.0.0-0-unstable-2023-11-18 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 3 > 0 )) + flag=--url=https://github.com/rpav/c2ffi.git + shift 1 + case "$flag" in + url=https://github.com/rpav/c2ffi.git + (( 2 > 0 )) + flag=--branch=llvm-16.0.0 + shift 1 + case "$flag" in + branch=llvm-16.0.0 + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z https://github.com/rpav/c2ffi.git ]] ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.F4gRhzu5r3 + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n llvm-16.0.0 ]] + cloneArgs+=(--branch="$branch") + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 --branch=llvm-16.0.0 https://github.com/rpav/c2ffi.git /run/nixpkgs-update-worker/tmp.F4gRhzu5r3 Cloning into bare repository '/run/nixpkgs-update-worker/tmp.F4gRhzu5r3'... + pushd /run/nixpkgs-update-worker/tmp.F4gRhzu5r3 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2023-11-18 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=097cbe61ca02dc79ea60859aa056975131a9d985 + [[ -z '' ]] + new_version=unstable-2023-11-18 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version c2ffi unstable-2023-11-18 --rev=097cbe61ca02dc79ea60859aa056975131a9d985 update-source-version: error: Failed to replace source revision '097cbe61ca02dc79ea60859aa056975131a9d985' to '097cbe61ca02dc79ea60859aa056975131a9d985' in 'c2ffi'! --- SHOWING ERROR LOG FOR c2ffi-llvm-16.0.0-0-unstable-2023-11-18 ---------------------- The update script for c2ffi-llvm-16.0.0-0-unstable-2023-11-18 failed with exit code 1 [result] Failed to update c2ffi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hpccm, using log file: /var/log/nixpkgs-update/python311Packages.hpccm/2024-03-03.log python311Packages.hpccm 22.10.0 -> 23.11.0 https://repology.org/project/python:hpccm/versions attrpath: python311Packages.hpccm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zjlws4ab36s2n0mxd6mriaw1f0vwnwxp-packages.json.drv building '/nix/store/zjlws4ab36s2n0mxd6mriaw1f0vwnwxp-packages.json.drv'... Going to be running update for following packages: - python3.11-hpccm-22.10.0 Press Enter key to continue... Running update for: - python3.11-hpccm-22.10.0: UPDATING ... - python3.11-hpccm-22.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hpccm 22.10.0 -> 23.11.0 https://repology.org/project/python:hpccm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath twspace-dl, using log file: /var/log/nixpkgs-update/twspace-dl/2024-03-03.log twspace-dl 0 -> 1 attrpath: twspace-dl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7f4i7nd6p6klvxi3nm7v1inxy8d8gpfx-packages.json.drv building '/nix/store/7f4i7nd6p6klvxi3nm7v1inxy8d8gpfx-packages.json.drv'... Going to be running update for following packages: - twspace-dl-2023.7.24.1 Press Enter key to continue... Running update for: - twspace-dl-2023.7.24.1: UPDATING ... - twspace-dl-2023.7.24.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update twspace-dl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.qtxdg-tools, using log file: /var/log/nixpkgs-update/lxqt.qtxdg-tools/2024-03-03.log lxqt.qtxdg-tools 0 -> 1 attrpath: lxqt.qtxdg-tools Packages for lxqt are currently skipped. [result] Failed to update lxqt.qtxdg-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.openwrt-ubus-rpc, using log file: /var/log/nixpkgs-update/python311Packages.openwrt-ubus-rpc/2024-03-03.log python311Packages.openwrt-ubus-rpc 0 -> 1 attrpath: python311Packages.openwrt-ubus-rpc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ggra77g459k08i6f1dxkc364ylf7p65p-packages.json.drv building '/nix/store/ggra77g459k08i6f1dxkc364ylf7p65p-packages.json.drv'... Going to be running update for following packages: - python3.11-openwrt-ubus-rpc-0.0.3 Press Enter key to continue... Running update for: - python3.11-openwrt-ubus-rpc-0.0.3: UPDATING ... - python3.11-openwrt-ubus-rpc-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openwrt-ubus-rpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.nurbs, using log file: /var/log/nixpkgs-update/octavePackages.nurbs/2024-03-03.log octavePackages.nurbs 0 -> 1 attrpath: octavePackages.nurbs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mps9s7qxmjbb2ybx2svnm03xg17vp5p4-packages.json.drv building '/nix/store/mps9s7qxmjbb2ybx2svnm03xg17vp5p4-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-nurbs-1.4.3 Press Enter key to continue... Running update for: - octave-8.4.0-nurbs-1.4.3: UPDATING ... - octave-8.4.0-nurbs-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.nurbs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lru-cache, using log file: /var/log/nixpkgs-update/python311Packages.py-lru-cache/2024-03-03.log python311Packages.py-lru-cache 0 -> 1 attrpath: python311Packages.py-lru-cache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vzrzx6bv9yafwfmq11vx7bblcagccwrk-packages.json.drv building '/nix/store/vzrzx6bv9yafwfmq11vx7bblcagccwrk-packages.json.drv'... Going to be running update for following packages: - python3.11-py-lru-cache-0.1.4 Press Enter key to continue... Running update for: - python3.11-py-lru-cache-0.1.4: UPDATING ... - python3.11-py-lru-cache-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-lru-cache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nominatim, using log file: /var/log/nixpkgs-update/nominatim/2024-03-03.log nominatim 4.0.1 -> 4.3.2 https://github.com/osm-search/Nominatim/releases attrpath: nominatim Checking auto update 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 nominatim 4.0.1 -> 4.3.2 https://github.com/osm-search/Nominatim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath canto-daemon, using log file: /var/log/nixpkgs-update/canto-daemon/2024-03-03.log canto-daemon 0 -> 1 attrpath: canto-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/91ds0hkb550hyyabxakwmf0a0yh7596m-packages.json.drv building '/nix/store/91ds0hkb550hyyabxakwmf0a0yh7596m-packages.json.drv'... Going to be running update for following packages: - canto-daemon-0.9.8 Press Enter key to continue... Running update for: - canto-daemon-0.9.8: UPDATING ... - canto-daemon-0.9.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update canto-daemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oath, using log file: /var/log/nixpkgs-update/python311Packages.oath/2024-03-03.log python311Packages.oath 0 -> 1 attrpath: python311Packages.oath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bmg5gxgjr6f77hg00gfl3xwc313mlavz-packages.json.drv building '/nix/store/bmg5gxgjr6f77hg00gfl3xwc313mlavz-packages.json.drv'... Going to be running update for following packages: - python3.11-oath-1.4.4 Press Enter key to continue... Running update for: - python3.11-oath-1.4.4: UPDATING ... - python3.11-oath-1.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dpt-rp1-py, using log file: /var/log/nixpkgs-update/dpt-rp1-py/2024-03-03.log dpt-rp1-py 0 -> 1 attrpath: dpt-rp1-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rg8msx56a811lwzvbcv8pyrz2jbzq4i5-packages.json.drv building '/nix/store/rg8msx56a811lwzvbcv8pyrz2jbzq4i5-packages.json.drv'... Going to be running update for following packages: - dpt-rp1-py-0.1.16 Press Enter key to continue... Running update for: - dpt-rp1-py-0.1.16: UPDATING ... - dpt-rp1-py-0.1.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dpt-rp1-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mapbox-earcut, using log file: /var/log/nixpkgs-update/python311Packages.mapbox-earcut/2024-03-03.log python311Packages.mapbox-earcut 0 -> 1 attrpath: python311Packages.mapbox-earcut Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k8m8j01xgi787a8g3x8h0l74cszgbx10-packages.json.drv building '/nix/store/k8m8j01xgi787a8g3x8h0l74cszgbx10-packages.json.drv'... Going to be running update for following packages: - python3.11-mapbox-earcut-1.0.1 Press Enter key to continue... Running update for: - python3.11-mapbox-earcut-1.0.1: UPDATING ... - python3.11-mapbox-earcut-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mapbox-earcut 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drawpile, using log file: /var/log/nixpkgs-update/drawpile/2024-03-03.log drawpile 2.1.20 -> 2.2.1 https://github.com/drawpile/drawpile/releases attrpath: drawpile 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/drawpile/default.nix b/pkgs/applications/graphics/drawpile/default.nix index ea07e2314217..0e9b580c56e8 100644 --- a/pkgs/applications/graphics/drawpile/default.nix +++ b/pkgs/applications/graphics/drawpile/default.nix @@ -68,13 +68,13 @@ let in mkDerivation rec { pname = "drawpile"; - version = "2.1.20"; + version = "2.2.1"; src = fetchFromGitHub { owner = "drawpile"; repo = "drawpile"; rev = version; - sha256 = "sha256-HjGsaa2BYRNxaQP9e8Z7BkVlIKByC/ta92boGbYHRWQ="; + sha256 = "sha256-NS1aQlWpn3f+SW0oUjlYwHtOS9ZgbjFTrE9grjK5REM="; }; nativeBuildInputs = [ extra-cmake-modules ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A drawpile nix build failed. @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/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/doc/Drawpile -DCMAKE_INSTALL_INFODIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1 -Wno-dev -DINITSYS=systemd -DCLIENT=ON -DSERVER=ON -DSERVERGUI=ON -DTOOLS=OFF -DKIS_TABLET=OFF -DKDE_INSTALL_EXECROOTDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1 -DKDE_INSTALL_BINDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/bin -DKDE_INSTALL_SBINDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/sbin -DKDE_INSTALL_LIBDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/lib -DKDE_INSTALL_LIBEXECDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/libexec -DKDE_INSTALL_CMAKEPACKAGEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/lib/cmake -DKDE_INSTALL_INCLUDEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/include -DKDE_INSTALL_LOCALSTATEDIR=/var -DKDE_INSTALL_DATAROOTDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share -DKDE_INSTALL_DATADIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share -DKDE_INSTALL_DOCBUNDLEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/doc/HTML -DKDE_INSTALL_KCFGDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/config.kcfg -DKDE_INSTALL_KCONFUPDATEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/kconf_update -DKDE_INSTALL_KSERVICES5DIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/kservices5 -DKDE_INSTALL_KSERVICETYPES5DIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/kservicetypes5 -DKDE_INSTALL_KXMLGUI5DIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/kxmlgui5 -DKDE_INSTALL_KNOTIFY5RCDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/knotifications5 -DKDE_INSTALL_ICONDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/icons -DKDE_INSTALL_LOCALEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/locale -DKDE_INSTALL_SOUNDDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/sounds -DKDE_INSTALL_TEMPLATEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/templates -DKDE_INSTALL_WALLPAPERDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/wallpapers -DKDE_INSTALL_APPDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/applications -DKDE_INSTALL_DESKTOPDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/desktop-directories -DKDE_INSTALL_MIMEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/mime/packages -DKDE_INSTALL_METAINFODIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/appdata -DKDE_INSTALL_MANDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/man -DKDE_INSTALL_INFODIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/info -DKDE_INSTALL_DBUSDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/dbus-1 -DKDE_INSTALL_DBUSINTERFACEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/dbus-1/interfaces -DKDE_INSTALL_DBUSSERVICEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/dbus-1/services -DKDE_INSTALL_DBUSSYSTEMSERVICEDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/share/dbus-1/system-services -DKDE_INSTALL_SYSCONFDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/etc -DKDE_INSTALL_CONFDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/etc/xdg -DKDE_INSTALL_AUTOSTARTDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/etc/xdg/autostart -DKDE_INSTALL_QTPLUGINDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/lib/qt-5.15.12/plugins -DKDE_INSTALL_PLUGINDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/lib/qt-5.15.12/plugins -DKDE_INSTALL_QMLDIR=/nix/store/6i46p4hds3s5fa3b94ww0aykmpmy4wgz-drawpile-2.2.1/lib/qt-5.15.12/qml -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Git not found; falling back to static versioning -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Project version: 2.2.1 -- Protocol version: 4.24.0 -- Using Qt version 5 CMake Error at cmake/Cargo.cmake:2 (find_program): Could not find CARGO_COMMAND using the following names: cargo Call Stack (most recent call first): CMakeLists.txt:111 (include)  -- Configuring incomplete, errors occurred! [result] Failed to update drawpile 2.1.20 -> 2.2.1 https://github.com/drawpile/drawpile/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath steck, using log file: /var/log/nixpkgs-update/steck/2024-03-03.log steck 0 -> 1 attrpath: steck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vy399kf29gr19x1463qynhcl7mzbx6ik-packages.json.drv building '/nix/store/vy399kf29gr19x1463qynhcl7mzbx6ik-packages.json.drv'... Going to be running update for following packages: - steck-0.7.0 Press Enter key to continue... Running update for: - steck-0.7.0: UPDATING ... - steck-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update steck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opentoonz, using log file: /var/log/nixpkgs-update/opentoonz/2024-03-03.log opentoonz 1.5.0 -> 1.7.1 https://github.com/opentoonz/opentoonz/releases attrpath: opentoonz Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - opentoonz: 1.5.0 -> 1.7.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291177" [result] Failed to update opentoonz 1.5.0 -> 1.7.1 https://github.com/opentoonz/opentoonz/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.IntervalSurgeon, using log file: /var/log/nixpkgs-update/rPackages.IntervalSurgeon/2024-03-03.log rPackages.IntervalSurgeon 1.2 -> 1.3 https://repology.org/project/r:intervalsurgeon/versions attrpath: rPackages.IntervalSurgeon 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.IntervalSurgeon 1.2 -> 1.3 https://repology.org/project/r:intervalsurgeon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.multigraphr, using log file: /var/log/nixpkgs-update/rPackages.multigraphr/2024-03-03.log rPackages.multigraphr 0.1.0 -> 0.2.0 https://repology.org/project/r:multigraphr/versions attrpath: rPackages.multigraphr Checking auto update branch... No auto update branch exists Old version 0.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.multigraphr 0.1.0 -> 0.2.0 https://repology.org/project/r:multigraphr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lambda, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-lambda/2024-03-03.log python311Packages.mypy-boto3-lambda 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-lambda Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2fk1d318h45k587f4b7ajlkmy9gn0v0y-packages.json.drv building '/nix/store/2fk1d318h45k587f4b7ajlkmy9gn0v0y-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-lambda-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-lambda-1.34.0: UPDATING ... - python3.11-mypy-boto3-lambda-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-lambda 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.grpnet, using log file: /var/log/nixpkgs-update/rPackages.grpnet/2024-03-03.log rPackages.grpnet 0.2 -> 0.3 https://repology.org/project/r:grpnet/versions attrpath: rPackages.grpnet Checking auto update branch... No auto update branch exists Old version 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.grpnet 0.2 -> 0.3 https://repology.org/project/r:grpnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Sequential, using log file: /var/log/nixpkgs-update/rPackages.Sequential/2024-03-03.log rPackages.Sequential 4.3.2 -> 4.3.3 https://repology.org/project/r:sequential/versions attrpath: rPackages.Sequential Checking auto update branch... No auto update branch exists Old version 4.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.Sequential 4.3.2 -> 4.3.3 https://repology.org/project/r:sequential/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.snpAIMeR, using log file: /var/log/nixpkgs-update/rPackages.snpAIMeR/2024-03-03.log rPackages.snpAIMeR 2.1.0 -> 2.1.1 https://repology.org/project/r:snpaimer/versions attrpath: rPackages.snpAIMeR 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.snpAIMeR 2.1.0 -> 2.1.1 https://repology.org/project/r:snpaimer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgig, using log file: /var/log/nixpkgs-update/libgig/2024-03-03.log libgig 4.4.0 -> 4.4.1 https://repology.org/project/libgig/versions attrpath: libgig Checking auto update branch... An auto update branch exists with message `libgig: 4.4.0 -> 4.4.1`. New version is 4.4.1. An auto update branch exists with an equal or greater version [result] Failed to update libgig 4.4.0 -> 4.4.1 https://repology.org/project/libgig/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spacevim, using log file: /var/log/nixpkgs-update/spacevim/2024-03-03.log spacevim 1.8.0 -> 2.2.0 https://github.com/SpaceVim/SpaceVim/releases attrpath: spacevim 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/spacevim/default.nix b/pkgs/applications/editors/spacevim/default.nix index 3db7c73fd422..569ebbce0856 100644 --- a/pkgs/applications/editors/spacevim/default.nix +++ b/pkgs/applications/editors/spacevim/default.nix @@ -28,12 +28,12 @@ let in stdenv.mkDerivation rec { pname = "spacevim"; - version = "1.8.0"; + version = "2.2.0"; src = fetchFromGitHub { owner = "SpaceVim"; repo = "SpaceVim"; rev = "v${version}"; - sha256 = "sha256:11snnh5q47nqhzjb9qya6hpnmlzc060958whqvqrh4hc7gnlnqp8"; + sha256 = "sha256-qqcD5hFa67+dhNQXPkuN5Qb2RoAWlrDZ9U0pX6UT1Vo="; }; nativeBuildInputs = [ makeWrapper vim-customized ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A spacevim nix build failed. got build log for 'spacevim' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ny0r8w9bzx51kpz37sp1gvfppgi4dg12-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/3prp4bd9qpy4rsqwx7ipg3zav6mpxg8s-helptags.patch patching file autoload/SpaceVim.vim Hunk #1 FAILED at 1355. 1 out of 1 hunk FAILED -- saving rejects to file autoload/SpaceVim.vim.rej [result] Failed to update spacevim 1.8.0 -> 2.2.0 https://github.com/SpaceVim/SpaceVim/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.hslua-packaging, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-packaging/2024-03-03.log haskellPackages.hslua-packaging 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-packaging/versions attrpath: haskellPackages.hslua-packaging Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-packaging 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-packaging/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fgeo_tool, using log file: /var/log/nixpkgs-update/rPackages.fgeo_tool/2024-03-03.log rPackages.fgeo_tool 1.2.8 -> 1.2.9 https://repology.org/project/r:fgeo.tool/versions attrpath: rPackages.fgeo_tool Checking auto update branch... No auto update branch exists Old version 1.2.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.fgeo_tool 1.2.8 -> 1.2.9 https://repology.org/project/r:fgeo.tool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.zip, using log file: /var/log/nixpkgs-update/rPackages.zip/2024-03-03.log rPackages.zip 2.3.0 -> 2.3.1 https://repology.org/project/r:zip/versions attrpath: rPackages.zip 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.zip 2.3.0 -> 2.3.1 https://repology.org/project/r:zip/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CEGO, using log file: /var/log/nixpkgs-update/rPackages.CEGO/2024-03-03.log rPackages.CEGO 2.4.2 -> 2.4.3 https://repology.org/project/r:cego/versions attrpath: rPackages.CEGO Checking auto update branch... No auto update branch exists Old version 2.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.CEGO 2.4.2 -> 2.4.3 https://repology.org/project/r:cego/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.biomaRt, using log file: /var/log/nixpkgs-update/rPackages.biomaRt/2024-03-03.log rPackages.biomaRt 2.58.0 -> 2.58.2 https://repology.org/project/r:biomart/versions attrpath: rPackages.biomaRt Checking auto update branch... No auto update branch exists Old version 2.58.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.biomaRt 2.58.0 -> 2.58.2 https://repology.org/project/r:biomart/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hslua-module-system, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-module-system/2024-03-03.log haskellPackages.hslua-module-system 1.1.0.1 -> 1.1.1 https://repology.org/project/haskell:hslua-module-system/versions attrpath: haskellPackages.hslua-module-system Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-module-system 1.1.0.1 -> 1.1.1 https://repology.org/project/haskell:hslua-module-system/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hslua-classes, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-classes/2024-03-03.log haskellPackages.hslua-classes 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-classes/versions attrpath: haskellPackages.hslua-classes Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-classes 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-classes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ckbcomp, using log file: /var/log/nixpkgs-update/ckbcomp/2024-03-03.log ckbcomp 1.224 -> 1.226 https://repology.org/project/ckbcomp/versions attrpath: ckbcomp Checking auto update branch... An auto update branch exists with message `ckbcomp: 1.224 -> 1.226`. New version is 1.226. An auto update branch exists with an equal or greater version [result] Failed to update ckbcomp 1.224 -> 1.226 https://repology.org/project/ckbcomp/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hslua-repl, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-repl/2024-03-03.log haskellPackages.hslua-repl 0.1.1 -> 0.1.2 https://repology.org/project/haskell:hslua-repl/versions attrpath: haskellPackages.hslua-repl Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-repl 0.1.1 -> 0.1.2 https://repology.org/project/haskell:hslua-repl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.selenider, using log file: /var/log/nixpkgs-update/rPackages.selenider/2024-03-03.log rPackages.selenider 0.2.0 -> 0.3.0 https://repology.org/project/r:selenider/versions attrpath: rPackages.selenider 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.selenider 0.2.0 -> 0.3.0 https://repology.org/project/r:selenider/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hslua-objectorientation, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-objectorientation/2024-03-03.log haskellPackages.hslua-objectorientation 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-objectorientation/versions attrpath: haskellPackages.hslua-objectorientation Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-objectorientation 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-objectorientation/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hslua-cli, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-cli/2024-03-03.log haskellPackages.hslua-cli 1.4.1 -> 1.4.2 https://repology.org/project/haskell:hslua-cli/versions attrpath: haskellPackages.hslua-cli Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-cli 1.4.1 -> 1.4.2 https://repology.org/project/haskell:hslua-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 kicad, using log file: /var/log/nixpkgs-update/kicad/2024-03-03.log kicad 0 -> 1 attrpath: kicad Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/r5sp4frys2ijr309y62k9xmaz75zdyq7-packages.json.drv building '/nix/store/r5sp4frys2ijr309y62k9xmaz75zdyq7-packages.json.drv'... Going to be running update for following packages: - kicad-7.0.10 Press Enter key to continue... Running update for: - kicad-7.0.10: UPDATING ... - kicad-7.0.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/electronics/kicad/versions.nix b/pkgs/applications/science/electronics/kicad/versions.nix index 11837638e1ab..c6bb7e219522 100644 --- a/pkgs/applications/science/electronics/kicad/versions.nix +++ b/pkgs/applications/science/electronics/kicad/versions.nix @@ -3,23 +3,23 @@ { "kicad" = { kicadVersion = { - version = "7.0.10"; + version = "8.0.0"; src = { - rev = "7daac78752749fc919e932be6156914aa83c926f"; - sha256 = "0z459yi0s02mwdgbr3xxw43gn9yjhvfkjnsxmns5mksgzsr5nmhh"; + rev = "ef34436d7d4bb488a9559d7fae32dc956d37c669"; + sha256 = "060j6f7k4p2bbx2z8iy482w9qgzf0wqxzrsv1kv19pmsi5cx1zp3"; }; }; libVersion = { - version = "7.0.10"; + version = "8.0.0"; libSources = { - symbols.rev = "eedf6c9ddac2816023e817d4dc91032f9d7390b9"; - symbols.sha256 = "0nlgmxf9z1vf4g350dfkxql1dawgmw275wqxkgszsfxmhdfpmi9v"; - templates.rev = "9ce98cc45f3778e05c404edebf0f98de5c247ffe"; - templates.sha256 = "0mykfwwik7472i4r0isc5szj3dnmvd0538p0vlmzh4rcgj3pj3vm"; - footprints.rev = "7061fc9847ecc1b838e60dc6826db534028494f6"; - footprints.sha256 = "1az6fzh1lma71mj12bc4bblnmzjayrxhkb8w9rjvlhvvgv33cdmy"; - packages3d.rev = "d7345b34daaa23acf0d4506ed937fb424b5b18cd"; - packages3d.sha256 = "0xzyi4mgyifwc6dppdzh6jq294mkj0a71cwkqw2ymz1kfbksw626"; + symbols.rev = "e228d4e8b295364e90e36c57f4023d8285ba88cd"; + symbols.sha256 = "049h2a7yn6ks8sybppixa872dbvyd0rwf9r6nixvdg6d13fl6rwf"; + templates.rev = "2e00c233b67e35323f90d04c190bf70237a252f2"; + templates.sha256 = "0m9bggz3cm27kqpjjwxy19mqzk0c69bywcjkqcni7kafr21c6k4z"; + footprints.rev = "6e5329a6d4aaa81290e23af3eba88f505c2f61b0"; + footprints.sha256 = "0ypjlbmzmcl3pha3q2361va70c988b1drxy8320gm66jkzfc21a1"; + packages3d.rev = "d1e521228d9f5888836b1a6a35fb05fb925456fa"; + packages3d.sha256 = "0lcy1av7ixg1f7arflk50jllpc1749sfvf3h62hkxsz97wkr97xj"; }; }; }; No auto update branch exists There might already be an open PR for this update: - kicad: 7.0.10 -> 8.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291134" - [23.11] kicad: 7.0.9 -> 7.0.10 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291164" [result] Failed to update kicad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parametrize-from-file, using log file: /var/log/nixpkgs-update/python311Packages.parametrize-from-file/2024-03-03.log python311Packages.parametrize-from-file 0 -> 1 attrpath: python311Packages.parametrize-from-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/77dg3k4g3p41bvzmpdk5zl9l9m9z03yy-packages.json.drv building '/nix/store/77dg3k4g3p41bvzmpdk5zl9l9m9z03yy-packages.json.drv'... Going to be running update for following packages: - python3.11-parametrize-from-file-0.19.0 Press Enter key to continue... Running update for: - python3.11-parametrize-from-file-0.19.0: UPDATING ... - python3.11-parametrize-from-file-0.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parametrize-from-file 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnsproxy, using log file: /var/log/nixpkgs-update/dnsproxy/2024-03-03.log dnsproxy 0.54.0 -> 0.65.2 https://github.com/AdguardTeam/dnsproxy/releases attrpath: dnsproxy Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null [golangModuleVersion] Replaced vendorHash with sha256-kBf32hXZ5fpu2ME30t5FmYwGMnD6Jp6owGnjUL9CViY= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dnsproxy nix build failed. got build log for 'dnsproxy' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/bf8iby3xzfhzad4viskai0ldqg81g5cc-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Building subPackage . Building subPackage ./fastip Building subPackage ./internal/bootstrap Building subPackage ./internal/dnsproxytest Building subPackage ./internal/netutil Building subPackage ./internal/tools main module (github.com/AdguardTeam/dnsproxy) does not contain package github.com/AdguardTeam/dnsproxy/internal/tools [result] Failed to update dnsproxy 0.54.0 -> 0.65.2 https://github.com/AdguardTeam/dnsproxy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.databricks-sql-connector, using log file: /var/log/nixpkgs-update/python311Packages.databricks-sql-connector/2024-03-03.log python311Packages.databricks-sql-connector 0 -> 1 attrpath: python311Packages.databricks-sql-connector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4irpz2536yciq50ixayjmvkiw64szf4z-packages.json.drv building '/nix/store/4irpz2536yciq50ixayjmvkiw64szf4z-packages.json.drv'... Going to be running update for following packages: - python3.11-databricks-sql-connector-3.0.3 Press Enter key to continue... Running update for: - python3.11-databricks-sql-connector-3.0.3: UPDATING ... - python3.11-databricks-sql-connector-3.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/databricks-sql-connector/default.nix b/pkgs/development/python-modules/databricks-sql-connector/default.nix index 1533055f3c89..b7cb1311b6b4 100644 --- a/pkgs/development/python-modules/databricks-sql-connector/default.nix +++ b/pkgs/development/python-modules/databricks-sql-connector/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "databricks-sql-connector"; - version = "3.0.3"; + version = "3.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "databricks"; repo = "databricks-sql-python"; rev = "refs/tags/v${version}"; - hash = "sha256-pwSDDkBcyaT5+qA/W8v5loi0yXK8R0ugASmbalwYw70="; + hash = "sha256-LiA+zZuhPPXgBb8B1vZ/PuAYMrBXzxgd1CXwugf0mk8="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.databricks-sql-connector Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python311Packages.databricks-sql-connector Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python311Packages.databricks-sql-connector/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python311Packages.databricks-sql-connector/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.11-databricks-sql-connector-3.1.0’ in /var/cache/nixpkgs-update/worker/worktree/python311Packages.databricks-sql-connector/pkgs/development/python-modules/databricks-sql-connector/default.nix:68 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update python311Packages.databricks-sql-connector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome-doc-utils, using log file: /var/log/nixpkgs-update/gnome-doc-utils/2024-03-03.log gnome-doc-utils 0 -> 1 attrpath: gnome-doc-utils Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/l92yb3yfyi1356dfjq4xk099wkwdq1hd-packages.json.drv building '/nix/store/l92yb3yfyi1356dfjq4xk099wkwdq1hd-packages.json.drv'... Going to be running update for following packages: - gnome-doc-utils-0.20.10 Press Enter key to continue... Running update for: - gnome-doc-utils-0.20.10: UPDATING ... - gnome-doc-utils-0.20.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome-doc-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.durus, using log file: /var/log/nixpkgs-update/python311Packages.durus/2024-03-03.log python311Packages.durus 0 -> 1 attrpath: python311Packages.durus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3rb4j23mskmqc66pjks9gkskipskl5qq-packages.json.drv building '/nix/store/3rb4j23mskmqc66pjks9gkskipskl5qq-packages.json.drv'... Going to be running update for following packages: - python3.11-Durus-4.2 Press Enter key to continue... Running update for: - python3.11-Durus-4.2: UPDATING ... - python3.11-Durus-4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.durus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-servicefabricmanagedclusters, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-servicefabricmanagedclusters/2024-03-03.log python311Packages.azure-mgmt-servicefabricmanagedclusters 0 -> 1 attrpath: python311Packages.azure-mgmt-servicefabricmanagedclusters Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2dk5bbgswl31iz9yw3bf1m99hlg8s8wj-packages.json.drv building '/nix/store/2dk5bbgswl31iz9yw3bf1m99hlg8s8wj-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-servicefabricmanagedclusters-1.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-servicefabricmanagedclusters-1.0.0: UPDATING ... - python3.11-azure-mgmt-servicefabricmanagedclusters-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-servicefabricmanagedclusters 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lektor, using log file: /var/log/nixpkgs-update/lektor/2024-03-03.log lektor 0 -> 1 attrpath: lektor Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/6m2zp6ps7kf61zy7ybbbd8dzk6999895-packages.json.drv building '/nix/store/6m2zp6ps7kf61zy7ybbbd8dzk6999895-packages.json.drv'... Going to be running update for following packages: - lektor-3.4.0b8 Press Enter key to continue... Running update for: - lektor-3.4.0b8: UPDATING ... - lektor-3.4.0b8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lektor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inkex, using log file: /var/log/nixpkgs-update/python311Packages.inkex/2024-03-03.log python311Packages.inkex 0 -> 1 attrpath: python311Packages.inkex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/071cl7pn7n0qn5lvrrn39lcskb2qrki2-packages.json.drv building '/nix/store/071cl7pn7n0qn5lvrrn39lcskb2qrki2-packages.json.drv'... Going to be running update for following packages: - python3.11-inkex-1.3.2 Press Enter key to continue... Running update for: - python3.11-inkex-1.3.2: UPDATING ... - python3.11-inkex-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inkex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gh2md, using log file: /var/log/nixpkgs-update/gh2md/2024-03-03.log gh2md 0 -> 1 attrpath: gh2md Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zdcj379x8i6wr3jnwjx22c5n4pmh41iw-packages.json.drv building '/nix/store/zdcj379x8i6wr3jnwjx22c5n4pmh41iw-packages.json.drv'... Going to be running update for following packages: - gh2md-2.3.1 Press Enter key to continue... Running update for: - gh2md-2.3.1: UPDATING ... - gh2md-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gh2md 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vpsfree-client, using log file: /var/log/nixpkgs-update/vpsfree-client/2024-03-03.log vpsfree-client 0 -> 1 attrpath: vpsfree-client 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 vpsfree-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 eclair, using log file: /var/log/nixpkgs-update/eclair/2024-03-03.log eclair 0.8.0 -> 0.10.0 https://github.com/ACINQ/eclair/releases attrpath: eclair 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/jn42r41yqx680fzfqcwlzlxzq0zvqbdx-source.drv building '/nix/store/jn42r41yqx680fzfqcwlzlxzq0zvqbdx-source.drv'... trying https://github.com/ACINQ/eclair/releases/download/v0.10.0/eclair-node-0.10.0-0077471-bin.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 'eclair.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/jn42r41yqx680fzfqcwlzlxzq0zvqbdx-source.drv /nix/store/yl120g59j7ni3nx1zp5v0g31g4d7adx4-eclair-0.10.0.drv this path will be fetched (371.43 MiB download, 517.20 MiB unpacked): /nix/store/zr2vgsnd3fyddq21j5bnw23klvizi1yg-openjdk-11.0.19+7 copying path '/nix/store/zr2vgsnd3fyddq21j5bnw23klvizi1yg-openjdk-11.0.19+7' from 'https://cache.nixos.org'... building '/nix/store/jn42r41yqx680fzfqcwlzlxzq0zvqbdx-source.drv'... trying https://github.com/ACINQ/eclair/releases/download/v0.10.0/eclair-node-0.10.0-0077471-bin.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/jn42r41yqx680fzfqcwlzlxzq0zvqbdx-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/ACINQ/eclair/releases/download/v0.10.0/eclair-node-0.10.0-0077471-bin.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/jn42r41yqx680fzfqcwlzlxzq0zvqbdx-source.drv'. error: 1 dependencies of derivation '/nix/store/yl120g59j7ni3nx1zp5v0g31g4d7adx4-eclair-0.10.0.drv' failed to build [result] Failed to update eclair 0.8.0 -> 0.10.0 https://github.com/ACINQ/eclair/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fx, using log file: /var/log/nixpkgs-update/python311Packages.python-fx/2024-03-03.log python311Packages.python-fx 0 -> 1 attrpath: python311Packages.python-fx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9bwbgk3mrkr7f483whwppaxkkra1z309-packages.json.drv building '/nix/store/9bwbgk3mrkr7f483whwppaxkkra1z309-packages.json.drv'... Going to be running update for following packages: - python3.11-python-fx-0.3.1 Press Enter key to continue... Running update for: - python3.11-python-fx-0.3.1: UPDATING ... - python3.11-python-fx-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-fx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-sitemap, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-sitemap/2024-03-03.log python311Packages.sphinx-sitemap 0 -> 1 attrpath: python311Packages.sphinx-sitemap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fl22v6ccxrps9wd6zpxbcvi0zdmh49ml-packages.json.drv building '/nix/store/fl22v6ccxrps9wd6zpxbcvi0zdmh49ml-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-sitemap-2.5.1 Press Enter key to continue... Running update for: - python3.11-sphinx-sitemap-2.5.1: UPDATING ... - python3.11-sphinx-sitemap-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-sitemap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-dottedname, using log file: /var/log/nixpkgs-update/python311Packages.zope-dottedname/2024-03-03.log python311Packages.zope-dottedname 0 -> 1 attrpath: python311Packages.zope-dottedname Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cy402255bh12ny0qisdnr56dks8cz5jn-packages.json.drv building '/nix/store/cy402255bh12ny0qisdnr56dks8cz5jn-packages.json.drv'... Going to be running update for following packages: - python3.11-zope-dottedname-6.0 Press Enter key to continue... Running update for: - python3.11-zope-dottedname-6.0: UPDATING ... - python3.11-zope-dottedname-6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-dottedname 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wasabibackend, using log file: /var/log/nixpkgs-update/wasabibackend/2024-03-03.log wasabibackend 2.0.2.1 -> 2.0.6 https://github.com/zkSNACKs/WalletWasabi/releases attrpath: wasabibackend Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/blockchains/wasabibackend/default.nix b/pkgs/applications/blockchains/wasabibackend/default.nix index 79355f3979dc..3db1fb5df3c3 100644 --- a/pkgs/applications/blockchains/wasabibackend/default.nix +++ b/pkgs/applications/blockchains/wasabibackend/default.nix @@ -10,13 +10,13 @@ }: buildDotnetModule rec { pname = "wasabibackend"; - version = "2.0.2.1"; + version = "2.0.6"; src = fetchFromGitHub { owner = "zkSNACKs"; repo = "WalletWasabi"; rev = "refs/tags/v${version}"; - hash = "sha512-JuCl3SyejzwUd2n8Fy7EdxUuO4bIcGb8yMWZQOhZzsY4fvg9prFOnVZEquxahD0a41MLKHRNA1R2N3NMapcc0A=="; + hash = "sha512-qXtswCrZfJNqcJRMR3QXI5nv6HlxwldxSr0DADDErubmk3UEhDWpVBf6thSCTDUSv3WPiBODtRnlW0N2BKZaIA=="; }; projectFile = "WalletWasabi.Backend/WalletWasabi.Backend.csproj"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wasabibackend nix build failed. got build log for 'wasabibackend' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/q0sshxj1ymhig6dvhz6imrsxc8sn827y-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase Executing dotnetConfigureHook The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'tool' does not exist. * You intended to execute a .NET SDK command: A compatible .NET SDK was not found. Requested SDK version: 8.0.100 global.json file: /build/source/global.json Installed SDKs: 7.0.405 [/nix/store/r03qw1qyhrkpj2sgyr6m7s94rd6kdm6n-dotnet-sdk-7.0.405/sdk] Install the [8.0.100] .NET SDK or update [/build/source/global.json] to match an installed SDK. Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found [result] Failed to update wasabibackend 2.0.2.1 -> 2.0.6 https://github.com/zkSNACKs/WalletWasabi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eventlet, using log file: /var/log/nixpkgs-update/python311Packages.eventlet/2024-03-03.log python311Packages.eventlet 0 -> 1 attrpath: python311Packages.eventlet Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/0ixqpqz15fmwls7wg5w8gnnk5b1310gm-packages.json.drv building '/nix/store/0ixqpqz15fmwls7wg5w8gnnk5b1310gm-packages.json.drv'... Going to be running update for following packages: - python3.11-eventlet-0.33.3 Press Enter key to continue... Running update for: - python3.11-eventlet-0.33.3: UPDATING ... - python3.11-eventlet-0.33.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eventlet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.gnome-tweaks, using log file: /var/log/nixpkgs-update/gnome.gnome-tweaks/2024-03-03.log gnome.gnome-tweaks 0 -> 1 attrpath: gnome.gnome-tweaks Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-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 python311Packages.qtpy, using log file: /var/log/nixpkgs-update/python311Packages.qtpy/2024-03-03.log python311Packages.qtpy 0 -> 1 attrpath: python311Packages.qtpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/98wv6jclmm3axblgn8k2m7kjx17rvwvf-packages.json.drv building '/nix/store/98wv6jclmm3axblgn8k2m7kjx17rvwvf-packages.json.drv'... Going to be running update for following packages: - python3.11-QtPy-2.4.0 Press Enter key to continue... Running update for: - python3.11-QtPy-2.4.0: UPDATING ... - python3.11-QtPy-2.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qtpy/default.nix b/pkgs/development/python-modules/qtpy/default.nix index e534704a7c4a..e872931c5c4d 100644 --- a/pkgs/development/python-modules/qtpy/default.nix +++ b/pkgs/development/python-modules/qtpy/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "QtPy"; - version = "2.4.0"; + version = "2.4.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-2y1QgWeqYQZ4FWXI2lxvFIfeusujNRnO3DX6iZfUJNQ="; + hash = "sha256-paFf/VGVUKE2G9xW/8B/2lamr3KS8Xx7OV1Ag69jKYc="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 77 > 25 [result] Failed to update python311Packages.qtpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath webcord, using log file: /var/log/nixpkgs-update/webcord/2024-03-03.log webcord 0 -> 1 attrpath: webcord Checking auto update branch... [version] [version] generic version rewriter 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/par62ywymdkp8zrpi77dyzrsankp6jp8-packages.json.drv building '/nix/store/par62ywymdkp8zrpi77dyzrsankp6jp8-packages.json.drv'... Going to be running update for following packages: - webcord-4.7.1 Press Enter key to continue... Running update for: - webcord-4.7.1: UPDATING ... - webcord-4.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/webcord/default.nix b/pkgs/applications/networking/instant-messengers/webcord/default.nix index d2ccfb8a4b03..766e38d9e436 100644 --- a/pkgs/applications/networking/instant-messengers/webcord/default.nix +++ b/pkgs/applications/networking/instant-messengers/webcord/default.nix @@ -14,16 +14,16 @@ buildNpmPackage rec { pname = "webcord"; - version = "4.7.1"; + version = "4.8.0"; src = fetchFromGitHub { owner = "SpacingBat3"; repo = "WebCord"; rev = "v${version}"; - hash = "sha256-JzKXIdXR/C3HRbpmSUq3qXYpLnVQjIY/uO+wbt1k2jI="; + hash = "sha256-x9Ejb8yxgQhlEfUUfoqbgSffNNtOoFeAyb3OISR+Jz4="; }; - npmDepsHash = "sha256-KbMoM1zYOjX2Dwu6DJZLyezRx78AC9piPw3xsX3Kb3I="; + npmDepsHash = "sha256-7H4I4vKygMgsPh+OvZZGhpkoQQu1a51yUTwEPJSBM18="; nativeBuildInputs = [ copyDesktopItems No auto update branch exists There might already be an open PR for this update: - webcord-vencord: 4.7.1 -> 4.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292255" - webcord: 4.7.1 -> 4.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290559" [result] Failed to update webcord 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-virtualenv, using log file: /var/log/nixpkgs-update/python311Packages.pytest-virtualenv/2024-03-03.log python311Packages.pytest-virtualenv 0 -> 1 attrpath: python311Packages.pytest-virtualenv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bddryrc0jligjsww77cll34ygclkanha-packages.json.drv building '/nix/store/bddryrc0jligjsww77cll34ygclkanha-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-virtualenv-1.7.0 Press Enter key to continue... Running update for: - python3.11-pytest-virtualenv-1.7.0: UPDATING ... - python3.11-pytest-virtualenv-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-virtualenv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykeyatome, using log file: /var/log/nixpkgs-update/python311Packages.pykeyatome/2024-03-03.log python311Packages.pykeyatome 0 -> 1 attrpath: python311Packages.pykeyatome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c2c8gkja3vzfrwyvy5f6ffpr7kkzv20w-packages.json.drv building '/nix/store/c2c8gkja3vzfrwyvy5f6ffpr7kkzv20w-packages.json.drv'... Going to be running update for following packages: - python3.11-pykeyatome-2.1.2 Press Enter key to continue... Running update for: - python3.11-pykeyatome-2.1.2: UPDATING ... - python3.11-pykeyatome-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pykeyatome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aliyun-python-sdk-kms, using log file: /var/log/nixpkgs-update/python311Packages.aliyun-python-sdk-kms/2024-03-03.log python311Packages.aliyun-python-sdk-kms 0 -> 1 attrpath: python311Packages.aliyun-python-sdk-kms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m8xs3w0ndkwvq10cfwcnsznngi1y8znw-packages.json.drv building '/nix/store/m8xs3w0ndkwvq10cfwcnsznngi1y8znw-packages.json.drv'... Going to be running update for following packages: - python3.11-aliyun-python-sdk-kms-2.16.2 Press Enter key to continue... Running update for: - python3.11-aliyun-python-sdk-kms-2.16.2: UPDATING ... - python3.11-aliyun-python-sdk-kms-2.16.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aliyun-python-sdk-kms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyopenssl, using log file: /var/log/nixpkgs-update/python311Packages.pyopenssl/2024-03-03.log python311Packages.pyopenssl 0 -> 1 attrpath: python311Packages.pyopenssl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7qckvrs16v8h1amk5g8wzd48lzx06ajc-packages.json.drv building '/nix/store/7qckvrs16v8h1amk5g8wzd48lzx06ajc-packages.json.drv'... Going to be running update for following packages: - python3.11-pyopenssl-23.3.0 Press Enter key to continue... Running update for: - python3.11-pyopenssl-23.3.0: UPDATING ... - python3.11-pyopenssl-23.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyopenssl/default.nix b/pkgs/development/python-modules/pyopenssl/default.nix index 611666e851d3..ddb663383a4e 100644 --- a/pkgs/development/python-modules/pyopenssl/default.nix +++ b/pkgs/development/python-modules/pyopenssl/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "pyopenssl"; - version = "23.3.0"; + version = "24.0.0"; format = "setuptools"; src = fetchPypi { pname = "pyOpenSSL"; inherit version; - hash = "sha256-ayy6XMRugidQ7D5age4SgZhQsRMDYw1XXpgQigecKxI="; + hash = "sha256-aqMwOak//6RWPmVbYdETZNASZL6My0mQYQHgKjNFML8="; }; outputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 10432 > 25 [result] Failed to update python311Packages.pyopenssl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.zeromq, using log file: /var/log/nixpkgs-update/octavePackages.zeromq/2024-03-03.log octavePackages.zeromq 0 -> 1 attrpath: octavePackages.zeromq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/786dn22i1afyylrf20p2s6zm2zs5sd9k-packages.json.drv building '/nix/store/786dn22i1afyylrf20p2s6zm2zs5sd9k-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-zeromq-1.5.5 Press Enter key to continue... Running update for: - octave-8.4.0-zeromq-1.5.5: UPDATING ... - octave-8.4.0-zeromq-1.5.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/octave-modules/zeromq/default.nix b/pkgs/development/octave-modules/zeromq/default.nix index 33c0d70464af..9b9de3e3303b 100644 --- a/pkgs/development/octave-modules/zeromq/default.nix +++ b/pkgs/development/octave-modules/zeromq/default.nix @@ -8,11 +8,11 @@ buildOctavePackage rec { pname = "zeromq"; - version = "1.5.5"; + version = "1.5.6"; src = fetchurl { url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; - sha256 = "sha256-MAZEpbVuragVuXrMJ8q5/jU5cTchosAtrAR6ElLwfss="; + sha256 = "sha256-IQS3JfGHRyoBY5F6Gvg/xVf5m4/JhpdRQPR8FGoFeuI="; }; preAutoreconf = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A octavePackages.zeromq Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . octavePackages.zeromq Standard output: error: build log of 'octavePackages.zeromq' is not available [result] Failed to update octavePackages.zeromq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysaj, using log file: /var/log/nixpkgs-update/python311Packages.pysaj/2024-03-03.log python311Packages.pysaj 0 -> 1 attrpath: python311Packages.pysaj Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ihgngk318caba6c4v2cf8r46fc6xg165-packages.json.drv building '/nix/store/ihgngk318caba6c4v2cf8r46fc6xg165-packages.json.drv'... Going to be running update for following packages: - python3.11-pysaj-0.0.16 Press Enter key to continue... Running update for: - python3.11-pysaj-0.0.16: UPDATING ... - python3.11-pysaj-0.0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysaj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.soxr, using log file: /var/log/nixpkgs-update/python311Packages.soxr/2024-03-03.log python311Packages.soxr 0 -> 1 attrpath: python311Packages.soxr Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/xwr5i83gsjanxdgf3gz1jdpgds2y1sii-packages.json.drv building '/nix/store/xwr5i83gsjanxdgf3gz1jdpgds2y1sii-packages.json.drv'... Going to be running update for following packages: - python3.11-soxr-0.3.6 Press Enter key to continue... Running update for: - python3.11-soxr-0.3.6: UPDATING ... - python3.11-soxr-0.3.6: ERROR --- SHOWING ERROR LOG FOR python3.11-soxr-0.3.6 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 596, in main() File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-soxr-0.3.6 ---------------------- The update script for python3.11-soxr-0.3.6 failed with exit code 1 [result] Failed to update python311Packages.soxr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioweenect, using log file: /var/log/nixpkgs-update/python311Packages.aioweenect/2024-03-03.log python311Packages.aioweenect 0 -> 1 attrpath: python311Packages.aioweenect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pw1gb1pgp5g1r3gfm1ichf4b4cafrwrv-packages.json.drv building '/nix/store/pw1gb1pgp5g1r3gfm1ichf4b4cafrwrv-packages.json.drv'... Going to be running update for following packages: - python3.11-aioweenect-1.1.1 Press Enter key to continue... Running update for: - python3.11-aioweenect-1.1.1: UPDATING ... - python3.11-aioweenect-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioweenect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath conan, using log file: /var/log/nixpkgs-update/conan/2024-03-03.log conan 0 -> 1 attrpath: conan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mimgi09474w244ci75gv6hfwmfqbq3vi-packages.json.drv building '/nix/store/mimgi09474w244ci75gv6hfwmfqbq3vi-packages.json.drv'... Going to be running update for following packages: - conan-2.0.17 Press Enter key to continue... Running update for: - conan-2.0.17: UPDATING ... - conan-2.0.17: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/build-managers/conan/default.nix b/pkgs/development/tools/build-managers/conan/default.nix index 7226d4e3340a..2b8e4f4045ab 100644 --- a/pkgs/development/tools/build-managers/conan/default.nix +++ b/pkgs/development/tools/build-managers/conan/default.nix @@ -10,14 +10,14 @@ python3.pkgs.buildPythonApplication rec { pname = "conan"; - version = "2.0.17"; + version = "2.1.0"; format = "setuptools"; src = fetchFromGitHub { owner = "conan-io"; repo = "conan"; rev = "refs/tags/${version}"; - hash = "sha256-liCeGe0WBW+tOjW81cqrFUiOEWYhlqsBVgns6SxjPNM="; + hash = "sha256-fUUnVaVOGDOlhc5Iia53W7qpWHZoe/mGAm4nrdMJFn4="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A conan nix build failed. conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation /build/tmpdfj183ojconans/path with spaces/conanfile.py:15: DeprecationWarning: invalid escape sequence '\l' env.remove("LDFLAGS", "dep2_shared_link_flag") conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation /build/tmpcjko2k65conans/path with spaces/.conan2/p/dep1c5db8abbaa6d4/e/conanfile.py:12: DeprecationWarning: invalid escape sequence '\i' self.cpp_info.includedirs.append("other\include\path\{}".format(self.name)) conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation /build/tmpcjko2k65conans/path with spaces/.conan2/p/dep1c5db8abbaa6d4/e/conanfile.py:15: DeprecationWarning: invalid escape sequence '\l' self.cpp_info.libdirs.append("one\lib\path\{}".format(self.name)) conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation /build/tmpcjko2k65conans/path with spaces/.conan2/p/dep24bfd446af2d8a/e/conanfile.py:12: DeprecationWarning: invalid escape sequence '\i' self.cpp_info.includedirs.append("other\include\path\{}".format(self.name)) conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation conans/test/integration/toolchains/gnu/test_autotoolsdeps.py::test_cpp_info_aggregation /build/tmpcjko2k65conans/path with spaces/.conan2/p/dep24bfd446af2d8a/e/conanfile.py:15: DeprecationWarning: invalid escape sequence '\l' self.cpp_info.libdirs.append("one\lib\path\{}".format(self.name)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED conans/test/performance/test_large_graph.py::test_large_graph - Exception: ===== 1 failed, 3550 passed, 106 skipped, 1 xfailed, 37 warnings in 38.17s ===== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update conan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.lxqt-powermanagement, using log file: /var/log/nixpkgs-update/lxqt.lxqt-powermanagement/2024-03-03.log lxqt.lxqt-powermanagement 0 -> 1 attrpath: lxqt.lxqt-powermanagement Packages for lxqt are currently skipped. [result] Failed to update lxqt.lxqt-powermanagement 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vincenty, using log file: /var/log/nixpkgs-update/python311Packages.vincenty/2024-03-03.log python311Packages.vincenty 0 -> 1 attrpath: python311Packages.vincenty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/361jxmkhjbnvba2s2ljgk7ayqiykmk32-packages.json.drv building '/nix/store/361jxmkhjbnvba2s2ljgk7ayqiykmk32-packages.json.drv'... Going to be running update for following packages: - python3.11-vincenty-0.1.4 Press Enter key to continue... Running update for: - python3.11-vincenty-0.1.4: UPDATING ... - python3.11-vincenty-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vincenty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twitter-common-confluence, using log file: /var/log/nixpkgs-update/python311Packages.twitter-common-confluence/2024-03-03.log python311Packages.twitter-common-confluence 0 -> 1 attrpath: python311Packages.twitter-common-confluence Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v2kfcgpnjcirapwihf18xyzhig74qpdx-packages.json.drv building '/nix/store/v2kfcgpnjcirapwihf18xyzhig74qpdx-packages.json.drv'... Going to be running update for following packages: - python3.11-twitter.common.confluence-0.3.11 Press Enter key to continue... Running update for: - python3.11-twitter.common.confluence-0.3.11: UPDATING ... - python3.11-twitter.common.confluence-0.3.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.twitter-common-confluence 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyplaato, using log file: /var/log/nixpkgs-update/python311Packages.pyplaato/2024-03-03.log python311Packages.pyplaato 0 -> 1 attrpath: python311Packages.pyplaato Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sdggr07ak7crc4q2w1ncaqd1p8y544y1-packages.json.drv building '/nix/store/sdggr07ak7crc4q2w1ncaqd1p8y544y1-packages.json.drv'... Going to be running update for following packages: - python3.11-pyplaato-0.0.18 Press Enter key to continue... Running update for: - python3.11-pyplaato-0.0.18: UPDATING ... - python3.11-pyplaato-0.0.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyplaato 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-session-settings, using log file: /var/log/nixpkgs-update/pantheon.elementary-session-settings/2024-03-03.log pantheon.elementary-session-settings 0 -> 1 attrpath: pantheon.elementary-session-settings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhcwp6cw4sc23hjzn3py7iypaaafywnl-packages.json.drv building '/nix/store/nhcwp6cw4sc23hjzn3py7iypaaafywnl-packages.json.drv'... Going to be running update for following packages: - elementary-session-settings-6.0.0 Press Enter key to continue... Running update for: - elementary-session-settings-6.0.0: UPDATING ... - elementary-session-settings-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-session-settings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libbpf_0, using log file: /var/log/nixpkgs-update/libbpf_0/2024-03-03.log libbpf_0 0.8.1 -> 1.3.0 https://github.com/libbpf/libbpf/releases attrpath: libbpf_0 Checking auto update branch... No auto update branch exists Version in attr path libbpf_0 not compatible with 1.3.0 [result] Failed to update libbpf_0 0.8.1 -> 1.3.0 https://github.com/libbpf/libbpf/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-paintstore, using log file: /var/log/nixpkgs-update/python311Packages.django-paintstore/2024-03-03.log python311Packages.django-paintstore 0 -> 1 attrpath: python311Packages.django-paintstore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f82yav6vv02cx9y8jj7866zjv4vljc55-packages.json.drv building '/nix/store/f82yav6vv02cx9y8jj7866zjv4vljc55-packages.json.drv'... Going to be running update for following packages: - python3.11-django-paintstore-0.2 Press Enter key to continue... Running update for: - python3.11-django-paintstore-0.2: UPDATING ... - python3.11-django-paintstore-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-paintstore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dill, using log file: /var/log/nixpkgs-update/python311Packages.dill/2024-03-03.log python311Packages.dill 0 -> 1 attrpath: python311Packages.dill Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k8vl5x5wr3h9w3dwk2c05l1hwylmj7nc-packages.json.drv building '/nix/store/k8vl5x5wr3h9w3dwk2c05l1hwylmj7nc-packages.json.drv'... Going to be running update for following packages: - python3.11-dill-0.3.7 Press Enter key to continue... Running update for: - python3.11-dill-0.3.7: UPDATING ... - python3.11-dill-0.3.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dill/default.nix b/pkgs/development/python-modules/dill/default.nix index d6fdd2b97d2d..cdfdb401e94d 100644 --- a/pkgs/development/python-modules/dill/default.nix +++ b/pkgs/development/python-modules/dill/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dill"; - version = "0.3.7"; + version = "0.3.8"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,8 +20,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "uqfoundation"; repo = pname; - rev = "refs/tags/dill-${version}"; - hash = "sha256-1cRGA5RuNjlpc3jq9SAsUYgmPauIV8zRF9SxOmveljI="; + rev = "refs/tags/${version}"; + hash = "sha256-r65JgQH+5raiRX8NYELUB9B0zLy4z606EkFJaNpapNc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 906 > 25 [result] Failed to update python311Packages.dill 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scdoc, using log file: /var/log/nixpkgs-update/scdoc/2024-03-03.log scdoc 1.11.2-unstable-2023-03-08 -> 1.11.3 https://repology.org/project/scdoc/versions attrpath: scdoc Checking auto update branch... No auto update branch exists Old version 1.11.2-unstable-2023-03-08" not present in staging derivation file with contents: { lib , stdenv , fetchFromSourcehut , buildPackages }: stdenv.mkDerivation (finalAttrs: { pname = "scdoc"; version = "1.11.3"; src = fetchFromSourcehut { owner = "~sircmpwn"; repo = "scdoc"; rev = finalAttrs.version; hash = "sha256-MbLDhLn/JY6OcdOz9/mIPAQRp5TZ6IKuQ/FQ/R3wjGc="; }; outputs = [ "out" "man" "dev" ]; postPatch = '' substituteInPlace Makefile \ --replace "LDFLAGS+=-static" "LDFLAGS+=" ''; makeFlags = [ "PREFIX=${placeholder "out"}" ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ "HOST_SCDOC=${lib.getExe buildPackages.scdoc}" ]; doCheck = true; meta = { description = "A simple man page generator written in C99 for POSIX systems"; homepage = "https://git.sr.ht/~sircmpwn/scdoc"; changelog = "https://git.sr.ht/~sircmpwn/scdoc/refs/${finalAttrs.src.rev}"; license = lib.licenses.mit; mainProgram = "scdoc"; maintainers = with lib.maintainers; [ primeos AndersonTorres ]; platforms = lib.platforms.unix; }; }) [result] Failed to update scdoc 1.11.2-unstable-2023-03-08 -> 1.11.3 https://repology.org/project/scdoc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.markets, using log file: /var/log/nixpkgs-update/rPackages.markets/2024-03-03.log rPackages.markets 1.1.4 -> 1.1.5 https://repology.org/project/r:markets/versions attrpath: rPackages.markets Checking auto update branch... No auto update branch exists Old version 1.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.markets 1.1.4 -> 1.1.5 https://repology.org/project/r:markets/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.melt, using log file: /var/log/nixpkgs-update/rPackages.melt/2024-03-03.log rPackages.melt 1.10.0 -> 1.11.1 https://repology.org/project/r:melt/versions attrpath: rPackages.melt 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.melt 1.10.0 -> 1.11.1 https://repology.org/project/r: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 rPackages.shidashi, using log file: /var/log/nixpkgs-update/rPackages.shidashi/2024-03-03.log rPackages.shidashi 0.1.5 -> 0.1.6 https://repology.org/project/r:shidashi/versions attrpath: rPackages.shidashi 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.shidashi 0.1.5 -> 0.1.6 https://repology.org/project/r:shidashi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua52Packages.haskell-tools-nvim, using log file: /var/log/nixpkgs-update/lua52Packages.haskell-tools-nvim/2024-03-03.log lua52Packages.haskell-tools-nvim 3.0.2-1 -> 3.1.8 https://github.com/mrcjkb/haskell-tools.nvim/releases attrpath: lua52Packages.haskell-tools-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.haskell-tools-nvim 3.0.2-1 -> 3.1.8 https://github.com/mrcjkb/haskell-tools.nvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.jwt, using log file: /var/log/nixpkgs-update/rubyPackages.jwt/2024-03-03.log rubyPackages.jwt 2.7.1 -> 2.8.1 https://repology.org/project/ruby:jwt/versions attrpath: rubyPackages.jwt Checking auto update 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.jwt 2.7.1 -> 2.8.1 https://repology.org/project/ruby:jwt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.persistent, using log file: /var/log/nixpkgs-update/haskellPackages.persistent/2024-03-03.log haskellPackages.persistent 2.14.6.0 -> 2.14.6.1 https://repology.org/project/haskell:persistent/versions attrpath: haskellPackages.persistent Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.persistent 2.14.6.0 -> 2.14.6.1 https://repology.org/project/haskell:persistent/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.gcsfs, using log file: /var/log/nixpkgs-update/python312Packages.gcsfs/2024-03-03.log python312Packages.gcsfs 2023.4.0 -> 2024.2.0 https://repology.org/project/python:gcsfs/versions attrpath: python312Packages.gcsfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/axvbwh10ckrfj849ij3x4k0rrj0dcs92-packages.json.drv building '/nix/store/axvbwh10ckrfj849ij3x4k0rrj0dcs92-packages.json.drv'... Going to be running update for following packages: - python3.12-gcsfs-2023.4.0 Press Enter key to continue... Running update for: - python3.12-gcsfs-2023.4.0: UPDATING ... - python3.12-gcsfs-2023.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.gcsfs 2023.4.0 -> 2024.2.0 https://repology.org/project/python:gcsfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.sorbet-runtime, using log file: /var/log/nixpkgs-update/rubyPackages.sorbet-runtime/2024-03-03.log rubyPackages.sorbet-runtime 0.5.11247 -> 0.5.11284 https://repology.org/project/ruby:sorbet-runtime/versions attrpath: rubyPackages.sorbet-runtime Checking auto update 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.sorbet-runtime 0.5.11247 -> 0.5.11284 https://repology.org/project/ruby:sorbet-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 python311Packages.opensensemap-api, using log file: /var/log/nixpkgs-update/python311Packages.opensensemap-api/2024-03-03.log python311Packages.opensensemap-api 0 -> 1 attrpath: python311Packages.opensensemap-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/q3yk0lwya86lp0b8w0ajzyay5bdrbvfd-packages.json.drv building '/nix/store/q3yk0lwya86lp0b8w0ajzyay5bdrbvfd-packages.json.drv'... Going to be running update for following packages: - python3.11-opensensemap-api-0.3.2 Press Enter key to continue... Running update for: - python3.11-opensensemap-api-0.3.2: UPDATING ... - python3.11-opensensemap-api-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opensensemap-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 terraform-providers.tfe, using log file: /var/log/nixpkgs-update/terraform-providers.tfe/2024-03-03.log terraform-providers.tfe 0 -> 1 attrpath: terraform-providers.tfe Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.tfe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.osqp, using log file: /var/log/nixpkgs-update/python311Packages.osqp/2024-03-03.log python311Packages.osqp 0 -> 1 attrpath: python311Packages.osqp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h7qhdflbjll8j5g5hdi8pz9fnm8yhcxg-packages.json.drv building '/nix/store/h7qhdflbjll8j5g5hdi8pz9fnm8yhcxg-packages.json.drv'... Going to be running update for following packages: - python3.11-osqp-0.6.3 Press Enter key to continue... Running update for: - python3.11-osqp-0.6.3: UPDATING ... - python3.11-osqp-0.6.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/osqp/default.nix b/pkgs/development/python-modules/osqp/default.nix index f58a3fec14c8..c468285eb7e4 100644 --- a/pkgs/development/python-modules/osqp/default.nix +++ b/pkgs/development/python-modules/osqp/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "osqp"; - version = "0.6.3"; + version = "0.6.5"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-A+Rg5oPsLOD4OTU936PEyP+lCauM9qKyr7tYb6RT4YA="; + hash = "sha256-soEK7nviNzrdi2wL5a2ZuBAoh3SrykIXUcsDLWpa7e8="; }; dontUseCmakeConfigure = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.osqp nix build failed. adding 'osqp/tests/solutions/test_unconstrained_problem.npz' adding 'osqp/tests/solutions/test_update_A.npz' adding 'osqp/tests/solutions/test_update_A_allind.npz' adding 'osqp/tests/solutions/test_update_P.npz' adding 'osqp/tests/solutions/test_update_P_A_allind.npz' adding 'osqp/tests/solutions/test_update_P_A_indA.npz' adding 'osqp/tests/solutions/test_update_P_A_indP.npz' adding 'osqp/tests/solutions/test_update_P_A_indP_indA.npz' adding 'osqp/tests/solutions/test_update_P_allind.npz' adding 'osqp/tests/solutions/test_update_bounds.npz' adding 'osqp/tests/solutions/test_update_l.npz' adding 'osqp/tests/solutions/test_update_q.npz' adding 'osqp/tests/solutions/test_update_u.npz' adding 'osqppurepy/__init__.py' adding 'osqppurepy/_osqp.py' adding 'osqppurepy/interface.py' adding 'osqp-0.6.5.dist-info/LICENSE' adding 'osqp-0.6.5.dist-info/METADATA' adding 'osqp-0.6.5.dist-info/WHEEL' adding 'osqp-0.6.5.dist-info/top_level.txt' adding 'osqp-0.6.5.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built osqp-0.6.5-cp311-cp311-linux_x86_64.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for osqp-0.6.5-cp311-cp311-linux_x86_64.whl - scipy<1.12.0,>=0.13.2 not satisfied by version 1.12.0 [result] Failed to update python311Packages.osqp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nicotine-plus, using log file: /var/log/nixpkgs-update/nicotine-plus/2024-03-03.log nicotine-plus 0 -> 1 attrpath: nicotine-plus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p16zbq9g1c5m7viypz8nqkdcd2xv5hdq-packages.json.drv building '/nix/store/p16zbq9g1c5m7viypz8nqkdcd2xv5hdq-packages.json.drv'... Going to be running update for following packages: - nicotine-plus-3.2.9 Press Enter key to continue... Running update for: - nicotine-plus-3.2.9: UPDATING ... - nicotine-plus-3.2.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix index dc9b49c1f891..40b8252b47c0 100644 --- a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix +++ b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix @@ -11,13 +11,13 @@ python3Packages.buildPythonApplication rec { pname = "nicotine-plus"; - version = "3.2.9"; + version = "3.3.2"; src = fetchFromGitHub { owner = "nicotine-plus"; repo = "nicotine-plus"; rev = "refs/tags/${version}"; - sha256 = "sha256-PxtHsBbrzcIAcLyQKD9DV8yqf3ljzGS7gT/ZRfJ8qL4="; + sha256 = "sha256-dl4fTa+CXsycC+hhSkIzQQxrSkBDPsdrmKdrHPakGig="; }; nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ]; An auto update branch exists with message `nicotine-plus: 3.2.9 -> 3.3.2`. New version is 3.3.2. An auto update branch exists with an equal or greater version [result] Failed to update nicotine-plus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imutils, using log file: /var/log/nixpkgs-update/python311Packages.imutils/2024-03-03.log python311Packages.imutils 0 -> 1 attrpath: python311Packages.imutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2ikswib8bxc8azdqjsiimly7rcknawq8-packages.json.drv building '/nix/store/2ikswib8bxc8azdqjsiimly7rcknawq8-packages.json.drv'... Going to be running update for following packages: - python3.11-imutils-0.5.4 Press Enter key to continue... Running update for: - python3.11-imutils-0.5.4: UPDATING ... - python3.11-imutils-0.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libnacl, using log file: /var/log/nixpkgs-update/python311Packages.libnacl/2024-03-03.log python311Packages.libnacl 0 -> 1 attrpath: python311Packages.libnacl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rh3rjd6kdn0zf6g7w2wl5vhrsdxsbj3l-packages.json.drv building '/nix/store/rh3rjd6kdn0zf6g7w2wl5vhrsdxsbj3l-packages.json.drv'... Going to be running update for following packages: - python3.11-libnacl-2.1.0 Press Enter key to continue... Running update for: - python3.11-libnacl-2.1.0: UPDATING ... - python3.11-libnacl-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libnacl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqldb, using log file: /var/log/nixpkgs-update/python311Packages.pyqldb/2024-03-03.log python311Packages.pyqldb 0 -> 1 attrpath: python311Packages.pyqldb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dcnaa5wkyv2zacc7skx6c3rrn2gl3jsv-packages.json.drv building '/nix/store/dcnaa5wkyv2zacc7skx6c3rrn2gl3jsv-packages.json.drv'... Going to be running update for following packages: - python3.11-pyqldb-3.2.3 Press Enter key to continue... Running update for: - python3.11-pyqldb-3.2.3: UPDATING ... - python3.11-pyqldb-3.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqldb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iotas, using log file: /var/log/nixpkgs-update/iotas/2024-03-03.log iotas 0 -> 1 attrpath: iotas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i5ydp1isxjmajxb2m85h190l8f97935l-packages.json.drv building '/nix/store/i5ydp1isxjmajxb2m85h190l8f97935l-packages.json.drv'... Going to be running update for following packages: - iotas-0.2.7 Press Enter key to continue... Running update for: - iotas-0.2.7: UPDATING ... - iotas-0.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update iotas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openhomedevice, using log file: /var/log/nixpkgs-update/python311Packages.openhomedevice/2024-03-03.log python311Packages.openhomedevice 0 -> 1 attrpath: python311Packages.openhomedevice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mkq2ngs3aj1h4ma5mp81fvs735c0773y-packages.json.drv building '/nix/store/mkq2ngs3aj1h4ma5mp81fvs735c0773y-packages.json.drv'... Going to be running update for following packages: - python3.11-openhomedevice-2.2 Press Enter key to continue... Running update for: - python3.11-openhomedevice-2.2: UPDATING ... - python3.11-openhomedevice-2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openhomedevice 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.exo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.html2image, using log file: /var/log/nixpkgs-update/python311Packages.html2image/2024-03-03.log python311Packages.html2image 0 -> 1 attrpath: python311Packages.html2image Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ldiahlgyjfsbkkn6gs5rx9r908s87zlp-packages.json.drv building '/nix/store/ldiahlgyjfsbkkn6gs5rx9r908s87zlp-packages.json.drv'... Going to be running update for following packages: - python3.11-html2image-2.0.4.3 Press Enter key to continue... Running update for: - python3.11-html2image-2.0.4.3: UPDATING ... - python3.11-html2image-2.0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.html2image 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath norminette, using log file: /var/log/nixpkgs-update/norminette/2024-03-03.log norminette 0 -> 1 attrpath: norminette Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1g4cn624d2jcjg1zlb765lxg8ym1xzsp-packages.json.drv building '/nix/store/1g4cn624d2jcjg1zlb765lxg8ym1xzsp-packages.json.drv'... Going to be running update for following packages: - norminette-3.3.55 Press Enter key to continue... Running update for: - norminette-3.3.55: UPDATING ... - norminette-3.3.55: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update norminette 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moat-ble, using log file: /var/log/nixpkgs-update/python311Packages.moat-ble/2024-03-03.log python311Packages.moat-ble 0 -> 1 attrpath: python311Packages.moat-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/cgr7qlnq38v8gjgvjgwi9y7d880prxy2-packages.json.drv building '/nix/store/cgr7qlnq38v8gjgvjgwi9y7d880prxy2-packages.json.drv'... Going to be running update for following packages: - python3.11-moat-ble-0.1.1 Press Enter key to continue... Running update for: - python3.11-moat-ble-0.1.1: UPDATING ... - python3.11-moat-ble-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.moat-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 playwright, using log file: /var/log/nixpkgs-update/playwright/2024-03-03.log playwright 0 -> 1 attrpath: playwright Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/vx968gacijvglxh3zbbh80gmc9hlia15-packages.json.drv building '/nix/store/vx968gacijvglxh3zbbh80gmc9hlia15-packages.json.drv'... Going to be running update for following packages: - playwright-1.40.0 Press Enter key to continue... Running update for: - playwright-1.40.0: UPDATING ... - playwright-1.40.0: ERROR --- SHOWING ERROR LOG FOR playwright-1.40.0 ---------------------- path is '/nix/store/i5vbm4mam6md9shb8p9iihms3b3dbccr-playwright-1.41.2-linux.zip' path is '/nix/store/0yyingr6aaxv66nvjyc2p40l9z8wy8jg-playwright-1.41.2-mac.zip' path is '/nix/store/f6xvbmckv1fvbpkzvk5cby1mhxnvimh7-playwright-1.41.2-linux-arm64.zip' path is '/nix/store/9iv85mzybpiihxrmdw8hqnnslb4hkwjc-playwright-1.41.2-mac-arm64.zip' info attempt registry request try #1 at 7:16:54 AM http request GET https://registry.npmjs.org/@playwright%2Ftest http 200 https://registry.npmjs.org/@playwright%2Ftest info attempt registry request try #1 at 7:16:55 AM http request GET https://registry.npmjs.org/playwright http 200 https://registry.npmjs.org/playwright info attempt registry request try #1 at 7:16:56 AM http request GET https://registry.npmjs.org/playwright-core http 200 https://registry.npmjs.org/playwright-core update-source-version: error: Failed to replace source revision 'refs/tags/v1.40.0' to 'v1.41.2' in 'playwright'! --- SHOWING ERROR LOG FOR playwright-1.40.0 ---------------------- The update script for playwright-1.40.0 failed with exit code 1 [result] Failed to update playwright 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lima, using log file: /var/log/nixpkgs-update/python311Packages.lima/2024-03-03.log python311Packages.lima 0 -> 1 attrpath: python311Packages.lima Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5gxfm6m8pjhibisa16qvlzg1irq50d17-packages.json.drv building '/nix/store/5gxfm6m8pjhibisa16qvlzg1irq50d17-packages.json.drv'... Going to be running update for following packages: - python3.11-lima-0.5 Press Enter key to continue... Running update for: - python3.11-lima-0.5: UPDATING ... - python3.11-lima-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lima 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgda, using log file: /var/log/nixpkgs-update/libgda/2024-03-03.log libgda 0 -> 1 attrpath: libgda Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libgda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ghauri, using log file: /var/log/nixpkgs-update/ghauri/2024-03-03.log ghauri 0 -> 1 attrpath: ghauri Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v8ragnf7ic0v5w5z8cyd3zpq80cf0h27-packages.json.drv building '/nix/store/v8ragnf7ic0v5w5z8cyd3zpq80cf0h27-packages.json.drv'... Going to be running update for following packages: - ghauri-1.3 Press Enter key to continue... Running update for: - ghauri-1.3: UPDATING ... - ghauri-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ghauri 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deepmerge, using log file: /var/log/nixpkgs-update/python311Packages.deepmerge/2024-03-03.log python311Packages.deepmerge 0 -> 1 attrpath: python311Packages.deepmerge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/94q9nv199jrnmvvqkglqdvqv44s7sa57-packages.json.drv building '/nix/store/94q9nv199jrnmvvqkglqdvqv44s7sa57-packages.json.drv'... Going to be running update for following packages: - python3.11-deepmerge-1.1.1 Press Enter key to continue... Running update for: - python3.11-deepmerge-1.1.1: UPDATING ... - python3.11-deepmerge-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deepmerge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imgsize, using log file: /var/log/nixpkgs-update/python311Packages.imgsize/2024-03-03.log python311Packages.imgsize 0 -> 1 attrpath: python311Packages.imgsize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fjrklrprlblvffvh6fzm27j7h3kq9hz1-packages.json.drv building '/nix/store/fjrklrprlblvffvh6fzm27j7h3kq9hz1-packages.json.drv'... Going to be running update for following packages: - python3.11-imgsize-2.1 Press Enter key to continue... Running update for: - python3.11-imgsize-2.1: UPDATING ... - python3.11-imgsize-2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imgsize 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.cgi, using log file: /var/log/nixpkgs-update/octavePackages.cgi/2024-03-03.log octavePackages.cgi 0 -> 1 attrpath: octavePackages.cgi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lpkf5fx8lmxpgqbh49jazwpcw5xb52f5-packages.json.drv building '/nix/store/lpkf5fx8lmxpgqbh49jazwpcw5xb52f5-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-cgi-0.1.2 Press Enter key to continue... Running update for: - octave-8.4.0-cgi-0.1.2: UPDATING ... - octave-8.4.0-cgi-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.cgi 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.sigstore-protobuf-specs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-requests, using log file: /var/log/nixpkgs-update/python311Packages.types-requests/2024-03-03.log python311Packages.types-requests 0 -> 1 attrpath: python311Packages.types-requests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zp5ynngv19zxb6d5gs57v9yi4fbvm5g6-packages.json.drv building '/nix/store/zp5ynngv19zxb6d5gs57v9yi4fbvm5g6-packages.json.drv'... Going to be running update for following packages: - python3.11-types-requests-2.31.0.20240218 Press Enter key to continue... Running update for: - python3.11-types-requests-2.31.0.20240218: UPDATING ... - python3.11-types-requests-2.31.0.20240218: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-requests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qreactor, using log file: /var/log/nixpkgs-update/python311Packages.qreactor/2024-03-03.log python311Packages.qreactor 0 -> 1 attrpath: python311Packages.qreactor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nna4dz6srdinfbybz0yxqia9zlra9m72-packages.json.drv building '/nix/store/nna4dz6srdinfbybz0yxqia9zlra9m72-packages.json.drv'... Going to be running update for following packages: - python3.11-qreactor-unstable-2018-09-29 Press Enter key to continue... Running update for: - python3.11-qreactor-unstable-2018-09-29: UPDATING ... - python3.11-qreactor-unstable-2018-09-29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qreactor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.help2man, using log file: /var/log/nixpkgs-update/python311Packages.help2man/2024-03-03.log python311Packages.help2man 0 -> 1 attrpath: python311Packages.help2man Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/81ga5yn8fj2krdmmclwp4mp85ra3s6jr-packages.json.drv building '/nix/store/81ga5yn8fj2krdmmclwp4mp85ra3s6jr-packages.json.drv'... Going to be running update for following packages: - python3.11-help2man-0.0.9 Press Enter key to continue... Running update for: - python3.11-help2man-0.0.9: UPDATING ... - python3.11-help2man-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.help2man 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sdds, using log file: /var/log/nixpkgs-update/python311Packages.sdds/2024-03-03.log python311Packages.sdds 0 -> 1 attrpath: python311Packages.sdds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y2m9lhgqvq0jzv8p1j3xmc8npjds2z2n-packages.json.drv building '/nix/store/y2m9lhgqvq0jzv8p1j3xmc8npjds2z2n-packages.json.drv'... Going to be running update for following packages: - python3.11-sdds-0.4.1 Press Enter key to continue... Running update for: - python3.11-sdds-0.4.1: UPDATING ... - python3.11-sdds-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sdds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath macs2, using log file: /var/log/nixpkgs-update/macs2/2024-03-03.log macs2 2.2.9.1 -> 3.0.1 https://github.com/macs3-project/MACS/releases attrpath: macs2 Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/5hbqhy5lr9rv11zhv8qclx5xfgpfnm50-packages.json.drv building '/nix/store/5hbqhy5lr9rv11zhv8qclx5xfgpfnm50-packages.json.drv'... Going to be running update for following packages: - python3.11-macs2-2.2.9.1 Press Enter key to continue... Running update for: - python3.11-macs2-2.2.9.1: UPDATING ... - python3.11-macs2-2.2.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update macs2 2.2.9.1 -> 3.0.1 https://github.com/macs3-project/MACS/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elpa, using log file: /var/log/nixpkgs-update/elpa/2024-03-03.log elpa 2023.11.001 -> 2023.11.001-patched https://repology.org/project/elpa/versions attrpath: elpa 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/zwn7f4r6kqfn17x1wpzfrzd6vv70yacs-elpa-2023.11.001-patched.tar.gz.drv building '/nix/store/zwn7f4r6kqfn17x1wpzfrzd6vv70yacs-elpa-2023.11.001-patched.tar.gz.drv'... trying https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/2023.11.001-patched/elpa-2023.11.001-patched.tar.gz % 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 elpa-2023.11.001-patched.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 'elpa.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/zwn7f4r6kqfn17x1wpzfrzd6vv70yacs-elpa-2023.11.001-patched.tar.gz.drv /nix/store/jbhid9cj3jylcpc8qxbf9bdfp0imvja4-elpa-2023.11.001-patched.drv these 3 paths will be fetched (1.50 MiB download, 5.76 MiB unpacked): /nix/store/wrh1hncqbpavnr10zfa0z4h7jmcfc6zk-mpi-checkPhase-hook /nix/store/pmrhbbkrbbrvsm1cbf7gbn524v7gp9rj-scalapack-2.2.1 /nix/store/vajhs3lnrbvb8dzsq3m2f19cvjiihq9h-scalapack-2.2.1-dev copying path '/nix/store/wrh1hncqbpavnr10zfa0z4h7jmcfc6zk-mpi-checkPhase-hook' from 'https://cache.nixos.org'... copying path '/nix/store/pmrhbbkrbbrvsm1cbf7gbn524v7gp9rj-scalapack-2.2.1' from 'https://cache.nixos.org'... building '/nix/store/zwn7f4r6kqfn17x1wpzfrzd6vv70yacs-elpa-2023.11.001-patched.tar.gz.drv'... copying path '/nix/store/vajhs3lnrbvb8dzsq3m2f19cvjiihq9h-scalapack-2.2.1-dev' from 'https://cache.nixos.org'... trying https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/2023.11.001-patched/elpa-2023.11.001-patched.tar.gz % 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 elpa-2023.11.001-patched.tar.gz from any mirror error: builder for '/nix/store/zwn7f4r6kqfn17x1wpzfrzd6vv70yacs-elpa-2023.11.001-patched.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/2023.11.001-patched/elpa-2023.11.001-patched.tar.gz > % 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 elpa-2023.11.001-patched.tar.gz from any mirror For full logs, run 'nix log /nix/store/zwn7f4r6kqfn17x1wpzfrzd6vv70yacs-elpa-2023.11.001-patched.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/jbhid9cj3jylcpc8qxbf9bdfp0imvja4-elpa-2023.11.001-patched.drv' failed to build [result] Failed to update elpa 2023.11.001 -> 2023.11.001-patched https://repology.org/project/elpa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.brulee, using log file: /var/log/nixpkgs-update/rPackages.brulee/2024-03-03.log rPackages.brulee 0.2.0 -> 0.3.0 https://repology.org/project/r:brulee/versions attrpath: rPackages.brulee 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.brulee 0.2.0 -> 0.3.0 https://repology.org/project/r:brulee/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.quantmod, using log file: /var/log/nixpkgs-update/rPackages.quantmod/2024-03-03.log rPackages.quantmod 0.4.25 -> 0.4.26 https://repology.org/project/r:quantmod/versions attrpath: rPackages.quantmod Checking auto update branch... No auto update branch exists Old version 0.4.25" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.quantmod 0.4.25 -> 0.4.26 https://repology.org/project/r:quantmod/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sra, using log file: /var/log/nixpkgs-update/rPackages.sra/2024-03-03.log rPackages.sra 0.1.4 -> 0.1.4.1 https://repology.org/project/r:sra/versions attrpath: rPackages.sra 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.sra 0.1.4 -> 0.1.4.1 https://repology.org/project/r:sra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.validate, using log file: /var/log/nixpkgs-update/rPackages.validate/2024-03-03.log rPackages.validate 1.1.3 -> 1.1.5 https://repology.org/project/r:validate/versions attrpath: rPackages.validate 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.validate 1.1.3 -> 1.1.5 https://repology.org/project/r:validate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BeeBDC, using log file: /var/log/nixpkgs-update/rPackages.BeeBDC/2024-03-03.log rPackages.BeeBDC 1.0.3 -> 1.0.4 https://repology.org/project/r:beebdc/versions attrpath: rPackages.BeeBDC 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.BeeBDC 1.0.3 -> 1.0.4 https://repology.org/project/r:beebdc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ale, using log file: /var/log/nixpkgs-update/rPackages.ale/2024-03-03.log rPackages.ale 0.2.0 -> 0.3.0 https://repology.org/project/r:ale/versions attrpath: rPackages.ale 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.ale 0.2.0 -> 0.3.0 https://repology.org/project/r:ale/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.waved, using log file: /var/log/nixpkgs-update/rPackages.waved/2024-03-03.log rPackages.waved 1.2 -> 1.3 https://repology.org/project/r:waved/versions attrpath: rPackages.waved 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.waved 1.2 -> 1.3 https://repology.org/project/r:waved/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rols, using log file: /var/log/nixpkgs-update/rPackages.rols/2024-03-03.log rPackages.rols 2.30.0 -> 2.30.2 https://repology.org/project/r:rols/versions attrpath: rPackages.rols Checking auto update branch... No auto update branch exists Old version 2.30.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.rols 2.30.0 -> 2.30.2 https://repology.org/project/r:rols/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.baguette, using log file: /var/log/nixpkgs-update/rPackages.baguette/2024-03-03.log rPackages.baguette 1.0.1 -> 1.0.2 https://repology.org/project/r:baguette/versions attrpath: rPackages.baguette 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.baguette 1.0.1 -> 1.0.2 https://repology.org/project/r:baguette/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.thematic, using log file: /var/log/nixpkgs-update/rPackages.thematic/2024-03-03.log rPackages.thematic 0.1.4 -> 0.1.5 https://repology.org/project/r:thematic/versions attrpath: rPackages.thematic 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.thematic 0.1.4 -> 0.1.5 https://repology.org/project/r:thematic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jetbrains.phpstorm, using log file: /var/log/nixpkgs-update/jetbrains.phpstorm/2024-03-03.log jetbrains.phpstorm 2023.3.3 -> 2023.3.4 https://repology.org/project/phpstorm/versions attrpath: jetbrains.phpstorm Checking auto update branch... No auto update branch exists Old version 2023.3.3" not present in master derivation file with contents: { lib , stdenv , callPackage , fetchurl , jdk , zlib , python3 , lldb , dotnet-sdk_7 , maven , openssl , expat , libxcrypt , libxcrypt-legacy , fontconfig , libxml2 , runCommand , musl , R , libgcc , lttng-ust_2_12 , xz , xorg , libGL , vmopts ? null }: let inherit (stdenv.hostPlatform) system; # `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata # `versions.json` contains everything generated/needed by the update script version numbers, build numbers and tarball hashes ideInfo = lib.importJSON ./bin/ides.json; versions = lib.importJSON ./bin/versions.json; products = versions.${system} or (throw "Unsupported system: ${system}"); package = if stdenv.isDarwin then ./bin/darwin.nix else ./bin/linux.nix; mkJetBrainsProductCore = callPackage package { inherit vmopts; }; mkMeta = meta: fromSource: { inherit (meta) homepage longDescription; description = meta.description + lib.optionalString meta.isOpenSource (if fromSource then " (built from source)" else " (patched binaries from jetbrains)"); maintainers = map (x: lib.maintainers."${x}") meta.maintainers; license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree; }; mkJetBrainsProduct = { pname , fromSource ? false , extraWrapperArgs ? [ ] , extraLdPath ? [ ] , extraBuildInputs ? [ ] }: mkJetBrainsProductCore { inherit pname jdk extraWrapperArgs extraLdPath extraBuildInputs; src = if fromSource then communitySources."${pname}" else fetchurl { url = products."${pname}".url; sha256 = products."${pname}".sha256; }; inherit (products."${pname}") version; buildNumber = products."${pname}".build_number; inherit (ideInfo."${pname}") wmClass product; productShort = ideInfo."${pname}".productShort or ideInfo."${pname}".product; meta = mkMeta ideInfo."${pname}".meta fromSource; libdbm = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".libdbm else communitySources.idea-community.libdbm; fsnotifier = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".fsnotifier else communitySources.idea-community.fsnotifier; }; communitySources = callPackage ./source { }; buildIdea = args: mkJetBrainsProduct (args // { extraLdPath = [ zlib ]; extraWrapperArgs = [ ''--set M2_HOME "${maven}/maven"'' ''--set M2 "${maven}/maven/bin"'' ]; }); buildPycharm = args: (mkJetBrainsProduct args).overrideAttrs (finalAttrs: previousAttrs: lib.optionalAttrs stdenv.isLinux { buildInputs = with python3.pkgs; (previousAttrs.buildInputs or []) ++ [ python3 setuptools ]; preInstall = '' echo "compiling cython debug speedups" if [[ -d plugins/python-ce ]]; then ${python3.interpreter} plugins/python-ce/helpers/pydev/setup_cython.py build_ext --inplace else ${python3.interpreter} plugins/python/helpers/pydev/setup_cython.py build_ext --inplace fi ''; # See https://www.jetbrains.com/help/pycharm/2022.1/cython-speedups.html }); in rec { # Sorted alphabetically clion = (mkJetBrainsProduct { pname = "clion"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 stdenv.cc.cc openssl libxcrypt-legacy musl ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/clion # I think the included gdb has a couple of patches, so we patch it instead of replacing ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ) ''; }); datagrip = mkJetBrainsProduct { pname = "datagrip"; extraBuildInputs = [ stdenv.cc.cc ]; }; dataspell = let libr = runCommand "libR" {} '' mkdir -p $out/lib ln -s ${R}/lib/R/lib/libR.so $out/lib/libR.so ''; in mkJetBrainsProduct { pname = "dataspell"; extraBuildInputs = [ libgcc libr stdenv.cc.cc ]; }; gateway = mkJetBrainsProduct { pname = "gateway"; }; goland = (mkJetBrainsProduct { pname = "goland"; extraWrapperArgs = [ # fortify source breaks build since delve compiles with -O0 ''--prefix CGO_CPPFLAGS " " "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"'' ]; extraBuildInputs = [ libgcc stdenv.cc.cc ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $out/goland/plugins/go-plugin/lib/dlv/linux/dlv chmod +x $out/goland/plugins/go-plugin/lib/dlv/linux/dlv ''; }); idea-community-bin = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; }; idea-community-src = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; fromSource = true; }; idea-community = if stdenv.isDarwin || stdenv.isAarch64 then idea-community-bin else idea-community-src; idea-ultimate = buildIdea { pname = "idea-ultimate"; extraBuildInputs = [ stdenv.cc.cc lldb musl ]; }; mps = mkJetBrainsProduct { pname = "mps"; }; phpstorm = mkJetBrainsProduct { pname = "phpstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; pycharm-community-bin = buildPycharm { pname = "pycharm-community"; }; pycharm-community-src = buildPycharm { pname = "pycharm-community"; fromSource = true; }; pycharm-community = if stdenv.isDarwin then pycharm-community-bin else pycharm-community-src; pycharm-professional = buildPycharm { pname = "pycharm-professional"; extraBuildInputs = [ musl ]; }; rider = (mkJetBrainsProduct { pname = "rider"; extraBuildInputs = [ fontconfig stdenv.cc.cc openssl libxcrypt lttng-ust_2_12 musl ]; }).overrideAttrs (attrs: { postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rider ls -d $PWD/plugins/cidr-debugger-plugin/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so \ --replace-needed libcrypt.so.1 libcrypt.so for dir in lib/ReSharperHost/linux-*; do rm -rf $dir/dotnet ln -s ${dotnet-sdk_7} $dir/dotnet done ) ''; }); ruby-mine = mkJetBrainsProduct { pname = "ruby-mine"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; rust-rover = (mkJetBrainsProduct { pname = "rust-rover"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 openssl libxcrypt-legacy fontconfig xorg.libX11 libGL ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rust-rover # Copied over from clion (gdb seems to have a couple of patches) ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper ) ''; }); webstorm = mkJetBrainsProduct { pname = "webstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; plugins = callPackage ./plugins { } // { __attrsFailEvaluation = true; }; } [result] Failed to update jetbrains.phpstorm 2023.3.3 -> 2023.3.4 https://repology.org/project/phpstorm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dogtail, using log file: /var/log/nixpkgs-update/python311Packages.dogtail/2024-03-03.log python311Packages.dogtail 0 -> 1 attrpath: python311Packages.dogtail Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/yn87r4lsvgifp492y6d20gsr9qr5cb9d-packages.json.drv building '/nix/store/yn87r4lsvgifp492y6d20gsr9qr5cb9d-packages.json.drv'... Going to be running update for following packages: - python3.11-dogtail-0.9.11 Press Enter key to continue... Running update for: - python3.11-dogtail-0.9.11: UPDATING ... - python3.11-dogtail-0.9.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dogtail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-katex, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-katex/2024-03-03.log python311Packages.sphinxcontrib-katex 0 -> 1 attrpath: python311Packages.sphinxcontrib-katex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bkxycxha1aq8q793qrwin7knfk2qwy9c-packages.json.drv building '/nix/store/bkxycxha1aq8q793qrwin7knfk2qwy9c-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-katex-0.9.9 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-katex-0.9.9: UPDATING ... - python3.11-sphinxcontrib-katex-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-katex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scripthaus, using log file: /var/log/nixpkgs-update/scripthaus/2024-03-03.log scripthaus 0 -> 1 attrpath: scripthaus 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/6453rvabarbgmdx54n5dfgwqqw3nwyd5-packages.json.drv building '/nix/store/6453rvabarbgmdx54n5dfgwqqw3nwyd5-packages.json.drv'... Going to be running update for following packages: - scripthaus-0.5.1 Press Enter key to continue... Running update for: - scripthaus-0.5.1: UPDATING ... - scripthaus-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update scripthaus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-textual-snapshot, using log file: /var/log/nixpkgs-update/python311Packages.pytest-textual-snapshot/2024-03-03.log python311Packages.pytest-textual-snapshot 0 -> 1 attrpath: python311Packages.pytest-textual-snapshot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y7cni1vx80bzcijgvv0w5zlza0zjr332-packages.json.drv building '/nix/store/y7cni1vx80bzcijgvv0w5zlza0zjr332-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-textual-snapshot-0.4.0 Press Enter key to continue... Running update for: - python3.11-pytest-textual-snapshot-0.4.0: UPDATING ... - python3.11-pytest-textual-snapshot-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-textual-snapshot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath macvim, using log file: /var/log/nixpkgs-update/macvim/2024-03-03.log macvim 8.2.3455 -> 179 https://github.com/macvim-dev/macvim/releases attrpath: macvim Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update macvim 8.2.3455 -> 179 https://github.com/macvim-dev/macvim/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-izone, using log file: /var/log/nixpkgs-update/python311Packages.python-izone/2024-03-03.log python311Packages.python-izone 0 -> 1 attrpath: python311Packages.python-izone Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f7jlsl83h7axbc8vzkj2m4vmahnrxymh-packages.json.drv building '/nix/store/f7jlsl83h7axbc8vzkj2m4vmahnrxymh-packages.json.drv'... Going to be running update for following packages: - python3.11-python-izone-1.2.9 Press Enter key to continue... Running update for: - python3.11-python-izone-1.2.9: UPDATING ... - python3.11-python-izone-1.2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-izone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath marwaita-pop_os, using log file: /var/log/nixpkgs-update/marwaita-pop_os/2024-03-03.log marwaita-pop_os 0 -> 1 attrpath: marwaita-pop_os Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/sigw50cpd06jpp2day1vb28vf73vpvpq-packages.json.drv building '/nix/store/sigw50cpd06jpp2day1vb28vf73vpvpq-packages.json.drv'... Going to be running update for following packages: - marwaita-pop_os-17.0 Press Enter key to continue... Running update for: - marwaita-pop_os-17.0: UPDATING ... - marwaita-pop_os-17.0: ERROR --- SHOWING ERROR LOG FOR marwaita-pop_os-17.0 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=marwaita-pop_os-17.0 + [[ -n '' ]] + pname=marwaita-pop_os + [[ -n '' ]] + version=17.0 + [[ -n '' ]] + attr_path=marwaita-pop_os + echo '# marwaita-pop_os-17.0' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=marwaita-pop_os --attr-path=marwaita-pop_os --file="update-git-commits.txt"' + tags='0.9 1.1 10.3' + for tag in $tags + echo '# found marwaita-pop_os version: 0.9' + for tag in $tags + echo '# found marwaita-pop_os version: 1.1' + for tag in $tags + echo '# found marwaita-pop_os version: 10.3' + '[' -n '' ']' ++ echo '0.9 1.1 10.3' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags='0.9 1.1 10.3' ++ echo '0.9 1.1 10.3' ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/sort --reverse --version-sort + tags='10.3 1.1 0.9' + for latest_tag in $tags + version_is_ignored 10.3 + local tag=10.3 + '[' -n '' ']' + version_is_unstable 10.3 + local tag=10.3 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 10.3 enforce + local tag=10.3 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 10.3 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=3 + '[' 1 -eq 1 ']' + return 0 + echo '# use potential development version: marwaita-pop_os-10.3' + break + '[' -n 10.3 ']' + '[' 17.0 '!=' 10.3 ']' ++ EDITOR=echo ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. marwaita-pop_os + pfile=/var/cache/nixpkgs-update/worker/worktree/marwaita-pop_os/pkgs/data/themes/marwaita-pop_os/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/marwaita-pop_os/pkgs/data/themes/marwaita-pop_os/default.nix ' + echo ' git commit -m '\''marwaita-pop_os: 17.0 -> 10.3'\''' + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version --print-changes marwaita-pop_os 10.3 update-source-version: error: Both the old and new source hashes of 'marwaita-pop_os.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR marwaita-pop_os-17.0 ---------------------- The update script for marwaita-pop_os-17.0 failed with exit code 1 [result] Failed to update marwaita-pop_os 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.importlib-metadata, using log file: /var/log/nixpkgs-update/python311Packages.importlib-metadata/2024-03-03.log python311Packages.importlib-metadata 0 -> 1 attrpath: python311Packages.importlib-metadata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7i48mvzmwsi5snxq1dws96a505p8h8yx-packages.json.drv building '/nix/store/7i48mvzmwsi5snxq1dws96a505p8h8yx-packages.json.drv'... Going to be running update for following packages: - python3.11-importlib-metadata-6.9.0 Press Enter key to continue... Running update for: - python3.11-importlib-metadata-6.9.0: UPDATING ... - python3.11-importlib-metadata-6.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/importlib-metadata/default.nix b/pkgs/development/python-modules/importlib-metadata/default.nix index 8e8346fffdd7..6abcc5fe813d 100644 --- a/pkgs/development/python-modules/importlib-metadata/default.nix +++ b/pkgs/development/python-modules/importlib-metadata/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "importlib-metadata"; - version = "6.9.0"; + version = "7.0.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "importlib_metadata"; inherit version; - hash = "sha256-6Ky1I8M1qRgiZ04Um0bAOZ7E0yjE0fbknCc9pf8CAbk="; + hash = "sha256-8jhza7BlkK5SrB+rBqOp7x2Nzit6NbWrMpNx1sj10sw="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 42122 > 25 [result] Failed to update python311Packages.importlib-metadata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shutilwhich, using log file: /var/log/nixpkgs-update/python311Packages.shutilwhich/2024-03-03.log python311Packages.shutilwhich 0 -> 1 attrpath: python311Packages.shutilwhich Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/appycmlrvx3p43fzqaikj4hyscas92pd-packages.json.drv building '/nix/store/appycmlrvx3p43fzqaikj4hyscas92pd-packages.json.drv'... Going to be running update for following packages: - python3.11-shutilwhich-1.1.0 Press Enter key to continue... Running update for: - python3.11-shutilwhich-1.1.0: UPDATING ... - python3.11-shutilwhich-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shutilwhich 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glog, using log file: /var/log/nixpkgs-update/glog/2024-03-03.log glog 0.6.0 -> 0.7.0 https://github.com/google/glog/releases attrpath: glog Checking auto update branch... An auto update branch exists with message `glog: 0.6.0 -> 0.7.0`. New version is 0.7.0. An auto update branch exists with an equal or greater version [result] Failed to update glog 0.6.0 -> 0.7.0 https://github.com/google/glog/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath readarr, using log file: /var/log/nixpkgs-update/readarr/2024-03-03.log readarr 0 -> 1 attrpath: readarr Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/rxprllxai9ps391ykx499sacq46fs0gw-packages.json.drv building '/nix/store/rxprllxai9ps391ykx499sacq46fs0gw-packages.json.drv'... Going to be running update for following packages: - readarr-0.3.17.2409 Press Enter key to continue... Running update for: - readarr-0.3.17.2409: UPDATING ... - readarr-0.3.17.2409: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/readarr/default.nix b/pkgs/servers/readarr/default.nix index 67f24ed9204b..2c80eb30e458 100644 --- a/pkgs/servers/readarr/default.nix +++ b/pkgs/servers/readarr/default.nix @@ -8,13 +8,13 @@ let x86_64-darwin = "x64"; }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); hash = { - x64-linux_hash = "sha256-Li8q1JY9e7NkNUMly+hCLAHPibqIdVO9Eijcsc0YKEc="; - arm64-linux_hash = "sha256-kPZ5seqYzHjINzFzUbZm7L5Uh5saa+WDSwNpmcYnYX0="; - x64-osx_hash = "sha256-R2WZAAJs/XG8C0DTvSEZ2c9ao78FTS9B7lieOKkUWRs="; + x64-linux_hash = "sha256-uNZQizvOPygP+LVyBAGshBcfjC4rrX9mGtaqv8pBWKA="; + arm64-linux_hash = "sha256-6wXqUZ1D3E3LB+FlJDhQ0XVawHYQ2QtiAYOeJKZv/ek="; + x64-osx_hash = "sha256-JowEooaANOaMTlQCGuXwSp87EdULjbGmY+1RBfddcng="; }."${arch}-${os}_hash"; in stdenv.mkDerivation rec { pname = "readarr"; - version = "0.3.17.2409"; + version = "0.3.19.2437"; src = fetchurl { url = "https://github.com/Readarr/Readarr/releases/download/v${version}/Readarr.develop.${version}.${os}-core-${arch}.tar.gz"; An auto update branch exists with message `readarr: 0.3.17.2409 -> 0.3.19.2437`. New version is 0.3.19.2437. An auto update branch exists with an equal or greater version [result] Failed to update readarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.duckdbfs, using log file: /var/log/nixpkgs-update/rPackages.duckdbfs/2024-03-03.log rPackages.duckdbfs 0.0.3 -> 0.0.4 https://repology.org/project/r:duckdbfs/versions attrpath: rPackages.duckdbfs Checking auto update branch... No auto update branch exists Old version 0.0.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.duckdbfs 0.0.3 -> 0.0.4 https://repology.org/project/r:duckdbfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ndindex, using log file: /var/log/nixpkgs-update/python311Packages.ndindex/2024-03-03.log python311Packages.ndindex 0 -> 1 attrpath: python311Packages.ndindex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r189cvw5q96dfv6pxaiz9bqvbgzbfg61-packages.json.drv building '/nix/store/r189cvw5q96dfv6pxaiz9bqvbgzbfg61-packages.json.drv'... Going to be running update for following packages: - python3.11-ndindex-1.7 Press Enter key to continue... Running update for: - python3.11-ndindex-1.7: UPDATING ... - python3.11-ndindex-1.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ndindex/default.nix b/pkgs/development/python-modules/ndindex/default.nix index de40dc3d71cf..5ee682994575 100644 --- a/pkgs/development/python-modules/ndindex/default.nix +++ b/pkgs/development/python-modules/ndindex/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "ndindex"; - version = "1.7"; + version = "1.8"; format = "setuptools"; src = fetchFromGitHub { owner = "Quansight-Labs"; repo = "ndindex"; rev = "refs/tags/${version}"; - hash = "sha256-JP0cEuxXfPTWc1EIUtMsy5Hx6eIo9vDzD0IUXm1lFME="; + hash = "sha256-F52ly3NkrZ0H9XoomMqmWfLl+8X0z26Yx67DB8DUqyU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.ndindex nix build failed. [ 8/14] Cythonizing ndindex/integerarray.py [ 9/14] Cythonizing ndindex/ndindex.py [10/14] Cythonizing ndindex/newaxis.py [11/14] Cythonizing ndindex/shapetools.py Error compiling Cython file: ------------------------------------------------------------ ... else: it.insert(0, range(shape[i])) idxes[s] -= 1 if _debug: # pragma: no cover print(f"{iters = }") ^ ------------------------------------------------------------ ndindex/shapetools.py:271:26: Expected ')', found '=' Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 42, in ext_modules = cythonize(["ndindex/*.py"], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ydgwzgqdhh6jl267aav9ca3af2dirhz3-python3.11-cython-0.29.36/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1115, in cythonize cythonize_one(*args) File "/nix/store/ydgwzgqdhh6jl267aav9ca3af2dirhz3-python3.11-cython-0.29.36/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1238, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: ndindex/shapetools.py /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.ndindex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libopenmpt, using log file: /var/log/nixpkgs-update/libopenmpt/2024-03-03.log libopenmpt 0 -> 1 attrpath: libopenmpt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gb0izqvi8lk4745k2yvc29v4sqsynq31-packages.json.drv building '/nix/store/gb0izqvi8lk4745k2yvc29v4sqsynq31-packages.json.drv'... Going to be running update for following packages: - libopenmpt-0.7.3 Press Enter key to continue... Running update for: - libopenmpt-0.7.3: UPDATING ... - libopenmpt-0.7.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libopenmpt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath blackfire, using log file: /var/log/nixpkgs-update/blackfire/2024-03-03.log blackfire 0 -> 1 attrpath: blackfire Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/i9p99r5k996fdbfb4libq15v7dahib6g-update-blackfire.drv /nix/store/jvv5nj5wr3vkmv9wajw3gimalnb6rq47-packages.json.drv building '/nix/store/i9p99r5k996fdbfb4libq15v7dahib6g-update-blackfire.drv'... building '/nix/store/jvv5nj5wr3vkmv9wajw3gimalnb6rq47-packages.json.drv'... Going to be running update for following packages: - blackfire-2.25.0 Press Enter key to continue... Running update for: - blackfire-2.25.0: UPDATING ... - blackfire-2.25.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/misc/blackfire/default.nix b/pkgs/development/tools/misc/blackfire/default.nix index a55f0d0edea9..5561ea866738 100644 --- a/pkgs/development/tools/misc/blackfire/default.nix +++ b/pkgs/development/tools/misc/blackfire/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "blackfire"; - version = "2.25.0"; + version = "2.26.0"; src = passthru.sources.${stdenv.hostPlatform.system} or (throw "Unsupported platform for blackfire: ${stdenv.hostPlatform.system}"); @@ -57,23 +57,23 @@ stdenv.mkDerivation rec { sources = { "x86_64-linux" = fetchurl { url = "https://packages.blackfire.io/debian/pool/any/main/b/blackfire/blackfire_${version}_amd64.deb"; - sha256 = "F3OkFTHPO6zBOYu2umAQIPW7CQ+K+J2/mmL98H2xaCg="; + sha256 = "MCEMWKKTvmenMsQ6Vxmi8rQ25kuOeUEES43tHaexAA8="; }; "i686-linux" = fetchurl { url = "https://packages.blackfire.io/debian/pool/any/main/b/blackfire/blackfire_${version}_i386.deb"; - sha256 = "/rDH9dzSlqDSqkIHzDy/8rJQ+Ow9SAPn+/oRGP37lL8="; + sha256 = "afDtzRpdvgbA/1zRbnQJsKrvSTfGLbjIgA88pAch7mA="; }; "aarch64-linux" = fetchurl { url = "https://packages.blackfire.io/debian/pool/any/main/b/blackfire/blackfire_${version}_arm64.deb"; - sha256 = "2fjRPrl9SYCS32lO4bFLam4IrigMjucVc/OVg4yrWsM="; + sha256 = "Noqle0K/H0wKwl4U8idoMT5wWY12W7p7nHMybbf3Ztc="; }; "aarch64-darwin" = fetchurl { url = "https://packages.blackfire.io/blackfire/${version}/blackfire-darwin_arm64.pkg.tar.gz"; - sha256 = "GYjKOUDLCHPkI5k4nt2NB/R8IJhLP+4VNifEhRSsnu8="; + sha256 = "5AWsUUHTpCakG3WLUq+SZDjj0lvnYllzbBojpOgUQtA="; }; "x86_64-darwin" = fetchurl { url = "https://packages.blackfire.io/blackfire/${version}/blackfire-darwin_amd64.pkg.tar.gz"; - sha256 = "/Uvwq3wxbIT0kqKJJfh9W55EguUoBdTQ426FI0XOD0o="; + sha256 = "67xVi+FXztNIJe+kjXSwYHsX/1PWHP0QeFI8AwnrdP0="; }; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/mblag8jijr9838d04r5pjh9n0n6svz7j-blackfire-2.26.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:
  • blackfire
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 blackfire is: Blackfire Profiler agent and client meta.homepage for blackfire is: https://blackfire.io/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.26.0 with grep in /nix/store/mblag8jijr9838d04r5pjh9n0n6svz7j-blackfire-2.26.0 - found 2.26.0 in filename of file in /nix/store/mblag8jijr9838d04r5pjh9n0n6svz7j-blackfire-2.26.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath blackfire ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/mblag8jijr9838d04r5pjh9n0n6svz7j-blackfire-2.26.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 blackfire https://github.com/r-ryantm/nixpkgs/archive/c6e485da0c20b402188f40b7565cc7d3abd7c112.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/c6e485da0c20b402188f40b7565cc7d3abd7c112#blackfire ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/mblag8jijr9838d04r5pjh9n0n6svz7j-blackfire-2.26.0 ls -la /nix/store/mblag8jijr9838d04r5pjh9n0n6svz7j-blackfire-2.26.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:
  • blackfire
--- ###### Maintainer pings cc @shyim 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/292966 [result] Success updating blackfire 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.osmnx, using log file: /var/log/nixpkgs-update/python311Packages.osmnx/2024-03-03.log python311Packages.osmnx 0 -> 1 attrpath: python311Packages.osmnx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9lrhbsvjgmqcs89amcm4czvfmsf2ygfs-packages.json.drv building '/nix/store/9lrhbsvjgmqcs89amcm4czvfmsf2ygfs-packages.json.drv'... Going to be running update for following packages: - python3.11-osmnx-1.3.0 Press Enter key to continue... Running update for: - python3.11-osmnx-1.3.0: UPDATING ... - python3.11-osmnx-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.osmnx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.networkmanager-openvpn, using log file: /var/log/nixpkgs-update/gnome.networkmanager-openvpn/2024-03-03.log gnome.networkmanager-openvpn 0 -> 1 attrpath: gnome.networkmanager-openvpn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pgz835xypcgq7534jpp3pnp1imd9abz8-packages.json.drv building '/nix/store/pgz835xypcgq7534jpp3pnp1imd9abz8-packages.json.drv'... Going to be running update for following packages: - NetworkManager-openvpn-1.10.2 Press Enter key to continue... Running update for: - NetworkManager-openvpn-1.10.2: UPDATING ... - NetworkManager-openvpn-1.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome.networkmanager-openvpn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.django/2024-03-03.log python311Packages.django 0 -> 1 attrpath: python311Packages.django Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6yw9k96mlri2z6vfhrc6rbvjlzy48f8b-packages.json.drv building '/nix/store/6yw9k96mlri2z6vfhrc6rbvjlzy48f8b-packages.json.drv'... Going to be running update for following packages: - python3.11-Django-4.2.10 Press Enter key to continue... Running update for: - python3.11-Django-4.2.10: UPDATING ... - python3.11-Django-4.2.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django/4.nix b/pkgs/development/python-modules/django/4.nix index 365a775c11a6..8526836365ec 100644 --- a/pkgs/development/python-modules/django/4.nix +++ b/pkgs/development/python-modules/django/4.nix @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "Django"; - version = "4.2.10"; + version = "5.0.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-sSYO04GxChF1PHNERAjhmGnzJB/EXJhc1VowF3x4nRM="; + hash = "sha256-tbsdEbJRil+RNyooLyRmL1j2Z0lmawooarBXAp9ygIA="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2860 > 25 [result] Failed to update python311Packages.django 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mmex, using log file: /var/log/nixpkgs-update/mmex/2024-03-03.log mmex 1.6.3 -> 1.7.0 https://github.com/moneymanagerex/moneymanagerex/releases attrpath: mmex Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/office/mmex/default.nix b/pkgs/applications/office/mmex/default.nix index e1f39e8964c5..7a123a19410f 100644 --- a/pkgs/applications/office/mmex/default.nix +++ b/pkgs/applications/office/mmex/default.nix @@ -17,14 +17,14 @@ stdenv.mkDerivation rec { pname = "money-manager-ex"; - version = "1.6.3"; + version = "1.7.0"; src = fetchFromGitHub { owner = "moneymanagerex"; repo = "moneymanagerex"; rev = "v${version}"; fetchSubmodules = true; - hash = "sha256-TQgJ2Q4Z7+OtwuwkfPBgm2BmMKML9nmyFLSkmKJ1RE4="; + hash = "sha256-K6fBXROoZulxLQZinvnQ89F/oCDa+qXXbf0FRRZCIyI="; }; postPatch = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mmex nix build failed. -- Performing Test has_std_11_flag - Success -- Performing Test has_std_0x_flag -- Performing Test has_std_0x_flag - Success -- Performing Test SUPPORTS_USER_DEFINED_LITERALS -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success -- Performing Test FMT_HAS_VARIANT -- Performing Test FMT_HAS_VARIANT - Success -- Required features: cxx_variadic_templates -- Looking for strtod_l -- Looking for strtod_l - not found -- Found RapidJSON: /build/source/3rd/rapidjson/include -- Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Found Gettext: /nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/msgmerge (found version "0.21.1") -- Performing Test Wduplicated-cond -- Performing Test Wduplicated-cond - Success -- Performing Test Wduplicated-branches -- Performing Test Wduplicated-branches - Success -- Performing Test Wnull-dereference -- Performing Test Wnull-dereference - Success -- Performing Test Wlogical-op -- Performing Test Wlogical-op - Success -- Performing Test Wuseless-cast -- Performing Test Wuseless-cast - Success CMake Error at CMakeLists.txt:679 (execute_process): execute_process error getting child return code: No such file or directory  -- Configuring incomplete, errors occurred! [result] Failed to update mmex 1.6.3 -> 1.7.0 https://github.com/moneymanagerex/moneymanagerex/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libzapojit, using log file: /var/log/nixpkgs-update/libzapojit/2024-03-03.log libzapojit 0 -> 1 attrpath: libzapojit Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libzapojit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.defusedcsv, using log file: /var/log/nixpkgs-update/python311Packages.defusedcsv/2024-03-03.log python311Packages.defusedcsv 0 -> 1 attrpath: python311Packages.defusedcsv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/imqk4lmypffc35vz63xin77apvcvixq6-packages.json.drv building '/nix/store/imqk4lmypffc35vz63xin77apvcvixq6-packages.json.drv'... Going to be running update for following packages: - python3.11-defusedcsv-2.0.0 Press Enter key to continue... Running update for: - python3.11-defusedcsv-2.0.0: UPDATING ... - python3.11-defusedcsv-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.defusedcsv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.filebytes, using log file: /var/log/nixpkgs-update/python311Packages.filebytes/2024-03-03.log python311Packages.filebytes 0 -> 1 attrpath: python311Packages.filebytes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cbdgv8v0d0ykqkn7aq6ps8c8w764y7k7-packages.json.drv building '/nix/store/cbdgv8v0d0ykqkn7aq6ps8c8w764y7k7-packages.json.drv'... Going to be running update for following packages: - python3.11-filebytes-0.10.2 Press Enter key to continue... Running update for: - python3.11-filebytes-0.10.2: UPDATING ... - python3.11-filebytes-0.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.filebytes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enum4linux-ng, using log file: /var/log/nixpkgs-update/enum4linux-ng/2024-03-03.log enum4linux-ng 0 -> 1 attrpath: enum4linux-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/jmqccxnqfbp7qpf111x7cp8pc8zzw18h-packages.json.drv building '/nix/store/jmqccxnqfbp7qpf111x7cp8pc8zzw18h-packages.json.drv'... Going to be running update for following packages: - enum4linux-ng-1.3.2 Press Enter key to continue... Running update for: - enum4linux-ng-1.3.2: UPDATING ... - enum4linux-ng-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enum4linux-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 ilmbase, using log file: /var/log/nixpkgs-update/ilmbase/2024-03-03.log ilmbase 2.5.10 -> 3.2.2 https://github.com/AcademySoftwareFoundation/openexr/releases attrpath: ilmbase Checking auto update branch... No auto update branch exists Old version 2.5.10" not present in master derivation file with contents: { stdenv , lib , buildPackages , cmake , openexr }: stdenv.mkDerivation rec { pname = "ilmbase"; version = lib.getVersion openexr; # the project no longer provides separate tarballs. We may even want to merge # the ilmbase package into openexr in the future. inherit (openexr) src patches; outputs = [ "out" "dev" ]; nativeBuildInputs = [ cmake ]; depsBuildBuild = [ buildPackages.stdenv.cc ]; # fails 1 out of 1 tests with # "lt-ImathTest: testBoxAlgo.cpp:892: void {anonymous}::boxMatrixTransform(): Assertion `b21 == b2' failed" # at least on i686. spooky! doCheck = stdenv.isx86_64; preConfigure = '' # Need to cd after patches for openexr patches to apply. cd IlmBase ''; meta = with lib; { description = " A library for 2D/3D vectors and matrices and other mathematical objects, functions and data types for computer graphics"; homepage = "https://www.openexr.com/"; license = licenses.bsd3; platforms = platforms.all; }; } [result] Failed to update ilmbase 2.5.10 -> 3.2.2 https://github.com/AcademySoftwareFoundation/openexr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nqptp, using log file: /var/log/nixpkgs-update/nqptp/2024-03-03.log nqptp 0 -> 1 attrpath: nqptp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/088mj6v88izmj30arnmnnkxzbk53lhpb-packages.json.drv building '/nix/store/088mj6v88izmj30arnmnnkxzbk53lhpb-packages.json.drv'... Going to be running update for following packages: - nqptp-1.2.4 Press Enter key to continue... Running update for: - nqptp-1.2.4: UPDATING ... - nqptp-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nqptp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfnip, using log file: /var/log/nixpkgs-update/python311Packages.pyfnip/2024-03-03.log python311Packages.pyfnip 0 -> 1 attrpath: python311Packages.pyfnip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6qwclvp715z35ccqzl8nbs5237gwf5b8-packages.json.drv building '/nix/store/6qwclvp715z35ccqzl8nbs5237gwf5b8-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfnip-0.2 Press Enter key to continue... Running update for: - python3.11-pyfnip-0.2: UPDATING ... - python3.11-pyfnip-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfnip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rmsd, using log file: /var/log/nixpkgs-update/python311Packages.rmsd/2024-03-03.log python311Packages.rmsd 0 -> 1 attrpath: python311Packages.rmsd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fzc5wf5hnrv5y46ly45d28nca5gqphzp-packages.json.drv building '/nix/store/fzc5wf5hnrv5y46ly45d28nca5gqphzp-packages.json.drv'... Going to be running update for following packages: - python3.11-rmsd-1.5.1 Press Enter key to continue... Running update for: - python3.11-rmsd-1.5.1: UPDATING ... - python3.11-rmsd-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rmsd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.waqiasync, using log file: /var/log/nixpkgs-update/python311Packages.waqiasync/2024-03-03.log python311Packages.waqiasync 0 -> 1 attrpath: python311Packages.waqiasync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mxpbp97839450y8s7wqjgjb8wvkcz1gc-packages.json.drv building '/nix/store/mxpbp97839450y8s7wqjgjb8wvkcz1gc-packages.json.drv'... Going to be running update for following packages: - python3.11-waqiasync-1.1.0 Press Enter key to continue... Running update for: - python3.11-waqiasync-1.1.0: UPDATING ... - python3.11-waqiasync-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.waqiasync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onlykey-agent, using log file: /var/log/nixpkgs-update/onlykey-agent/2024-03-03.log onlykey-agent 0 -> 1 attrpath: onlykey-agent Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/hjsh7aab3pssam8pf3gdz15x6i3h2000-packages.json.drv building '/nix/store/hjsh7aab3pssam8pf3gdz15x6i3h2000-packages.json.drv'... Going to be running update for following packages: - onlykey-agent-1.1.15 Press Enter key to continue... Running update for: - onlykey-agent-1.1.15: UPDATING ... - onlykey-agent-1.1.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onlykey-agent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gickup, using log file: /var/log/nixpkgs-update/gickup/2024-03-03.log gickup 0 -> 1 attrpath: gickup 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/7lqf7xsard2hrxqyvdpf4vaivnv80bnv-packages.json.drv building '/nix/store/7lqf7xsard2hrxqyvdpf4vaivnv80bnv-packages.json.drv'... Going to be running update for following packages: - gickup-0.10.28 Press Enter key to continue... Running update for: - gickup-0.10.28: UPDATING ... - gickup-0.10.28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gickup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kube-hunter, using log file: /var/log/nixpkgs-update/kube-hunter/2024-03-03.log kube-hunter 0 -> 1 attrpath: kube-hunter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9wjsgm4ybzr7hh13p6i9npvnqjbjhx65-packages.json.drv building '/nix/store/9wjsgm4ybzr7hh13p6i9npvnqjbjhx65-packages.json.drv'... Going to be running update for following packages: - kube-hunter-0.6.8 Press Enter key to continue... Running update for: - kube-hunter-0.6.8: UPDATING ... - kube-hunter-0.6.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kube-hunter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deprecated, using log file: /var/log/nixpkgs-update/python311Packages.deprecated/2024-03-03.log python311Packages.deprecated 0 -> 1 attrpath: python311Packages.deprecated Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jncaphij3v2b73jp3p9yl3z7nwp9ab2q-packages.json.drv building '/nix/store/jncaphij3v2b73jp3p9yl3z7nwp9ab2q-packages.json.drv'... Going to be running update for following packages: - python3.11-deprecated-1.2.14 Press Enter key to continue... Running update for: - python3.11-deprecated-1.2.14: UPDATING ... - python3.11-deprecated-1.2.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deprecated 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath z3, using log file: /var/log/nixpkgs-update/z3/2024-03-03.log z3 4.8.17 -> 4.12.6 https://github.com/Z3Prover/z3/releases attrpath: z3 Checking auto update 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 z3 4.8.17 -> 4.12.6 https://github.com/Z3Prover/z3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ath9k-htc-blobless-firmware-unstable, using log file: /var/log/nixpkgs-update/ath9k-htc-blobless-firmware-unstable/2024-03-03.log ath9k-htc-blobless-firmware-unstable 0 -> 1 attrpath: ath9k-htc-blobless-firmware-unstable Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/wrd9bi8w821wv37vcqd035rdj5ymviwa-ath9k-htc-blobless-firmware-unstable-2022-05-22-updateScript.drv /nix/store/r16avcs2hascjr8g41wsyx0bvckcvx0c-packages.json.drv building '/nix/store/wrd9bi8w821wv37vcqd035rdj5ymviwa-ath9k-htc-blobless-firmware-unstable-2022-05-22-updateScript.drv'... building '/nix/store/r16avcs2hascjr8g41wsyx0bvckcvx0c-packages.json.drv'... Going to be running update for following packages: - ath9k-htc-blobless-firmware-unstable-2022-05-22 Press Enter key to continue... Running update for: - ath9k-htc-blobless-firmware-unstable-2022-05-22: UPDATING ... - ath9k-htc-blobless-firmware-unstable-2022-05-22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ath9k-htc-blobless-firmware-unstable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath osrm-backend, using log file: /var/log/nixpkgs-update/osrm-backend/2024-03-03.log osrm-backend 5.26.0 -> 5.27.1 https://github.com/Project-OSRM/osrm-backend/releases attrpath: osrm-backend Checking auto update 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 osrm-backend 5.26.0 -> 5.27.1 https://github.com/Project-OSRM/osrm-backend/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goose, using log file: /var/log/nixpkgs-update/goose/2024-03-03.log goose 3.15.0 -> 3.18.0 https://github.com/pressly/goose/releases attrpath: goose Checking auto update 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-hOTP9fR0kK4aPJ0xlgwjl/D7O5rUfy9Xb1ruLV/uk1U=" [golangModuleVersion] Replaced vendorHash with sha256-oDqjj3hXmjqaMjgpv0J+nJNGRJzY9XYsOGkyT9Ldx60= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A goose nix build failed. go: downloading github.com/docker/docker v24.0.7+incompatible go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/gogo/protobuf v1.3.2 Building subPackage ./lock Building subPackage ./tests/clickhouse github.com/pressly/goose/v3/tests/clickhouse: no non-test Go files in /build/source/tests/clickhouse @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase 2024/03/03 08:18:03 OK 00001_users_table.sql (814.43µs) 2024/03/03 08:18:03 OK 00002_posts_table.sql (524.45µs) 2024/03/03 08:18:03 OK 00003_comments_table.sql (575.31µs) 2024/03/03 08:18:03 OK 00004_insert_data.sql (473.54µs) 2024/03/03 08:18:03 OK 00005_posts_view.sql (823.77µs) 2024/03/03 08:18:03 goose: successfully migrated database to version: 5 2024/03/03 08:18:03 OK 00005_posts_view.sql (689.12µs) 2024/03/03 08:18:03 OK 00004_insert_data.sql (397.93µs) 2024/03/03 08:18:03 OK 00003_comments_table.sql (514.96µs) 2024/03/03 08:18:03 OK 00002_posts_table.sql (420.53µs) 2024/03/03 08:18:03 OK 00001_users_table.sql (518.94µs) 2024/03/03 08:18:03 Created new file: /build/TestEmbeddedMigrationscreate_uses_os_fs3309946483/001/20240303081803_test.sql 2024/03/03 08:18:03 RENAMED 20240303081803_test.sql => 00001_test.sql --- FAIL: TestLockModeAdvisorySession (0.00s) provider_run_test.go:941: unexpected error: failed to create docker container: dial unix /var/run/docker.sock: connect: no such file or directory FAIL FAIL github.com/pressly/goose/v3 10.465s FAIL [result] Failed to update goose 3.15.0 -> 3.18.0 https://github.com/pressly/goose/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-picnic-api, using log file: /var/log/nixpkgs-update/python311Packages.python-picnic-api/2024-03-03.log python311Packages.python-picnic-api 0 -> 1 attrpath: python311Packages.python-picnic-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/vllrcrgd7bdwrk24xh8zrwh8chywavyq-packages.json.drv building '/nix/store/vllrcrgd7bdwrk24xh8zrwh8chywavyq-packages.json.drv'... Going to be running update for following packages: - python3.11-python-picnic-api-1.1.0 Press Enter key to continue... Running update for: - python3.11-python-picnic-api-1.1.0: UPDATING ... - python3.11-python-picnic-api-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-picnic-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.effdet, using log file: /var/log/nixpkgs-update/python311Packages.effdet/2024-03-03.log python311Packages.effdet 0 -> 1 attrpath: python311Packages.effdet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mxb7dybq2h2i210l9qfs8n062wqb806f-packages.json.drv building '/nix/store/mxb7dybq2h2i210l9qfs8n062wqb806f-packages.json.drv'... Going to be running update for following packages: - python3.11-effdet-0.4.1 Press Enter key to continue... Running update for: - python3.11-effdet-0.4.1: UPDATING ... - python3.11-effdet-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.effdet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.thelogrus, using log file: /var/log/nixpkgs-update/python311Packages.thelogrus/2024-03-03.log python311Packages.thelogrus 0 -> 1 attrpath: python311Packages.thelogrus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5xys4x2sca7y90a0pk473ddchjg2d4mx-packages.json.drv building '/nix/store/5xys4x2sca7y90a0pk473ddchjg2d4mx-packages.json.drv'... Going to be running update for following packages: - python3.11-thelogrus-0.7.0 Press Enter key to continue... Running update for: - python3.11-thelogrus-0.7.0: UPDATING ... - python3.11-thelogrus-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thelogrus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openimagedenoise, using log file: /var/log/nixpkgs-update/openimagedenoise/2024-03-03.log openimagedenoise 1.4.3 -> 2.2.1 https://github.com/OpenImageDenoise/oidn/releases attrpath: openimagedenoise Checking auto update branch... An auto update branch exists with message `openimagedenoise: 1.4.3 -> 2.2.0`. New version is 2.2.1. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - openimagedenoise: 1.4.3 -> 2.2.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292482" [result] Failed to update openimagedenoise 1.4.3 -> 2.2.1 https://github.com/OpenImageDenoise/oidn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.monai-deploy, using log file: /var/log/nixpkgs-update/python311Packages.monai-deploy/2024-03-03.log python311Packages.monai-deploy 0 -> 1 attrpath: python311Packages.monai-deploy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mff7jhlnri6w7cbvmcbgphf6lskb31vk-packages.json.drv building '/nix/store/mff7jhlnri6w7cbvmcbgphf6lskb31vk-packages.json.drv'... Going to be running update for following packages: - python3.11-monai-deploy-0.5.1 Press Enter key to continue... Running update for: - python3.11-monai-deploy-0.5.1: UPDATING ... - python3.11-monai-deploy-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.monai-deploy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asdf-transform-schemas, using log file: /var/log/nixpkgs-update/python311Packages.asdf-transform-schemas/2024-03-03.log python311Packages.asdf-transform-schemas 0 -> 1 attrpath: python311Packages.asdf-transform-schemas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yh42qcfqgb7zmvah3f2mi004p0i0vp94-packages.json.drv building '/nix/store/yh42qcfqgb7zmvah3f2mi004p0i0vp94-packages.json.drv'... Going to be running update for following packages: - python3.11-asdf-transform-schemas-0.4.0 Press Enter key to continue... Running update for: - python3.11-asdf-transform-schemas-0.4.0: UPDATING ... - python3.11-asdf-transform-schemas-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asdf-transform-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.ipdb, using log file: /var/log/nixpkgs-update/python311Packages.ipdb/2024-03-03.log python311Packages.ipdb 0 -> 1 attrpath: python311Packages.ipdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yyw38rh9q52x1l0s9q0lsh8jynddxdwd-packages.json.drv building '/nix/store/yyw38rh9q52x1l0s9q0lsh8jynddxdwd-packages.json.drv'... Going to be running update for following packages: - python3.11-ipdb-0.13.13 Press Enter key to continue... Running update for: - python3.11-ipdb-0.13.13: UPDATING ... - python3.11-ipdb-0.13.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deepwave, using log file: /var/log/nixpkgs-update/python311Packages.deepwave/2024-03-03.log python311Packages.deepwave 0 -> 1 attrpath: python311Packages.deepwave Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6khar0wxnqkir1qqw1s62ipipr933gyg-packages.json.drv building '/nix/store/6khar0wxnqkir1qqw1s62ipipr933gyg-packages.json.drv'... Going to be running update for following packages: - python3.11-deepwave-0.0.18 Press Enter key to continue... Running update for: - python3.11-deepwave-0.0.18: UPDATING ... - python3.11-deepwave-0.0.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deepwave 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath marwaita-peppermint, using log file: /var/log/nixpkgs-update/marwaita-peppermint/2024-03-03.log marwaita-peppermint 0 -> 1 attrpath: marwaita-peppermint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/4v49j8rx75parp1zcfm55v11mz5fs8sn-packages.json.drv building '/nix/store/4v49j8rx75parp1zcfm55v11mz5fs8sn-packages.json.drv'... Going to be running update for following packages: - marwaita-peppermint-17.0 Press Enter key to continue... Running update for: - marwaita-peppermint-17.0: UPDATING ... - marwaita-peppermint-17.0: ERROR --- SHOWING ERROR LOG FOR marwaita-peppermint-17.0 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=marwaita-peppermint-17.0 + [[ -n '' ]] + pname=marwaita-peppermint + [[ -n '' ]] + version=17.0 + [[ -n '' ]] + attr_path=marwaita-peppermint + echo '# marwaita-peppermint-17.0' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=marwaita-peppermint --attr-path=marwaita-peppermint --file="update-git-commits.txt"' + tags='0.3 0.4 0.5 0.6 10.3' + for tag in $tags + echo '# found marwaita-peppermint version: 0.3' + for tag in $tags + echo '# found marwaita-peppermint version: 0.4' + for tag in $tags + echo '# found marwaita-peppermint version: 0.5' + for tag in $tags + echo '# found marwaita-peppermint version: 0.6' + for tag in $tags + echo '# found marwaita-peppermint version: 10.3' + '[' -n '' ']' ++ echo '0.3 0.4 0.5 0.6 10.3' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags='0.3 0.4 0.5 0.6 10.3' ++ echo '0.3 0.4 0.5 0.6 10.3' ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/sort --reverse --version-sort + tags='10.3 0.6 0.5 0.4 0.3' + for latest_tag in $tags + version_is_ignored 10.3 + local tag=10.3 + '[' -n '' ']' + version_is_unstable 10.3 + local tag=10.3 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 10.3 enforce + local tag=10.3 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 10.3 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=3 + '[' 1 -eq 1 ']' + return 0 + echo '# use potential development version: marwaita-peppermint-10.3' + break + '[' -n 10.3 ']' + '[' 17.0 '!=' 10.3 ']' ++ EDITOR=echo ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. marwaita-peppermint + pfile=/var/cache/nixpkgs-update/worker/worktree/marwaita-peppermint/pkgs/data/themes/marwaita-peppermint/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/marwaita-peppermint/pkgs/data/themes/marwaita-peppermint/default.nix ' + echo ' git commit -m '\''marwaita-peppermint: 17.0 -> 10.3'\''' + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version --print-changes marwaita-peppermint 10.3 update-source-version: error: Both the old and new source hashes of 'marwaita-peppermint.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR marwaita-peppermint-17.0 ---------------------- The update script for marwaita-peppermint-17.0 failed with exit code 1 [result] Failed to update marwaita-peppermint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simplehound, using log file: /var/log/nixpkgs-update/python311Packages.simplehound/2024-03-03.log python311Packages.simplehound 0 -> 1 attrpath: python311Packages.simplehound Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0hzcymw083hpazg3zlnj2apybi023ym0-packages.json.drv building '/nix/store/0hzcymw083hpazg3zlnj2apybi023ym0-packages.json.drv'... Going to be running update for following packages: - python3.11-simplehound-0.6 Press Enter key to continue... Running update for: - python3.11-simplehound-0.6: UPDATING ... - python3.11-simplehound-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplehound 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.gnome-power-manager, using log file: /var/log/nixpkgs-update/gnome.gnome-power-manager/2024-03-03.log gnome.gnome-power-manager 0 -> 1 attrpath: gnome.gnome-power-manager Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-power-manager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath baobab, using log file: /var/log/nixpkgs-update/baobab/2024-03-03.log baobab 0 -> 1 attrpath: baobab Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update baobab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dmarc-metrics-exporter, using log file: /var/log/nixpkgs-update/dmarc-metrics-exporter/2024-03-03.log dmarc-metrics-exporter 0 -> 1 attrpath: dmarc-metrics-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/38abva8b8jm0jqmnpg4cjk5smcanqdby-packages.json.drv building '/nix/store/38abva8b8jm0jqmnpg4cjk5smcanqdby-packages.json.drv'... Going to be running update for following packages: - dmarc-metrics-exporter-1.0.0 Press Enter key to continue... Running update for: - dmarc-metrics-exporter-1.0.0: UPDATING ... - dmarc-metrics-exporter-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dmarc-metrics-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 gnome.gnome-bluetooth_1_0, using log file: /var/log/nixpkgs-update/gnome.gnome-bluetooth_1_0/2024-03-03.log gnome.gnome-bluetooth_1_0 0 -> 1 attrpath: gnome.gnome-bluetooth_1_0 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-bluetooth_1_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 opendylan, using log file: /var/log/nixpkgs-update/opendylan/2024-03-03.log opendylan 2016.1pre -> 2024.1.0 https://github.com/dylan-lang/opendylan/releases attrpath: opendylan 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/q2mv0jp1pcwrh9nh1nm9vvj2zhk07aqv-source.drv building '/nix/store/q2mv0jp1pcwrh9nh1nm9vvj2zhk07aqv-source.drv'... exporting https://github.com/dylan-lang/opendylan.git (rev cd9a8395586d33cc43a8611c1dc0513e69ee82dd) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ remote: Enumerating objects: 5933, done. remote: Counting objects: 100% (5933/5933), done. remote: Compressing objects: 100% (5085/5085), done. remote: Total 5933 (delta 1191), reused 2287 (delta 633), pack-reused 0 Receiving objects: 100% (5933/5933), 10.00 MiB | 13.34 MiB/s, done. Resolving deltas: 100% (1191/1191), done. From https://github.com/dylan-lang/opendylan * branch cd9a8395586d33cc43a8611c1dc0513e69ee82dd -> FETCH_HEAD Switched to a new branch 'fetchgit' Submodule 'documentation/sphinx-extensions' (git://github.com/dylan-lang/sphinx-extensions.git) registered for path 'documentation/sphinx-extensions' Submodule 'sources/lib/collection-extensions' (git://github.com/dylan-lang/collection-extensions.git) registered for path 'sources/lib/collection-extensions' Submodule 'sources/lib/command-line-parser' (git://github.com/dylan-lang/command-line-parser.git) registered for path 'sources/lib/command-line-parser' Submodule 'sources/lib/hash-algorithms' (git://github.com/dylan-lang/hash-algorithms.git) registered for path 'sources/lib/hash-algorithms' Submodule 'sources/lib/logging' (git://github.com/dylan-lang/logging.git) registered for path 'sources/lib/logging' Submodule 'sources/lib/regular-expressions' (git://github.com/dylan-lang/regular-expressions.git) registered for path 'sources/lib/regular-expressions' Submodule 'sources/lib/strings' (git://github.com/dylan-lang/strings.git) registered for path 'sources/lib/strings' Submodule 'sources/qa/testworks' (git://github.com/dylan-lang/testworks.git) registered for path 'sources/qa/testworks' Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed Failed to clone 'documentation/sphinx-extensions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed Failed to clone 'sources/lib/strings'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed Failed to clone 'sources/lib/strings' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed Failed to clone 'sources/lib/collection-extensions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed Failed to clone 'sources/lib/command-line-parser'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed Failed to clone 'sources/lib/hash-algorithms'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed Failed to clone 'sources/lib/logging'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/regular-expressions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions' failed Failed to clone 'sources/lib/regular-expressions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/testworks.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks' failed Failed to clone 'sources/qa/testworks'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed Failed to clone 'sources/lib/hash-algorithms' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed Failed to clone 'sources/lib/collection-extensions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/regular-expressions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions' failed Failed to clone 'sources/lib/regular-expressions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed Failed to clone 'sources/lib/command-line-parser' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/testworks.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks' failed Failed to clone 'sources/qa/testworks' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed Failed to clone 'documentation/sphinx-extensions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed Failed to clone 'sources/lib/logging' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed Failed to clone 'documentation/sphinx-extensions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed Failed to clone 'sources/lib/command-line-parser'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed Failed to clone 'sources/lib/strings'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed Failed to clone 'sources/lib/collection-extensions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed Failed to clone 'sources/lib/command-line-parser' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed Failed to clone 'sources/lib/logging'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/regular-expressions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions' failed Failed to clone 'sources/lib/regular-expressions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/testworks.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks' failed Failed to clone 'sources/qa/testworks'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed Failed to clone 'sources/lib/hash-algorithms'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/testworks.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks' failed Failed to clone 'sources/qa/testworks' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/regular-expressions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions' failed Failed to clone 'sources/lib/regular-expressions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed Failed to clone 'sources/lib/hash-algorithms' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed Failed to clone 'documentation/sphinx-extensions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed Failed to clone 'sources/lib/logging' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed Failed to clone 'sources/lib/strings' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed Failed to clone 'sources/lib/collection-extensions' a second time, aborting error: builder for '/nix/store/q2mv0jp1pcwrh9nh1nm9vvj2zhk07aqv-source.drv' failed with exit code 1; last 25 log lines: > Failed to clone 'sources/lib/hash-algorithms' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.4]: errno=Connection timed out > > fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed > Failed to clone 'documentation/sphinx-extensions' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.4]: errno=Connection timed out > > fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed > Failed to clone 'sources/lib/logging' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.4]: errno=Connection timed out > > fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed > Failed to clone 'sources/lib/strings' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.4]: errno=Connection timed out > > fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed > Failed to clone 'sources/lib/collection-extensions' a second time, aborting For full logs, run 'nix log /nix/store/q2mv0jp1pcwrh9nh1nm9vvj2zhk07aqv-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'opendylan.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/q2mv0jp1pcwrh9nh1nm9vvj2zhk07aqv-source.drv /nix/store/28cg9a9h7a8yvrpylnk2qfh4nn1pl8gp-opendylan-2024.1.0.drv this path will be fetched (31.18 MiB download, 245.17 MiB unpacked): /nix/store/xsh7aj9gsiqb7g4c4x7ykvfi7hksvq5l-opendylan-2013.2 copying path '/nix/store/xsh7aj9gsiqb7g4c4x7ykvfi7hksvq5l-opendylan-2013.2' from 'https://cache.nixos.org'... building '/nix/store/q2mv0jp1pcwrh9nh1nm9vvj2zhk07aqv-source.drv'... exporting https://github.com/dylan-lang/opendylan.git (rev cd9a8395586d33cc43a8611c1dc0513e69ee82dd) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ remote: Enumerating objects: 5933, done. remote: Counting objects: 100% (5933/5933), done. remote: Compressing objects: 100% (5085/5085), done. remote: Total 5933 (delta 1191), reused 2287 (delta 633), pack-reused 0 Receiving objects: 100% (5933/5933), 10.00 MiB | 11.66 MiB/s, done. Resolving deltas: 100% (1191/1191), done. From https://github.com/dylan-lang/opendylan * branch cd9a8395586d33cc43a8611c1dc0513e69ee82dd -> FETCH_HEAD Switched to a new branch 'fetchgit' Submodule 'documentation/sphinx-extensions' (git://github.com/dylan-lang/sphinx-extensions.git) registered for path 'documentation/sphinx-extensions' Submodule 'sources/lib/collection-extensions' (git://github.com/dylan-lang/collection-extensions.git) registered for path 'sources/lib/collection-extensions' Submodule 'sources/lib/command-line-parser' (git://github.com/dylan-lang/command-line-parser.git) registered for path 'sources/lib/command-line-parser' Submodule 'sources/lib/hash-algorithms' (git://github.com/dylan-lang/hash-algorithms.git) registered for path 'sources/lib/hash-algorithms' Submodule 'sources/lib/logging' (git://github.com/dylan-lang/logging.git) registered for path 'sources/lib/logging' Submodule 'sources/lib/regular-expressions' (git://github.com/dylan-lang/regular-expressions.git) registered for path 'sources/lib/regular-expressions' Submodule 'sources/lib/strings' (git://github.com/dylan-lang/strings.git) registered for path 'sources/lib/strings' Submodule 'sources/qa/testworks' (git://github.com/dylan-lang/testworks.git) registered for path 'sources/qa/testworks' Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed Failed to clone 'documentation/sphinx-extensions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed Failed to clone 'sources/lib/collection-extensions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed Failed to clone 'sources/lib/collection-extensions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed Failed to clone 'sources/lib/command-line-parser'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed Failed to clone 'sources/lib/hash-algorithms'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed Failed to clone 'sources/lib/logging'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/regular-expressions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions' failed Failed to clone 'sources/lib/regular-expressions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed Failed to clone 'sources/lib/strings'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/testworks.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks' failed Failed to clone 'sources/qa/testworks'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/testworks.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks' failed Failed to clone 'sources/qa/testworks' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed Failed to clone 'sources/lib/command-line-parser' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed Failed to clone 'sources/lib/logging' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/regular-expressions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions' failed Failed to clone 'sources/lib/regular-expressions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed Failed to clone 'sources/lib/strings' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed Failed to clone 'documentation/sphinx-extensions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed Failed to clone 'sources/lib/hash-algorithms' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed Failed to clone 'documentation/sphinx-extensions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed Failed to clone 'sources/lib/collection-extensions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed Failed to clone 'sources/lib/command-line-parser'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/regular-expressions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions' failed Failed to clone 'sources/lib/regular-expressions'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed Failed to clone 'sources/lib/strings'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/testworks.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks' failed Failed to clone 'sources/qa/testworks'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/regular-expressions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/regular-expressions' failed Failed to clone 'sources/lib/regular-expressions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed Failed to clone 'sources/lib/hash-algorithms'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed Failed to clone 'sources/lib/logging'. Retry scheduled Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/logging.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/logging' failed Failed to clone 'sources/lib/logging' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/testworks.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/qa/testworks' failed Failed to clone 'sources/qa/testworks' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/strings.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/strings' failed Failed to clone 'sources/lib/strings' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed Failed to clone 'sources/lib/hash-algorithms' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed Failed to clone 'sources/lib/command-line-parser' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed Failed to clone 'documentation/sphinx-extensions' a second time, aborting Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed Failed to clone 'sources/lib/collection-extensions' a second time, aborting error: builder for '/nix/store/q2mv0jp1pcwrh9nh1nm9vvj2zhk07aqv-source.drv' failed with exit code 1; last 25 log lines: > Failed to clone 'sources/lib/strings' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/dylan-lang/hash-algorithms.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/hash-algorithms' failed > Failed to clone 'sources/lib/hash-algorithms' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/dylan-lang/command-line-parser.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/command-line-parser' failed > Failed to clone 'sources/lib/command-line-parser' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/dylan-lang/sphinx-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/documentation/sphinx-extensions' failed > Failed to clone 'documentation/sphinx-extensions' a second time, aborting > Cloning into '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions'... > fatal: unable to connect to github.com: > github.com[0: 140.82.121.3]: errno=Connection timed out > > fatal: clone of 'git://github.com/dylan-lang/collection-extensions.git' into submodule path '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/sources/lib/collection-extensions' failed > Failed to clone 'sources/lib/collection-extensions' a second time, aborting For full logs, run 'nix log /nix/store/q2mv0jp1pcwrh9nh1nm9vvj2zhk07aqv-source.drv'. error: 1 dependencies of derivation '/nix/store/28cg9a9h7a8yvrpylnk2qfh4nn1pl8gp-opendylan-2024.1.0.drv' failed to build [result] Failed to update opendylan 2016.1pre -> 2024.1.0 https://github.com/dylan-lang/opendylan/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.rocminfo, using log file: /var/log/nixpkgs-update/rocmPackages.rocminfo/2024-03-03.log rocmPackages.rocminfo 0 -> 1 attrpath: rocmPackages.rocminfo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/z9zswlmy90mf105x1jgycfq2yh49kapd-update.sh.drv /nix/store/3ffdqsa1l8p79c5hi3nf2vlpfj8wcgjl-packages.json.drv building '/nix/store/z9zswlmy90mf105x1jgycfq2yh49kapd-update.sh.drv'... building '/nix/store/3ffdqsa1l8p79c5hi3nf2vlpfj8wcgjl-packages.json.drv'... Going to be running update for following packages: - rocminfo-5.7.1 Press Enter key to continue... Running update for: - rocminfo-5.7.1: UPDATING ... - rocminfo-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocminfo-5.7.1 ---------------------- 'rocmPackages_5.rocminfo' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocminfo'. --- SHOWING ERROR LOG FOR rocminfo-5.7.1 ---------------------- The update script for rocminfo-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocminfo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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_3, using log file: /var/log/nixpkgs-update/python311Packages.pendulum_3/2024-03-03.log python311Packages.pendulum_3 0 -> 1 attrpath: python311Packages.pendulum_3 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hgn0r0drgaw6skg6wqz8y6yaldxwaas1-packages.json.drv building '/nix/store/hgn0r0drgaw6skg6wqz8y6yaldxwaas1-packages.json.drv'... Going to be running update for following packages: - python3.11-pendulum-3.0.0 Press Enter key to continue... Running update for: - python3.11-pendulum-3.0.0: UPDATING ... - python3.11-pendulum-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pendulum_3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyncclick, using log file: /var/log/nixpkgs-update/python311Packages.asyncclick/2024-03-03.log python311Packages.asyncclick 0 -> 1 attrpath: python311Packages.asyncclick Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j5zhbjjcfq5agqpg5mn6sgks12b1yn9h-packages.json.drv building '/nix/store/j5zhbjjcfq5agqpg5mn6sgks12b1yn9h-packages.json.drv'... Going to be running update for following packages: - python3.11-asyncclick-8.1.7.1 Press Enter key to continue... Running update for: - python3.11-asyncclick-8.1.7.1: UPDATING ... - python3.11-asyncclick-8.1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncclick 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.textparser, using log file: /var/log/nixpkgs-update/python311Packages.textparser/2024-03-03.log python311Packages.textparser 0 -> 1 attrpath: python311Packages.textparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a4w6z8nyfqfcvs8qrz61jbwvlhp1h8zn-packages.json.drv building '/nix/store/a4w6z8nyfqfcvs8qrz61jbwvlhp1h8zn-packages.json.drv'... Going to be running update for following packages: - python3.11-textparser-0.24.0 Press Enter key to continue... Running update for: - python3.11-textparser-0.24.0: UPDATING ... - python3.11-textparser-0.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.textparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-guardian, using log file: /var/log/nixpkgs-update/python311Packages.djangorestframework-guardian/2024-03-03.log python311Packages.djangorestframework-guardian 0 -> 1 attrpath: python311Packages.djangorestframework-guardian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ylp9ggc9jq0638rsr7im36jsqc004lnz-packages.json.drv building '/nix/store/ylp9ggc9jq0638rsr7im36jsqc004lnz-packages.json.drv'... Going to be running update for following packages: - python3.11-djangorestframework-guardian-0.3.0 Press Enter key to continue... Running update for: - python3.11-djangorestframework-guardian-0.3.0: UPDATING ... - python3.11-djangorestframework-guardian-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.djangorestframework-guardian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ghex, using log file: /var/log/nixpkgs-update/gnome.ghex/2024-03-03.log gnome.ghex 0 -> 1 attrpath: gnome.ghex Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.ghex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hsaudiotag3k, using log file: /var/log/nixpkgs-update/python311Packages.hsaudiotag3k/2024-03-03.log python311Packages.hsaudiotag3k 0 -> 1 attrpath: python311Packages.hsaudiotag3k Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/33byyi3g6kzkqmf9ydazgh33jah6niiv-packages.json.drv building '/nix/store/33byyi3g6kzkqmf9ydazgh33jah6niiv-packages.json.drv'... Going to be running update for following packages: - python3.11-hsaudiotag3k-1.1.3.post1 Press Enter key to continue... Running update for: - python3.11-hsaudiotag3k-1.1.3.post1: UPDATING ... - python3.11-hsaudiotag3k-1.1.3.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hsaudiotag3k 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sratom, using log file: /var/log/nixpkgs-update/sratom/2024-03-03.log sratom 0 -> 1 attrpath: sratom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/l4m7qp5bf75fsxangk8px71n4fzrk656-update-sratom.drv /nix/store/fjg3n3mcwv55s09dk94nhjzmsp1j7zxz-packages.json.drv building '/nix/store/l4m7qp5bf75fsxangk8px71n4fzrk656-update-sratom.drv'... building '/nix/store/fjg3n3mcwv55s09dk94nhjzmsp1j7zxz-packages.json.drv'... Going to be running update for following packages: - sratom-0.6.16 Press Enter key to continue... Running update for: - sratom-0.6.16: UPDATING ... - sratom-0.6.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sratom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.graphite-web, using log file: /var/log/nixpkgs-update/python311Packages.graphite-web/2024-03-03.log python311Packages.graphite-web 0 -> 1 attrpath: python311Packages.graphite-web Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/5l4rpmf2b51wq0i89s1aff1jv90f73da-packages.json.drv building '/nix/store/5l4rpmf2b51wq0i89s1aff1jv90f73da-packages.json.drv'... Going to be running update for following packages: - python3.11-graphite-web-1.1.10 Press Enter key to continue... Running update for: - python3.11-graphite-web-1.1.10: UPDATING ... - python3.11-graphite-web-1.1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.graphite-web 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-sr, using log file: /var/log/nixpkgs-update/python311Packages.django-sr/2024-03-03.log python311Packages.django-sr 0 -> 1 attrpath: python311Packages.django-sr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bcnz4fr1sbf6nf5w8zhll6dg9rwwvwjw-packages.json.drv building '/nix/store/bcnz4fr1sbf6nf5w8zhll6dg9rwwvwjw-packages.json.drv'... Going to be running update for following packages: - python3.11-django-sr-0.0.4 Press Enter key to continue... Running update for: - python3.11-django-sr-0.0.4: UPDATING ... - python3.11-django-sr-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-sr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-power, using log file: /var/log/nixpkgs-update/pantheon.wingpanel-indicator-power/2024-03-03.log pantheon.wingpanel-indicator-power 0 -> 1 attrpath: pantheon.wingpanel-indicator-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/6lx4rvs63a618fca5052jw77y8wsgxxz-packages.json.drv building '/nix/store/6lx4rvs63a618fca5052jw77y8wsgxxz-packages.json.drv'... Going to be running update for following packages: - wingpanel-indicator-power-6.2.1 Press Enter key to continue... Running update for: - wingpanel-indicator-power-6.2.1: UPDATING ... - wingpanel-indicator-power-6.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel-indicator-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.python-tds, using log file: /var/log/nixpkgs-update/python311Packages.python-tds/2024-03-03.log python311Packages.python-tds 0 -> 1 attrpath: python311Packages.python-tds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aqz02kl7rf6ivdcgwfjypamvbzmdbm6c-packages.json.drv building '/nix/store/aqz02kl7rf6ivdcgwfjypamvbzmdbm6c-packages.json.drv'... Going to be running update for following packages: - python3.11-python-tds-1.13.0 Press Enter key to continue... Running update for: - python3.11-python-tds-1.13.0: UPDATING ... - python3.11-python-tds-1.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-tds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mailman-rss, using log file: /var/log/nixpkgs-update/mailman-rss/2024-03-03.log mailman-rss 0 -> 1 attrpath: mailman-rss Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r3yy4w1g3qhymdwbxm6r9ncx886sm2a0-packages.json.drv building '/nix/store/r3yy4w1g3qhymdwbxm6r9ncx886sm2a0-packages.json.drv'... Going to be running update for following packages: - mailman-rss-0.2.4 Press Enter key to continue... Running update for: - mailman-rss-0.2.4: UPDATING ... - mailman-rss-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mailman-rss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiomysensors, using log file: /var/log/nixpkgs-update/python311Packages.aiomysensors/2024-03-03.log python311Packages.aiomysensors 0 -> 1 attrpath: python311Packages.aiomysensors Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f7n93499f7ydah9kby13s6n98jyz0gxa-packages.json.drv building '/nix/store/f7n93499f7ydah9kby13s6n98jyz0gxa-packages.json.drv'... Going to be running update for following packages: - python3.11-aiomysensors-0.3.13 Press Enter key to continue... Running update for: - python3.11-aiomysensors-0.3.13: UPDATING ... - python3.11-aiomysensors-0.3.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiomysensors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-icon-theme, using log file: /var/log/nixpkgs-update/mate.mate-icon-theme/2024-03-03.log mate.mate-icon-theme 0 -> 1 attrpath: mate.mate-icon-theme mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-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 rocmPackages.hipsolver, using log file: /var/log/nixpkgs-update/rocmPackages.hipsolver/2024-03-03.log rocmPackages.hipsolver 0 -> 1 attrpath: rocmPackages.hipsolver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/83dz1lh9nbl9nmk77j700lmlldixf2sg-update.sh.drv /nix/store/lya2y7ac066hjcy73m6k7sx0mbja2r7s-packages.json.drv building '/nix/store/83dz1lh9nbl9nmk77j700lmlldixf2sg-update.sh.drv'... building '/nix/store/lya2y7ac066hjcy73m6k7sx0mbja2r7s-packages.json.drv'... Going to be running update for following packages: - hipsolver-5.7.1 Press Enter key to continue... Running update for: - hipsolver-5.7.1: UPDATING ... - hipsolver-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipsolver-5.7.1 ---------------------- 'rocmPackages_5.hipsolver' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hipsolver'. --- SHOWING ERROR LOG FOR hipsolver-5.7.1 ---------------------- The update script for hipsolver-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipsolver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.niko-home-control, using log file: /var/log/nixpkgs-update/python311Packages.niko-home-control/2024-03-03.log python311Packages.niko-home-control 0 -> 1 attrpath: python311Packages.niko-home-control Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ys04y6fj7wj2x8c4ya38ydabwknw6c8i-packages.json.drv building '/nix/store/ys04y6fj7wj2x8c4ya38ydabwknw6c8i-packages.json.drv'... Going to be running update for following packages: - python3.11-niko-home-control-0.3.0 Press Enter key to continue... Running update for: - python3.11-niko-home-control-0.3.0: UPDATING ... - python3.11-niko-home-control-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.niko-home-control 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-black, using log file: /var/log/nixpkgs-update/python311Packages.pytest-black/2024-03-03.log python311Packages.pytest-black 0 -> 1 attrpath: python311Packages.pytest-black Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bwg07adqqskpzw9a9nf4ijivfcb5r76b-packages.json.drv building '/nix/store/bwg07adqqskpzw9a9nf4ijivfcb5r76b-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-black-0.3.12 Press Enter key to continue... Running update for: - python3.11-pytest-black-0.3.12: UPDATING ... - python3.11-pytest-black-0.3.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-black 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cryptop, using log file: /var/log/nixpkgs-update/cryptop/2024-03-03.log cryptop 0 -> 1 attrpath: cryptop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ix5h95hga32xxzg5gc4f8ml6hxi9ns0s-packages.json.drv building '/nix/store/ix5h95hga32xxzg5gc4f8ml6hxi9ns0s-packages.json.drv'... Going to be running update for following packages: - cryptop-0.2.0 Press Enter key to continue... Running update for: - cryptop-0.2.0: UPDATING ... - cryptop-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cryptop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uhd, using log file: /var/log/nixpkgs-update/uhd/2024-03-03.log uhd 0 -> 1 attrpath: uhd Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/0ahm7ffrz4hdpghc07zs8y1lhx4cidsd-packages.json.drv building '/nix/store/0ahm7ffrz4hdpghc07zs8y1lhx4cidsd-packages.json.drv'... Going to be running update for following packages: - uhd-4.6.0.0 Press Enter key to continue... Running update for: - uhd-4.6.0.0: UPDATING ... - uhd-4.6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update uhd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-sql, using log file: /var/log/nixpkgs-update/python311Packages.python-sql/2024-03-03.log python311Packages.python-sql 0 -> 1 attrpath: python311Packages.python-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/d9517y7li1q1cjnw0vbd5rl2wwail0qs-packages.json.drv building '/nix/store/d9517y7li1q1cjnw0vbd5rl2wwail0qs-packages.json.drv'... Going to be running update for following packages: - python3.11-python-sql-1.4.3 Press Enter key to continue... Running update for: - python3.11-python-sql-1.4.3: UPDATING ... - python3.11-python-sql-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-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 gladtex, using log file: /var/log/nixpkgs-update/gladtex/2024-03-03.log gladtex 0 -> 1 attrpath: gladtex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n7x86h106rz2y6d52lpsi6x7jm83rqhr-packages.json.drv building '/nix/store/n7x86h106rz2y6d52lpsi6x7jm83rqhr-packages.json.drv'... Going to be running update for following packages: - python3.11-gladtex-unstable-2023-01-22 Press Enter key to continue... Running update for: - python3.11-gladtex-unstable-2023-01-22: UPDATING ... - python3.11-gladtex-unstable-2023-01-22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gladtex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/pantheon.wingpanel/2024-03-03.log pantheon.wingpanel 0 -> 1 attrpath: pantheon.wingpanel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d7x94gm4c529f9hfwxxkgirk9p9wph60-packages.json.drv building '/nix/store/d7x94gm4c529f9hfwxxkgirk9p9wph60-packages.json.drv'... Going to be running update for following packages: - wingpanel-3.0.5 Press Enter key to continue... Running update for: - wingpanel-3.0.5: UPDATING ... - wingpanel-3.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pglocks, using log file: /var/log/nixpkgs-update/python311Packages.django-pglocks/2024-03-03.log python311Packages.django-pglocks 0 -> 1 attrpath: python311Packages.django-pglocks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gjx6h3nfjpvwczrw29xpg5w8qp2s6lif-packages.json.drv building '/nix/store/gjx6h3nfjpvwczrw29xpg5w8qp2s6lif-packages.json.drv'... Going to be running update for following packages: - python3.11-django-pglocks-1.0.4 Press Enter key to continue... Running update for: - python3.11-django-pglocks-1.0.4: UPDATING ... - python3.11-django-pglocks-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-pglocks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.factory-boy, using log file: /var/log/nixpkgs-update/python311Packages.factory-boy/2024-03-03.log python311Packages.factory-boy 0 -> 1 attrpath: python311Packages.factory-boy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1ava946dkgayfybkascizh87myaprr68-packages.json.drv building '/nix/store/1ava946dkgayfybkascizh87myaprr68-packages.json.drv'... Going to be running update for following packages: - python3.11-factory-boy-3.3.0 Press Enter key to continue... Running update for: - python3.11-factory-boy-3.3.0: UPDATING ... - python3.11-factory-boy-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.factory-boy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath platform-folders, using log file: /var/log/nixpkgs-update/platform-folders/2024-03-03.log platform-folders 0 -> 1 attrpath: platform-folders Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p1hni45mvp2l8xhp55d5cd0caxdn1j0k-packages.json.drv building '/nix/store/p1hni45mvp2l8xhp55d5cd0caxdn1j0k-packages.json.drv'... Going to be running update for following packages: - platform-folders-4.2.0 Press Enter key to continue... Running update for: - platform-folders-4.2.0: UPDATING ... - platform-folders-4.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update platform-folders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mpmath, using log file: /var/log/nixpkgs-update/python311Packages.mpmath/2024-03-03.log python311Packages.mpmath 0 -> 1 attrpath: python311Packages.mpmath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i8b5ya99mk027s8sw2kb407p2djj5n0i-packages.json.drv building '/nix/store/i8b5ya99mk027s8sw2kb407p2djj5n0i-packages.json.drv'... Going to be running update for following packages: - python3.11-mpmath-1.3.0 Press Enter key to continue... Running update for: - python3.11-mpmath-1.3.0: UPDATING ... - python3.11-mpmath-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mpmath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioelectricitymaps, using log file: /var/log/nixpkgs-update/python311Packages.aioelectricitymaps/2024-03-03.log python311Packages.aioelectricitymaps 0 -> 1 attrpath: python311Packages.aioelectricitymaps Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f9kp54lkacpqrl97bkv019b9srn9ffqz-packages.json.drv building '/nix/store/f9kp54lkacpqrl97bkv019b9srn9ffqz-packages.json.drv'... Going to be running update for following packages: - python3.11-aioelectricitymaps-0.4.0 Press Enter key to continue... Running update for: - python3.11-aioelectricitymaps-0.4.0: UPDATING ... - python3.11-aioelectricitymaps-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioelectricitymaps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fontfor, using log file: /var/log/nixpkgs-update/fontfor/2024-03-03.log fontfor 0.4.1 -> 0.4.2 https://github.com/7sDream/fontfor/releases attrpath: fontfor Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - fontfor: 0.4.1 -> 0.4.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/283002" [result] Failed to update fontfor 0.4.1 -> 0.4.2 https://github.com/7sDream/fontfor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sqlalchemy-migrate, using log file: /var/log/nixpkgs-update/python311Packages.sqlalchemy-migrate/2024-03-03.log python311Packages.sqlalchemy-migrate 0 -> 1 attrpath: python311Packages.sqlalchemy-migrate Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/klqs19inm63q5mhmyk9skgxfi8xlkgkz-packages.json.drv building '/nix/store/klqs19inm63q5mhmyk9skgxfi8xlkgkz-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlalchemy-migrate-0.13.0 Press Enter key to continue... Running update for: - python3.11-sqlalchemy-migrate-0.13.0: UPDATING ... - python3.11-sqlalchemy-migrate-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlalchemy-migrate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath z3_4_8_5, using log file: /var/log/nixpkgs-update/z3_4_8_5/2024-03-03.log z3_4_8_5 4.8.5 -> 4.12.6 https://github.com/Z3Prover/z3/releases attrpath: z3_4_8_5 Checking auto update branch... No auto update branch exists Version in attr path z3_4_8_5 not compatible with 4.12.6 [result] Failed to update z3_4_8_5 4.8.5 -> 4.12.6 https://github.com/Z3Prover/z3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath msldapdump, using log file: /var/log/nixpkgs-update/msldapdump/2024-03-03.log msldapdump 0 -> 1 attrpath: msldapdump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p562r5gf8ypdn4wrgna35n7panfk9mhf-packages.json.drv building '/nix/store/p562r5gf8ypdn4wrgna35n7panfk9mhf-packages.json.drv'... Going to be running update for following packages: - msldapdump-unstable-2023-06-12 Press Enter key to continue... Running update for: - msldapdump-unstable-2023-06-12: UPDATING ... - msldapdump-unstable-2023-06-12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update msldapdump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.intervaltree, using log file: /var/log/nixpkgs-update/python311Packages.intervaltree/2024-03-03.log python311Packages.intervaltree 0 -> 1 attrpath: python311Packages.intervaltree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sl0ia17ybdk4pckp5d136yyqs8w22qcv-packages.json.drv building '/nix/store/sl0ia17ybdk4pckp5d136yyqs8w22qcv-packages.json.drv'... Going to be running update for following packages: - python3.11-intervaltree-3.1.0 Press Enter key to continue... Running update for: - python3.11-intervaltree-3.1.0: UPDATING ... - python3.11-intervaltree-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.intervaltree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.configupdater, using log file: /var/log/nixpkgs-update/python311Packages.configupdater/2024-03-03.log python311Packages.configupdater 0 -> 1 attrpath: python311Packages.configupdater Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ndlp3vpasxwdfdqxl3b92rs714wz3wsi-packages.json.drv building '/nix/store/ndlp3vpasxwdfdqxl3b92rs714wz3wsi-packages.json.drv'... Going to be running update for following packages: - python3.11-configupdater-3.2 Press Enter key to continue... Running update for: - python3.11-configupdater-3.2: UPDATING ... - python3.11-configupdater-3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.configupdater 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyroma, using log file: /var/log/nixpkgs-update/python311Packages.pyroma/2024-03-03.log python311Packages.pyroma 0 -> 1 attrpath: python311Packages.pyroma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/li4cy60xqmrmhwdgccrk5ddpzzyg3fpq-packages.json.drv building '/nix/store/li4cy60xqmrmhwdgccrk5ddpzzyg3fpq-packages.json.drv'... Going to be running update for following packages: - python3.11-pyroma-4.2 Press Enter key to continue... Running update for: - python3.11-pyroma-4.2: UPDATING ... - python3.11-pyroma-4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyroma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rarfile, using log file: /var/log/nixpkgs-update/python311Packages.rarfile/2024-03-03.log python311Packages.rarfile 0 -> 1 attrpath: python311Packages.rarfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z8gk2lvqpcns8xm9alvjsvfpi0hww0cg-packages.json.drv building '/nix/store/z8gk2lvqpcns8xm9alvjsvfpi0hww0cg-packages.json.drv'... Going to be running update for following packages: - python3.11-rarfile-4.1 Press Enter key to continue... Running update for: - python3.11-rarfile-4.1: UPDATING ... - python3.11-rarfile-4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rarfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath monocraft, using log file: /var/log/nixpkgs-update/monocraft/2024-03-03.log monocraft 2.4 -> 3.0 https://github.com/IdreesInc/Monocraft/releases attrpath: monocraft Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/monocraft' does not provide attribute 'packages.x86_64-linux.monocraft.src', 'legacyPackages.x86_64-linux.monocraft.src' or 'monocraft.src' Did you mean srcs? Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/monocraft' does not provide attribute 'packages.x86_64-linux.monocraft.originalSrc', 'legacyPackages.x86_64-linux.monocraft.originalSrc' or 'monocraft.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft --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 monocraft 2.4 -> 3.0 https://github.com/IdreesInc/Monocraft/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mscerts, using log file: /var/log/nixpkgs-update/python311Packages.mscerts/2024-03-03.log python311Packages.mscerts 0 -> 1 attrpath: python311Packages.mscerts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5arq4ab339n1il4czbxsi866f569rjrn-packages.json.drv building '/nix/store/5arq4ab339n1il4czbxsi866f569rjrn-packages.json.drv'... Going to be running update for following packages: - python3.11-mscerts-2024.2.28 Press Enter key to continue... Running update for: - python3.11-mscerts-2024.2.28: UPDATING ... - python3.11-mscerts-2024.2.28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mscerts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requests-futures, using log file: /var/log/nixpkgs-update/python311Packages.requests-futures/2024-03-03.log python311Packages.requests-futures 0 -> 1 attrpath: python311Packages.requests-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/zzjbhmvw7hkq5f051f1av1csdblvb93m-packages.json.drv building '/nix/store/zzjbhmvw7hkq5f051f1av1csdblvb93m-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-futures-1.0.1 Press Enter key to continue... Running update for: - python3.11-requests-futures-1.0.1: UPDATING ... - python3.11-requests-futures-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-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 python311Packages.fs-s3fs, using log file: /var/log/nixpkgs-update/python311Packages.fs-s3fs/2024-03-03.log python311Packages.fs-s3fs 0 -> 1 attrpath: python311Packages.fs-s3fs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g6y2hb8ib5dmqhipjlvw8s6a5hychd7j-packages.json.drv building '/nix/store/g6y2hb8ib5dmqhipjlvw8s6a5hychd7j-packages.json.drv'... Going to be running update for following packages: - python3.11-fs-s3fs-1.1.1 Press Enter key to continue... Running update for: - python3.11-fs-s3fs-1.1.1: UPDATING ... - python3.11-fs-s3fs-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fs-s3fs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snakemake-interface-storage-plugins, using log file: /var/log/nixpkgs-update/python311Packages.snakemake-interface-storage-plugins/2024-03-03.log python311Packages.snakemake-interface-storage-plugins 0 -> 1 attrpath: python311Packages.snakemake-interface-storage-plugins Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fcwixj0s9x9ci83fcihf4avfvh2x0l5l-packages.json.drv building '/nix/store/fcwixj0s9x9ci83fcihf4avfvh2x0l5l-packages.json.drv'... Going to be running update for following packages: - python3.11-snakemake-interface-storage-plugins-3.1.0 Press Enter key to continue... Running update for: - python3.11-snakemake-interface-storage-plugins-3.1.0: UPDATING ... - python3.11-snakemake-interface-storage-plugins-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snakemake-interface-storage-plugins 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-session-manager, using log file: /var/log/nixpkgs-update/mate.mate-session-manager/2024-03-03.log mate.mate-session-manager 0 -> 1 attrpath: mate.mate-session-manager mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-session-manager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.swisshydrodata, using log file: /var/log/nixpkgs-update/python311Packages.swisshydrodata/2024-03-03.log python311Packages.swisshydrodata 0 -> 1 attrpath: python311Packages.swisshydrodata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s0sgpfb5v91y673diha8li46lg0wlpl0-packages.json.drv building '/nix/store/s0sgpfb5v91y673diha8li46lg0wlpl0-packages.json.drv'... Going to be running update for following packages: - python3.11-swisshydrodata-0.1.0 Press Enter key to continue... Running update for: - python3.11-swisshydrodata-0.1.0: UPDATING ... - python3.11-swisshydrodata-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.swisshydrodata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.argon2-cffi, using log file: /var/log/nixpkgs-update/python311Packages.argon2-cffi/2024-03-03.log python311Packages.argon2-cffi 0 -> 1 attrpath: python311Packages.argon2-cffi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vvmz7qa88b822gryxp99a5j27n1rpcy6-packages.json.drv building '/nix/store/vvmz7qa88b822gryxp99a5j27n1rpcy6-packages.json.drv'... Going to be running update for following packages: - python3.11-argon2-cffi-23.1.0 Press Enter key to continue... Running update for: - python3.11-argon2-cffi-23.1.0: UPDATING ... - python3.11-argon2-cffi-23.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.argon2-cffi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath doge, using log file: /var/log/nixpkgs-update/doge/2024-03-03.log doge 0 -> 1 attrpath: doge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/arr7580wvy509k32lxicsqqpwq0wx0k4-packages.json.drv building '/nix/store/arr7580wvy509k32lxicsqqpwq0wx0k4-packages.json.drv'... Going to be running update for following packages: - doge-3.7.0 Press Enter key to continue... Running update for: - doge-3.7.0: UPDATING ... - doge-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update doge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.einops, using log file: /var/log/nixpkgs-update/python311Packages.einops/2024-03-03.log python311Packages.einops 0 -> 1 attrpath: python311Packages.einops Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s0ag0m5jv1a323ld05qlmrjhzdmyirln-packages.json.drv building '/nix/store/s0ag0m5jv1a323ld05qlmrjhzdmyirln-packages.json.drv'... Going to be running update for following packages: - python3.11-einops-0.7.0 Press Enter key to continue... Running update for: - python3.11-einops-0.7.0: UPDATING ... - python3.11-einops-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.einops 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mmc-utils, using log file: /var/log/nixpkgs-update/mmc-utils/2024-03-03.log mmc-utils 0 -> 1 attrpath: mmc-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/sqckpam175xr37ndf7wq7mz2i27kn0w0-packages.json.drv building '/nix/store/sqckpam175xr37ndf7wq7mz2i27kn0w0-packages.json.drv'... Going to be running update for following packages: - mmc-utils-unstable-2023-10-10 Press Enter key to continue... Running update for: - mmc-utils-unstable-2023-10-10: UPDATING ... - mmc-utils-unstable-2023-10-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mmc-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 plexRaw, using log file: /var/log/nixpkgs-update/plexRaw/2024-03-03.log plexRaw 0 -> 1 attrpath: plexRaw Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/smbyc1vcmnd7jhfs0zm7hc3x9xj778kr-plexmediaserver-updater.drv /nix/store/8lmqvgbafv8hhq6m3gp1yznf0v7f3dik-packages.json.drv building '/nix/store/smbyc1vcmnd7jhfs0zm7hc3x9xj778kr-plexmediaserver-updater.drv'... building '/nix/store/8lmqvgbafv8hhq6m3gp1yznf0v7f3dik-packages.json.drv'... Going to be running update for following packages: - plexmediaserver-1.40.0.7998-c29d4c0c8 Press Enter key to continue... Running update for: - plexmediaserver-1.40.0.7998-c29d4c0c8: UPDATING ... - plexmediaserver-1.40.0.7998-c29d4c0c8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/plex/raw.nix b/pkgs/servers/plex/raw.nix index c6751136dd62..48b8be77893d 100644 --- a/pkgs/servers/plex/raw.nix +++ b/pkgs/servers/plex/raw.nix @@ -18,10 +18,10 @@ stdenv.mkDerivation rec { # Fetch the source src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl { url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb"; - sha256 = "sha256-uVsOI6sItfq7wLP+xPOYSC9ueOv/lcDeL+vnrx1WdRA="; + sha256 = "043maqfszrzb5zgc15gzxdw6wbs8k3rw9zmkq2xzmd88mcihwnxr"; } else fetchurl { url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; - sha256 = "sha256-ucxDtnGpfTpQURaGvLwohHeIZPE3aulXtoITRZCYA9c="; + sha256 = "1mq3k284a4w2nrbyjsipy5j8hxw452ybr1hna583lzd9f6v47k5r"; }; outputs = [ "out" "basedb" ]; Package version did not change. [result] Failed to update plexRaw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-iconbrowser, using log file: /var/log/nixpkgs-update/pantheon.elementary-iconbrowser/2024-03-03.log pantheon.elementary-iconbrowser 0 -> 1 attrpath: pantheon.elementary-iconbrowser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h5fxfkndka9q8v5kp3349gr88kz8652d-packages.json.drv building '/nix/store/h5fxfkndka9q8v5kp3349gr88kz8652d-packages.json.drv'... Going to be running update for following packages: - elementary-iconbrowser-2.2.0 Press Enter key to continue... Running update for: - elementary-iconbrowser-2.2.0: UPDATING ... - elementary-iconbrowser-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-iconbrowser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.symengine, using log file: /var/log/nixpkgs-update/python311Packages.symengine/2024-03-03.log python311Packages.symengine 0 -> 1 attrpath: python311Packages.symengine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ilin47vfwqgsvs20xhi9cp5xk0wd2vr1-packages.json.drv building '/nix/store/ilin47vfwqgsvs20xhi9cp5xk0wd2vr1-packages.json.drv'... Going to be running update for following packages: - python3.11-symengine-0.11.0 Press Enter key to continue... Running update for: - python3.11-symengine-0.11.0: UPDATING ... - python3.11-symengine-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.symengine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unicurses, using log file: /var/log/nixpkgs-update/python311Packages.unicurses/2024-03-03.log python311Packages.unicurses 0 -> 1 attrpath: python311Packages.unicurses Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0shwakhipf0w2lnr9bpfg8z6k8ssjckq-packages.json.drv building '/nix/store/0shwakhipf0w2lnr9bpfg8z6k8ssjckq-packages.json.drv'... Going to be running update for following packages: - python3.11-unicurses-2.1.3 Press Enter key to continue... Running update for: - python3.11-unicurses-2.1.3: UPDATING ... - python3.11-unicurses-2.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unicurses 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath catt, using log file: /var/log/nixpkgs-update/catt/2024-03-03.log catt 0 -> 1 attrpath: catt Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/qwlvca9xb23x3hy8lz6gzr82swz64b63-packages.json.drv building '/nix/store/qwlvca9xb23x3hy8lz6gzr82swz64b63-packages.json.drv'... Going to be running update for following packages: - catt-0.12.11 Press Enter key to continue... Running update for: - catt-0.12.11: UPDATING ... - catt-0.12.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/video/catt/default.nix b/pkgs/applications/video/catt/default.nix index 8b1c74ee66cc..c073dd9d47a9 100644 --- a/pkgs/applications/video/catt/default.nix +++ b/pkgs/applications/video/catt/default.nix @@ -6,12 +6,12 @@ python3.pkgs.buildPythonApplication rec { pname = "catt"; - version = "0.12.11"; + version = "0.12.12"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-0bqYYfWwF7yYoAbjZPhi/f4CLcL89imWGYaMi5Bwhtc="; + hash = "sha256-27Akoe03cFWW2x+Ve965kSPv8m5yQIL84jNXNnxFi3M="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A catt nix build failed. got build log for 'catt' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/j5n1y9j75zi08bpyk6h9bk8qarm1jdiy-catt-0.12.12.tar.gz source root is catt-0.12.12 setting SOURCE_DATE_EPOCH to timestamp 1706479038 of file catt-0.12.12/pyproject.toml @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/d82gm2fpwm03hk7jbicqih2crfx6q66b-08e7870a239e85badd30982556adc2aa8a8e4fc1.patch patching file pyproject.toml Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file pyproject.toml.rej [result] Failed to update catt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meson-python, using log file: /var/log/nixpkgs-update/python311Packages.meson-python/2024-03-03.log python311Packages.meson-python 0 -> 1 attrpath: python311Packages.meson-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/3qq19wjz5w9wdvbrssh70bq726p97m8s-packages.json.drv building '/nix/store/3qq19wjz5w9wdvbrssh70bq726p97m8s-packages.json.drv'... Going to be running update for following packages: - python3.11-meson-python-0.15.0 Press Enter key to continue... Running update for: - python3.11-meson-python-0.15.0: UPDATING ... - python3.11-meson-python-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meson-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 cargo-leptos, using log file: /var/log/nixpkgs-update/cargo-leptos/2024-03-03.log cargo-leptos 0.2.5 -> 0.2.12 https://github.com/leptos-rs/cargo-leptos/releases attrpath: cargo-leptos 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/1r58q56bx6f9ybzgb5bwnk11nv0hscxq-source.drv building '/nix/store/1r58q56bx6f9ybzgb5bwnk11nv0hscxq-source.drv'... trying https://github.com/leptos-rs/cargo-leptos/archive/0.2.12.tar.gz % 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 'cargo-leptos.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/1r58q56bx6f9ybzgb5bwnk11nv0hscxq-source.drv /nix/store/0fz1wzsll0b3kmsyiw8flgbvc0zjqv8r-cargo-leptos-0.2.12.drv these 60 paths will be fetched (12.80 MiB download, 41.71 MiB unpacked): /nix/store/riiarlyq0mp9yfpkpshbw0xvqg6aa3hm-base64-simd-0.7.0 /nix/store/swsgijakadszr9rx177sdfa3iijslhvf-browserslist-rs-0.12.4 /nix/store/75hr7zhhzw2fkjw2g6qscxiw95q37ni7-cargo-vendor-dir /nix/store/h2xy42s44izii2cjq59viw0hf4fwxl6j-cfg-if-0.1.10 /nix/store/dadgsnw57aw9yw4i5si7q7ahh5vs5pbg-const-str-0.3.2 /nix/store/g6q82sw1s8ydnvcqrxk4wdbygpddd9cc-const-str-proc-macro-0.3.2 /nix/store/5b3pg21ibv749div3fk0mgycw6g2iwck-core2-0.4.0 /nix/store/fgi5c7lpfalzjx4scj4b0gfq6vkjsvjb-cssparser-0.33.0 /nix/store/rlywrdpm6w4s3n371z8qk5va51wn98ja-cssparser-color-0.1.0 /nix/store/d4zfrm7mhl7ip8f1vsrp7r2l9lsx4z3m-dary_heap-0.3.6 /nix/store/gsyhyslkxg6gv7lgkn3fx5n3xn6xwayx-data-url-0.1.1 /nix/store/jd3l4yr82c4xm1cbpcwx7vq0h53j4963-flexi_logger-0.27.3 /nix/store/nmhc1mgiwrnwlns3cbzdy5m6ar12b860-fsevent-0.4.0 /nix/store/g7l970h7z21zx1481ll1plnlbmbdb7w9-fsevent-sys-2.0.1 /nix/store/5yc29l7c5snhb99bi703vmab65vc0535-fuchsia-zircon-0.3.3 /nix/store/y9fbgm065xv0kq44q4b82y8zl8fdd516-fuchsia-zircon-sys-0.3.3 /nix/store/v0fjl5v7qvxs8z63nbh6njm6vhlxbl4l-gimli-0.26.2 /nix/store/qyn81rxkvk3nm9lj460my89vx5pr4crd-heck-0.3.3 /nix/store/nqlq34jrsbi8rnxn55c0a09q1np1s2ic-id-arena-2.2.1 /nix/store/zqn0bqxv04lq6v0aijdigrmr7mbj21hz-inotify-0.7.1 /nix/store/2bw7050z0yy58p821yakscn3bzx1bapi-insta-1.34.0 /nix/store/cxp38s4sqy5alf68pykp8c2n5g6ks559-iovec-0.1.4 /nix/store/5x9kh8jikn7hzl4w8b96889kl1rzc8bp-leb128-0.2.5 /nix/store/6mybhfhhpx8gbn4yqnnhrq4byj026xpc-leptos_hot_reload-0.5.4 /nix/store/h1jf65y2q706bzn67fwaagx4zhkz8lhv-libflate-2.0.0 /nix/store/7yjjqlhj8qg3qn3cn7hxa21hylcjqwmc-libflate_lz77-2.0.0 /nix/store/0a2j4afh7klash62x05r7lmam0qxgi0g-lightningcss-1.0.0-alpha.51 /nix/store/w034jv8945jzps99npp52a7v0hxzqfdw-mio-0.6.23 /nix/store/mhprb09l65f8grwwa5fi99v2mgqlba3k-mio-extras-2.0.6 /nix/store/nqkvq0rcl3gl5xhs5q7i3xbyg10yy1y1-miow-0.2.2 /nix/store/mq0n55nmd4x4psi0kcgp84m9gixg72f8-net2-0.2.39 /nix/store/xkaz1sy4mlmipf6m5wrpnjn15kbsrs0g-notify-4.0.17 /nix/store/q9dhi45cmnjzqdjb527a0hf0fy8mzgcz-nu-ansi-term-0.49.0 /nix/store/i1p6wvvixi2s13k0gr2z0gwsvxz3i4sj-outref-0.1.0 /nix/store/xjxb3xyd0243xgghlhid8nyjr96a7jjg-parcel_selectors-0.26.4 /nix/store/x9g3sdwc08mnwknq97xbmaxy6yrwv89p-parcel_sourcemap-2.1.1 /nix/store/ffdm0pgp4yjfkaznqb2bwxqc30hhfl44-proc-macro2-diagnostics-0.10.1 /nix/store/6bbck6w5lh7q896dz8j22lk5i2rsbk4x-ring-0.17.6 /nix/store/jinglnv7rwwqhgpn7z2r8n1lrjxqnv7f-rkyv-0.7.42 /nix/store/ixxc5hpsqcbp9mfh4pqw6ji02iknbqvj-rkyv_derive-0.7.42 /nix/store/sqjp32bq919jsq3a71a295mrf596qf4i-rle-decode-fast-1.0.3 /nix/store/0l4y749mp9d8h59wjc9gd4pwj6ifz47w-rstml-0.11.2 /nix/store/pj474qnknkjzbwak3bp18qkjfgbxjycd-simd-abstraction-0.7.1 /nix/store/7kna0167wp0gp8p5kw2vjdq17l16m5gj-similar-2.3.0 /nix/store/4in8idnrlg8fzmwfc6kxpmwndi72r9nq-temp-dir-0.1.11 /nix/store/mfzlkinn80k7cnjr7s62qjazri4dj0a7-vlq-0.5.1 /nix/store/lxnsg33m6rhb0mjv5m2pc21313hxwvgn-walrus-0.20.3 /nix/store/nwrwqijf5150ymzny6p0gz60jdvqkvfl-walrus-macro-0.19.0 /nix/store/8j3cmr8wacc93dlpvqypbv23nr83lmg3-wasm-bindgen-cli-support-0.2.89 /nix/store/zngp97rg7fwzl5jgp8m2ssr4kvgi1738-wasm-bindgen-externref-xform-0.2.89 /nix/store/9r5dspp66lxfb1mxf8vhs4jg4syw92fg-wasm-bindgen-multi-value-xform-0.2.89 /nix/store/0d1bqh10s76a50p270izdxpf1qzhw7g3-wasm-bindgen-threads-xform-0.2.89 /nix/store/z8san9ip4763qjgw2ajvpkm99zlbihq7-wasm-bindgen-wasm-conventions-0.2.89 /nix/store/0khy5imy42g3c9ssx646y8j6wjlb9dj0-wasm-bindgen-wasm-interpreter-0.2.89 /nix/store/i4l08qsifly37a1klwz3db44x7v4gngs-wasm-encoder-0.29.0 /nix/store/7vg9x7vkxvm21ql812k3qdhj3yx92bf3-wasmparser-0.80.2 /nix/store/qrc5csvq2pajg66y8dsl6a0qa0q7s8fp-ws2_32-sys-0.2.1 /nix/store/fn8km27xqcbqcmlpny2zcwsy68lm2rjb-yansi-1.0.0-rc.1 /nix/store/nsxl3ln6z2jw4zi7bfap113xyggwisbp-zerocopy-0.7.26 /nix/store/9vdmlqw6saqn7vyj51flx6jp8pr26shq-zerocopy-derive-0.7.26 copying path '/nix/store/swsgijakadszr9rx177sdfa3iijslhvf-browserslist-rs-0.12.4' from 'https://cache.nixos.org'... copying path '/nix/store/riiarlyq0mp9yfpkpshbw0xvqg6aa3hm-base64-simd-0.7.0' from 'https://cache.nixos.org'... copying path '/nix/store/h2xy42s44izii2cjq59viw0hf4fwxl6j-cfg-if-0.1.10' from 'https://cache.nixos.org'... copying path '/nix/store/dadgsnw57aw9yw4i5si7q7ahh5vs5pbg-const-str-0.3.2' from 'https://cache.nixos.org'... copying path '/nix/store/g6q82sw1s8ydnvcqrxk4wdbygpddd9cc-const-str-proc-macro-0.3.2' from 'https://cache.nixos.org'... copying path '/nix/store/5b3pg21ibv749div3fk0mgycw6g2iwck-core2-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/fgi5c7lpfalzjx4scj4b0gfq6vkjsvjb-cssparser-0.33.0' from 'https://cache.nixos.org'... copying path '/nix/store/rlywrdpm6w4s3n371z8qk5va51wn98ja-cssparser-color-0.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/d4zfrm7mhl7ip8f1vsrp7r2l9lsx4z3m-dary_heap-0.3.6' from 'https://cache.nixos.org'... copying path '/nix/store/gsyhyslkxg6gv7lgkn3fx5n3xn6xwayx-data-url-0.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/jd3l4yr82c4xm1cbpcwx7vq0h53j4963-flexi_logger-0.27.3' from 'https://cache.nixos.org'... copying path '/nix/store/nmhc1mgiwrnwlns3cbzdy5m6ar12b860-fsevent-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/g7l970h7z21zx1481ll1plnlbmbdb7w9-fsevent-sys-2.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/5yc29l7c5snhb99bi703vmab65vc0535-fuchsia-zircon-0.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/y9fbgm065xv0kq44q4b82y8zl8fdd516-fuchsia-zircon-sys-0.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/v0fjl5v7qvxs8z63nbh6njm6vhlxbl4l-gimli-0.26.2' from 'https://cache.nixos.org'... building '/nix/store/1r58q56bx6f9ybzgb5bwnk11nv0hscxq-source.drv'... copying path '/nix/store/qyn81rxkvk3nm9lj460my89vx5pr4crd-heck-0.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/nqlq34jrsbi8rnxn55c0a09q1np1s2ic-id-arena-2.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/zqn0bqxv04lq6v0aijdigrmr7mbj21hz-inotify-0.7.1' from 'https://cache.nixos.org'... copying path '/nix/store/cxp38s4sqy5alf68pykp8c2n5g6ks559-iovec-0.1.4' from 'https://cache.nixos.org'... copying path '/nix/store/2bw7050z0yy58p821yakscn3bzx1bapi-insta-1.34.0' from 'https://cache.nixos.org'... copying path '/nix/store/5x9kh8jikn7hzl4w8b96889kl1rzc8bp-leb128-0.2.5' from 'https://cache.nixos.org'... copying path '/nix/store/6mybhfhhpx8gbn4yqnnhrq4byj026xpc-leptos_hot_reload-0.5.4' from 'https://cache.nixos.org'... copying path '/nix/store/h1jf65y2q706bzn67fwaagx4zhkz8lhv-libflate-2.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/7yjjqlhj8qg3qn3cn7hxa21hylcjqwmc-libflate_lz77-2.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/0a2j4afh7klash62x05r7lmam0qxgi0g-lightningcss-1.0.0-alpha.51' from 'https://cache.nixos.org'... copying path '/nix/store/w034jv8945jzps99npp52a7v0hxzqfdw-mio-0.6.23' from 'https://cache.nixos.org'... copying path '/nix/store/mhprb09l65f8grwwa5fi99v2mgqlba3k-mio-extras-2.0.6' from 'https://cache.nixos.org'... copying path '/nix/store/nqkvq0rcl3gl5xhs5q7i3xbyg10yy1y1-miow-0.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/mq0n55nmd4x4psi0kcgp84m9gixg72f8-net2-0.2.39' from 'https://cache.nixos.org'... copying path '/nix/store/xkaz1sy4mlmipf6m5wrpnjn15kbsrs0g-notify-4.0.17' from 'https://cache.nixos.org'... copying path '/nix/store/q9dhi45cmnjzqdjb527a0hf0fy8mzgcz-nu-ansi-term-0.49.0' from 'https://cache.nixos.org'... copying path '/nix/store/i1p6wvvixi2s13k0gr2z0gwsvxz3i4sj-outref-0.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/xjxb3xyd0243xgghlhid8nyjr96a7jjg-parcel_selectors-0.26.4' from 'https://cache.nixos.org'... copying path '/nix/store/x9g3sdwc08mnwknq97xbmaxy6yrwv89p-parcel_sourcemap-2.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/ffdm0pgp4yjfkaznqb2bwxqc30hhfl44-proc-macro2-diagnostics-0.10.1' from 'https://cache.nixos.org'... copying path '/nix/store/6bbck6w5lh7q896dz8j22lk5i2rsbk4x-ring-0.17.6' from 'https://cache.nixos.org'... copying path '/nix/store/jinglnv7rwwqhgpn7z2r8n1lrjxqnv7f-rkyv-0.7.42' from 'https://cache.nixos.org'... copying path '/nix/store/ixxc5hpsqcbp9mfh4pqw6ji02iknbqvj-rkyv_derive-0.7.42' from 'https://cache.nixos.org'... copying path '/nix/store/sqjp32bq919jsq3a71a295mrf596qf4i-rle-decode-fast-1.0.3' from 'https://cache.nixos.org'... copying path '/nix/store/0l4y749mp9d8h59wjc9gd4pwj6ifz47w-rstml-0.11.2' from 'https://cache.nixos.org'... copying path '/nix/store/pj474qnknkjzbwak3bp18qkjfgbxjycd-simd-abstraction-0.7.1' from 'https://cache.nixos.org'... copying path '/nix/store/7kna0167wp0gp8p5kw2vjdq17l16m5gj-similar-2.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/4in8idnrlg8fzmwfc6kxpmwndi72r9nq-temp-dir-0.1.11' from 'https://cache.nixos.org'... copying path '/nix/store/mfzlkinn80k7cnjr7s62qjazri4dj0a7-vlq-0.5.1' from 'https://cache.nixos.org'... copying path '/nix/store/lxnsg33m6rhb0mjv5m2pc21313hxwvgn-walrus-0.20.3' from 'https://cache.nixos.org'... copying path '/nix/store/nwrwqijf5150ymzny6p0gz60jdvqkvfl-walrus-macro-0.19.0' from 'https://cache.nixos.org'... copying path '/nix/store/8j3cmr8wacc93dlpvqypbv23nr83lmg3-wasm-bindgen-cli-support-0.2.89' from 'https://cache.nixos.org'... copying path '/nix/store/zngp97rg7fwzl5jgp8m2ssr4kvgi1738-wasm-bindgen-externref-xform-0.2.89' from 'https://cache.nixos.org'... copying path '/nix/store/9r5dspp66lxfb1mxf8vhs4jg4syw92fg-wasm-bindgen-multi-value-xform-0.2.89' from 'https://cache.nixos.org'... copying path '/nix/store/0d1bqh10s76a50p270izdxpf1qzhw7g3-wasm-bindgen-threads-xform-0.2.89' from 'https://cache.nixos.org'... copying path '/nix/store/z8san9ip4763qjgw2ajvpkm99zlbihq7-wasm-bindgen-wasm-conventions-0.2.89' from 'https://cache.nixos.org'... copying path '/nix/store/0khy5imy42g3c9ssx646y8j6wjlb9dj0-wasm-bindgen-wasm-interpreter-0.2.89' from 'https://cache.nixos.org'... copying path '/nix/store/i4l08qsifly37a1klwz3db44x7v4gngs-wasm-encoder-0.29.0' from 'https://cache.nixos.org'... copying path '/nix/store/7vg9x7vkxvm21ql812k3qdhj3yx92bf3-wasmparser-0.80.2' from 'https://cache.nixos.org'... copying path '/nix/store/qrc5csvq2pajg66y8dsl6a0qa0q7s8fp-ws2_32-sys-0.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/fn8km27xqcbqcmlpny2zcwsy68lm2rjb-yansi-1.0.0-rc.1' from 'https://cache.nixos.org'... copying path '/nix/store/nsxl3ln6z2jw4zi7bfap113xyggwisbp-zerocopy-0.7.26' from 'https://cache.nixos.org'... copying path '/nix/store/9vdmlqw6saqn7vyj51flx6jp8pr26shq-zerocopy-derive-0.7.26' from 'https://cache.nixos.org'... trying https://github.com/leptos-rs/cargo-leptos/archive/0.2.12.tar.gz % 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/1r58q56bx6f9ybzgb5bwnk11nv0hscxq-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/leptos-rs/cargo-leptos/archive/0.2.12.tar.gz > % 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/1r58q56bx6f9ybzgb5bwnk11nv0hscxq-source.drv'. error: 1 dependencies of derivation '/nix/store/0fz1wzsll0b3kmsyiw8flgbvc0zjqv8r-cargo-leptos-0.2.12.drv' failed to build [result] Failed to update cargo-leptos 0.2.5 -> 0.2.12 https://github.com/leptos-rs/cargo-leptos/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-hl7, using log file: /var/log/nixpkgs-update/python311Packages.python-hl7/2024-03-03.log python311Packages.python-hl7 0 -> 1 attrpath: python311Packages.python-hl7 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xm0va1nb9hgljqdg3jd0hhfhqw91ghjj-packages.json.drv building '/nix/store/xm0va1nb9hgljqdg3jd0hhfhqw91ghjj-packages.json.drv'... Going to be running update for following packages: - python3.11-python-hl7-0.4.5 Press Enter key to continue... Running update for: - python3.11-python-hl7-0.4.5: UPDATING ... - python3.11-python-hl7-0.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-hl7 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypcap, using log file: /var/log/nixpkgs-update/python311Packages.pypcap/2024-03-03.log python311Packages.pypcap 0 -> 1 attrpath: python311Packages.pypcap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9h1rrplyzydbwi36j6dzfvp3479lhz31-packages.json.drv building '/nix/store/9h1rrplyzydbwi36j6dzfvp3479lhz31-packages.json.drv'... Going to be running update for following packages: - python3.11-pypcap-1.3.0 Press Enter key to continue... Running update for: - python3.11-pypcap-1.3.0: UPDATING ... - python3.11-pypcap-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypcap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.caldav, using log file: /var/log/nixpkgs-update/python311Packages.caldav/2024-03-03.log python311Packages.caldav 0 -> 1 attrpath: python311Packages.caldav Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6r1fir419rnyqdwrgq001k3jij495mrk-packages.json.drv building '/nix/store/6r1fir419rnyqdwrgq001k3jij495mrk-packages.json.drv'... Going to be running update for following packages: - python3.11-caldav-1.3.9 Press Enter key to continue... Running update for: - python3.11-caldav-1.3.9: UPDATING ... - python3.11-caldav-1.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.caldav 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dj-email-url, using log file: /var/log/nixpkgs-update/python311Packages.dj-email-url/2024-03-03.log python311Packages.dj-email-url 0 -> 1 attrpath: python311Packages.dj-email-url Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n9ziczrlwn0khlza81cq4djx9rm2xkzy-packages.json.drv building '/nix/store/n9ziczrlwn0khlza81cq4djx9rm2xkzy-packages.json.drv'... Going to be running update for following packages: - python3.11-dj-email-url-1.0.6 Press Enter key to continue... Running update for: - python3.11-dj-email-url-1.0.6: UPDATING ... - python3.11-dj-email-url-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dj-email-url 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohttp-wsgi, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-wsgi/2024-03-03.log python311Packages.aiohttp-wsgi 0 -> 1 attrpath: python311Packages.aiohttp-wsgi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bvpjl2rll53y338bz279kc9ypanfm71m-packages.json.drv building '/nix/store/bvpjl2rll53y338bz279kc9ypanfm71m-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-wsgi-0.10.0 Press Enter key to continue... Running update for: - python3.11-aiohttp-wsgi-0.10.0: UPDATING ... - python3.11-aiohttp-wsgi-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-wsgi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath play-with-mpv, using log file: /var/log/nixpkgs-update/play-with-mpv/2024-03-03.log play-with-mpv 0 -> 1 attrpath: play-with-mpv Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/8ms4gwfsvxdwi1cr3big956a55qjnffm-packages.json.drv building '/nix/store/8ms4gwfsvxdwi1cr3big956a55qjnffm-packages.json.drv'... Going to be running update for following packages: - play-with-mpv-unstable-2021-04-02 Press Enter key to continue... Running update for: - play-with-mpv-unstable-2021-04-02: UPDATING ... - play-with-mpv-unstable-2021-04-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update play-with-mpv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quamash, using log file: /var/log/nixpkgs-update/python311Packages.quamash/2024-03-03.log python311Packages.quamash 0 -> 1 attrpath: python311Packages.quamash Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/9n40dhqdxlk3i3pv7r9v2f8kqlaflq1f-packages.json.drv building '/nix/store/9n40dhqdxlk3i3pv7r9v2f8kqlaflq1f-packages.json.drv'... Going to be running update for following packages: - python3.11-quamash-0.6.1 Press Enter key to continue... Running update for: - python3.11-quamash-0.6.1: UPDATING ... - python3.11-quamash-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quamash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sgt-puzzles, using log file: /var/log/nixpkgs-update/sgt-puzzles/2024-03-03.log sgt-puzzles 0 -> 1 attrpath: sgt-puzzles Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/xd9hb3vcqdxbpqibn11737zcm43786bl-update-sgt-puzzles.drv /nix/store/qsxks5lbzwp2lvgdnlck4ln0cwzxfmyg-packages.json.drv building '/nix/store/xd9hb3vcqdxbpqibn11737zcm43786bl-update-sgt-puzzles.drv'... building '/nix/store/qsxks5lbzwp2lvgdnlck4ln0cwzxfmyg-packages.json.drv'... Going to be running update for following packages: - sgt-puzzles-20240103.7a93ae5 Press Enter key to continue... Running update for: - sgt-puzzles-20240103.7a93ae5: UPDATING ... - sgt-puzzles-20240103.7a93ae5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/games/sgt-puzzles/default.nix b/pkgs/games/sgt-puzzles/default.nix index 7361d2281113..bd56416c5918 100644 --- a/pkgs/games/sgt-puzzles/default.nix +++ b/pkgs/games/sgt-puzzles/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "sgt-puzzles"; - version = "20240103.7a93ae5"; + version = "20240302.80aac31"; src = fetchurl { url = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz"; - hash = "sha256-1pTruSF+Kl1wqTFIaYYHrvbD9p+k+1PGa5PpV4jvgEk="; + hash = "sha256-0+bmGq4wM+0/ldQz8ieKdkuG0HHazctQr9ul/qLT0gg="; }; sgt-puzzles-menu = fetchurl { No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/6crw8araz0p1d0apdxffywv9hv7l4550-sgt-puzzles-20240302.80aac31" [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:
  • sgt-puzzles
  • sgt-puzzles-mobile
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 sgt-puzzles is: Simon Tatham's portable puzzle collection meta.homepage for sgt-puzzles is: https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ ###### 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 20240302.80aac31 with grep in /nix/store/6crw8araz0p1d0apdxffywv9hv7l4550-sgt-puzzles-20240302.80aac31 - found 20240302.80aac31 in filename of file in /nix/store/6crw8araz0p1d0apdxffywv9hv7l4550-sgt-puzzles-20240302.80aac31 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath sgt-puzzles sgt-puzzles-mobile ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/6crw8araz0p1d0apdxffywv9hv7l4550-sgt-puzzles-20240302.80aac31 \ --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 sgt-puzzles https://github.com/r-ryantm/nixpkgs/archive/e3f64c6d9fd006b812add806d9bef6297c5ced42.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e3f64c6d9fd006b812add806d9bef6297c5ced42#sgt-puzzles ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/6crw8araz0p1d0apdxffywv9hv7l4550-sgt-puzzles-20240302.80aac31 ls -la /nix/store/6crw8araz0p1d0apdxffywv9hv7l4550-sgt-puzzles-20240302.80aac31/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:
  • sgt-puzzles
  • sgt-puzzles-mobile
--- ###### Maintainer pings cc @7c6f434c @tomfitzhenry 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/292981 [result] Success updating sgt-puzzles 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cbor-diag, using log file: /var/log/nixpkgs-update/cbor-diag/2024-03-03.log cbor-diag 0 -> 1 attrpath: cbor-diag 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 cbor-diag 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynut2, using log file: /var/log/nixpkgs-update/python311Packages.pynut2/2024-03-03.log python311Packages.pynut2 0 -> 1 attrpath: python311Packages.pynut2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bh0h6zicbpnwgpzk2vin9cpwys7g0aif-packages.json.drv building '/nix/store/bh0h6zicbpnwgpzk2vin9cpwys7g0aif-packages.json.drv'... Going to be running update for following packages: - python3.11-pynut2-2.1.2 Press Enter key to continue... Running update for: - python3.11-pynut2-2.1.2: UPDATING ... - python3.11-pynut2-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynut2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.huggingface-hub, using log file: /var/log/nixpkgs-update/python311Packages.huggingface-hub/2024-03-03.log python311Packages.huggingface-hub 0 -> 1 attrpath: python311Packages.huggingface-hub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q0hwx3bl75hkqr47zb4xg1knvvbaaq33-packages.json.drv building '/nix/store/q0hwx3bl75hkqr47zb4xg1knvvbaaq33-packages.json.drv'... Going to be running update for following packages: - python3.11-huggingface-hub-0.21.3 Press Enter key to continue... Running update for: - python3.11-huggingface-hub-0.21.3: UPDATING ... - python3.11-huggingface-hub-0.21.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.huggingface-hub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.editorconfig, using log file: /var/log/nixpkgs-update/python311Packages.editorconfig/2024-03-03.log python311Packages.editorconfig 0 -> 1 attrpath: python311Packages.editorconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6b175ximl9hv54x0cqsj7sb6qwqwabhs-packages.json.drv building '/nix/store/6b175ximl9hv54x0cqsj7sb6qwqwabhs-packages.json.drv'... Going to be running update for following packages: - python3.11-editorconfig-0.12.4 Press Enter key to continue... Running update for: - python3.11-editorconfig-0.12.4: UPDATING ... - python3.11-editorconfig-0.12.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.editorconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dxvk_2, using log file: /var/log/nixpkgs-update/dxvk_2/2024-03-03.log dxvk_2 0 -> 1 attrpath: dxvk_2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xjv649m4ycrrj78bfmwiyr2lnq6hv0mb-packages.json.drv building '/nix/store/xjv649m4ycrrj78bfmwiyr2lnq6hv0mb-packages.json.drv'... Going to be running update for following packages: - dxvk-2.3 Press Enter key to continue... Running update for: - dxvk-2.3: UPDATING ... - dxvk-2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dxvk_2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath torrential, using log file: /var/log/nixpkgs-update/torrential/2024-03-03.log torrential 0 -> 1 attrpath: torrential Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p7dm9y4iddm5hpjnrwgiw1rwqv0h2n72-packages.json.drv building '/nix/store/p7dm9y4iddm5hpjnrwgiw1rwqv0h2n72-packages.json.drv'... Going to be running update for following packages: - torrential-3.0.0 Press Enter key to continue... Running update for: - torrential-3.0.0: UPDATING ... - torrential-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update torrential 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath codec2, using log file: /var/log/nixpkgs-update/codec2/2024-03-03.log codec2 1.1.1 -> 1.2.0 https://github.com/drowe67/codec2/releases attrpath: codec2 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/mmbkm21pqd3gj7nzhznwrgp831d39gq5-source.drv building '/nix/store/mmbkm21pqd3gj7nzhznwrgp831d39gq5-source.drv'... trying https://github.com/drowe67/codec2/archive/v1.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'codec2.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/mmbkm21pqd3gj7nzhznwrgp831d39gq5-source.drv /nix/store/1hxs7km2jbkj8snw0pz5r36wsj8svnaz-codec2-1.2.0.drv building '/nix/store/mmbkm21pqd3gj7nzhznwrgp831d39gq5-source.drv'... trying https://github.com/drowe67/codec2/archive/v1.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/mmbkm21pqd3gj7nzhznwrgp831d39gq5-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/drowe67/codec2/archive/v1.2.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/mmbkm21pqd3gj7nzhznwrgp831d39gq5-source.drv'. error: 1 dependencies of derivation '/nix/store/1hxs7km2jbkj8snw0pz5r36wsj8svnaz-codec2-1.2.0.drv' failed to build [result] Failed to update codec2 1.1.1 -> 1.2.0 https://github.com/drowe67/codec2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rpyc, using log file: /var/log/nixpkgs-update/python311Packages.rpyc/2024-03-03.log python311Packages.rpyc 0 -> 1 attrpath: python311Packages.rpyc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3xkd95ljw746zickhwzn9z0hxh5fimk5-packages.json.drv building '/nix/store/3xkd95ljw746zickhwzn9z0hxh5fimk5-packages.json.drv'... Going to be running update for following packages: - python3.11-rpyc-5.3.1 Press Enter key to continue... Running update for: - python3.11-rpyc-5.3.1: UPDATING ... - python3.11-rpyc-5.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/rpyc/default.nix b/pkgs/development/python-modules/rpyc/default.nix index 0d02b9b3d93a..7c9a13fc4d17 100644 --- a/pkgs/development/python-modules/rpyc/default.nix +++ b/pkgs/development/python-modules/rpyc/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "rpyc"; - version = "5.3.1"; + version = "6.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "tomerfiliba"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-2b6ryqDqZPs5VniLhCwA1/c9+3CT+JJrr3VwP3G6tpY="; + hash = "sha256-BvXEXZlVbOmKBwnSBCDksUkbT7JPcMX48KZe/Gd5Y8Q="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.rpyc nix build failed. ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/source collecting ...  collected 93 items / 2 errors / 16 deselected / 77 selected  ==================================== ERRORS ==================================== ___________________ ERROR collecting tests/test_affinity.py ____________________ ImportError while importing test module '/build/source/tests/test_affinity.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_affinity.py:4: in import support E ModuleNotFoundError: No module named 'support' ________________ ERROR collecting tests/test_service_pickle.py _________________ ImportError while importing test module '/build/source/tests/test_service_pickle.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_service_pickle.py:7: in import cfg_tests E ModuleNotFoundError: No module named 'cfg_tests' =========================== short test summary info ============================ ERROR tests/test_affinity.py ERROR tests/test_service_pickle.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ======================= 16 deselected, 2 errors in 0.39s ======================= /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.rpyc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.consul, using log file: /var/log/nixpkgs-update/terraform-providers.consul/2024-03-03.log terraform-providers.consul 0 -> 1 attrpath: terraform-providers.consul Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.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.spur, using log file: /var/log/nixpkgs-update/python311Packages.spur/2024-03-03.log python311Packages.spur 0 -> 1 attrpath: python311Packages.spur Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1gasn75hyxhgni598glbi7x8bqsjn3pa-packages.json.drv building '/nix/store/1gasn75hyxhgni598glbi7x8bqsjn3pa-packages.json.drv'... Going to be running update for following packages: - python3.11-spur-0.3.23 Press Enter key to continue... Running update for: - python3.11-spur-0.3.23: UPDATING ... - python3.11-spur-0.3.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spur 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.daiquiri, using log file: /var/log/nixpkgs-update/python311Packages.daiquiri/2024-03-03.log python311Packages.daiquiri 0 -> 1 attrpath: python311Packages.daiquiri Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8mcv3jvqy8p7vb25ckp61bwh1pjnwqrd-packages.json.drv building '/nix/store/8mcv3jvqy8p7vb25ckp61bwh1pjnwqrd-packages.json.drv'... Going to be running update for following packages: - python3.11-daiquiri-3.2.5.1 Press Enter key to continue... Running update for: - python3.11-daiquiri-3.2.5.1: UPDATING ... - python3.11-daiquiri-3.2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.daiquiri 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-frog, using log file: /var/log/nixpkgs-update/gnome-frog/2024-03-03.log gnome-frog 0 -> 1 attrpath: gnome-frog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3r4mhzcrsy7d3kraz0f3bpm1vkqr3318-packages.json.drv building '/nix/store/3r4mhzcrsy7d3kraz0f3bpm1vkqr3318-packages.json.drv'... Going to be running update for following packages: - gnome-frog-1.4.2 Press Enter key to continue... Running update for: - gnome-frog-1.4.2: UPDATING ... - gnome-frog-1.4.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/gnome-frog/default.nix b/pkgs/applications/misc/gnome-frog/default.nix index 6570ea796853..f73d8d8ed0f4 100644 --- a/pkgs/applications/misc/gnome-frog/default.nix +++ b/pkgs/applications/misc/gnome-frog/default.nix @@ -25,13 +25,13 @@ python3Packages.buildPythonApplication rec { pname = "gnome-frog"; - version = "1.4.2"; + version = "1.5.1"; src = fetchFromGitHub { owner = "TenderOwl"; repo = "Frog"; rev = "refs/tags/${version}"; - sha256 = "sha256-w/ENUhJt7bYy5htBLolb/HysK8/scRaPQX5qEezQcXY="; + sha256 = "sha256-zL6zuqHF1pTXT3l1mAFx2EL+0ThzjXfst/nEyNVorZg="; }; format = "other"; No auto update branch exists There might already be an open PR for this update: - gnome-frog: 1.4.2 -> 1.5.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288454" [result] Failed to update gnome-frog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylibjpeg-libjpeg, using log file: /var/log/nixpkgs-update/python311Packages.pylibjpeg-libjpeg/2024-03-03.log python311Packages.pylibjpeg-libjpeg 0 -> 1 attrpath: python311Packages.pylibjpeg-libjpeg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/ym1p3wyql92rg583mwjwssz2kbmwxz1d-packages.json.drv building '/nix/store/ym1p3wyql92rg583mwjwssz2kbmwxz1d-packages.json.drv'... Going to be running update for following packages: - python3.11-pylibjpeg-libjpeg-2.02 Press Enter key to continue... Running update for: - python3.11-pylibjpeg-libjpeg-2.02: UPDATING ... - python3.11-pylibjpeg-libjpeg-2.02: ERROR --- SHOWING ERROR LOG FOR python3.11-pylibjpeg-libjpeg-2.02 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 596, in main() File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-pylibjpeg-libjpeg-2.02 ---------------------- The update script for python3.11-pylibjpeg-libjpeg-2.02 failed with exit code 1 [result] Failed to update python311Packages.pylibjpeg-libjpeg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-esxi-hardware, using log file: /var/log/nixpkgs-update/check-esxi-hardware/2024-03-03.log check-esxi-hardware 0 -> 1 attrpath: check-esxi-hardware Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bdvmqgzhbz4vhi0wjbg63kg036nclzkx-packages.json.drv building '/nix/store/bdvmqgzhbz4vhi0wjbg63kg036nclzkx-packages.json.drv'... Going to be running update for following packages: - check-esxi-hardware-20200710 Press Enter key to continue... Running update for: - check-esxi-hardware-20200710: UPDATING ... - check-esxi-hardware-20200710: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update check-esxi-hardware 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath protonvpn-gui_legacy, using log file: /var/log/nixpkgs-update/protonvpn-gui_legacy/2024-03-03.log protonvpn-gui_legacy 0 -> 1 attrpath: protonvpn-gui_legacy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0pj10wvibfc9536bgalsxbacvrsrxnly-packages.json.drv building '/nix/store/0pj10wvibfc9536bgalsxbacvrsrxnly-packages.json.drv'... Going to be running update for following packages: - protonvpn-gui-1.12.0 Press Enter key to continue... Running update for: - protonvpn-gui-1.12.0: UPDATING ... - protonvpn-gui-1.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update protonvpn-gui_legacy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fhir-py, using log file: /var/log/nixpkgs-update/python311Packages.fhir-py/2024-03-03.log python311Packages.fhir-py 0 -> 1 attrpath: python311Packages.fhir-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j2r3k63nsanaj7gylyrzv3avsgnr6zs5-packages.json.drv building '/nix/store/j2r3k63nsanaj7gylyrzv3avsgnr6zs5-packages.json.drv'... Going to be running update for following packages: - python3.11-fhir-py-1.4.2 Press Enter key to continue... Running update for: - python3.11-fhir-py-1.4.2: UPDATING ... - python3.11-fhir-py-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fhir-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cmdstanpy, using log file: /var/log/nixpkgs-update/python311Packages.cmdstanpy/2024-03-03.log python311Packages.cmdstanpy 0 -> 1 attrpath: python311Packages.cmdstanpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vgh5g1ls8p8rvcvbgqmcky48xj08cgm-packages.json.drv building '/nix/store/9vgh5g1ls8p8rvcvbgqmcky48xj08cgm-packages.json.drv'... Going to be running update for following packages: - python3.11-cmdstanpy-1.2.1 Press Enter key to continue... Running update for: - python3.11-cmdstanpy-1.2.1: UPDATING ... - python3.11-cmdstanpy-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cmdstanpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opsdroid, using log file: /var/log/nixpkgs-update/opsdroid/2024-03-03.log opsdroid 0 -> 1 attrpath: opsdroid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lns5na7sljph2lzmny6qm6j94hyggy8c-packages.json.drv building '/nix/store/lns5na7sljph2lzmny6qm6j94hyggy8c-packages.json.drv'... Going to be running update for following packages: - python3.11-opsdroid-0.25.0 Press Enter key to continue... Running update for: - python3.11-opsdroid-0.25.0: UPDATING ... - python3.11-opsdroid-0.25.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/opsdroid/default.nix b/pkgs/applications/networking/opsdroid/default.nix index 45569fefb28f..2f572704054d 100644 --- a/pkgs/applications/networking/opsdroid/default.nix +++ b/pkgs/applications/networking/opsdroid/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonPackage rec { pname = "opsdroid"; - version = "0.25.0"; + version = "0.28.0"; src = fetchFromGitHub { owner = "opsdroid"; repo = "opsdroid"; - rev = "v${version}"; - sha256 = "0f32jf2rds9543akysxinf3hsgzr0w880xwcrcm1r2r0nhp8b8s5"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-PG//UOSPNTAW6Xs8rSWWmnoBAODHmh6Js/iOes/XSAs="; }; disabled = !python3Packages.isPy3k; An auto update branch exists with message `opsdroid: 0.25.0 -> 0.28.0`. New version is 0.28.0. An auto update branch exists with an equal or greater version [result] Failed to update opsdroid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath blackmagic, using log file: /var/log/nixpkgs-update/blackmagic/2024-03-03.log blackmagic 1.8.2 -> 1.10.2 https://github.com/blacksphere/blackmagic/releases attrpath: blackmagic 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/embedded/blackmagic/default.nix b/pkgs/development/embedded/blackmagic/default.nix index a422cdc54fc3..fcb8c8ffff40 100644 --- a/pkgs/development/embedded/blackmagic/default.nix +++ b/pkgs/development/embedded/blackmagic/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "blackmagic"; - version = "1.8.2"; + version = "1.10.2"; # `git describe --always` firmwareVersion = "v${version}"; @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { owner = "blacksphere"; repo = "blackmagic"; rev = firmwareVersion; - hash = "sha256-NGzoohmpVwGOncr9AvHYANMf/oEskjmTXYj/Kdx2RwM="; + hash = "sha256-ZhcVGSES+RPSjS7Pdk1EGWF8MfIW19HmHbvYtzMECME="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A blackmagic nix build failed. CC hex_utils.c CC target/hc32l110.c CC target/imxrt.c CC target/jtag_devs.c CC target/jtag_scan.c CC target/lmi.c CC target/lpc_common.c CC target/lpc11xx.c CC target/lpc17xx.c CC target/lpc15xx.c In file included from platforms/common/stm32/gdb_if.c:30: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:139: gdb_if.o] Error 1 make: *** Waiting for unfinished jobs.... CC target/lpc40xx.c In file included from gdb_main.c:28: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. In file included from target/cortexm.c:44: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:140: gdb_main.o] Error 1 make: *** [Makefile:140: cortexm.o] Error 1 [result] Failed to update blackmagic 1.8.2 -> 1.10.2 https://github.com/blacksphere/blackmagic/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grpclib, using log file: /var/log/nixpkgs-update/python311Packages.grpclib/2024-03-03.log python311Packages.grpclib 0 -> 1 attrpath: python311Packages.grpclib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kacyv11295fvw7zd2gam7zbnc3lzkysa-packages.json.drv building '/nix/store/kacyv11295fvw7zd2gam7zbnc3lzkysa-packages.json.drv'... Going to be running update for following packages: - python3.11-grpclib-0.4.4 Press Enter key to continue... Running update for: - python3.11-grpclib-0.4.4: UPDATING ... - python3.11-grpclib-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grpclib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.yandex, using log file: /var/log/nixpkgs-update/terraform-providers.yandex/2024-03-03.log terraform-providers.yandex 0 -> 1 attrpath: terraform-providers.yandex Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.yandex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mdx-truly-sane-lists, using log file: /var/log/nixpkgs-update/python311Packages.mdx-truly-sane-lists/2024-03-03.log python311Packages.mdx-truly-sane-lists 0 -> 1 attrpath: python311Packages.mdx-truly-sane-lists Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f90gaab5ywirmzzbfbirvgslzdlcy8vk-packages.json.drv building '/nix/store/f90gaab5ywirmzzbfbirvgslzdlcy8vk-packages.json.drv'... Going to be running update for following packages: - python3.11-mdx_truly_sane_lists-1.3 Press Enter key to continue... Running update for: - python3.11-mdx_truly_sane_lists-1.3: UPDATING ... - python3.11-mdx_truly_sane_lists-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdx-truly-sane-lists 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mockupdb, using log file: /var/log/nixpkgs-update/python311Packages.mockupdb/2024-03-03.log python311Packages.mockupdb 0 -> 1 attrpath: python311Packages.mockupdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9pr2xcd4a06dqgiixb1rf69bfiqy59fb-packages.json.drv building '/nix/store/9pr2xcd4a06dqgiixb1rf69bfiqy59fb-packages.json.drv'... Going to be running update for following packages: - python3.11-mockupdb-1.8.1 Press Enter key to continue... Running update for: - python3.11-mockupdb-1.8.1: UPDATING ... - python3.11-mockupdb-1.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mockupdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymodbus, using log file: /var/log/nixpkgs-update/python311Packages.pymodbus/2024-03-03.log python311Packages.pymodbus 0 -> 1 attrpath: python311Packages.pymodbus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zcdz7d9ikv87b93m0hv8i4748cm8yk72-packages.json.drv building '/nix/store/zcdz7d9ikv87b93m0hv8i4748cm8yk72-packages.json.drv'... Going to be running update for following packages: - python3.11-pymodbus-3.6.4 Press Enter key to continue... Running update for: - python3.11-pymodbus-3.6.4: UPDATING ... - python3.11-pymodbus-3.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymodbus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libdwarf, using log file: /var/log/nixpkgs-update/libdwarf/2024-03-03.log libdwarf 0.9.0 -> 0.9.1 https://github.com/davea42/libdwarf-code/releases attrpath: libdwarf Checking auto update branch... No auto update branch exists Old version 0.9.0" not present in master derivation file with contents: { lib, stdenv, fetchurl, buildInputs, hash, version, libelf, url, knownVulnerabilities }: stdenv.mkDerivation rec { pname = "libdwarf"; inherit version; src = fetchurl { inherit url hash; }; configureFlags = [ "--enable-shared" "--disable-nonshared" ]; inherit buildInputs; outputs = [ "bin" "lib" "dev" "out" ]; meta = { homepage = "https://github.com/davea42/libdwarf-code"; platforms = lib.platforms.unix; license = lib.licenses.lgpl21Plus; maintainers = [ lib.maintainers.atry ]; inherit knownVulnerabilities; }; } [result] Failed to update libdwarf 0.9.0 -> 0.9.1 https://github.com/davea42/libdwarf-code/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiopegelonline, using log file: /var/log/nixpkgs-update/python311Packages.aiopegelonline/2024-03-03.log python311Packages.aiopegelonline 0 -> 1 attrpath: python311Packages.aiopegelonline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rlmpsccsy5kjgf24yxafz34997r3s1i3-packages.json.drv building '/nix/store/rlmpsccsy5kjgf24yxafz34997r3s1i3-packages.json.drv'... Going to be running update for following packages: - python3.11-aiopegelonline-0.0.9 Press Enter key to continue... Running update for: - python3.11-aiopegelonline-0.0.9: UPDATING ... - python3.11-aiopegelonline-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiopegelonline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath piper-train, using log file: /var/log/nixpkgs-update/piper-train/2024-03-03.log piper-train 0 -> 1 attrpath: piper-train Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2wmjkl3ijpl4n5xls5nkvwpgxqx5696c-packages.json.drv building '/nix/store/2wmjkl3ijpl4n5xls5nkvwpgxqx5696c-packages.json.drv'... Going to be running update for following packages: - python3.11-piper-train-2023.11.14-2 Press Enter key to continue... Running update for: - python3.11-piper-train-2023.11.14-2: UPDATING ... - python3.11-piper-train-2023.11.14-2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update piper-train 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentelemetry-instrumentation, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-instrumentation/2024-03-03.log python311Packages.opentelemetry-instrumentation 0 -> 1 attrpath: python311Packages.opentelemetry-instrumentation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wvjv8xfafxmqzbqiv9n9v6aqfqqr7xik-packages.json.drv building '/nix/store/wvjv8xfafxmqzbqiv9n9v6aqfqqr7xik-packages.json.drv'... Going to be running update for following packages: - python3.11-opentelemetry-instrumentation-0.43b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-instrumentation-0.43b0: UPDATING ... - python3.11-opentelemetry-instrumentation-0.43b0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix b/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix index f5e76507d3ab..4ee758ea564d 100644 --- a/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix +++ b/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "opentelemetry-instrumentation"; - version = "0.43b0"; + version = "1.16.0"; disabled = pythonOlder "3.7"; # to avoid breakage, every package in opentelemetry-python-contrib must inherit this version, src, and meta @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "open-telemetry"; repo = "opentelemetry-python-contrib"; rev = "refs/tags/v${version}"; - hash = "sha256-fUyA3cPXAxO506usEWxOUX9xiapc8Ocnbx73LP6ghRE="; + hash = "sha256-6tGQjPBej2zv5yJN0S46le3kyD7q3TELYyDmyxlp5Wo="; }; sourceRoot = "${src.name}/opentelemetry-instrumentation"; An auto update branch exists with message `python311Packages.opentelemetry-instrumentation: 0.43b0 -> 1.16.0`. New version is 1.16.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.opentelemetry-instrumentation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.siosocks, using log file: /var/log/nixpkgs-update/python311Packages.siosocks/2024-03-03.log python311Packages.siosocks 0 -> 1 attrpath: python311Packages.siosocks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5qrw3knq7d7sz6zvxc6ca2ap0cfki7gy-packages.json.drv building '/nix/store/5qrw3knq7d7sz6zvxc6ca2ap0cfki7gy-packages.json.drv'... Going to be running update for following packages: - python3.11-siosocks-0.3.0 Press Enter key to continue... Running update for: - python3.11-siosocks-0.3.0: UPDATING ... - python3.11-siosocks-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.siosocks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sipp, using log file: /var/log/nixpkgs-update/sipp/2024-03-03.log sipp 3.6.1 -> 3.7.2 https://github.com/SIPp/sipp/releases attrpath: sipp Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/misc/sipp/default.nix b/pkgs/development/tools/misc/sipp/default.nix index 297669733c0e..a6a679908b95 100644 --- a/pkgs/development/tools/misc/sipp/default.nix +++ b/pkgs/development/tools/misc/sipp/default.nix @@ -1,12 +1,12 @@ { lib, stdenv, fetchurl, ncurses, libpcap, cmake, openssl, git, lksctp-tools }: stdenv.mkDerivation rec { - version = "3.6.1"; + version = "3.7.2"; pname = "sipp"; src = fetchurl { url = "https://github.com/SIPp/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz"; - sha256 = "sha256-alYOg6/5gvMx3byt+zvVMMWJbNW3V91utoITPMhg7LE="; + sha256 = "sha256-fDqYZLOpZqyfejIFJVovwyhJDeMkt6J2NvlYKHnwUm4="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sipp nix build failed. got build log for 'sipp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/djfinplgi4052x31mxwzjgjs84xxv4a8-sipp-3.7.2.tar.gz source root is sipp-3.7.2 setting SOURCE_DATE_EPOCH to timestamp 1700175019 of file sipp-3.7.2/validate-src.sh @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase cp: cannot stat 'version.h': No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update sipp 3.6.1 -> 3.7.2 https://github.com/SIPp/sipp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openutau, using log file: /var/log/nixpkgs-update/openutau/2024-03-03.log openutau 0 -> 1 attrpath: openutau Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4acain97rj0556zgv366y2948dwx12gp-packages.json.drv building '/nix/store/4acain97rj0556zgv366y2948dwx12gp-packages.json.drv'... Going to be running update for following packages: - OpenUtau-0.1.327 Press Enter key to continue... Running update for: - OpenUtau-0.1.327: UPDATING ... - OpenUtau-0.1.327: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openutau 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.certifi, using log file: /var/log/nixpkgs-update/python311Packages.certifi/2024-03-03.log python311Packages.certifi 0 -> 1 attrpath: python311Packages.certifi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/azg5wa7lbaj0cxl9shia6k4h2r7fv76b-packages.json.drv building '/nix/store/azg5wa7lbaj0cxl9shia6k4h2r7fv76b-packages.json.drv'... Going to be running update for following packages: - python3.11-certifi-2023.11.17 Press Enter key to continue... Running update for: - python3.11-certifi-2023.11.17: UPDATING ... - python3.11-certifi-2023.11.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-appdirs, using log file: /var/log/nixpkgs-update/python311Packages.types-appdirs/2024-03-03.log python311Packages.types-appdirs 0 -> 1 attrpath: python311Packages.types-appdirs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8pigl817ad2fk1x5x8rc9my4csib5jsh-packages.json.drv building '/nix/store/8pigl817ad2fk1x5x8rc9my4csib5jsh-packages.json.drv'... Going to be running update for following packages: - python3.11-types-appdirs-1.4.3.5 Press Enter key to continue... Running update for: - python3.11-types-appdirs-1.4.3.5: UPDATING ... - python3.11-types-appdirs-1.4.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-appdirs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath metricbeat, using log file: /var/log/nixpkgs-update/metricbeat/2024-03-03.log metricbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases attrpath: metricbeat Checking auto update branch... No auto update branch exists Old version 7.17.16" not present in master derivation file with contents: { lib, fetchFromGitHub, elk7Version, buildGoModule, libpcap, nixosTests, systemd, config }: let beat = package: extraArgs: buildGoModule (rec { pname = package; version = elk7Version; src = fetchFromGitHub { owner = "elastic"; repo = "beats"; rev = "v${version}"; hash = "sha256-0qwWHRIDLlnaPOCRmiiFGg+/jdanWuQtggM2QSaMR1o="; }; vendorHash = "sha256-rwCCpptppkpvwQWUtqTjBUumP8GSpPHBTCaj0nYVQv8="; subPackages = [ package ]; meta = with lib; { homepage = "https://www.elastic.co/products/beats"; license = licenses.asl20; maintainers = with maintainers; [ fadenb basvandijk dfithian ]; platforms = platforms.linux; }; } // extraArgs); in rec { auditbeat7 = beat "auditbeat" { meta.description = "Lightweight shipper for audit data"; }; filebeat7 = beat "filebeat" { meta.description = "Lightweight shipper for logfiles"; buildInputs = [ systemd ]; tags = [ "withjournald" ]; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [ (lib.getLib systemd) ]} "$out/bin/filebeat" ''; }; heartbeat7 = beat "heartbeat" { meta.description = "Lightweight shipper for uptime monitoring"; }; metricbeat7 = beat "metricbeat" { meta.description = "Lightweight shipper for metrics"; passthru.tests = lib.optionalAttrs config.allowUnfree ( assert metricbeat7.drvPath == nixosTests.elk.unfree.ELK-7.elkPackages.metricbeat.drvPath; { elk = nixosTests.elk.unfree.ELK-7; } ); }; packetbeat7 = beat "packetbeat" { buildInputs = [ libpcap ]; meta.description = "Network packet analyzer that ships data to Elasticsearch"; meta.longDescription = '' Packetbeat is an open source network packet analyzer that ships the data to Elasticsearch. Think of it like a distributed real-time Wireshark with a lot more analytics features. The Packetbeat shippers sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL, PostgreSQL, Redis or Thrift and correlate the messages into transactions. ''; }; } [result] Failed to update metricbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.invocations, using log file: /var/log/nixpkgs-update/python311Packages.invocations/2024-03-03.log python311Packages.invocations 0 -> 1 attrpath: python311Packages.invocations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j0x8mfgmjrr4x1k1jdkqr2xdnd5wq78b-packages.json.drv building '/nix/store/j0x8mfgmjrr4x1k1jdkqr2xdnd5wq78b-packages.json.drv'... Going to be running update for following packages: - python3.11-invocations-3.3.0 Press Enter key to continue... Running update for: - python3.11-invocations-3.3.0: UPDATING ... - python3.11-invocations-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.invocations 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath whatsapp-chat-exporter, using log file: /var/log/nixpkgs-update/whatsapp-chat-exporter/2024-03-03.log whatsapp-chat-exporter 0 -> 1 attrpath: whatsapp-chat-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/v92gy0dprlknd33n2nslkbkk6y23hpg7-packages.json.drv building '/nix/store/v92gy0dprlknd33n2nslkbkk6y23hpg7-packages.json.drv'... Going to be running update for following packages: - whatsapp-chat-exporter-0.9.7 Press Enter key to continue... Running update for: - whatsapp-chat-exporter-0.9.7: UPDATING ... - whatsapp-chat-exporter-0.9.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update whatsapp-chat-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 tarantool, using log file: /var/log/nixpkgs-update/tarantool/2024-03-03.log tarantool 2.10.4 -> 3.0.1 https://github.com/tarantool/tarantool/releases attrpath: tarantool 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/tarantool/default.nix b/pkgs/servers/tarantool/default.nix index 80b2e96d2d6d..fd519cc87c03 100644 --- a/pkgs/servers/tarantool/default.nix +++ b/pkgs/servers/tarantool/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "tarantool"; - version = "2.10.4"; + version = "3.0.1"; src = fetchFromGitHub { owner = "tarantool"; repo = pname; rev = version; - sha256 = "sha256-yCRU5IxC6gNS+O2KYtKWjFk35EHkBnnzWy5UnyuB9f4="; + sha256 = "sha256-NuKkSLhZMkV97QlAgFXEj95UeZIqzUWzJf7SPFiT5O8="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tarantool nix build failed. -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_mx_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_naptr_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_ns_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_ptr_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_soa_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_srv_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_txt_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_uri_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_process.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_query.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_save_options.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_search.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_send.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_dev.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_ip4.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_ip6.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_csv.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_ports.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_ports_csv.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_callback.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_configure_callback.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_functions.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_sortlist.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_strerror.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_timeout.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_version.3 [ 8%] Completed 'bundled-ares-project' [ 8%] Built target bundled-ares-project make: *** [Makefile:156: all] Error 2 [result] Failed to update tarantool 2.10.4 -> 3.0.1 https://github.com/tarantool/tarantool/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lttoolbox, using log file: /var/log/nixpkgs-update/lttoolbox/2024-03-03.log lttoolbox 3.7.1 -> 3.7.6 https://github.com/apertium/lttoolbox/releases attrpath: lttoolbox Checking auto update 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 lttoolbox 3.7.1 -> 3.7.6 https://github.com/apertium/lttoolbox/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath therion, using log file: /var/log/nixpkgs-update/therion/2024-03-03.log therion 6.1.8 -> 6.2.0 https://github.com/therion/therion/releases attrpath: therion 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/therion/default.nix b/pkgs/applications/misc/therion/default.nix index fbe734ddc1b6..b5d40a4698e6 100644 --- a/pkgs/applications/misc/therion/default.nix +++ b/pkgs/applications/misc/therion/default.nix @@ -30,13 +30,13 @@ stdenv.mkDerivation rec { pname = "therion"; - version = "6.1.8"; + version = "6.2.0"; src = fetchFromGitHub { owner = "therion"; repo = "therion"; rev = "v${version}"; - hash = "sha256-bmp0IZ4uAqDpe2e8UeIDUdFaaocx4OBIYuhnaHirqGc="; + hash = "sha256-2240ufxEtvyxlxcIqVf8w9xQyNb376kbHqRTCtM2FfQ="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A therion nix build failed. -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for module 'proj' -- Found proj, version 9.3.1 CMake Error at cmake/Catch2.cmake:17 (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. Call Stack (most recent call first): cmake/Dependencies.cmake:14 (include) CMakeLists.txt:18 (include)  -- Configuring incomplete, errors occurred! [result] Failed to update therion 6.1.8 -> 6.2.0 https://github.com/therion/therion/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hepunits, using log file: /var/log/nixpkgs-update/python311Packages.hepunits/2024-03-03.log python311Packages.hepunits 0 -> 1 attrpath: python311Packages.hepunits Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3v5ybw9y15rc9jsjlkcnfw4iwb11lypi-packages.json.drv building '/nix/store/3v5ybw9y15rc9jsjlkcnfw4iwb11lypi-packages.json.drv'... Going to be running update for following packages: - python3.11-hepunits-2.3.3 Press Enter key to continue... Running update for: - python3.11-hepunits-2.3.3: UPDATING ... - python3.11-hepunits-2.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hepunits 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libcouchbase, using log file: /var/log/nixpkgs-update/libcouchbase/2024-03-03.log libcouchbase 3.3.9 -> 3.3.12 https://github.com/couchbase/libcouchbase/releases attrpath: libcouchbase Checking auto update branch... An auto update branch exists with message `libcouchbase: 3.3.9 -> 3.3.11`. New version is 3.3.12. 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/libcouchbase/default.nix b/pkgs/development/libraries/libcouchbase/default.nix index 4f813d74a897..9c89287ed26b 100644 --- a/pkgs/development/libraries/libcouchbase/default.nix +++ b/pkgs/development/libraries/libcouchbase/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libcouchbase"; - version = "3.3.9"; + version = "3.3.12"; src = fetchFromGitHub { owner = "couchbase"; repo = "libcouchbase"; rev = version; - sha256 = "sha256-dvXRbAdgb1WmKLijYkx6+js60ZxK1Tl2aTFSF7EpN74="; + sha256 = "sha256-27hRhuavcHvBQ9itXm28MWXQhseQGu16xj4UcHoLH5g="; }; cmakeFlags = [ "-DLCB_NO_MOCK=ON" ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/awidzy1yzc8i944ccpcmmkmk5ax095nw-libcouchbase-3.3.12" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages failed to build:
  • php81Extensions.couchbase
  • php82Extensions.couchbase
  • php83Extensions.couchbase
1 package built:
  • libcouchbase
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/couchbase/libcouchbase/releases. meta.description for libcouchbase is: C client library for Couchbase meta.homepage for libcouchbase is: https://github.com/couchbase/libcouchbase ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/couchbase/libcouchbase/releases/tag/3.3.12) - [Compare changes on GitHub](https://github.com/couchbase/libcouchbase/compare/3.3.9...3.3.12) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.3.12 with grep in /nix/store/awidzy1yzc8i944ccpcmmkmk5ax095nw-libcouchbase-3.3.12 - found 3.3.12 in filename of file in /nix/store/awidzy1yzc8i944ccpcmmkmk5ax095nw-libcouchbase-3.3.12 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath libcouchbase php81Extensions.couchbase php82Extensions.couchbase php83Extensions.couchbase ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/awidzy1yzc8i944ccpcmmkmk5ax095nw-libcouchbase-3.3.12 \ --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 libcouchbase https://github.com/r-ryantm/nixpkgs/archive/f1e3e1bce7b0465c6f9fc32dee2701f0997d450b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f1e3e1bce7b0465c6f9fc32dee2701f0997d450b#libcouchbase ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/awidzy1yzc8i944ccpcmmkmk5ax095nw-libcouchbase-3.3.12 ls -la /nix/store/awidzy1yzc8i944ccpcmmkmk5ax095nw-libcouchbase-3.3.12/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages failed to build:
  • php81Extensions.couchbase
  • php82Extensions.couchbase
  • php83Extensions.couchbase
1 package built:
  • libcouchbase
--- ###### Maintainer pings Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/264102 [result] Success updating libcouchbase 3.3.9 -> 3.3.12 https://github.com/couchbase/libcouchbase/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath influxdb, using log file: /var/log/nixpkgs-update/influxdb/2024-03-03.log influxdb 1.10.5 -> 2.7.5 https://github.com/influxdata/influxdb/releases attrpath: influxdb Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#influxdb.src --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/influxdb' is dirty error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#influxdb.originalSrc --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/influxdb' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/influxdb' does not provide attribute 'packages.x86_64-linux.influxdb.originalSrc', 'legacyPackages.x86_64-linux.influxdb.originalSrc' or 'influxdb.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#influxdb --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/influxdb' is dirty error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ [result] Failed to update influxdb 1.10.5 -> 2.7.5 https://github.com/influxdata/influxdb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.looseversion, using log file: /var/log/nixpkgs-update/python311Packages.looseversion/2024-03-03.log python311Packages.looseversion 0 -> 1 attrpath: python311Packages.looseversion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y1wfg0i8258qvz6g8awzr4skw69lnji1-packages.json.drv building '/nix/store/y1wfg0i8258qvz6g8awzr4skw69lnji1-packages.json.drv'... Going to be running update for following packages: - python3.11-looseversion-1.3.0 Press Enter key to continue... Running update for: - python3.11-looseversion-1.3.0: UPDATING ... - python3.11-looseversion-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.looseversion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dj-database-url, using log file: /var/log/nixpkgs-update/python311Packages.dj-database-url/2024-03-03.log python311Packages.dj-database-url 0 -> 1 attrpath: python311Packages.dj-database-url Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ljqqw0j07k981j4kxxcldd2smcph0aby-packages.json.drv building '/nix/store/ljqqw0j07k981j4kxxcldd2smcph0aby-packages.json.drv'... Going to be running update for following packages: - python3.11-dj-database-url-2.1.0 Press Enter key to continue... Running update for: - python3.11-dj-database-url-2.1.0: UPDATING ... - python3.11-dj-database-url-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dj-database-url 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.motionblinds, using log file: /var/log/nixpkgs-update/python311Packages.motionblinds/2024-03-03.log python311Packages.motionblinds 0 -> 1 attrpath: python311Packages.motionblinds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qv6dwcbcnlsysfbpyhcjpw7x3n7ivmaa-packages.json.drv building '/nix/store/qv6dwcbcnlsysfbpyhcjpw7x3n7ivmaa-packages.json.drv'... Going to be running update for following packages: - python3.11-motionblinds-0.6.23 Press Enter key to continue... Running update for: - python3.11-motionblinds-0.6.23: UPDATING ... - python3.11-motionblinds-0.6.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.motionblinds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath beetsPackages.copyartifacts, using log file: /var/log/nixpkgs-update/beetsPackages.copyartifacts/2024-03-03.log beetsPackages.copyartifacts 0 -> 1 attrpath: beetsPackages.copyartifacts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aj52s8pd7fnhdaws8r755xnas082n8h2-packages.json.drv building '/nix/store/aj52s8pd7fnhdaws8r755xnas082n8h2-packages.json.drv'... Going to be running update for following packages: - beets-copyartifacts-0.1.5 Press Enter key to continue... Running update for: - beets-copyartifacts-0.1.5: UPDATING ... - beets-copyartifacts-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update beetsPackages.copyartifacts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-session, using log file: /var/log/nixpkgs-update/python311Packages.flask-session/2024-03-03.log python311Packages.flask-session 0 -> 1 attrpath: python311Packages.flask-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/97bzwc8pch7pdkbw12gndbnbbwkwjx34-packages.json.drv building '/nix/store/97bzwc8pch7pdkbw12gndbnbbwkwjx34-packages.json.drv'... Going to be running update for following packages: - python3.11-Flask-Session-0.5.0 Press Enter key to continue... Running update for: - python3.11-Flask-Session-0.5.0: UPDATING ... - python3.11-Flask-Session-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-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.pyserial, using log file: /var/log/nixpkgs-update/python311Packages.pyserial/2024-03-03.log python311Packages.pyserial 0 -> 1 attrpath: python311Packages.pyserial Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wr1qgrpn8bs27baz2agq90zsfnxrld1z-packages.json.drv building '/nix/store/wr1qgrpn8bs27baz2agq90zsfnxrld1z-packages.json.drv'... Going to be running update for following packages: - python3.11-pyserial-3.5 Press Enter key to continue... Running update for: - python3.11-pyserial-3.5: UPDATING ... - python3.11-pyserial-3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyserial 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meraki, using log file: /var/log/nixpkgs-update/python311Packages.meraki/2024-03-03.log python311Packages.meraki 0 -> 1 attrpath: python311Packages.meraki Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mg9ivwljlm455c85i28q0hxayz3v9xvv-packages.json.drv building '/nix/store/mg9ivwljlm455c85i28q0hxayz3v9xvv-packages.json.drv'... Going to be running update for following packages: - python3.11-meraki-1.43.0 Press Enter key to continue... Running update for: - python3.11-meraki-1.43.0: UPDATING ... - python3.11-meraki-1.43.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meraki 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xarray-einstats, using log file: /var/log/nixpkgs-update/python311Packages.xarray-einstats/2024-03-03.log python311Packages.xarray-einstats 0 -> 1 attrpath: python311Packages.xarray-einstats Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y4cqirsil64f22qffk2qdnqdz7v805jn-packages.json.drv building '/nix/store/y4cqirsil64f22qffk2qdnqdz7v805jn-packages.json.drv'... Going to be running update for following packages: - python3.11-xarray-einstats-0.7.0 Press Enter key to continue... Running update for: - python3.11-xarray-einstats-0.7.0: UPDATING ... - python3.11-xarray-einstats-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xarray-einstats 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.weboob, using log file: /var/log/nixpkgs-update/python311Packages.weboob/2024-03-03.log python311Packages.weboob 0 -> 1 attrpath: python311Packages.weboob Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hg124m12nxzixlmzz935574pnz4lphd9-packages.json.drv building '/nix/store/hg124m12nxzixlmzz935574pnz4lphd9-packages.json.drv'... Going to be running update for following packages: - python3.11-weboob-2.0 Press Enter key to continue... Running update for: - python3.11-weboob-2.0: UPDATING ... - python3.11-weboob-2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.weboob 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-bootstrap3, using log file: /var/log/nixpkgs-update/python311Packages.django-bootstrap3/2024-03-03.log python311Packages.django-bootstrap3 0 -> 1 attrpath: python311Packages.django-bootstrap3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rk02w5zc6yvw3r40znb3wwhr8c1ih4g1-packages.json.drv building '/nix/store/rk02w5zc6yvw3r40znb3wwhr8c1ih4g1-packages.json.drv'... Going to be running update for following packages: - python3.11-django-bootstrap3-23.6 Press Enter key to continue... Running update for: - python3.11-django-bootstrap3-23.6: UPDATING ... - python3.11-django-bootstrap3-23.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-bootstrap3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dbus-sharp-glib-1_0, using log file: /var/log/nixpkgs-update/dbus-sharp-glib-1_0/2024-03-03.log dbus-sharp-glib-1_0 0.5 -> 0.6 https://github.com/mono/dbus-sharp-glib/releases attrpath: dbus-sharp-glib-1_0 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/dbus-sharp-glib/dbus-sharp-glib-1.0.nix b/pkgs/development/libraries/dbus-sharp-glib/dbus-sharp-glib-1.0.nix index f47c91ca3eaf..dc8bd30fe38b 100644 --- a/pkgs/development/libraries/dbus-sharp-glib/dbus-sharp-glib-1.0.nix +++ b/pkgs/development/libraries/dbus-sharp-glib/dbus-sharp-glib-1.0.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "dbus-sharp-glib"; - version = "0.5"; + version = "0.6"; src = fetchFromGitHub { owner = "mono"; repo = "dbus-sharp-glib"; rev = "v${version}"; - sha256 = "0z8ylzby8n5sar7aywc8rngd9ap5qqznadsscp5v34cacdfz1gxm"; + sha256 = "sha256-qH7uHIRX2RBrpE3QfKbSvXDfkHxaVQqBNFqFcZ6baUQ="; }; nativeBuildInputs = [ pkg-config autoreconfHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dbus-sharp-glib-1_0 nix build failed. @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" configure flags: --prefix=/nix/store/mppklv0xqrz1h4kmyv0vqnkfv5a4kqcg-dbus-sharp-glib-0.6 checking for a BSD-compatible install... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... /nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for mono >= 1.1.13... yes checking for gmcs... /nix/store/79cc03qsp63r50vg5h0wx11s62h9m0sy-mono-6.12.0.182/bin/gmcs checking for gacutil... /nix/store/79cc03qsp63r50vg5h0wx11s62h9m0sy-mono-6.12.0.182/bin/gacutil checking for dbus-sharp-2.0 >= 0.7... no configure: error: Package requirements (dbus-sharp-2.0 >= 0.7) were not met: No package 'dbus-sharp-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 DBUS_SHARP_CFLAGS and DBUS_SHARP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [result] Failed to update dbus-sharp-glib-1_0 0.5 -> 0.6 https://github.com/mono/dbus-sharp-glib/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-tour, using log file: /var/log/nixpkgs-update/gnome-tour/2024-03-03.log gnome-tour 0 -> 1 attrpath: gnome-tour Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-tour 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tbats, using log file: /var/log/nixpkgs-update/python311Packages.tbats/2024-03-03.log python311Packages.tbats 0 -> 1 attrpath: python311Packages.tbats Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hafgldihhcqg818xq1484sxxqd40z0qc-packages.json.drv building '/nix/store/hafgldihhcqg818xq1484sxxqd40z0qc-packages.json.drv'... Going to be running update for following packages: - python3.11-tbats-1.1.3 Press Enter key to continue... Running update for: - python3.11-tbats-1.1.3: UPDATING ... - python3.11-tbats-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tbats 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.automate-home, using log file: /var/log/nixpkgs-update/python311Packages.automate-home/2024-03-03.log python311Packages.automate-home 0 -> 1 attrpath: python311Packages.automate-home Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vjq21xx5qa4ndcxamvsg90vbzwjhs4s1-packages.json.drv building '/nix/store/vjq21xx5qa4ndcxamvsg90vbzwjhs4s1-packages.json.drv'... Going to be running update for following packages: - python3.11-automate-home-0.9.1 Press Enter key to continue... Running update for: - python3.11-automate-home-0.9.1: UPDATING ... - python3.11-automate-home-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.automate-home 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.gnome-clocks, using log file: /var/log/nixpkgs-update/gnome.gnome-clocks/2024-03-03.log gnome.gnome-clocks 0 -> 1 attrpath: gnome.gnome-clocks Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-clocks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wsdiscovery, using log file: /var/log/nixpkgs-update/python311Packages.wsdiscovery/2024-03-03.log python311Packages.wsdiscovery 0 -> 1 attrpath: python311Packages.wsdiscovery Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/digshybjihcbwbkklm5l5vrja395gcin-packages.json.drv building '/nix/store/digshybjihcbwbkklm5l5vrja395gcin-packages.json.drv'... Going to be running update for following packages: - python3.11-wsdiscovery-2.0.0 Press Enter key to continue... Running update for: - python3.11-wsdiscovery-2.0.0: UPDATING ... - python3.11-wsdiscovery-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wsdiscovery 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tree-sitter, using log file: /var/log/nixpkgs-update/python311Packages.tree-sitter/2024-03-03.log python311Packages.tree-sitter 0 -> 1 attrpath: python311Packages.tree-sitter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lkh2zvyzqg5wb9j8pxb6bzgjdm4wqvax-packages.json.drv building '/nix/store/lkh2zvyzqg5wb9j8pxb6bzgjdm4wqvax-packages.json.drv'... Going to be running update for following packages: - python3.11-tree-sitter-0.20.4 Press Enter key to continue... Running update for: - python3.11-tree-sitter-0.20.4: UPDATING ... - python3.11-tree-sitter-0.20.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tree-sitter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.serverfiles, using log file: /var/log/nixpkgs-update/python311Packages.serverfiles/2024-03-03.log python311Packages.serverfiles 0 -> 1 attrpath: python311Packages.serverfiles Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rh3qf473ry84lkbwmjq0makl6xap0r3d-packages.json.drv building '/nix/store/rh3qf473ry84lkbwmjq0makl6xap0r3d-packages.json.drv'... Going to be running update for following packages: - python3.11-serverfiles-0.3.1 Press Enter key to continue... Running update for: - python3.11-serverfiles-0.3.1: UPDATING ... - python3.11-serverfiles-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.serverfiles 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goocanvas2, using log file: /var/log/nixpkgs-update/goocanvas2/2024-03-03.log goocanvas2 0 -> 1 attrpath: goocanvas2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/983hi842q4agnf03z6458wwyc1mml4ym-packages.json.drv building '/nix/store/983hi842q4agnf03z6458wwyc1mml4ym-packages.json.drv'... Going to be running update for following packages: - goocanvas-2.0.4 Press Enter key to continue... Running update for: - goocanvas-2.0.4: UPDATING ... - goocanvas-2.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goocanvas2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath watershot, using log file: /var/log/nixpkgs-update/watershot/2024-03-03.log watershot 0.2.0 -> 0.2.2 https://github.com/Kirottu/watershot/releases attrpath: watershot Checking auto update branch... An auto update branch exists with message `watershot: 0.2.0 -> 0.2.2`. New version is 0.2.2. An auto update branch exists with an equal or greater version [result] Failed to update watershot 0.2.0 -> 0.2.2 https://github.com/Kirottu/watershot/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pypolicyd-spf, using log file: /var/log/nixpkgs-update/pypolicyd-spf/2024-03-03.log pypolicyd-spf 0 -> 1 attrpath: pypolicyd-spf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l9jv9pj3cxjaaj1nlgqjq0nvr199lwkq-packages.json.drv building '/nix/store/l9jv9pj3cxjaaj1nlgqjq0nvr199lwkq-packages.json.drv'... Going to be running update for following packages: - spf-engine-3.0.4 Press Enter key to continue... Running update for: - spf-engine-3.0.4: UPDATING ... - spf-engine-3.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pypolicyd-spf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath river-bnf, using log file: /var/log/nixpkgs-update/river-bnf/2024-03-03.log river-bnf 0 -> 1 attrpath: river-bnf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3cd880x4rca5cy8pcfi260yn2607igli-packages.json.drv building '/nix/store/3cd880x4rca5cy8pcfi260yn2607igli-packages.json.drv'... Going to be running update for following packages: - river-bnf-unstable-2023-10-10 Press Enter key to continue... Running update for: - river-bnf-unstable-2023-10-10: UPDATING ... - river-bnf-unstable-2023-10-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update river-bnf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioshutil, using log file: /var/log/nixpkgs-update/python311Packages.aioshutil/2024-03-03.log python311Packages.aioshutil 0 -> 1 attrpath: python311Packages.aioshutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z12yhljarccvhv924ai4442603sqmqzg-packages.json.drv building '/nix/store/z12yhljarccvhv924ai4442603sqmqzg-packages.json.drv'... Going to be running update for following packages: - python3.11-aioshutil-1.3 Press Enter key to continue... Running update for: - python3.11-aioshutil-1.3: UPDATING ... - python3.11-aioshutil-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioshutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath awsebcli, using log file: /var/log/nixpkgs-update/awsebcli/2024-03-03.log awsebcli 0 -> 1 attrpath: awsebcli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pwyiafahdrdlln3qq7396aq7a6xfvypn-packages.json.drv building '/nix/store/pwyiafahdrdlln3qq7396aq7a6xfvypn-packages.json.drv'... Going to be running update for following packages: - awsebcli-3.20.10 Press Enter key to continue... Running update for: - awsebcli-3.20.10: UPDATING ... - awsebcli-3.20.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update awsebcli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-tui, using log file: /var/log/nixpkgs-update/twitch-tui/2024-03-03.log twitch-tui 2.6.4 -> 2.6.5 https://github.com/Xithrius/twitch-tui/releases attrpath: twitch-tui 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-zhRrZr5RXKhjZCIjN3lRJ8BJlW/zxKJUzWtpOygX9oo= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix index 0814ff148653..982b41b27946 100644 --- a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix +++ b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix @@ -11,16 +11,16 @@ rustPlatform.buildRustPackage rec { pname = "twitch-tui"; - version = "2.6.4"; + version = "2.6.5"; src = fetchFromGitHub { owner = "Xithrius"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-8jb5SrPAPas4TG4RbsaiL7bdbl/o/KX2WpDu/avPxp8="; + hash = "sha256-eJw3C38+FdiMLE+x+akIo8c/VqsbWVbcGJj1Lb2vImE="; }; - cargoHash = "sha256-riDRGoPMLoDuBD1iFxoTgr5pgZLYkL18sidtQM5HYNk="; + cargoHash = "sha256-zhRrZr5RXKhjZCIjN3lRJ8BJlW/zxKJUzWtpOygX9oo="; nativeBuildInputs = [ pkg-config [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/93qqv5d44m6703il6c1z7bdiygj85ca3-twitch-tui-2.6.5" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • twitch-tui
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/Xithrius/twitch-tui/releases. meta.description for twitch-tui is: Twitch chat in the terminal meta.homepage for twitch-tui is: https://github.com/Xithrius/twitch-tui meta.changelog for twitch-tui is: https://github.com/Xithrius/twitch-tui/releases/tag/v2.6.5 ###### Updates performed - Rust version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.6.5 with grep in /nix/store/93qqv5d44m6703il6c1z7bdiygj85ca3-twitch-tui-2.6.5 - found 2.6.5 in filename of file in /nix/store/93qqv5d44m6703il6c1z7bdiygj85ca3-twitch-tui-2.6.5 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath twitch-tui ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/93qqv5d44m6703il6c1z7bdiygj85ca3-twitch-tui-2.6.5 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A twitch-tui https://github.com/r-ryantm/nixpkgs/archive/d0dd9626dd114955bf599484591a28f761ebfb93.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d0dd9626dd114955bf599484591a28f761ebfb93#twitch-tui ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/93qqv5d44m6703il6c1z7bdiygj85ca3-twitch-tui-2.6.5 ls -la /nix/store/93qqv5d44m6703il6c1z7bdiygj85ca3-twitch-tui-2.6.5/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • twitch-tui
--- ###### Maintainer pings cc @tgharib 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/292994 [result] Success updating twitch-tui 2.6.4 -> 2.6.5 https://github.com/Xithrius/twitch-tui/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysigma-backend-sqlite, using log file: /var/log/nixpkgs-update/python311Packages.pysigma-backend-sqlite/2024-03-03.log python311Packages.pysigma-backend-sqlite 0 -> 1 attrpath: python311Packages.pysigma-backend-sqlite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3hgl5kyl6bxjmlrq3nrz3iflknsziidl-packages.json.drv building '/nix/store/3hgl5kyl6bxjmlrq3nrz3iflknsziidl-packages.json.drv'... Going to be running update for following packages: - python3.11-pysigma-backend-sqlite-0.1.2 Press Enter key to continue... Running update for: - python3.11-pysigma-backend-sqlite-0.1.2: UPDATING ... - python3.11-pysigma-backend-sqlite-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigma-backend-sqlite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyasn1-modules, using log file: /var/log/nixpkgs-update/python311Packages.pyasn1-modules/2024-03-03.log python311Packages.pyasn1-modules 0 -> 1 attrpath: python311Packages.pyasn1-modules Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s2ns2z1082l55nd318kqf75pgkiak8d4-packages.json.drv building '/nix/store/s2ns2z1082l55nd318kqf75pgkiak8d4-packages.json.drv'... Going to be running update for following packages: - python3.11-pyasn1-modules-0.3.0 Press Enter key to continue... Running update for: - python3.11-pyasn1-modules-0.3.0: UPDATING ... - python3.11-pyasn1-modules-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyasn1-modules 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sequeler, using log file: /var/log/nixpkgs-update/sequeler/2024-03-03.log sequeler 0 -> 1 attrpath: sequeler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c1qjzc6fv7yfcy3pmfb8gxxgm19iq2vs-packages.json.drv building '/nix/store/c1qjzc6fv7yfcy3pmfb8gxxgm19iq2vs-packages.json.drv'... Going to be running update for following packages: - sequeler-0.8.2 Press Enter key to continue... Running update for: - sequeler-0.8.2: UPDATING ... - sequeler-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sequeler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.walrus, using log file: /var/log/nixpkgs-update/python311Packages.walrus/2024-03-03.log python311Packages.walrus 0 -> 1 attrpath: python311Packages.walrus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ny3qx5csp4hhipvdy9g0rrrh9yd8pi27-packages.json.drv building '/nix/store/ny3qx5csp4hhipvdy9g0rrrh9yd8pi27-packages.json.drv'... Going to be running update for following packages: - python3.11-walrus-0.9.3 Press Enter key to continue... Running update for: - python3.11-walrus-0.9.3: UPDATING ... - python3.11-walrus-0.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.walrus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ncview, using log file: /var/log/nixpkgs-update/ncview/2024-03-03.log ncview 2.1.9 -> 2.1.10 https://repology.org/project/ncview/versions attrpath: ncview 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/6h65q1v0p1n10wiwz7apd0dma49hbfd5-ncview-2.1.10.tar.gz.drv building '/nix/store/6h65q1v0p1n10wiwz7apd0dma49hbfd5-ncview-2.1.10.tar.gz.drv'... trying https://cirrus.ucsd.edu/~pierce/ncview/ncview-2.1.10.tar.gz % 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 cirrus.ucsd.edu port 443 after 133602 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 cirrus.ucsd.edu port 443 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 cirrus.ucsd.edu port 443 after 133163 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 cirrus.ucsd.edu port 443 after 135256 ms: Couldn't connect to server error: cannot download ncview-2.1.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 'ncview.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6h65q1v0p1n10wiwz7apd0dma49hbfd5-ncview-2.1.10.tar.gz.drv /nix/store/3mavh8sfb0qs6xv7rwgdqwxw6jmld6lp-ncview-2.1.10.drv these 2 paths will be fetched (0.13 MiB download, 0.73 MiB unpacked): /nix/store/m8d48p3nz2g8d5z2yi1f7r12wyqr40sx-libXaw-1.0.15-dev /nix/store/fnyyr0vy6mpzvbl7abjxhabw8p34nmnk-udunits-unstable-2021-03-17 copying path '/nix/store/m8d48p3nz2g8d5z2yi1f7r12wyqr40sx-libXaw-1.0.15-dev' from 'https://cache.nixos.org'... copying path '/nix/store/fnyyr0vy6mpzvbl7abjxhabw8p34nmnk-udunits-unstable-2021-03-17' from 'https://cache.nixos.org'... building '/nix/store/6h65q1v0p1n10wiwz7apd0dma49hbfd5-ncview-2.1.10.tar.gz.drv'... trying https://cirrus.ucsd.edu/~pierce/ncview/ncview-2.1.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to cirrus.ucsd.edu port 443 after 135417 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 cirrus.ucsd.edu port 443 after 134166 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 cirrus.ucsd.edu port 443 after 133165 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to cirrus.ucsd.edu port 443 after 135256 ms: Couldn't connect to server error: cannot download ncview-2.1.10.tar.gz from any mirror error: builder for '/nix/store/6h65q1v0p1n10wiwz7apd0dma49hbfd5-ncview-2.1.10.tar.gz.drv' failed with exit code 1; last 16 log lines: > > trying https://cirrus.ucsd.edu/~pierce/ncview/ncview-2.1.10.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 > curl: (28) Failed to connect to cirrus.ucsd.edu port 443 after 135417 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 cirrus.ucsd.edu port 443 after 134166 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 cirrus.ucsd.edu port 443 after 133165 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 > curl: (28) Failed to connect to cirrus.ucsd.edu port 443 after 135256 ms: Couldn't connect to server > error: cannot download ncview-2.1.10.tar.gz from any mirror For full logs, run 'nix log /nix/store/6h65q1v0p1n10wiwz7apd0dma49hbfd5-ncview-2.1.10.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/3mavh8sfb0qs6xv7rwgdqwxw6jmld6lp-ncview-2.1.10.drv' failed to build [result] Failed to update ncview 2.1.9 -> 2.1.10 https://repology.org/project/ncview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.streamdeck, using log file: /var/log/nixpkgs-update/python311Packages.streamdeck/2024-03-03.log python311Packages.streamdeck 0 -> 1 attrpath: python311Packages.streamdeck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5hm2zdbil6mn24kfsc21446xi1g34n64-packages.json.drv building '/nix/store/5hm2zdbil6mn24kfsc21446xi1g34n64-packages.json.drv'... Going to be running update for following packages: - python3.11-streamdeck-0.9.5 Press Enter key to continue... Running update for: - python3.11-streamdeck-0.9.5: UPDATING ... - python3.11-streamdeck-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.streamdeck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath osv-detector, using log file: /var/log/nixpkgs-update/osv-detector/2024-03-03.log osv-detector 0.11.1 -> 0.12.0 https://github.com/G-Rath/osv-detector/releases attrpath: osv-detector Checking auto update 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-Rrosye8foVntoFDvDmyNuXgnEgjzcOXenOKBMZVCRio=" [golangModuleVersion] Replaced vendorHash with sha256-ZLp1++P72KSn/nZVpBVpzLWid5Emh935XNAP/uaNevg= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A osv-detector nix build failed. - GHSA-64g7-mvw6-v9qj: Improper Privilege Management in shelljs (https://github.com/advisories/GHSA-64g7-mvw6-v9qj) - terser@4.8.0 is affected by the following vulnerabilities: - GHSA-4wf5-vphf-c2xc: Terser insecure use of regular expressions leads to ReDoS (https://github.com/advisories/GHSA-4wf5-vphf-c2xc) - tmpl@1.0.4 is affected by the following vulnerabilities: - GHSA-jgrx-mgxx-jf9v: tmpl vulnerable to Inefficient Regular Expression Complexity which may lead to resource exhaustion (https://github.com/advisories/GHSA-jgrx-mgxx-jf9v) - tough-cookie@2.5.0 is affected by the following vulnerabilities: - GHSA-72xf-g2v4-qvf3: tough-cookie Prototype Pollution vulnerability (https://github.com/advisories/GHSA-72xf-g2v4-qvf3) - tough-cookie@3.0.1 is affected by the following vulnerabilities: - GHSA-72xf-g2v4-qvf3: tough-cookie Prototype Pollution vulnerability (https://github.com/advisories/GHSA-72xf-g2v4-qvf3) - url-parse@1.5.3 is affected by the following vulnerabilities: - GHSA-8v38-pw62-9cw2: url-parse Incorrectly parses URLs that include an '@' (https://github.com/advisories/GHSA-8v38-pw62-9cw2) - GHSA-hgjh-723h-mx2j: Authorization Bypass Through User-Controlled Key in url-parse (https://github.com/advisories/GHSA-hgjh-723h-mx2j) - GHSA-jf5r-8hm2-f872: url-parse incorrectly parses hostname / protocol due to unstripped leading control characters. (https://github.com/advisories/GHSA-jf5r-8hm2-f872) - GHSA-rqff-837h-mm52: Authorization bypass in url-parse (https://github.com/advisories/GHSA-rqff-837h-mm52) - word-wrap@1.2.3 is affected by the following vulnerabilities: - GHSA-j8xg-fqg3-53r7: word-wrap vulnerable to Regular Expression Denial of Service (https://github.com/advisories/GHSA-j8xg-fqg3-53r7) - yargs-parser@10.1.0 is affected by the following vulnerabilities: - GHSA-p9pc-299p-vxgp: yargs-parser Vulnerable to Prototype Pollution (https://github.com/advisories/GHSA-p9pc-299p-vxgp) ... // 1 identical, 1 removed, and 1 inserted lines """ ) main_test.go:1434: actual stderr output does not match expected: string( - "", + ` failed: unable to fetch OSV database: could not retrieve OSV database archive: Get "https://osv-vulnerabilities.storage.googleapis.com/npm/all.zip": dial tcp: lookup osv-vulnerabilities.storage.googleapis.com on [::1]:53: read udp [::1]:55305->[::1]:53: r`..., ) FAIL FAIL github.com/g-rath/osv-detector 0.294s FAIL [result] Failed to update osv-detector 0.11.1 -> 0.12.0 https://github.com/G-Rath/osv-detector/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath samrewritten, using log file: /var/log/nixpkgs-update/samrewritten/2024-03-03.log samrewritten 0 -> 1 attrpath: samrewritten Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/ac5v3nxnjy0j5qqh936f2ff45l729qys-packages.json.drv building '/nix/store/ac5v3nxnjy0j5qqh936f2ff45l729qys-packages.json.drv'... Going to be running update for following packages: - samrewritten-unstable-2023-05-23 Press Enter key to continue... Running update for: - samrewritten-unstable-2023-05-23: UPDATING ... - samrewritten-unstable-2023-05-23: ERROR --- SHOWING ERROR LOG FOR samrewritten-unstable-2023-05-23 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; samrewritten.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/PaulCombal/SamRewritten.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.W3cI2zAnHU + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 https://github.com/PaulCombal/SamRewritten.git /run/nixpkgs-update-worker/tmp.W3cI2zAnHU Cloning into bare repository '/run/nixpkgs-update-worker/tmp.W3cI2zAnHU'... + pushd /run/nixpkgs-update-worker/tmp.W3cI2zAnHU ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2023-05-22 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=39d524a72678a226bf9140db6b97641f554563c3 + [[ -z '' ]] + new_version=unstable-2023-05-22 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version samrewritten unstable-2023-05-22 --rev=39d524a72678a226bf9140db6b97641f554563c3 update-source-version: error: Failed to replace source revision '39d524a72678a226bf9140db6b97641f554563c3' to '39d524a72678a226bf9140db6b97641f554563c3' in 'samrewritten'! --- SHOWING ERROR LOG FOR samrewritten-unstable-2023-05-23 ---------------------- The update script for samrewritten-unstable-2023-05-23 failed with exit code 1 [result] Failed to update samrewritten 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twofish, using log file: /var/log/nixpkgs-update/python311Packages.twofish/2024-03-03.log python311Packages.twofish 0 -> 1 attrpath: python311Packages.twofish Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/myablmqlpjd4044sp0796zjy3kwv9mh4-packages.json.drv building '/nix/store/myablmqlpjd4044sp0796zjy3kwv9mh4-packages.json.drv'... Going to be running update for following packages: - python3.11-twofish-0.3.0 Press Enter key to continue... Running update for: - python3.11-twofish-0.3.0: UPDATING ... - python3.11-twofish-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.twofish 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ptable, using log file: /var/log/nixpkgs-update/python311Packages.ptable/2024-03-03.log python311Packages.ptable 0 -> 1 attrpath: python311Packages.ptable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/357p56vb584f9iwc5x44dap9yyk8q3v8-packages.json.drv building '/nix/store/357p56vb584f9iwc5x44dap9yyk8q3v8-packages.json.drv'... Going to be running update for following packages: - python3.11-ptable-unstable-2019-06-14 Press Enter key to continue... Running update for: - python3.11-ptable-unstable-2019-06-14: UPDATING ... - python3.11-ptable-unstable-2019-06-14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ptable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-finspace, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-finspace/2024-03-03.log python312Packages.mypy-boto3-finspace 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-finspace Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bha8lxzhdrw7wm732yjnfsrvglbxv36v-packages.json.drv building '/nix/store/bha8lxzhdrw7wm732yjnfsrvglbxv36v-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-finspace-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-finspace-1.34.0: UPDATING ... - python3.12-mypy-boto3-finspace-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-finspace 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.x13binary, using log file: /var/log/nixpkgs-update/rPackages.x13binary/2024-03-03.log rPackages.x13binary 1.1.57-4 -> 1.1.60 https://repology.org/project/r:x13binary/versions attrpath: rPackages.x13binary Checking auto update branch... No auto update branch exists Old version 1.1.57-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.x13binary 1.1.57-4 -> 1.1.60 https://repology.org/project/r:x13binary/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.gccmakedep, using log file: /var/log/nixpkgs-update/xorg.gccmakedep/2024-03-03.log xorg.gccmakedep 1.0.3 -> 1.0.4 https://repology.org/project/gccmakedep/versions attrpath: xorg.gccmakedep Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end Derivation file says not to edit it [result] Failed to update xorg.gccmakedep 1.0.3 -> 1.0.4 https://repology.org/project/gccmakedep/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.encodings, using log file: /var/log/nixpkgs-update/xorg.encodings/2024-03-03.log xorg.encodings 1.0.7 -> 1.1.0 https://repology.org/project/encodings/versions attrpath: xorg.encodings Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.encodings 1.0.7 -> 1.1.0 https://repology.org/project/encodings/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.libXdmcp, using log file: /var/log/nixpkgs-update/xorg.libXdmcp/2024-03-03.log xorg.libXdmcp 1.1.4 -> 1.1.5 https://repology.org/project/libxdmcp/versions attrpath: xorg.libXdmcp Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.libXdmcp 1.1.4 -> 1.1.5 https://repology.org/project/libxdmcp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hdnom, using log file: /var/log/nixpkgs-update/rPackages.hdnom/2024-03-03.log rPackages.hdnom 6.0.2 -> 6.0.3 https://repology.org/project/r:hdnom/versions attrpath: rPackages.hdnom Checking auto update branch... No auto update branch exists Old version 6.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.hdnom 6.0.2 -> 6.0.3 https://repology.org/project/r:hdnom/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.libXcursor, using log file: /var/log/nixpkgs-update/xorg.libXcursor/2024-03-03.log xorg.libXcursor 1.2.1 -> 1.2.2 https://repology.org/project/libxcursor/versions attrpath: xorg.libXcursor Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.libXcursor 1.2.1 -> 1.2.2 https://repology.org/project/libxcursor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RaMS, using log file: /var/log/nixpkgs-update/rPackages.RaMS/2024-03-03.log rPackages.RaMS 1.3.4 -> 1.4.0 https://repology.org/project/r:rams/versions attrpath: rPackages.RaMS Checking auto update branch... No auto update branch exists Old version 1.3.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RaMS 1.3.4 -> 1.4.0 https://repology.org/project/r:rams/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glibcLocalesUtf8, using log file: /var/log/nixpkgs-update/glibcLocalesUtf8/2024-03-03.log glibcLocalesUtf8 2.38-44 -> 2.39 https://repology.org/project/glibc/versions attrpath: glibcLocalesUtf8 Checking auto update branch... No auto update branch exists Old version 2.38-44" not present in master derivation file with contents: /* This function builds just the `lib/locale/locale-archive' file from Glibc and nothing else. If `allLocales' is true, all supported locales are included; otherwise, just the locales listed in `locales'. See localedata/SUPPORTED in the Glibc source tree for the list of all supported locales: https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED */ { lib, stdenv, buildPackages, callPackage, writeText, glibc , allLocales ? true, locales ? [ "en_US.UTF-8/UTF-8" ] }: (callPackage ./common.nix { inherit stdenv; } { pname = "glibc-locales"; extraNativeBuildInputs = [ glibc ]; }).overrideAttrs(finalAttrs: previousAttrs: { builder = ./locales-builder.sh; outputs = [ "out" ]; LOCALEDEF_FLAGS = [ (if stdenv.hostPlatform.isLittleEndian then "--little-endian" else "--big-endian") ]; preBuild = (previousAttrs.preBuild or "") + '' # Awful hack: `localedef' doesn't allow the path to `locale-archive' # to be overriden, but you *can* specify a prefix, i.e. it will use # //lib/locale/locale-archive. So we use # $TMPDIR as a prefix, meaning that the locale-archive is placed in # $TMPDIR/nix/store/...-glibc-.../lib/locale/locale-archive. LOCALEDEF_FLAGS+=" --prefix=$TMPDIR" mkdir -p $TMPDIR/"${buildPackages.glibc.out}/lib/locale" echo 'C.UTF-8/UTF-8 \' >> ../glibc-2*/localedata/SUPPORTED # Hack to allow building of the locales (needed since glibc-2.12) sed -i -e 's,^$(rtld-prefix) $(common-objpfx)locale/localedef,localedef $(LOCALEDEF_FLAGS),' ../glibc-2*/localedata/Makefile '' + lib.optionalString (!allLocales) '' # Check that all locales to be built are supported echo -n '${lib.concatMapStrings (s: s + " \\\n") locales}' \ | sort -u > locales-to-build.txt cat ../glibc-2*/localedata/SUPPORTED | grep ' \\' \ | sort -u > locales-supported.txt comm -13 locales-supported.txt locales-to-build.txt \ > locales-unsupported.txt if [[ $(wc -c locales-unsupported.txt) != "0 locales-unsupported.txt" ]]; then cat locales-supported.txt echo "Error: unsupported locales detected:" cat locales-unsupported.txt echo "You should choose from the list above the error." false fi echo SUPPORTED-LOCALES='${toString locales}' > ../glibc-2*/localedata/SUPPORTED ''; # Current `nixpkgs` way of building locales is not compatible with # parallel install. `locale-archive` is updated in parallel with # multiple `localedef` processes and causes non-deterministic result: # https://github.com/NixOS/nixpkgs/issues/245360 enableParallelBuilding = false; makeFlags = (previousAttrs.makeFlags or []) ++ [ "localedata/install-locales" "localedir=${builtins.placeholder "out"}/lib/locale" ]; installPhase = '' mkdir -p "$out/lib/locale" "$out/share/i18n" cp -v "$TMPDIR/$NIX_STORE/"*"/lib/locale/locale-archive" "$out/lib/locale" cp -v ../glibc-2*/localedata/SUPPORTED "$out/share/i18n/SUPPORTED" ''; setupHook = writeText "locales-setup-hook.sh" '' export LOCALE_ARCHIVE=@out@/lib/locale/locale-archive ''; meta.description = "Locale information for the GNU C Library"; }) [result] Failed to update glibcLocalesUtf8 2.38-44 -> 2.39 https://repology.org/project/glibc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.overpy, using log file: /var/log/nixpkgs-update/python312Packages.overpy/2024-03-03.log python312Packages.overpy 0.6 -> 0.7 https://repology.org/project/python:overpy/versions attrpath: python312Packages.overpy Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/vq0kcdikb56z0carjlh4yyz7plj9w9aq-packages.json.drv building '/nix/store/vq0kcdikb56z0carjlh4yyz7plj9w9aq-packages.json.drv'... Going to be running update for following packages: - python3.12-overpy-0.6 Press Enter key to continue... Running update for: - python3.12-overpy-0.6: UPDATING ... - python3.12-overpy-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.overpy 0.6 -> 0.7 https://repology.org/project/python:overpy/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.psycopg, using log file: /var/log/nixpkgs-update/python312Packages.psycopg/2024-03-03.log python312Packages.psycopg 3.1.17 -> 3.1.18 https://repology.org/project/python:psycopg/versions attrpath: python312Packages.psycopg Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fpbyj00dmmgjclxwmznx0i9wk7wf46gl-packages.json.drv building '/nix/store/fpbyj00dmmgjclxwmznx0i9wk7wf46gl-packages.json.drv'... Going to be running update for following packages: - python3.12-psycopg-3.1.17 Press Enter key to continue... Running update for: - python3.12-psycopg-3.1.17: UPDATING ... - python3.12-psycopg-3.1.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.psycopg 3.1.17 -> 3.1.18 https://repology.org/project/python:psycopg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath freeplane, using log file: /var/log/nixpkgs-update/freeplane/2024-03-03.log freeplane 1.11.8 -> 1.11.11 https://repology.org/project/freeplane/versions attrpath: freeplane Checking auto update 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 freeplane 1.11.8 -> 1.11.11 https://repology.org/project/freeplane/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath melange, using log file: /var/log/nixpkgs-update/melange/2024-03-03.log melange 0.5.6 -> 0.6.5 https://github.com/chainguard-dev/melange/releases attrpath: melange Checking auto update branch... An auto update branch exists with message `melange: 0.5.6 -> 0.6.4`. New version is 0.6.5. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-qQm/a7pE7mwqvYFFUceqElV+Qg1G39/z048wxYrV7E4=" [golangModuleVersion] Replaced vendorHash with sha256-qI7BAd0H5k6AjVZIjm5gd6+TF4YUXufskKinfj8y+So= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/melange/default.nix b/pkgs/development/tools/melange/default.nix index 0ee59814bf41..1f726919bb98 100644 --- a/pkgs/development/tools/melange/default.nix +++ b/pkgs/development/tools/melange/default.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "melange"; - version = "0.5.6"; + version = "0.6.5"; src = fetchFromGitHub { owner = "chainguard-dev"; repo = pname; rev = "v${version}"; - hash = "sha256-/oQDtUL3gjm4BsUbx7p3AmM7hcrd8Ui5Dih0DFAl5rs="; + hash = "sha256-Itb1FMdn/k5HBeJ4RGjsH0f5VVL8xeNiGo9tjkeec3Q="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; @@ -25,7 +25,7 @@ buildGoModule rec { ''; }; - vendorHash = "sha256-qQm/a7pE7mwqvYFFUceqElV+Qg1G39/z048wxYrV7E4="; + vendorHash = "sha256-qI7BAd0H5k6AjVZIjm5gd6+TF4YUXufskKinfj8y+So="; subPackages = [ "." ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/79r7872jq1nmcg612vkkx7ychlihqnjl-melange-0.6.5" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • melange
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/chainguard-dev/melange/releases. meta.description for melange is: Build APKs from source code meta.homepage for melange is: https://github.com/chainguard-dev/melange meta.changelog for melange is: https://github.com/chainguard-dev/melange/blob/v0.6.5/NEWS.md ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.6.5 with grep in /nix/store/79r7872jq1nmcg612vkkx7ychlihqnjl-melange-0.6.5 - found 0.6.5 in filename of file in /nix/store/79r7872jq1nmcg612vkkx7ychlihqnjl-melange-0.6.5 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath melange ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/79r7872jq1nmcg612vkkx7ychlihqnjl-melange-0.6.5 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A melange https://github.com/r-ryantm/nixpkgs/archive/2703090f8d93d89aedbb9e97719298ca2c0aada5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2703090f8d93d89aedbb9e97719298ca2c0aada5#melange ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/79r7872jq1nmcg612vkkx7ychlihqnjl-melange-0.6.5 ls -la /nix/store/79r7872jq1nmcg612vkkx7ychlihqnjl-melange-0.6.5/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • melange
--- ###### Maintainer pings cc @developer-guy for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/286864 [result] Success updating melange 0.5.6 -> 0.6.5 https://github.com/chainguard-dev/melange/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.anysqlite, using log file: /var/log/nixpkgs-update/python311Packages.anysqlite/2024-03-03.log python311Packages.anysqlite 0 -> 1 attrpath: python311Packages.anysqlite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ww90jasih3354kvjh8xh819hvlvrclhm-packages.json.drv building '/nix/store/ww90jasih3354kvjh8xh819hvlvrclhm-packages.json.drv'... Going to be running update for following packages: - python3.11-anysqlite-0.0.5 Press Enter key to continue... Running update for: - python3.11-anysqlite-0.0.5: UPDATING ... - python3.11-anysqlite-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.anysqlite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-connectcases, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-connectcases/2024-03-03.log python312Packages.mypy-boto3-connectcases 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-connectcases Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k6wg8fzczch6f0kxx55vj73g85x1z92w-packages.json.drv building '/nix/store/k6wg8fzczch6f0kxx55vj73g85x1z92w-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-connectcases-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-connectcases-1.34.0: UPDATING ... - python3.12-mypy-boto3-connectcases-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-connectcases 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GenSA, using log file: /var/log/nixpkgs-update/rPackages.GenSA/2024-03-03.log rPackages.GenSA 1.1.12 -> 1.1.14 https://repology.org/project/r:gensa/versions attrpath: rPackages.GenSA Checking auto update branch... No auto update branch exists Old version 1.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.GenSA 1.1.12 -> 1.1.14 https://repology.org/project/r:gensa/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.webgear-server, using log file: /var/log/nixpkgs-update/haskellPackages.webgear-server/2024-03-03.log haskellPackages.webgear-server 1.0.5 -> 1.1.1 https://repology.org/project/haskell:webgear-server/versions attrpath: haskellPackages.webgear-server Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.webgear-server 1.0.5 -> 1.1.1 https://repology.org/project/haskell:webgear-server/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gms, using log file: /var/log/nixpkgs-update/rPackages.gms/2024-03-03.log rPackages.gms 0.4.0 -> 0.25.9 https://repology.org/project/r:gms/versions attrpath: rPackages.gms Checking auto update branch... No auto update branch exists Old version 0.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gms 0.4.0 -> 0.25.9 https://repology.org/project/r:gms/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hsstan, using log file: /var/log/nixpkgs-update/rPackages.hsstan/2024-03-03.log rPackages.hsstan 0.8.1 -> 0.8.2 https://repology.org/project/r:hsstan/versions attrpath: rPackages.hsstan Checking auto update branch... No auto update branch exists Old version 0.8.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.hsstan 0.8.1 -> 0.8.2 https://repology.org/project/r:hsstan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hibayes, using log file: /var/log/nixpkgs-update/rPackages.hibayes/2024-03-03.log rPackages.hibayes 3.0.1 -> 3.0.3 https://repology.org/project/r:hibayes/versions attrpath: rPackages.hibayes Checking auto update branch... No auto update branch exists Old version 3.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.hibayes 3.0.1 -> 3.0.3 https://repology.org/project/r:hibayes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ip2location, using log file: /var/log/nixpkgs-update/ip2location/2024-03-03.log ip2location 7.0.0 -> 8.6.1 https://repology.org/project/ip2location/versions attrpath: ip2location 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/piknbhrl5dznjxhs3jbk2cbn1c0cj719-ip2location-8.6.1.tar.gz.drv building '/nix/store/piknbhrl5dznjxhs3jbk2cbn1c0cj719-ip2location-8.6.1.tar.gz.drv'... trying https://www.ip2location.com/downloads/ip2location-8.6.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 3882 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download ip2location-8.6.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 'ip2location.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/piknbhrl5dznjxhs3jbk2cbn1c0cj719-ip2location-8.6.1.tar.gz.drv /nix/store/qllqzyzipzm24cikzfdicsadsv5h2vns-ip2location-8.6.1.drv building '/nix/store/piknbhrl5dznjxhs3jbk2cbn1c0cj719-ip2location-8.6.1.tar.gz.drv'... trying https://www.ip2location.com/downloads/ip2location-8.6.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 3882 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download ip2location-8.6.1.tar.gz from any mirror error: builder for '/nix/store/piknbhrl5dznjxhs3jbk2cbn1c0cj719-ip2location-8.6.1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.ip2location.com/downloads/ip2location-8.6.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 3882 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download ip2location-8.6.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/piknbhrl5dznjxhs3jbk2cbn1c0cj719-ip2location-8.6.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/qllqzyzipzm24cikzfdicsadsv5h2vns-ip2location-8.6.1.drv' failed to build [result] Failed to update ip2location 7.0.0 -> 8.6.1 https://repology.org/project/ip2location/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnuradio3_8Packages.limesdr, using log file: /var/log/nixpkgs-update/gnuradio3_8Packages.limesdr/2024-03-03.log gnuradio3_8Packages.limesdr 3.0.1 -> 3.0.1.10.69 https://repology.org/project/gr-limesdr/versions attrpath: gnuradio3_8Packages.limesdr 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/l2vvrbhzly4siwipiwprgfn0zga1dfix-source.drv building '/nix/store/l2vvrbhzly4siwipiwprgfn0zga1dfix-source.drv'... trying https://github.com/myriadrf/gr-limesdr/archive/v3.0.1.10.69.tar.gz % 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 'gnuradio3_8Packages.limesdr.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/l2vvrbhzly4siwipiwprgfn0zga1dfix-source.drv /nix/store/67ahhfawyscmy088vjvzcx0isnzxv91q-gr-limesdr-3.0.1.10.69.drv these 4 paths will be fetched (21.69 MiB download, 339.08 MiB unpacked): /nix/store/8cw63zjjyz1skb0p2pxqvddarsfv9fkf-gnuradio-3.8.5.0 /nix/store/jshp612qlpnzqwyzg5p8cac7abqspj6v-limesuite-23.11.0 /nix/store/fz251afhbckg6rsc4d8gq7m3k334sz6q-log4cpp-1.1.4 /nix/store/bq208lgkyckjrgb39j6036mr35fm37a8-mpir-3.0.0 copying path '/nix/store/jshp612qlpnzqwyzg5p8cac7abqspj6v-limesuite-23.11.0' from 'https://cache.nixos.org'... copying path '/nix/store/fz251afhbckg6rsc4d8gq7m3k334sz6q-log4cpp-1.1.4' from 'https://cache.nixos.org'... copying path '/nix/store/bq208lgkyckjrgb39j6036mr35fm37a8-mpir-3.0.0' from 'https://cache.nixos.org'... building '/nix/store/l2vvrbhzly4siwipiwprgfn0zga1dfix-source.drv'... copying path '/nix/store/8cw63zjjyz1skb0p2pxqvddarsfv9fkf-gnuradio-3.8.5.0' from 'https://cache.nixos.org'... trying https://github.com/myriadrf/gr-limesdr/archive/v3.0.1.10.69.tar.gz % 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/l2vvrbhzly4siwipiwprgfn0zga1dfix-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/myriadrf/gr-limesdr/archive/v3.0.1.10.69.tar.gz > % 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/l2vvrbhzly4siwipiwprgfn0zga1dfix-source.drv'. error: 1 dependencies of derivation '/nix/store/67ahhfawyscmy088vjvzcx0isnzxv91q-gr-limesdr-3.0.1.10.69.drv' failed to build [result] Failed to update gnuradio3_8Packages.limesdr 3.0.1 -> 3.0.1.10.69 https://repology.org/project/gr-limesdr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath map-cmd, using log file: /var/log/nixpkgs-update/map-cmd/2024-03-03.log map-cmd 0.1.1 -> 7 https://repology.org/project/map/versions attrpath: map-cmd 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/s84l4ky6wmznk0ga4zc0vbiav77qyjsb-source.drv building '/nix/store/s84l4ky6wmznk0ga4zc0vbiav77qyjsb-source.drv'... trying https://github.com/soveran/map/archive/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 'map-cmd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/s84l4ky6wmznk0ga4zc0vbiav77qyjsb-source.drv /nix/store/nwiq8f9179y2r8434a6drhq8y6wg8787-map-7.drv building '/nix/store/s84l4ky6wmznk0ga4zc0vbiav77qyjsb-source.drv'... trying https://github.com/soveran/map/archive/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/s84l4ky6wmznk0ga4zc0vbiav77qyjsb-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/soveran/map/archive/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/s84l4ky6wmznk0ga4zc0vbiav77qyjsb-source.drv'. error: 1 dependencies of derivation '/nix/store/nwiq8f9179y2r8434a6drhq8y6wg8787-map-7.drv' failed to build [result] Failed to update map-cmd 0.1.1 -> 7 https://repology.org/project/map/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath redmine, using log file: /var/log/nixpkgs-update/redmine/2024-03-03.log redmine 5.0.6 -> 5.1.1 https://repology.org/project/redmine/versions attrpath: redmine Checking auto update branch... No auto update branch exists Derivation contains bundlerEnv [result] Failed to update redmine 5.0.6 -> 5.1.1 https://repology.org/project/redmine/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scheherazade, using log file: /var/log/nixpkgs-update/scheherazade/2024-03-03.log scheherazade 2.100 -> 4.000 https://repology.org/project/fonts:scheherazade/versions attrpath: scheherazade Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/scheherazade/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/scheherazade/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: attribute '"4.000"' already defined at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:6:5 at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:8:5: 7| "3.300" = "sha256-LaaA6DWAE2dcwVVX4go9cJaiuwI6efYbPk82ym3W3IY="; 8| "4.000" = "sha256-FhgHlHCfojIl3Y11EDYhNTmLYwQ60OrwnA9nbZbZGJE="; | ^ 9| }."${version}"; stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/scheherazade/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/scheherazade/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: attribute '"4.000"' already defined at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:6:5 at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:8:5: 7| "3.300" = "sha256-LaaA6DWAE2dcwVVX4go9cJaiuwI6efYbPk82ym3W3IY="; 8| "4.000" = "sha256-FhgHlHCfojIl3Y11EDYhNTmLYwQ60OrwnA9nbZbZGJE="; | ^ 9| }."${version}"; stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/scheherazade/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/scheherazade/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: attribute '"4.000"' already defined at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:6:5 at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:8:5: 7| "3.300" = "sha256-LaaA6DWAE2dcwVVX4go9cJaiuwI6efYbPk82ym3W3IY="; 8| "4.000" = "sha256-FhgHlHCfojIl3Y11EDYhNTmLYwQ60OrwnA9nbZbZGJE="; | ^ 9| }."${version}"; [result] Failed to update scheherazade 2.100 -> 4.000 https://repology.org/project/fonts:scheherazade/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chez-srfi, using log file: /var/log/nixpkgs-update/chez-srfi/2024-03-03.log chez-srfi 1.0 -> 1.2 https://repology.org/project/chez-srfi/versions attrpath: chez-srfi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update chez-srfi 1.0 -> 1.2 https://repology.org/project/chez-srfi/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.happy, using log file: /var/log/nixpkgs-update/haskellPackages.happy/2024-03-03.log haskellPackages.happy 1.20.1.1 -> 1.21.0 https://repology.org/project/haskell:happy/versions attrpath: haskellPackages.happy Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.happy 1.20.1.1 -> 1.21.0 https://repology.org/project/haskell: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 github-commenter, using log file: /var/log/nixpkgs-update/github-commenter/2024-03-03.log github-commenter 0.19.0 -> 0.27.0 https://github.com/cloudposse/github-commenter/releases attrpath: github-commenter Checking auto update 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-etR//FfHRzCL6WEZSqeaKYu3eLjxA0x5mZJRe1yvycQ=" [golangModuleVersion] Replaced vendorHash with sha256-SzXouH7xVZ/J8sReT1m9UBAA567crgxoUiYqJIEFBlw= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/github-commenter/default.nix b/pkgs/development/tools/github-commenter/default.nix index 28986288f6c3..e40a3117e91b 100644 --- a/pkgs/development/tools/github-commenter/default.nix +++ b/pkgs/development/tools/github-commenter/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "github-commenter"; - version = "0.19.0"; + version = "0.27.0"; src = fetchFromGitHub { owner = "cloudposse"; repo = pname; rev = version; - hash = "sha256-pCcTdj2ZgGIpa6784xkBX29LVu1o5ORqqk9j9wR/V8k="; + hash = "sha256-LF8ydXe+wAES0l5Lip6+30PXThGpciQgsclTE0YGxqg="; }; - vendorHash = "sha256-etR//FfHRzCL6WEZSqeaKYu3eLjxA0x5mZJRe1yvycQ="; + vendorHash = "sha256-SzXouH7xVZ/J8sReT1m9UBAA567crgxoUiYqJIEFBlw="; meta = with lib; { description = "Command line utility for creating GitHub comments on Commits, Pull Request Reviews or Issues"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8h8dlh6xraj6szkd8f0774r7hk0rx115-github-commenter-0.27.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:
  • github-commenter
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/cloudposse/github-commenter/releases. meta.description for github-commenter is: Command line utility for creating GitHub comments on Commits, Pull Request Reviews or Issues meta.homepage for github-commenter is: https://github.com/cloudposse/github-commenter ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/cloudposse/github-commenter/releases/tag/0.27.0) - [Compare changes on GitHub](https://github.com/cloudposse/github-commenter/compare/0.19.0...0.27.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.27.0 in filename of file in /nix/store/8h8dlh6xraj6szkd8f0774r7hk0rx115-github-commenter-0.27.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath github-commenter ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8h8dlh6xraj6szkd8f0774r7hk0rx115-github-commenter-0.27.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 github-commenter https://github.com/r-ryantm/nixpkgs/archive/dfdd8fc83a7906cfe30137efe077af933d97d28b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/dfdd8fc83a7906cfe30137efe077af933d97d28b#github-commenter ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8h8dlh6xraj6szkd8f0774r7hk0rx115-github-commenter-0.27.0 ls -la /nix/store/8h8dlh6xraj6szkd8f0774r7hk0rx115-github-commenter-0.27.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:
  • github-commenter
--- ###### Maintainer pings cc @mmahut 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/293006 [result] Success updating github-commenter 0.19.0 -> 0.27.0 https://github.com/cloudposse/github-commenter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xzgv, using log file: /var/log/nixpkgs-update/xzgv/2024-03-03.log xzgv 0.9.2 -> 0.9.2_2 https://repology.org/project/xzgv/versions attrpath: xzgv 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/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv building '/nix/store/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv'... trying https://downloads.sourceforge.net/xzgv/xzgv-0.9.2_2.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/xzgv/xzgv-0.9.2_2.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/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1284 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/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 226 0 --:--:-- --:--:-- --:--:-- 226 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/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 306 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/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 xzgv-0.9.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 'xzgv.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv /nix/store/59wg0g9ck8v67nlr0iajwjw1xljh12iy-xzgv-0.9.2_2.drv building '/nix/store/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv'... trying https://downloads.sourceforge.net/xzgv/xzgv-0.9.2_2.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/xzgv/xzgv-0.9.2_2.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/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1284 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/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 248 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 306 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/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 xzgv-0.9.2_2.tar.gz from any mirror error: builder for '/nix/store/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 248 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 306 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/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 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 xzgv-0.9.2_2.tar.gz from any mirror For full logs, run 'nix log /nix/store/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/59wg0g9ck8v67nlr0iajwjw1xljh12iy-xzgv-0.9.2_2.drv' failed to build [result] Failed to update xzgv 0.9.2 -> 0.9.2_2 https://repology.org/project/xzgv/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tp_smapi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.tp_smapi/2024-03-03.log linuxKernel.packages.linux_6_7.tp_smapi 0.43-6.7.6 -> 0.44 https://repology.org/project/tp-smapi/versions attrpath: linuxKernel.packages.linux_6_7.tp_smapi Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/dfbl33fyi2lbw1ljs2162s3250xakvp7-update-tp_smapi.drv /nix/store/vidvw9syjymzc4rl3ggs7wf11f86lhs4-packages.json.drv building '/nix/store/dfbl33fyi2lbw1ljs2162s3250xakvp7-update-tp_smapi.drv'... building '/nix/store/vidvw9syjymzc4rl3ggs7wf11f86lhs4-packages.json.drv'... Going to be running update for following packages: - tp_smapi-0.43-6.7.7 Press Enter key to continue... Running update for: - tp_smapi-0.43-6.7.7: UPDATING ... - tp_smapi-0.43-6.7.7: ERROR --- SHOWING ERROR LOG FOR tp_smapi-0.43-6.7.7 ---------------------- jq: error (at :1): Cannot index string with string "name" this derivation will be built: /nix/store/7xqwdf7xnw4lldmbrsz4291lghwwjmrk-source.drv building '/nix/store/7xqwdf7xnw4lldmbrsz4291lghwwjmrk-source.drv'... trying https://github.com/linux-thinkpad/tp_smapi/archive/tp-smapi/.tar.gz % 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 20 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 400 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 'linuxPackages.tp_smapi.src'! --- SHOWING ERROR LOG FOR tp_smapi-0.43-6.7.7 ---------------------- The update script for tp_smapi-0.43-6.7.7 failed with exit code 1 [result] Failed to update linuxKernel.packages.linux_6_7.tp_smapi 0.43-6.7.6 -> 0.44 https://repology.org/project/tp-smapi/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dypgen, using log file: /var/log/nixpkgs-update/ocamlPackages.dypgen/2024-03-03.log ocamlPackages.dypgen 0.2 -> 20120619-1 https://repology.org/project/ocaml:dypgen/versions attrpath: ocamlPackages.dypgen Checking auto update 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.dypgen 0.2 -> 20120619-1 https://repology.org/project/ocaml:dypgen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qimgv, using log file: /var/log/nixpkgs-update/qimgv/2024-03-03.log qimgv 1.0.3-alpha -> 1.0.3a https://repology.org/project/qimgv/versions attrpath: qimgv Checking auto update branch... No auto update branch exists 1.0.3a is not newer than 1.0.3-alpha according to Nix; versionComparison: -1 [result] Failed to update qimgv 1.0.3-alpha -> 1.0.3a https://repology.org/project/qimgv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pls, using log file: /var/log/nixpkgs-update/pls/2024-03-03.log pls 0.0.1-beta4 -> 6.0.0 https://repology.org/project/pls/versions attrpath: pls Checking auto update branch... No auto update branch exists Old version 0.0.1-beta4" not present in master derivation file with contents: { lib , stdenv , rustPlatform , fetchFromGitHub , darwin }: rustPlatform.buildRustPackage rec { pname = "pls"; version = "0.0.1-beta.4"; src = fetchFromGitHub { owner = "dhruvkb"; repo = "pls"; rev = "v${version}"; hash = "sha256-YndQx7FImtbAfcbOpIGOdHQA1V7mbQiYBbpik2I+FCE="; }; cargoHash = "sha256-HzkN856GHhY2sQ0jmQCCQva/yB4zzh+ccrQvibLFhxQ="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; meta = { changelog = "https://github.com/pls-rs/pls/releases/tag/${src.rev}"; description = "Prettier and powerful ls"; homepage = "http://pls.cli.rs"; license = lib.licenses.gpl3Plus; mainProgram = "pls"; maintainers = with lib.maintainers; [ tomasajt ]; }; } [result] Failed to update pls 0.0.1-beta4 -> 6.0.0 https://repology.org/project/pls/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dina-font, using log file: /var/log/nixpkgs-update/dina-font/2024-03-03.log dina-font 2.92 -> 2.93 https://repology.org/project/fonts:dina/versions attrpath: dina-font Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update dina-font 2.92 -> 2.93 https://repology.org/project/fonts:dina/versions [options] github_user: r-ryantm, pull_request: 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.MinionBackendmysql 1.003 -> 1.004 https://repology.org/project/perl:minion-backend-mysql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flac123, using log file: /var/log/nixpkgs-update/flac123/2024-03-03.log flac123 0.0.12 -> 2.1.1 https://repology.org/project/flac123/versions attrpath: flac123 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/q7q9y52vscs3p1d3sr1hg5z00bsakwrh-flac123-2.1.1-release.tar.gz.drv building '/nix/store/q7q9y52vscs3p1d3sr1hg5z00bsakwrh-flac123-2.1.1-release.tar.gz.drv'... trying https://downloads.sourceforge.net/flac-tools/flac123-2.1.1-release.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/flac-tools/flac123-2.1.1-release.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/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1293 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/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 239 0 --:--:-- --:--:-- --:--:-- 239 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/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 321 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/flac-tools/flac123-2.1.1-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 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 flac123-2.1.1-release.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 'flac123.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/q7q9y52vscs3p1d3sr1hg5z00bsakwrh-flac123-2.1.1-release.tar.gz.drv /nix/store/vwv6zmh1g4m4d49hrckw2350sl4azjlm-flac123-2.1.1.drv building '/nix/store/q7q9y52vscs3p1d3sr1hg5z00bsakwrh-flac123-2.1.1-release.tar.gz.drv'... trying https://downloads.sourceforge.net/flac-tools/flac123-2.1.1-release.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/flac-tools/flac123-2.1.1-release.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/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1222 0 --:--:-- --:--:-- --:--:-- 1232 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/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 249 0 --:--:-- --:--:-- --:--:-- 248 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 321 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/flac-tools/flac123-2.1.1-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 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 flac123-2.1.1-release.tar.gz from any mirror error: builder for '/nix/store/q7q9y52vscs3p1d3sr1hg5z00bsakwrh-flac123-2.1.1-release.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 249 0 --:--:-- --:--:-- --:--:-- 248 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 321 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/flac-tools/flac123-2.1.1-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 > 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 flac123-2.1.1-release.tar.gz from any mirror For full logs, run 'nix log /nix/store/q7q9y52vscs3p1d3sr1hg5z00bsakwrh-flac123-2.1.1-release.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/vwv6zmh1g4m4d49hrckw2350sl4azjlm-flac123-2.1.1.drv' failed to build [result] Failed to update flac123 0.0.12 -> 2.1.1 https://repology.org/project/flac123/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.latex2exp, using log file: /var/log/nixpkgs-update/rPackages.latex2exp/2024-03-03.log rPackages.latex2exp 0.9.6 -> 0.9.7 https://repology.org/project/r:latex2exp/versions attrpath: rPackages.latex2exp Checking auto update branch... No auto update branch exists Old version 0.9.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.latex2exp 0.9.6 -> 0.9.7 https://repology.org/project/r:latex2exp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stormlib, using log file: /var/log/nixpkgs-update/stormlib/2024-03-03.log stormlib 9.22 -> 9.25 https://github.com/ladislav-zezula/StormLib/releases attrpath: stormlib 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/st/stormlib/package.nix b/pkgs/by-name/st/stormlib/package.nix index d55b93ca48ca..bf860899cb76 100644 --- a/pkgs/by-name/st/stormlib/package.nix +++ b/pkgs/by-name/st/stormlib/package.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "stormlib"; - version = "9.22"; + version = "9.25"; src = fetchFromGitHub { owner = "ladislav-zezula"; repo = "StormLib"; rev = "v${version}"; - sha256 = "1rcdl6ryrr8fss5z5qlpl4prrw8xpbcdgajg2hpp0i7fpk21ymcc"; + sha256 = "sha256-HTi2FKzKCbRaP13XERUmHkJgw8IfKaRJvsK3+YxFFdc="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A stormlib nix build failed. call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it.  -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found ZLIB: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found BZip2: /nix/store/qnmpyjc4ambvwswqgscjq85qqgvwdyh3-bzip2-1.0.8/lib/libbz2.so (found version "1.0.8") -- Looking for BZ2_bzCompressInit -- Looking for BZ2_bzCompressInit - found -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPkgConfig.cmake:675 (message): pkg-config tool not found Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) CMakeLists.txt:315 (pkg_check_modules)  -- Linking against dependent libraries dynamically -- Configuring incomplete, errors occurred! [result] Failed to update stormlib 9.22 -> 9.25 https://github.com/ladislav-zezula/StormLib/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.monad-dijkstra, using log file: /var/log/nixpkgs-update/haskellPackages.monad-dijkstra/2024-03-03.log haskellPackages.monad-dijkstra 0.1.1.4 -> 0.1.1.5 https://repology.org/project/haskell:monad-dijkstra/versions attrpath: haskellPackages.monad-dijkstra Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.monad-dijkstra 0.1.1.4 -> 0.1.1.5 https://repology.org/project/haskell:monad-dijkstra/versions [options] github_user: r-ryantm, pull_request: 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.TextCSV 2.03 -> 2.04 https://repology.org/project/perl:text-csv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.proj4, using log file: /var/log/nixpkgs-update/rPackages.proj4/2024-03-03.log rPackages.proj4 1.0-13 -> 1.0.14 https://repology.org/project/r:proj4/versions attrpath: rPackages.proj4 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.proj4 1.0-13 -> 1.0.14 https://repology.org/project/r:proj4/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sensitivity, using log file: /var/log/nixpkgs-update/rPackages.sensitivity/2024-03-03.log rPackages.sensitivity 1.29.0 -> 1.30.0 https://repology.org/project/r:sensitivity/versions attrpath: rPackages.sensitivity Checking auto update branch... No auto update branch exists Old version 1.29.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.sensitivity 1.29.0 -> 1.30.0 https://repology.org/project/r:sensitivity/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.survstan, using log file: /var/log/nixpkgs-update/rPackages.survstan/2024-03-03.log rPackages.survstan 0.0.5 -> 0.0.6.1 https://repology.org/project/r:survstan/versions attrpath: rPackages.survstan 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.survstan 0.0.5 -> 0.0.6.1 https://repology.org/project/r:survstan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vaapi-intel-hybrid, using log file: /var/log/nixpkgs-update/vaapi-intel-hybrid/2024-03-03.log vaapi-intel-hybrid 1.0.2 -> 2.0.0 https://repology.org/project/intel-hybrid-driver/versions attrpath: vaapi-intel-hybrid Checking auto update 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 vaapi-intel-hybrid 1.0.2 -> 2.0.0 https://repology.org/project/intel-hybrid-driver/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pianobar, using log file: /var/log/nixpkgs-update/pianobar/2024-03-03.log pianobar 2022.04.01 -> 2023.03.27 https://repology.org/project/pianobar/versions attrpath: pianobar 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/x3b330gyxdilkdlfmy3czsp681rzn76i-pianobar-2023.03.27.tar.bz2.drv building '/nix/store/x3b330gyxdilkdlfmy3czsp681rzn76i-pianobar-2023.03.27.tar.bz2.drv'... trying https://6xq.net/projects/pianobar/pianobar-2023.03.27.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 162 100 162 0 0 868 0 --:--:-- --:--:-- --:--:-- 870 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download pianobar-2023.03.27.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 'pianobar.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/x3b330gyxdilkdlfmy3czsp681rzn76i-pianobar-2023.03.27.tar.bz2.drv /nix/store/wcn711nvf10kgm0z83qbl55mfal9pp57-pianobar-2023.03.27.drv building '/nix/store/x3b330gyxdilkdlfmy3czsp681rzn76i-pianobar-2023.03.27.tar.bz2.drv'... trying https://6xq.net/projects/pianobar/pianobar-2023.03.27.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 162 100 162 0 0 1363 0 --:--:-- --:--:-- --:--:-- 1372 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download pianobar-2023.03.27.tar.bz2 from any mirror error: builder for '/nix/store/x3b330gyxdilkdlfmy3czsp681rzn76i-pianobar-2023.03.27.tar.bz2.drv' failed with exit code 1; last 8 log lines: > > trying https://6xq.net/projects/pianobar/pianobar-2023.03.27.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 162 100 162 0 0 1363 0 --:--:-- --:--:-- --:--:-- 1372 > 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download pianobar-2023.03.27.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/x3b330gyxdilkdlfmy3czsp681rzn76i-pianobar-2023.03.27.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/wcn711nvf10kgm0z83qbl55mfal9pp57-pianobar-2023.03.27.drv' failed to build [result] Failed to update pianobar 2022.04.01 -> 2023.03.27 https://repology.org/project/pianobar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.box, using log file: /var/log/nixpkgs-update/haskellPackages.box/2024-03-03.log haskellPackages.box 0.9.2.1 -> 0.9.3.1 https://repology.org/project/haskell:box/versions attrpath: haskellPackages.box Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.box 0.9.2.1 -> 0.9.3.1 https://repology.org/project/haskell:box/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wmutils-libwm, using log file: /var/log/nixpkgs-update/wmutils-libwm/2024-03-03.log wmutils-libwm 1.0 -> 1.3 https://repology.org/project/wmutils-libwm/versions attrpath: wmutils-libwm 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/X11/wmutils-libwm/default.nix b/pkgs/tools/X11/wmutils-libwm/default.nix index 6d2787a96cd3..95d346c7147c 100644 --- a/pkgs/tools/X11/wmutils-libwm/default.nix +++ b/pkgs/tools/X11/wmutils-libwm/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "wmutils-libwm"; - version = "1.0"; + version = "1.3"; src = fetchFromGitHub { owner = "wmutils"; repo = "libwm"; rev = "v${version}"; - sha256 = "1lpbqrilhffpzc0b7vnp08jr1wr96lndwc7y0ck8hlbzlvm662l0"; + sha256 = "sha256-ROWRgTn33c5gH4ZdkwZ05rRg/Z9e2NppAQSNExSGZ4s="; }; buildInputs = [ libxcb ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wmutils-libwm nix build failed. got build log for 'wmutils-libwm' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/pwjzbfzk1a6j48i2kf89wv0pmxkh3h4q-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash CC libwm.c libwm.c:2:10: fatal error: xcb/xcb_cursor.h: No such file or directory 2 | #include  | ^~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:17: libwm.o] Error 1 [result] Failed to update wmutils-libwm 1.0 -> 1.3 https://repology.org/project/wmutils-libwm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TDApplied, using log file: /var/log/nixpkgs-update/rPackages.TDApplied/2024-03-03.log rPackages.TDApplied 3.0.0 -> 3.0.2 https://repology.org/project/r:tdapplied/versions attrpath: rPackages.TDApplied Checking auto update branch... No auto update branch exists Old version 3.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.TDApplied 3.0.0 -> 3.0.2 https://repology.org/project/r:tdapplied/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-personalize-runtime, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-personalize-runtime/2024-03-03.log python312Packages.mypy-boto3-personalize-runtime 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-personalize-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] this derivation will be built: /nix/store/akykgiqz4w2smsfll88vai2niq3njl75-packages.json.drv building '/nix/store/akykgiqz4w2smsfll88vai2niq3njl75-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-personalize-runtime-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-personalize-runtime-1.34.0: UPDATING ... - python3.12-mypy-boto3-personalize-runtime-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-personalize-runtime 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.flowStats, using log file: /var/log/nixpkgs-update/rPackages.flowStats/2024-03-03.log rPackages.flowStats 4.14.0 -> 4.14.1 https://repology.org/project/r:flowstats/versions attrpath: rPackages.flowStats Checking auto update branch... No auto update branch exists Old version 4.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.flowStats 4.14.0 -> 4.14.1 https://repology.org/project/r:flowstats/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lzham, using log file: /var/log/nixpkgs-update/lzham/2024-03-03.log lzham 1.0 -> 1.0.1 https://repology.org/project/lzham/versions attrpath: lzham 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/6xybgfbsq127y4ydwvf8zv7wr5ihwjf9-source.drv building '/nix/store/6xybgfbsq127y4ydwvf8zv7wr5ihwjf9-source.drv'... trying https://github.com/richgel999/lzham_codec/archive/v1_0_1_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 'lzham.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6xybgfbsq127y4ydwvf8zv7wr5ihwjf9-source.drv /nix/store/1chy6marjjlx64jgwabd23i60zd8grlw-lzham-1.0.1.drv building '/nix/store/6xybgfbsq127y4ydwvf8zv7wr5ihwjf9-source.drv'... trying https://github.com/richgel999/lzham_codec/archive/v1_0_1_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/6xybgfbsq127y4ydwvf8zv7wr5ihwjf9-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/richgel999/lzham_codec/archive/v1_0_1_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/6xybgfbsq127y4ydwvf8zv7wr5ihwjf9-source.drv'. error: 1 dependencies of derivation '/nix/store/1chy6marjjlx64jgwabd23i60zd8grlw-lzham-1.0.1.drv' failed to build [result] Failed to update lzham 1.0 -> 1.0.1 https://repology.org/project/lzham/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rerddapXtracto, using log file: /var/log/nixpkgs-update/rPackages.rerddapXtracto/2024-03-03.log rPackages.rerddapXtracto 1.1.7 -> 1.2.0 https://repology.org/project/r:rerddapxtracto/versions attrpath: rPackages.rerddapXtracto Checking auto update branch... No auto update branch exists Old version 1.1.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rerddapXtracto 1.1.7 -> 1.2.0 https://repology.org/project/r:rerddapxtracto/versions [options] github_user: r-ryantm, pull_request: 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.ClassMakeMethods 1.01 -> 1.010 https://repology.org/project/perl:class-makemethods/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.upstartr, using log file: /var/log/nixpkgs-update/rPackages.upstartr/2024-03-03.log rPackages.upstartr 0.1.1 -> 0.1.2 https://repology.org/project/r:upstartr/versions attrpath: rPackages.upstartr 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.upstartr 0.1.1 -> 0.1.2 https://repology.org/project/r:upstartr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meteor, using log file: /var/log/nixpkgs-update/meteor/2024-03-03.log meteor 2.7.3 -> 2.13 https://repology.org/project/meteorjs/versions attrpath: meteor Checking auto update 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 meteor 2.7.3 -> 2.13 https://repology.org/project/meteorjs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lazarus, using log file: /var/log/nixpkgs-update/lazarus/2024-03-03.log lazarus 2.2.2-0 -> 3.2 https://repology.org/project/lazarus/versions attrpath: lazarus 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/2bs6arf2f5rm64wm06kq67i7sbk5jixq-lazarus-3.2.tar.gz.drv building '/nix/store/2bs6arf2f5rm64wm06kq67i7sbk5jixq-lazarus-3.2.tar.gz.drv'... trying https://downloads.sourceforge.net/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.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/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.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/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1042 0 --:--:-- --:--:-- --:--:-- 1045 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 245 0 --:--:-- --:--:-- --:--:-- 245 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 347 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/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 lazarus-3.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 'lazarus.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/2bs6arf2f5rm64wm06kq67i7sbk5jixq-lazarus-3.2.tar.gz.drv /nix/store/zp6rns76afgn4sjsi1n5hmhsxar0393x-revision.inc.drv /nix/store/2m63yk3b1r6h3p3i40q3d6v389gjj39v-lazarus-gtk2-3.2.drv this path will be fetched (78.38 MiB download, 80.30 MiB unpacked): /nix/store/7wg3sj14056ydn1gkj4spj2b07lf57mq-fpcbuild-3.2.2.tar.gz copying path '/nix/store/7wg3sj14056ydn1gkj4spj2b07lf57mq-fpcbuild-3.2.2.tar.gz' from 'https://cache.nixos.org'... building '/nix/store/zp6rns76afgn4sjsi1n5hmhsxar0393x-revision.inc.drv'... building '/nix/store/2bs6arf2f5rm64wm06kq67i7sbk5jixq-lazarus-3.2.tar.gz.drv'... trying https://downloads.sourceforge.net/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.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/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.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/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1290 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/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 248 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 347 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/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 lazarus-3.2.tar.gz from any mirror error: builder for '/nix/store/2bs6arf2f5rm64wm06kq67i7sbk5jixq-lazarus-3.2.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 248 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 347 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/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%203.2/lazarus-3.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 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 lazarus-3.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/2bs6arf2f5rm64wm06kq67i7sbk5jixq-lazarus-3.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/2m63yk3b1r6h3p3i40q3d6v389gjj39v-lazarus-gtk2-3.2.drv' failed to build [result] Failed to update lazarus 2.2.2-0 -> 3.2 https://repology.org/project/lazarus/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.blindreview, using log file: /var/log/nixpkgs-update/rPackages.blindreview/2024-03-03.log rPackages.blindreview 1.3.1 -> 2.0.0 https://repology.org/project/r:blindreview/versions attrpath: rPackages.blindreview 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.blindreview 1.3.1 -> 2.0.0 https://repology.org/project/r:blindreview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dreamweb, using log file: /var/log/nixpkgs-update/dreamweb/2024-03-03.log dreamweb 1.1 -> 20040315 https://repology.org/project/dreamweb/versions attrpath: dreamweb Checking auto update 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 dreamweb 1.1 -> 20040315 https://repology.org/project/dreamweb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pqiv, using log file: /var/log/nixpkgs-update/pqiv/2024-03-03.log pqiv 2.12 -> 2.13 https://github.com/phillipberndt/pqiv/releases attrpath: pqiv 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/pqiv/default.nix b/pkgs/applications/graphics/pqiv/default.nix index 0c56dd70cbb8..0cc568c7e092 100644 --- a/pkgs/applications/graphics/pqiv/default.nix +++ b/pkgs/applications/graphics/pqiv/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation (rec { pname = "pqiv"; - version = "2.12"; + version = "2.13"; src = fetchFromGitHub { owner = "phillipberndt"; repo = "pqiv"; rev = version; - sha256 = "18nvrqmlifh4m8nfs0d19sb9d1l3a95xc89qxqdr881jcxdsgflw"; + sha256 = "sha256-Jlc6sd9lRWUC1/2GZnJ0EmVRHxCXP8dTZNZEhJBS7oQ="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/4nc2wpaxc874p0fvjkm6s92g8x417zrg-pqiv-2.13" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pqiv
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/phillipberndt/pqiv/releases. meta.description for pqiv is: Powerful image viewer with minimal UI meta.homepage for pqiv is: https://www.pberndt.com/Programme/Linux/pqiv ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/phillipberndt/pqiv/releases/tag/2.13) - [Compare changes on GitHub](https://github.com/phillipberndt/pqiv/compare/2.12...2.13) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.13 with grep in /nix/store/4nc2wpaxc874p0fvjkm6s92g8x417zrg-pqiv-2.13 - found 2.13 in filename of file in /nix/store/4nc2wpaxc874p0fvjkm6s92g8x417zrg-pqiv-2.13 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath pqiv ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4nc2wpaxc874p0fvjkm6s92g8x417zrg-pqiv-2.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 pqiv https://github.com/r-ryantm/nixpkgs/archive/8f0c7a28fc35af49cd6ddc90b8847058806f74db.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/8f0c7a28fc35af49cd6ddc90b8847058806f74db#pqiv ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4nc2wpaxc874p0fvjkm6s92g8x417zrg-pqiv-2.13 ls -la /nix/store/4nc2wpaxc874p0fvjkm6s92g8x417zrg-pqiv-2.13/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pqiv
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/293014 [result] Success updating pqiv 2.12 -> 2.13 https://github.com/phillipberndt/pqiv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hddtemp, using log file: /var/log/nixpkgs-update/hddtemp/2024-03-03.log hddtemp 0.3-beta15 -> 0.4.3 https://repology.org/project/hddtemp/versions attrpath: hddtemp Checking auto update 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 hddtemp 0.3-beta15 -> 0.4.3 https://repology.org/project/hddtemp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SubtypeDrug, using log file: /var/log/nixpkgs-update/rPackages.SubtypeDrug/2024-03-03.log rPackages.SubtypeDrug 0.1.5 -> 0.1.7 https://repology.org/project/r:subtypedrug/versions attrpath: rPackages.SubtypeDrug 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.SubtypeDrug 0.1.5 -> 0.1.7 https://repology.org/project/r:subtypedrug/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath redo, using log file: /var/log/nixpkgs-update/redo/2024-03-03.log redo 1.4 -> 1.5 https://repology.org/project/redo-jdebp/versions attrpath: redo 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/dan2v8msfl0s7fq3vm5alwqpmm654kid-redo-1.5.tar.gz.drv building '/nix/store/dan2v8msfl0s7fq3vm5alwqpmm654kid-redo-1.5.tar.gz.drv'... trying https://jdebp.eu./Repository/freebsd/redo-1.5.tar.gz % 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: 410 error: cannot download redo-1.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 'redo.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/dan2v8msfl0s7fq3vm5alwqpmm654kid-redo-1.5.tar.gz.drv /nix/store/31vr51dyx6jzbh822fgqjxinmsrn30z5-redo-1.5.drv building '/nix/store/dan2v8msfl0s7fq3vm5alwqpmm654kid-redo-1.5.tar.gz.drv'... trying https://jdebp.eu./Repository/freebsd/redo-1.5.tar.gz % 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: 410 error: cannot download redo-1.5.tar.gz from any mirror error: builder for '/nix/store/dan2v8msfl0s7fq3vm5alwqpmm654kid-redo-1.5.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://jdebp.eu./Repository/freebsd/redo-1.5.tar.gz > % 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: 410 > error: cannot download redo-1.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/dan2v8msfl0s7fq3vm5alwqpmm654kid-redo-1.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/31vr51dyx6jzbh822fgqjxinmsrn30z5-redo-1.5.drv' failed to build [result] Failed to update redo 1.4 -> 1.5 https://repology.org/project/redo-jdebp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath t4kcommon, using log file: /var/log/nixpkgs-update/t4kcommon/2024-03-03.log t4kcommon 0.1.1 -> 1.0.0 https://repology.org/project/t4kcommon/versions attrpath: t4kcommon Checking auto update 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 t4kcommon 0.1.1 -> 1.0.0 https://repology.org/project/t4kcommon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flint, using log file: /var/log/nixpkgs-update/flint/2024-03-03.log flint 2.9.0 -> 3.1.0 https://repology.org/project/flint/versions attrpath: flint Checking auto update branch... An auto update branch exists with message `flint: 2.9.0 -> 3.0.1`. New version is 3.1.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/flint/default.nix b/pkgs/development/libraries/flint/default.nix index eeb2cf1127e4..460761dbb2b6 100644 --- a/pkgs/development/libraries/flint/default.nix +++ b/pkgs/development/libraries/flint/default.nix @@ -13,11 +13,11 @@ assert withBlas -> openblas != null && blas.implementation == "openblas" && lapa stdenv.mkDerivation rec { pname = "flint"; - version = "2.9.0"; + version = "3.1.0"; src = fetchurl { url = "https://www.flintlib.org/flint-${version}.tar.gz"; - sha256 = "sha256-L8CQ1RAzyTII5sENQGOXpTyYOuU0O5WOsl9ypXpM52o="; + sha256 = "sha256-sw3wX6gd5Jwg1GDtzPjEECedHPhBDy1CX3B7SCgKK+I="; }; buildInputs = [ [outpaths] eval start [outpaths] eval end 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 pbzx, using log file: /var/log/nixpkgs-update/pbzx/2024-03-03.log pbzx 1.0.2 -> 20180319 https://repology.org/project/pbzx/versions attrpath: pbzx 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/hrkcqn2p0n0iggr3zwn2zb62z8qa8gmx-source.drv building '/nix/store/hrkcqn2p0n0iggr3zwn2zb62z8qa8gmx-source.drv'... trying https://github.com/NiklasRosenstein/pbzx/archive/v20180319.tar.gz % 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 'pbzx.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hrkcqn2p0n0iggr3zwn2zb62z8qa8gmx-source.drv /nix/store/7sbv516d34qbfg909zjbimhb8vmyqmv1-pbzx-20180319.drv this path will be fetched (0.07 MiB download, 0.21 MiB unpacked): /nix/store/150ksfcdflczhcnxsg6vdwq2i9ndcpf9-xar-1.6.1 copying path '/nix/store/150ksfcdflczhcnxsg6vdwq2i9ndcpf9-xar-1.6.1' from 'https://cache.nixos.org'... building '/nix/store/hrkcqn2p0n0iggr3zwn2zb62z8qa8gmx-source.drv'... trying https://github.com/NiklasRosenstein/pbzx/archive/v20180319.tar.gz % 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/hrkcqn2p0n0iggr3zwn2zb62z8qa8gmx-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/NiklasRosenstein/pbzx/archive/v20180319.tar.gz > % 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/hrkcqn2p0n0iggr3zwn2zb62z8qa8gmx-source.drv'. error: 1 dependencies of derivation '/nix/store/7sbv516d34qbfg909zjbimhb8vmyqmv1-pbzx-20180319.drv' failed to build [result] Failed to update pbzx 1.0.2 -> 20180319 https://repology.org/project/pbzx/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.new-mail-indicator, using log file: /var/log/nixpkgs-update/gnomeExtensions.new-mail-indicator/2024-03-03.log gnomeExtensions.new-mail-indicator 37 -> 44 https://repology.org/project/gnome:new-mail-indicator/versions attrpath: gnomeExtensions.new-mail-indicator Checking auto update branch... No auto update branch exists Old version 37" not present in master derivation file with contents: { pkgs, lib, stdenv, fetchzip, nixosTests }: let buildGnomeExtension = { # Every gnome extension has a UUID. It's the name of the extension folder once unpacked # and can always be found in the metadata.json of every extension. uuid, name, pname, description, # extensions.gnome.org extension URL link, # Extension version numbers are integers version, sha256, # Hex-encoded string of JSON bytes metadata, }: stdenv.mkDerivation { pname = "gnome-shell-extension-${pname}"; version = builtins.toString version; src = fetchzip { url = "https://extensions.gnome.org/extension-data/${ builtins.replaceStrings [ "@" ] [ "" ] uuid }.v${builtins.toString version}.shell-extension.zip"; inherit sha256; stripRoot = false; # The download URL may change content over time. This is because the # metadata.json is automatically generated, and parts of it can be changed # without making a new release. We simply substitute the possibly changed fields # with their content from when we last updated, and thus get a deterministic output # hash. postFetch = '' echo "${metadata}" | base64 --decode > $out/metadata.json ''; }; nativeBuildInputs = with pkgs; [ buildPackages.glib ]; buildPhase = '' runHook preBuild if [ -d schemas ]; then glib-compile-schemas --strict schemas fi runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/share/gnome-shell/extensions/ cp -r -T . $out/share/gnome-shell/extensions/${uuid} runHook postInstall ''; meta = { description = builtins.head (lib.splitString "\n" description); longDescription = description; homepage = link; license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing maintainers = with lib.maintainers; [ piegames ]; }; passthru = { extensionPortalSlug = pname; # Store the extension's UUID, because we might need it at some places extensionUuid = uuid; tests = { gnome-extensions = nixosTests.gnome-extensions; }; }; }; in lib.makeOverridable buildGnomeExtension [result] Failed to update gnomeExtensions.new-mail-indicator 37 -> 44 https://repology.org/project/gnome:new-mail-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 mangohud, using log file: /var/log/nixpkgs-update/mangohud/2024-03-03.log mangohud 0 -> 1 attrpath: mangohud Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/h77sna9lfnvldwbv501v2ymwpyf15bzf-packages.json.drv building '/nix/store/h77sna9lfnvldwbv501v2ymwpyf15bzf-packages.json.drv'... Going to be running update for following packages: - mangohud-0.7.1 Press Enter key to continue... Running update for: - mangohud-0.7.1: UPDATING ... - mangohud-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mangohud 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tubekit-unwrapped, using log file: /var/log/nixpkgs-update/tubekit-unwrapped/2024-03-03.log tubekit-unwrapped 5 -> 9 https://github.com/reconquest/tubekit/releases attrpath: tubekit-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] 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 'source' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/tubekit-unwrapped/pkgs/stdenv/generic/make-derivation.nix:353:7 error: unknown hash algorithm 'sha296' Try '/nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --help' for more information. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tubekit-unwrapped.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 'tubekit-9' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/tubekit-unwrapped/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'configurePhase' of derivation 'tubekit-9' at /var/cache/nixpkgs-update/worker/worktree/tubekit-unwrapped/pkgs/build-support/go/module.nix:162:5: 161| 162| configurePhase = args.configurePhase or ('' | ^ 163| runHook preConfigure (stack trace truncated; use '--show-trace' to show the full trace) error: unknown hash algorithm 'sha296' Try '/nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --help' for more information. [result] Failed to update tubekit-unwrapped 5 -> 9 https://github.com/reconquest/tubekit/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-online-accounts, using log file: /var/log/nixpkgs-update/gnome-online-accounts/2024-03-03.log gnome-online-accounts 0 -> 1 attrpath: gnome-online-accounts Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-online-accounts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bundler, using log file: /var/log/nixpkgs-update/bundler/2024-03-03.log bundler 0 -> 1 attrpath: bundler Checking auto update branch... Derivation contains buildRubyGem [result] Failed to update bundler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath guvcview, using log file: /var/log/nixpkgs-update/guvcview/2024-03-03.log guvcview 2.0.6 -> 2.0.8 https://repology.org/project/guvcview/versions attrpath: guvcview 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/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv building '/nix/store/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv'... trying https://downloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.8.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/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.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:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.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 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 guvcview-src-2.0.8.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 'guvcview.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv /nix/store/dbrhv4skgsymvqbw9nfj2s0n4p1f9c86-guvcview-2.0.8.drv building '/nix/store/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv'... trying https://downloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.8.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/guvcview/source/guvcview-src-2.0.8.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/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1280 0 --:--:-- --:--:-- --:--:-- 1289 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 249 0 --:--:-- --:--:-- --:--:-- 249 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/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 331 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/guvcview/source/guvcview-src-2.0.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 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 guvcview-src-2.0.8.tar.gz from any mirror error: builder for '/nix/store/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 249 0 --:--:-- --:--:-- --:--:-- 249 > 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/guvcview/source/guvcview-src-2.0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 331 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/guvcview/source/guvcview-src-2.0.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 > 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 guvcview-src-2.0.8.tar.gz from any mirror For full logs, run 'nix log /nix/store/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/dbrhv4skgsymvqbw9nfj2s0n4p1f9c86-guvcview-2.0.8.drv' failed to build [result] Failed to update guvcview 2.0.6 -> 2.0.8 https://repology.org/project/guvcview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sorl-thumbnail, using log file: /var/log/nixpkgs-update/python311Packages.sorl-thumbnail/2024-03-03.log python311Packages.sorl-thumbnail 0 -> 1 attrpath: python311Packages.sorl-thumbnail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l5l5va799dqzzwrl5bxzdw1xdzbsg2z4-packages.json.drv building '/nix/store/l5l5va799dqzzwrl5bxzdw1xdzbsg2z4-packages.json.drv'... Going to be running update for following packages: - python3.11-sorl-thumbnail-12.10.0 Press Enter key to continue... Running update for: - python3.11-sorl-thumbnail-12.10.0: UPDATING ... - python3.11-sorl-thumbnail-12.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sorl-thumbnail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spirv-headers, using log file: /var/log/nixpkgs-update/spirv-headers/2024-03-03.log spirv-headers 1.3.275.0 -> 1.6.1 https://repology.org/project/spirv-headers/versions attrpath: spirv-headers 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/2vqxl0zjjqcfw669qc44smmyjsn3s6ia-source.drv building '/nix/store/2vqxl0zjjqcfw669qc44smmyjsn3s6ia-source.drv'... trying https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.6.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 'spirv-headers.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/2vqxl0zjjqcfw669qc44smmyjsn3s6ia-source.drv /nix/store/f9w9fdfyfwlfabjcfykgcv73gjz50i2f-spirv-headers-1.6.1.drv building '/nix/store/2vqxl0zjjqcfw669qc44smmyjsn3s6ia-source.drv'... trying https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.6.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/2vqxl0zjjqcfw669qc44smmyjsn3s6ia-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.6.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/2vqxl0zjjqcfw669qc44smmyjsn3s6ia-source.drv'. error: 1 dependencies of derivation '/nix/store/f9w9fdfyfwlfabjcfykgcv73gjz50i2f-spirv-headers-1.6.1.drv' failed to build [result] Failed to update spirv-headers 1.3.275.0 -> 1.6.1 https://repology.org/project/spirv-headers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ariang, using log file: /var/log/nixpkgs-update/ariang/2024-03-03.log ariang 0 -> 1 attrpath: ariang Checking auto update branch... [version] [version] generic version rewriter 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/zfwz5cv3b9kida6i38809cihzsa3v0pi-packages.json.drv building '/nix/store/zfwz5cv3b9kida6i38809cihzsa3v0pi-packages.json.drv'... Going to be running update for following packages: - ariang-1.3.7 Press Enter key to continue... Running update for: - ariang-1.3.7: UPDATING ... - ariang-1.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ariang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boost-build, using log file: /var/log/nixpkgs-update/boost-build/2024-03-03.log boost-build 4.4.1 -> 4.10.1 https://repology.org/project/boost-build/versions attrpath: boost-build 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/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv building '/nix/store/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv'... trying https://github.com/boostorg/build/archive/4.10.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 'boost-build.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv /nix/store/nqmnsrnsb5ziq85n4vxdh316q83qxdcx-boost-build-4.10.1.drv building '/nix/store/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv'... trying https://github.com/boostorg/build/archive/4.10.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/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/boostorg/build/archive/4.10.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/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv'. error: 1 dependencies of derivation '/nix/store/nqmnsrnsb5ziq85n4vxdh316q83qxdcx-boost-build-4.10.1.drv' failed to build [result] Failed to update boost-build 4.4.1 -> 4.10.1 https://repology.org/project/boost-build/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath buildkite-test-collector-rust, using log file: /var/log/nixpkgs-update/buildkite-test-collector-rust/2024-03-03.log buildkite-test-collector-rust 0.1.0 -> 0.1.2 https://github.com/buildkite/test-collector-rust/releases attrpath: buildkite-test-collector-rust 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/c7khv091h6k41fggs5d6yxkradkm9x93-source.drv building '/nix/store/c7khv091h6k41fggs5d6yxkradkm9x93-source.drv'... trying https://github.com/buildkite/test-collector-rust/archive/v0.1.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'buildkite-test-collector-rust.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/c7khv091h6k41fggs5d6yxkradkm9x93-source.drv /nix/store/x7xj3xhbjpvn8casxkdka2qxy010njaq-buildkite-test-collector-rust-0.1.2-vendor.tar.gz.drv /nix/store/zqv6l32nyiwzwb940rgf13gdrx9wxrbl-buildkite-test-collector-rust-0.1.2.drv building '/nix/store/c7khv091h6k41fggs5d6yxkradkm9x93-source.drv'... trying https://github.com/buildkite/test-collector-rust/archive/v0.1.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/c7khv091h6k41fggs5d6yxkradkm9x93-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/buildkite/test-collector-rust/archive/v0.1.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/c7khv091h6k41fggs5d6yxkradkm9x93-source.drv'. error: 1 dependencies of derivation '/nix/store/zqv6l32nyiwzwb940rgf13gdrx9wxrbl-buildkite-test-collector-rust-0.1.2.drv' failed to build [result] Failed to update buildkite-test-collector-rust 0.1.0 -> 0.1.2 https://github.com/buildkite/test-collector-rust/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sasmodels, using log file: /var/log/nixpkgs-update/python311Packages.sasmodels/2024-03-03.log python311Packages.sasmodels 0 -> 1 attrpath: python311Packages.sasmodels Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kxd78xxl4s3xlaav2xbph3llrgxg8kfb-packages.json.drv building '/nix/store/kxd78xxl4s3xlaav2xbph3llrgxg8kfb-packages.json.drv'... Going to be running update for following packages: - python3.11-sasmodels-1.0.7 Press Enter key to continue... Running update for: - python3.11-sasmodels-1.0.7: UPDATING ... - python3.11-sasmodels-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sasmodels 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oelint-parser, using log file: /var/log/nixpkgs-update/python311Packages.oelint-parser/2024-03-03.log python311Packages.oelint-parser 0 -> 1 attrpath: python311Packages.oelint-parser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2yd08lsvwaadyrglsyclpc1z456rp7k1-packages.json.drv building '/nix/store/2yd08lsvwaadyrglsyclpc1z456rp7k1-packages.json.drv'... Going to be running update for following packages: - python3.11-oelint-parser-3.3.1 Press Enter key to continue... Running update for: - python3.11-oelint-parser-3.3.1: UPDATING ... - python3.11-oelint-parser-3.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oelint-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SenSpe, using log file: /var/log/nixpkgs-update/rPackages.SenSpe/2024-03-03.log rPackages.SenSpe 1.2 -> 1.3 https://repology.org/project/r:senspe/versions attrpath: rPackages.SenSpe 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.SenSpe 1.2 -> 1.3 https://repology.org/project/r:senspe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath soundfont-fluid, using log file: /var/log/nixpkgs-update/soundfont-fluid/2024-03-03.log soundfont-fluid 3 -> 3.1 https://repology.org/project/fluid-soundfont/versions attrpath: soundfont-fluid Checking auto update branch... No auto update branch exists [version] 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 'fluid-soundfont.tar.gz' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/soundfont-fluid/pkgs/stdenv/generic/make-derivation.nix:353:7 error: hash '1f96bi0y6rms255yr8dfk43.16azvwk66c99j6p43.1iavyq8jg7c5f8' has wrong length for hash type 'sha256' stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'soundfont-fluid.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 'Fluid-3.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/soundfont-fluid/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'src' of derivation 'Fluid-3.1' at /var/cache/nixpkgs-update/worker/worktree/soundfont-fluid/pkgs/data/soundfonts/fluid/default.nix:7:3: 6| 7| src = fetchurl { | ^ 8| url = "https://ftp.osuosl.org/pub/musescore/soundfont/fluid-soundfont.tar.gz"; (stack trace truncated; use '--show-trace' to show the full trace) error: hash '1f96bi0y6rms255yr8dfk43.16azvwk66c99j6p43.1iavyq8jg7c5f8' has wrong length for hash type 'sha256' [result] Failed to update soundfont-fluid 3 -> 3.1 https://repology.org/project/fluid-soundfont/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.with-utf8, using log file: /var/log/nixpkgs-update/haskellPackages.with-utf8/2024-03-03.log haskellPackages.with-utf8 1.0.2.4 -> 1.1.0.0 https://repology.org/project/haskell:with-utf8/versions attrpath: haskellPackages.with-utf8 Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.with-utf8 1.0.2.4 -> 1.1.0.0 https://repology.org/project/haskell:with-utf8/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cvss, using log file: /var/log/nixpkgs-update/python311Packages.cvss/2024-03-03.log python311Packages.cvss 0 -> 1 attrpath: python311Packages.cvss Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6vq4p7pbbj3bdjdxl3bsc8jmc7d24jvs-packages.json.drv building '/nix/store/6vq4p7pbbj3bdjdxl3bsc8jmc7d24jvs-packages.json.drv'... Going to be running update for following packages: - python3.11-cvss-3.0 Press Enter key to continue... Running update for: - python3.11-cvss-3.0: UPDATING ... - python3.11-cvss-3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cvss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pybullet, using log file: /var/log/nixpkgs-update/python311Packages.pybullet/2024-03-03.log python311Packages.pybullet 0 -> 1 attrpath: python311Packages.pybullet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dq8m9m8s42laf4qb096vl81apgmcbc7d-packages.json.drv building '/nix/store/dq8m9m8s42laf4qb096vl81apgmcbc7d-packages.json.drv'... Going to be running update for following packages: - python3.11-pybullet-3.2.6 Press Enter key to continue... Running update for: - python3.11-pybullet-3.2.6: UPDATING ... - python3.11-pybullet-3.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybullet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-azure-native, using log file: /var/log/nixpkgs-update/python311Packages.pulumi-azure-native/2024-03-03.log python311Packages.pulumi-azure-native 0 -> 1 attrpath: python311Packages.pulumi-azure-native Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/5gxq80b71kpd28nx12b871z2q5fapwhp-packages.json.drv building '/nix/store/5gxq80b71kpd28nx12b871z2q5fapwhp-packages.json.drv'... Going to be running update for following packages: - python3.11-pulumi-azure-native-2.13.0 Press Enter key to continue... Running update for: - python3.11-pulumi-azure-native-2.13.0: UPDATING ... - python3.11-pulumi-azure-native-2.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pulumi-azure-native 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proton-vpn-killswitch-network-manager, using log file: /var/log/nixpkgs-update/python311Packages.proton-vpn-killswitch-network-manager/2024-03-03.log python311Packages.proton-vpn-killswitch-network-manager 0 -> 1 attrpath: python311Packages.proton-vpn-killswitch-network-manager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cis776qqk0di31sc68m57fpsp6vz9d5y-packages.json.drv building '/nix/store/cis776qqk0di31sc68m57fpsp6vz9d5y-packages.json.drv'... Going to be running update for following packages: - python3.11-proton-vpn-killswitch-network-manager-0.2.0-unstable-2023-09-05 Press Enter key to continue... Running update for: - python3.11-proton-vpn-killswitch-network-manager-0.2.0-unstable-2023-09-05: UPDATING ... - python3.11-proton-vpn-killswitch-network-manager-0.2.0-unstable-2023-09-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-vpn-killswitch-network-manager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-compressor, using log file: /var/log/nixpkgs-update/python311Packages.django-compressor/2024-03-03.log python311Packages.django-compressor 0 -> 1 attrpath: python311Packages.django-compressor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l1imv5wicinv4rnb223ni3qq9bxhdjmg-packages.json.drv building '/nix/store/l1imv5wicinv4rnb223ni3qq9bxhdjmg-packages.json.drv'... Going to be running update for following packages: - python3.11-django-compressor-4.4 Press Enter key to continue... Running update for: - python3.11-django-compressor-4.4: UPDATING ... - python3.11-django-compressor-4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-compressor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uclient, using log file: /var/log/nixpkgs-update/uclient/2024-03-03.log uclient 2023-04-13 -> 20210514 https://repology.org/project/uclient/versions attrpath: uclient Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update uclient 2023-04-13 -> 20210514 https://repology.org/project/uclient/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fscryptctl, using log file: /var/log/nixpkgs-update/fscryptctl/2024-03-03.log fscryptctl 1.0.0 -> 1.1.0 https://github.com/google/fscryptctl/releases attrpath: fscryptctl Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/linux/fscryptctl/default.nix b/pkgs/os-specific/linux/fscryptctl/default.nix index 2a2a9b41c9c2..da1d24f82896 100644 --- a/pkgs/os-specific/linux/fscryptctl/default.nix +++ b/pkgs/os-specific/linux/fscryptctl/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "fscryptctl"; - version = "1.0.0"; + version = "1.1.0"; goPackagePath = "github.com/google/fscrypt"; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { owner = "google"; repo = "fscryptctl"; rev = "v${version}"; - sha256 = "1hwj726mm0yhlcf6523n07h0yq1rvkv4km64h3ydpjcrcxklhw6l"; + sha256 = "sha256-8tkep52DLGL7U1212CXAF8hmgu1BjaE3tbupQD/1058="; }; makeFlags = [ "PREFIX=${placeholder "out"}" ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fscryptctl nix build failed. got build log for 'fscryptctl' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/lw4n7dp6wc68gyk4pp9s1hj3bys5wzcd-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash PREFIX=/nix/store/0m5xi98gi30xlg6kwpm7yd2d3aq0w64i-fscryptctl-1.1.0 gcc -o fscryptctl.o -c -O2 -Wall fscryptctl.c gcc -o fscryptctl -O2 -Wall fscryptctl.o pandoc -s -t man fscryptctl.1.md > fscryptctl.1 /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: pandoc: command not found make: *** [Makefile:66: fscryptctl.1] Error 127 [result] Failed to update fscryptctl 1.0.0 -> 1.1.0 https://github.com/google/fscryptctl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.finbif, using log file: /var/log/nixpkgs-update/rPackages.finbif/2024-03-03.log rPackages.finbif 0.9.3 -> 0.9.4 https://repology.org/project/r:finbif/versions attrpath: rPackages.finbif 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.finbif 0.9.3 -> 0.9.4 https://repology.org/project/r:finbif/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyobihai, using log file: /var/log/nixpkgs-update/python311Packages.pyobihai/2024-03-03.log python311Packages.pyobihai 0 -> 1 attrpath: python311Packages.pyobihai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/37vs34vmlv53akx0ncsg1ri2arllyg2h-packages.json.drv building '/nix/store/37vs34vmlv53akx0ncsg1ri2arllyg2h-packages.json.drv'... Going to be running update for following packages: - python3.11-pyobihai-1.4.2 Press Enter key to continue... Running update for: - python3.11-pyobihai-1.4.2: UPDATING ... - python3.11-pyobihai-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyobihai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ijq, using log file: /var/log/nixpkgs-update/ijq/2024-03-03.log ijq 0.4.1 -> 1.0.1 https://repology.org/project/ijq/versions attrpath: ijq Checking auto update branch... No auto update branch exists Old version 0.4.1" not present in master derivation file with contents: { buildGoModule, fetchFromSourcehut, lib, jq, installShellFiles, makeWrapper, scdoc }: buildGoModule rec { pname = "ijq"; version = "1.0.1"; src = fetchFromSourcehut { owner = "~gpanders"; repo = pname; rev = "v${version}"; sha256 = "sha256-su/PHUt4GpJxt9nm/oYnP1F8EDSl0fUgamWJj1TxuZA="; }; vendorHash = "sha256-X91kW+dpcxd1+vTV1G1al5cdlwWpbUS85Xxf3yeVg1I="; nativeBuildInputs = [ installShellFiles makeWrapper scdoc ]; ldflags = [ "-s" "-w" "-X main.Version=${version}" ]; postBuild = '' scdoc < ijq.1.scd > ijq.1 installManPage ijq.1 ''; postInstall = '' wrapProgram "$out/bin/ijq" \ --prefix PATH : "${lib.makeBinPath [ jq ]}" ''; meta = with lib; { description = "Interactive wrapper for jq"; homepage = "https://git.sr.ht/~gpanders/ijq"; license = licenses.gpl3Plus; maintainers = with maintainers; [ justinas SuperSandro2000 ]; }; } [result] Failed to update ijq 0.4.1 -> 1.0.1 https://repology.org/project/ijq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torchgpipe, using log file: /var/log/nixpkgs-update/python311Packages.torchgpipe/2024-03-03.log python311Packages.torchgpipe 0 -> 1 attrpath: python311Packages.torchgpipe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z1a5v3b9qqak4nm50xk9kpmhh0a69a15-packages.json.drv building '/nix/store/z1a5v3b9qqak4nm50xk9kpmhh0a69a15-packages.json.drv'... Going to be running update for following packages: - python3.11-torchgpipe-0.0.7 Press Enter key to continue... Running update for: - python3.11-torchgpipe-0.0.7: UPDATING ... - python3.11-torchgpipe-0.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchgpipe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.desk, using log file: /var/log/nixpkgs-update/rPackages.desk/2024-03-03.log rPackages.desk 1.1.0 -> 1.1.1 https://repology.org/project/r:desk/versions attrpath: rPackages.desk 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.desk 1.1.0 -> 1.1.1 https://repology.org/project/r:desk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitless, using log file: /var/log/nixpkgs-update/gitless/2024-03-03.log gitless 0 -> 1 attrpath: gitless Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fkpr6kfpchdsb1kbwfasw7aya462lg3y-packages.json.drv building '/nix/store/fkpr6kfpchdsb1kbwfasw7aya462lg3y-packages.json.drv'... Going to be running update for following packages: - gitless-0.9.17 Press Enter key to continue... Running update for: - gitless-0.9.17: UPDATING ... - gitless-0.9.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gitless 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swaycwd, using log file: /var/log/nixpkgs-update/swaycwd/2024-03-03.log swaycwd 0.2.1 -> 1.1 https://repology.org/project/swaycwd/versions attrpath: swaycwd 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/h7qlp7s36byr0gkfys2ypi5dh1yq8x08-source.drv building '/nix/store/h7qlp7s36byr0gkfys2ypi5dh1yq8x08-source.drv'... trying https://gitlab.com/api/v4/projects/cab404%2Fswaycwd/repository/archive.tar.gz?sha=v1.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 'swaycwd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/h7qlp7s36byr0gkfys2ypi5dh1yq8x08-source.drv /nix/store/byfsr0anfyd1gxfhjm345dwcdg4fmkyb-swaycwd-1.1.drv these 3 paths will be fetched (9.27 MiB download, 39.04 MiB unpacked): /nix/store/w04lk063l9jsiim1ahhvxmlcazdf1vwv-nim-unwrapped-2.0.2 /nix/store/b3jcijsrx6v1hpjv93m9sa6zkgdjn3kc-nim_builder-2.0.2 /nix/store/flzvy33gi8fn10g30ciyb1cch1jvxfhc-x86_64-unknown-linux-gnu-nim-wrapper-2.0.2 copying path '/nix/store/w04lk063l9jsiim1ahhvxmlcazdf1vwv-nim-unwrapped-2.0.2' from 'https://cache.nixos.org'... building '/nix/store/h7qlp7s36byr0gkfys2ypi5dh1yq8x08-source.drv'... trying https://gitlab.com/api/v4/projects/cab404%2Fswaycwd/repository/archive.tar.gz?sha=v1.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/h7qlp7s36byr0gkfys2ypi5dh1yq8x08-source.drv' failed with exit code 1; last 7 log lines: > > trying https://gitlab.com/api/v4/projects/cab404%2Fswaycwd/repository/archive.tar.gz?sha=v1.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/h7qlp7s36byr0gkfys2ypi5dh1yq8x08-source.drv'. error: 1 dependencies of derivation '/nix/store/byfsr0anfyd1gxfhjm345dwcdg4fmkyb-swaycwd-1.1.drv' failed to build [result] Failed to update swaycwd 0.2.1 -> 1.1 https://repology.org/project/swaycwd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bzinb, using log file: /var/log/nixpkgs-update/rPackages.bzinb/2024-03-03.log rPackages.bzinb 1.0.6 -> 1.0.8 https://repology.org/project/r:bzinb/versions attrpath: rPackages.bzinb Checking auto update branch... No auto update branch exists Old version 1.0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bzinb 1.0.6 -> 1.0.8 https://repology.org/project/r:bzinb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyathena, using log file: /var/log/nixpkgs-update/python311Packages.pyathena/2024-03-03.log python311Packages.pyathena 0 -> 1 attrpath: python311Packages.pyathena Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0f5rikc87cr0wmznyxqzw4chw4ah94j9-packages.json.drv building '/nix/store/0f5rikc87cr0wmznyxqzw4chw4ah94j9-packages.json.drv'... Going to be running update for following packages: - python3.11-pyathena-3.1.0 Press Enter key to continue... Running update for: - python3.11-pyathena-3.1.0: UPDATING ... - python3.11-pyathena-3.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyathena/default.nix b/pkgs/development/python-modules/pyathena/default.nix index 5c7930601745..ec4cbc132a7c 100644 --- a/pkgs/development/python-modules/pyathena/default.nix +++ b/pkgs/development/python-modules/pyathena/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "pyathena"; - version = "3.1.0"; + version = "3.3.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-cOTkKKeNzHcqRDfZaXR0CrL75SgH5102H89tuF4L9M4="; + hash = "sha256-3S5iQembhaQ1McxAJyZEgG0z60S5UhEWGv7BtJbkPTc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pyathena nix build failed. Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1126, in _find_and_load_unlocked File "", line 241, in _call_with_frames_removed File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named 'hatchling' ERROR Backend 'hatchling.build' is not available. [result] Failed to update python311Packages.pyathena 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mediainfo, using log file: /var/log/nixpkgs-update/mediainfo/2024-03-03.log mediainfo 23.11 -> 24.01.1 https://repology.org/project/mediainfo/versions attrpath: mediainfo Checking auto update branch... An auto update branch exists with message `mediainfo: 23.11 -> 24.01.1`. New version is 24.01.1. An auto update branch exists with an equal or greater version [result] Failed to update mediainfo 23.11 -> 24.01.1 https://repology.org/project/mediainfo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ytfzf, using log file: /var/log/nixpkgs-update/ytfzf/2024-03-03.log ytfzf 2.6.1 -> 2.6.2 https://github.com/pystardust/ytfzf/releases attrpath: ytfzf Checking auto update branch... An auto update branch exists with message `ytfzf: 2.6.1 -> 2.6.2`. New version is 2.6.2. An auto update branch exists with an equal or greater version [result] Failed to update ytfzf 2.6.1 -> 2.6.2 https://github.com/pystardust/ytfzf/releases [options] github_user: r-ryantm, pull_request: 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.NetSSH 0.09 -> 2.14 https://repology.org/project/perl:net-ssh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.compositions, using log file: /var/log/nixpkgs-update/rPackages.compositions/2024-03-03.log rPackages.compositions 2.0-7 -> 2.0-8 https://repology.org/project/r:compositions/versions attrpath: rPackages.compositions Checking auto update branch... No auto update branch exists Old version 2.0-7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.compositions 2.0-7 -> 2.0-8 https://repology.org/project/r:compositions/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.filesstrings, using log file: /var/log/nixpkgs-update/rPackages.filesstrings/2024-03-03.log rPackages.filesstrings 3.2.4 -> 3.4.0 https://repology.org/project/r:filesstrings/versions attrpath: rPackages.filesstrings Checking auto update branch... No auto update branch exists Old version 3.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.filesstrings 3.2.4 -> 3.4.0 https://repology.org/project/r:filesstrings/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fetchmail, using log file: /var/log/nixpkgs-update/fetchmail/2024-03-03.log fetchmail 6.4.37 -> 6.4.38 https://repology.org/project/fetchmail/versions attrpath: fetchmail Checking auto update branch... An auto update branch exists with message `fetchmail: 6.4.37 -> 6.4.38`. New version is 6.4.38. An auto update branch exists with an equal or greater version [result] Failed to update fetchmail 6.4.37 -> 6.4.38 https://repology.org/project/fetchmail/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.shinymodels, using log file: /var/log/nixpkgs-update/rPackages.shinymodels/2024-03-03.log rPackages.shinymodels 0.1.0 -> 0.1.1 https://repology.org/project/r:shinymodels/versions attrpath: rPackages.shinymodels Checking auto update branch... No auto update branch exists Old version 0.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.shinymodels 0.1.0 -> 0.1.1 https://repology.org/project/r:shinymodels/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.InterpretMSSpectrum, using log file: /var/log/nixpkgs-update/rPackages.InterpretMSSpectrum/2024-03-03.log rPackages.InterpretMSSpectrum 1.3.8 -> 1.4.5 https://repology.org/project/r:interpretmsspectrum/versions attrpath: rPackages.InterpretMSSpectrum Checking auto update branch... No auto update branch exists Old version 1.3.8" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.InterpretMSSpectrum 1.3.8 -> 1.4.5 https://repology.org/project/r:interpretmsspectrum/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.KnapsackSampling, using log file: /var/log/nixpkgs-update/rPackages.KnapsackSampling/2024-03-03.log rPackages.KnapsackSampling 0.1.0 -> 0.1.1 https://repology.org/project/r:knapsacksampling/versions attrpath: rPackages.KnapsackSampling Checking auto update branch... No auto update branch exists Old version 0.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.KnapsackSampling 0.1.0 -> 0.1.1 https://repology.org/project/r:knapsacksampling/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.wai-extra, using log file: /var/log/nixpkgs-update/haskellPackages.wai-extra/2024-03-03.log haskellPackages.wai-extra 3.1.13.0 -> 3.1.14 https://repology.org/project/haskell:wai-extra/versions attrpath: haskellPackages.wai-extra Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.wai-extra 3.1.13.0 -> 3.1.14 https://repology.org/project/haskell:wai-extra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pretalx, using log file: /var/log/nixpkgs-update/pretalx/2024-03-03.log pretalx 0 -> 1 attrpath: pretalx Checking auto update branch... [version] [version] generic version rewriter 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/wrjbfqn4adil6bw1yz16zn3bniyc866q-packages.json.drv building '/nix/store/wrjbfqn4adil6bw1yz16zn3bniyc866q-packages.json.drv'... Going to be running update for following packages: - pretalx-2023.1.3 Press Enter key to continue... Running update for: - pretalx-2023.1.3: UPDATING ... - pretalx-2023.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pretalx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.censored, using log file: /var/log/nixpkgs-update/rPackages.censored/2024-03-03.log rPackages.censored 0.2.0 -> 0.3.0 https://repology.org/project/r:censored/versions attrpath: rPackages.censored 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.censored 0.2.0 -> 0.3.0 https://repology.org/project/r:censored/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ProbSamplingI, using log file: /var/log/nixpkgs-update/rPackages.ProbSamplingI/2024-03-03.log rPackages.ProbSamplingI 0.1.0 -> 2.0 https://repology.org/project/r:probsamplingi/versions attrpath: rPackages.ProbSamplingI Checking auto update branch... No auto update branch exists Old version 0.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ProbSamplingI 0.1.0 -> 2.0 https://repology.org/project/r:probsamplingi/versions [options] github_user: r-ryantm, pull_request: 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.DevelPPPort 3.68 -> 3.71 https://repology.org/project/perl:devel-ppport/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ao, using log file: /var/log/nixpkgs-update/rPackages.ao/2024-03-03.log rPackages.ao 0.3.0 -> 0.3.3 https://repology.org/project/r:ao/versions attrpath: rPackages.ao 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.ao 0.3.0 -> 0.3.3 https://repology.org/project/r:ao/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nlmixr2est, using log file: /var/log/nixpkgs-update/rPackages.nlmixr2est/2024-03-03.log rPackages.nlmixr2est 2.2.0 -> 2.2.1 https://repology.org/project/r:nlmixr2est/versions attrpath: rPackages.nlmixr2est Checking auto update branch... No auto update branch exists Old version 2.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nlmixr2est 2.2.0 -> 2.2.1 https://repology.org/project/r:nlmixr2est/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.eom, using log file: /var/log/nixpkgs-update/mate.eom/2024-03-03.log mate.eom 0 -> 1 attrpath: mate.eom mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.eom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitqlient, using log file: /var/log/nixpkgs-update/gitqlient/2024-03-03.log gitqlient 0 -> 1 attrpath: gitqlient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/09jdrx2mh1d4ib86g58lpq4xqm8q2mlf-packages.json.drv building '/nix/store/09jdrx2mh1d4ib86g58lpq4xqm8q2mlf-packages.json.drv'... Going to be running update for following packages: - gitqlient-1.6.2 Press Enter key to continue... Running update for: - gitqlient-1.6.2: UPDATING ... - gitqlient-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gitqlient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.m3u8, using log file: /var/log/nixpkgs-update/python311Packages.m3u8/2024-03-03.log python311Packages.m3u8 0 -> 1 attrpath: python311Packages.m3u8 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fghvbxs1am3wxk2wqwj2p12327dhrqbj-packages.json.drv building '/nix/store/fghvbxs1am3wxk2wqwj2p12327dhrqbj-packages.json.drv'... Going to be running update for following packages: - python3.11-m3u8-3.6.0 Press Enter key to continue... Running update for: - python3.11-m3u8-3.6.0: UPDATING ... - python3.11-m3u8-3.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/m3u8/default.nix b/pkgs/development/python-modules/m3u8/default.nix index 9ff8dfbf0e73..e60f91b40b6a 100644 --- a/pkgs/development/python-modules/m3u8/default.nix +++ b/pkgs/development/python-modules/m3u8/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "m3u8"; - version = "3.6.0"; + version = "4.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "globocom"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-JLYRkibcvmNct2eIBfBP7z3gR680xhZL/Kn/1S7feoo="; + hash = "sha256-sxLT3a9f38RZqzEzqyZos3G38vzHPzhMexfBN2qzbxQ="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.m3u8 nix build failed. # It will try to read all remaining data from the socket, # which will block while the server waits for the next request. # So make sure the connection gets closed after the (only) # request. headers["Connection"] = "close" headers = {name.title(): val for name, val in headers.items()} if req._tunnel_host: tunnel_headers = {} proxy_auth_hdr = "Proxy-Authorization" if proxy_auth_hdr in headers: tunnel_headers[proxy_auth_hdr] = headers[proxy_auth_hdr] # Proxy-Authorization should not be sent to origin # server. del headers[proxy_auth_hdr] h.set_tunnel(req._tunnel_host, headers=tunnel_headers) try: try: h.request(req.get_method(), req.selector, req.data, headers, encode_chunked=req.has_header('Transfer-encoding')) except OSError as err: # timeout error > raise URLError(err) E urllib.error.URLError:  /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/urllib/request.py:1351: URLError =========================== short test summary info ============================ FAILED tests/test_loader.py::test_raise_timeout_exception_if_timeout_happens_when_loading_from_uri - urllib.error.URLError: ============ 1 failed, 233 passed, 3 deselected, 9 xfailed in 0.60s ============ /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.m3u8 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.canmatrix, using log file: /var/log/nixpkgs-update/python311Packages.canmatrix/2024-03-03.log python311Packages.canmatrix 0 -> 1 attrpath: python311Packages.canmatrix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0kv9qvgaghhk1wmfbwf8nfrz04kxssp6-packages.json.drv building '/nix/store/0kv9qvgaghhk1wmfbwf8nfrz04kxssp6-packages.json.drv'... Going to be running update for following packages: - python3.11-canmatrix-1.0 Press Enter key to continue... Running update for: - python3.11-canmatrix-1.0: UPDATING ... - python3.11-canmatrix-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.canmatrix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iemiscdata, using log file: /var/log/nixpkgs-update/rPackages.iemiscdata/2024-03-03.log rPackages.iemiscdata 1.0.0 -> 1.0.1 https://repology.org/project/r:iemiscdata/versions attrpath: rPackages.iemiscdata 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.iemiscdata 1.0.0 -> 1.0.1 https://repology.org/project/r:iemiscdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.uv, using log file: /var/log/nixpkgs-update/php81Extensions.uv/2024-03-03.log php81Extensions.uv 0 -> 1 attrpath: php81Extensions.uv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/457q9r89b3b2i3f98j9s772k2ifp8ank-packages.json.drv building '/nix/store/457q9r89b3b2i3f98j9s772k2ifp8ank-packages.json.drv'... Going to be running update for following packages: - php-uv-0.3.0 Press Enter key to continue... Running update for: - php-uv-0.3.0: UPDATING ... - php-uv-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.uv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mop, using log file: /var/log/nixpkgs-update/mop/2024-03-03.log mop 1.0.0 -> 2024.01.14 https://repology.org/project/mop/versions attrpath: mop Checking auto update 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/f2xbr7wfc775ibkqxqv6d66b1w79zpm0-source.drv building '/nix/store/f2xbr7wfc775ibkqxqv6d66b1w79zpm0-source.drv'... trying https://github.com/mop-tracker/mop/archive/v2024.01.14.tar.gz % 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 'mop.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/f2xbr7wfc775ibkqxqv6d66b1w79zpm0-source.drv /nix/store/q09qw0ig7d7p0ff2a1hzmwnl4gi5ghcs-mop-2024.01.14-go-modules.drv /nix/store/l0z0648y3a8v6bwgz0abc8aj143giqj6-mop-2024.01.14.drv building '/nix/store/f2xbr7wfc775ibkqxqv6d66b1w79zpm0-source.drv'... trying https://github.com/mop-tracker/mop/archive/v2024.01.14.tar.gz % 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/f2xbr7wfc775ibkqxqv6d66b1w79zpm0-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mop-tracker/mop/archive/v2024.01.14.tar.gz > % 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/f2xbr7wfc775ibkqxqv6d66b1w79zpm0-source.drv'. error: 1 dependencies of derivation '/nix/store/l0z0648y3a8v6bwgz0abc8aj143giqj6-mop-2024.01.14.drv' failed to build [result] Failed to update mop 1.0.0 -> 2024.01.14 https://repology.org/project/mop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goss, using log file: /var/log/nixpkgs-update/goss/2024-03-03.log goss 0 -> 1 attrpath: goss 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/angna983kbi3sgjxz1pa2b2wk2ncvc34-packages.json.drv building '/nix/store/angna983kbi3sgjxz1pa2b2wk2ncvc34-packages.json.drv'... Going to be running update for following packages: - goss-0.4.4 Press Enter key to continue... Running update for: - goss-0.4.4: UPDATING ... - goss-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mopidy-mopify, using log file: /var/log/nixpkgs-update/mopidy-mopify/2024-03-03.log mopidy-mopify 0 -> 1 attrpath: mopidy-mopify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/308kqc1b7z0fi7614dn7wsnjicscv07k-packages.json.drv building '/nix/store/308kqc1b7z0fi7614dn7wsnjicscv07k-packages.json.drv'... Going to be running update for following packages: - Mopidy-Mopify-1.7.3 Press Enter key to continue... Running update for: - Mopidy-Mopify-1.7.3: UPDATING ... - Mopidy-Mopify-1.7.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-mopify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webrtc-noise-gain, using log file: /var/log/nixpkgs-update/python311Packages.webrtc-noise-gain/2024-03-03.log python311Packages.webrtc-noise-gain 0 -> 1 attrpath: python311Packages.webrtc-noise-gain Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ng1wh0vhwipmzb7k7i27gk64dsj2ifnv-packages.json.drv building '/nix/store/ng1wh0vhwipmzb7k7i27gk64dsj2ifnv-packages.json.drv'... Going to be running update for following packages: - python3.11-webrtc-noise-gain-1.2.3 Press Enter key to continue... Running update for: - python3.11-webrtc-noise-gain-1.2.3: UPDATING ... - python3.11-webrtc-noise-gain-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webrtc-noise-gain 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iosevka-bin, using log file: /var/log/nixpkgs-update/iosevka-bin/2024-03-03.log iosevka-bin 0 -> 1 attrpath: iosevka-bin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z1x98880bh6z277vvsswv6r0iny57yzd-packages.json.drv building '/nix/store/z1x98880bh6z277vvsswv6r0iny57yzd-packages.json.drv'... Going to be running update for following packages: - iosevka-bin-27.3.5 Press Enter key to continue... Running update for: - iosevka-bin-27.3.5: UPDATING ... - iosevka-bin-27.3.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/data/fonts/iosevka/bin.nix b/pkgs/data/fonts/iosevka/bin.nix index 4b0f78e298ab..524fc0acf36e 100644 --- a/pkgs/data/fonts/iosevka/bin.nix +++ b/pkgs/data/fonts/iosevka/bin.nix @@ -11,7 +11,7 @@ let (builtins.attrNames (builtins.removeAttrs variantHashes [ "iosevka" ])); in stdenv.mkDerivation rec { pname = "${name}-bin"; - version = "27.3.5"; + version = "28.1.0"; src = fetchurl { url = "https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-${name}-${version}.zip"; diff --git a/pkgs/data/fonts/iosevka/variants.nix b/pkgs/data/fonts/iosevka/variants.nix index 5e71e08b78da..9f90c1f8d60d 100644 --- a/pkgs/data/fonts/iosevka/variants.nix +++ b/pkgs/data/fonts/iosevka/variants.nix @@ -1,95 +1,3 @@ # This file was autogenerated. DO NOT EDIT! { - iosevka = "0s37z4yml026pmaj6gpc603mry34hlzg67b0v9rblb90rx7xqlii"; - iosevka-aile = "1vpn9mg48xy4jmbs804zmisaj1mnvwv5b9c0iy6mrwkd5m7gcqfb"; - iosevka-curly = "138wwgn03cx0lkgs2mbydiyggjmbmy3iz4wgn17sbp5d7m7g0sp3"; - iosevka-curly-slab = "024miwl9y57rxmc4hnyjk0j861wapyfy4jpg5q61jjh6nji3qwrk"; - iosevka-etoile = "0gcdpzi6riy6x9qcjzmvb2kcdh209d8zbbc78b95ymgyndzwp3k2"; - iosevka-slab = "1gny1az6lrg24dx9qrrpbrq85mkn6684970gbvl8wjh1pmkv2w14"; - iosevka-ss01 = "06kw96biyyp35cc4x5pr3bf08f72020nvwcz12wk0qms02rz37s0"; - iosevka-ss02 = "0yd18n2vrxbpf4kccad5q0cr24j04grz57l2jpgr3j3qiwz53zn1"; - iosevka-ss03 = "01203jgpx8hsxs2jq5py8404y1cz95m5bsdzgya3nhyfslix7dxz"; - iosevka-ss04 = "1c2xs689fqzzvbv72wb7pfwx687hrl8vzvakjbl317qpzmlrlbkr"; - iosevka-ss05 = "0whfsl9ma1590zmks0r7lywc0sfy6mq74p8mhkmds6h35nri9djj"; - iosevka-ss06 = "065lqb0w4cvhk7jadic2xn4pdq0rrg4f4b0gpc5z0xa2fsvw4rir"; - iosevka-ss07 = "0bhl2p0zrzdn9vhl5ndfdzd7658qsaci41l6vpcsl5x9np3ii2jg"; - iosevka-ss08 = "1ka2ii29v4aqqiwfbjcwsqsj2gpa46mpnv7d11rgn49n4j0isk1p"; - iosevka-ss09 = "08n44fjsas94d7q1x9az58z5p786gxh8665yyhvhjzh76pzrkbwj"; - iosevka-ss10 = "136pvfw6lab3vwzrx45cqkh1n6r8srahd9jbi9li02r19m78qp6f"; - iosevka-ss11 = "0wgnzq1vfibxgb50dcwjsvf20jvjvhp1xwsbh1zpqqsh1kr89bln"; - iosevka-ss12 = "0ql1xhjk2alrvyryvjaw54z9gnh4gi58nhskrhnkz4mdlr7a6xr3"; - iosevka-ss13 = "0ivk20l8y2g0s7729wjc4h9bdqvjn859ij8vaccl12ql58i2phhb"; - iosevka-ss14 = "0ib2ynpk7lcisbmcrrd2wlia7rh243zq1hys6ln2r3gd75m6hvbq"; - iosevka-ss15 = "0yp0n7d5wwwykmzlc41fywc1mx06khp3xiy6gad9bng7mavpx91c"; - iosevka-ss16 = "0gm0b50zhc2hc6l3qpl4q3jk8rcr9bh8y0i65xcv3bm456753l4v"; - iosevka-ss17 = "0yf244n7161zk1csxnb7zx2c95q79jibplvczqfh2k8as3r4xw07"; - iosevka-ss18 = "1886h5dzswspd0j3hs0d6m271qqsfp3zkihyp9acpf2v4r56nmmn"; - sgr-iosevka = "1kl1wkgda764qqyyk14s0gfb2qavsfvc9zbr30z7zdkcqxk383gd"; - sgr-iosevka-aile = "115ynw0dysf9473j6jami7yf79i6rlhm7a019fxlfcqnm2k3zz5r"; - sgr-iosevka-curly = "010g7cgd3r8dw48mfdmcqzymqn8mqn5xnnvinvilahxq0qaj2s4w"; - sgr-iosevka-curly-slab = "1fk67ay7bs1s1qajlrib06n0y1ii1fjlxdqrj2dvzlji8ac35hqc"; - sgr-iosevka-etoile = "1gf696k4f4hh1yh664d361x0n65sh6q0i3n8as5id2vpzcjbn83w"; - sgr-iosevka-fixed = "12v438imi2891b4ra3c48imd0n429aa889myhkglrky1bfxwwpw2"; - sgr-iosevka-fixed-curly = "1v4vv48an8l9a5diavxap328d3qd6iy6hbwkkn64db2vxwmkdml7"; - sgr-iosevka-fixed-curly-slab = "0xbz45qkd9paghrdx4s1gxgnn872fmywmr7il0v5yir81wys1z97"; - sgr-iosevka-fixed-slab = "1w7qsg6a2g27izbmqshly2bnsbwdf2rhymvnq30vqgb2f1a6rlwq"; - sgr-iosevka-fixed-ss01 = "1f4fi4h3fl7c3b0maj2l9df4yfs4pqj9rq5f7kk9kl2jnk0zq6yy"; - sgr-iosevka-fixed-ss02 = "18q603zbi1dk1z8n215z2kyi3rcxik6m6cffihml0f1sb39rh3r7"; - sgr-iosevka-fixed-ss03 = "05xs1z82ck01f9x3vhc74ajbgj9ms14bbmbcz0cf18sx03hpyz84"; - sgr-iosevka-fixed-ss04 = "00rb7580xppnvjph6az2ldhgagahvivirzax2pf3fxd5an08zmla"; - sgr-iosevka-fixed-ss05 = "1smjnzjhkxkb9m79d8ynp30846zggb88z7qxd2q58iadq8narx2q"; - sgr-iosevka-fixed-ss06 = "0wqd4pyv66axwsnicbpzidghvh3cx2lyzjmj66734rqz8slsrjb6"; - sgr-iosevka-fixed-ss07 = "1xbs7mjvl8mvi4jhmxnfadvvgpyvyh7y4yqn8vhgbcxp84fzgy3j"; - sgr-iosevka-fixed-ss08 = "0x2kkfffhapj4vnfpdv49zr4wrf02sw6467qrky9sf9phkwa40vh"; - sgr-iosevka-fixed-ss09 = "0z436cps3rb8kfm7pxjjs8p3bjwrg86p549nd6fvgp67p05xx38r"; - sgr-iosevka-fixed-ss10 = "0qpjdgzqb5yadp4bz26kmwjdmpaak7s2mj9km2g565bci096cri4"; - sgr-iosevka-fixed-ss11 = "1i306ai7drhca8ammi6dz8j6v68mjyxwc35zzg801shgy8a00scd"; - sgr-iosevka-fixed-ss12 = "0aza67vz3mrq9ah5pm7lyahdbh0dhzzp8v4hy5slmy8a766ha9gm"; - sgr-iosevka-fixed-ss13 = "022nrapzv1s2a5davh1bpqgm46r04fbns5x6z3826ydsrwkapfs7"; - sgr-iosevka-fixed-ss14 = "023f8j5rzivmqg61larm5kjyb7sd8prqilzd99xp1b97zi4iy0kg"; - sgr-iosevka-fixed-ss15 = "0xb85wsfha7z0krlnb1nhzqd4cva13dvrp8kpfpnmmz1alpvgx0x"; - sgr-iosevka-fixed-ss16 = "0n3chagxlypxsj1zb2r6z3vjfix15pc3nc8sx5cc9j4inb7v5z5v"; - sgr-iosevka-fixed-ss17 = "0kzk2llpwi9plbn3jw203chr8ahpq6kbv9b4i9maf3ljvgdy7nyc"; - sgr-iosevka-fixed-ss18 = "1mzv3zkxrd1lsri1niiqvlkpzhxy9m0gr3ygxzrrfj3f6p6wzq87"; - sgr-iosevka-slab = "1fsl0qsvmfhxjc6y5g8d90x39mz5hzw55xfnwzjjifls6igc8kd4"; - sgr-iosevka-ss01 = "0z18akfqsgr6qcqrcrrwpfdswzk8if9cdhahqgjnkw90qm4m6pyq"; - sgr-iosevka-ss02 = "0x0bc72y835xlz9k2xbbpgccrgswkg7w1hia86x6d91kgj7whmg4"; - sgr-iosevka-ss03 = "0v56qc9aj2k1vs7wxnni21hflady4n5qi05gysp193n7j440l3ci"; - sgr-iosevka-ss04 = "0nidrw3pjcn5fz2a6ysvdkqah31rzgnsg4z7p804h9cnqwl2b2m4"; - sgr-iosevka-ss05 = "0khphs4d28sas5i31kbbj2zv0b45vc0p05d9kyg3azl4hl72ic41"; - sgr-iosevka-ss06 = "0qmr33qv890jqygz6gllh1g0fvvxyjmla0hb02zcgljrccwq7jyd"; - sgr-iosevka-ss07 = "09952mnal5mdz5fqfg4ayidvxcc8sfwv7d127vdzxhawg60ikkss"; - sgr-iosevka-ss08 = "1ymf7j5jx2jdh6n910d89k71m95hg05dp6g6mvv0c7m4yf5wd7m3"; - sgr-iosevka-ss09 = "0gh7rx8fzbx61jba34kcwlazxg7ar4y6vp1h6aysn30fv7q9p7rp"; - sgr-iosevka-ss10 = "0i72r3xllg8am12n700zylc1a8nc4xnj5zxhfhvlk1czdhv7dln6"; - sgr-iosevka-ss11 = "0hs8b9fmjwxbl08652zfkgdmq0dds43jsr2qd3npmg6cg2xdiz2n"; - sgr-iosevka-ss12 = "0crs18k93v2xsry8fmf07wfpl3n7ixdn2sy7xls4ijk5wk0nd6vr"; - sgr-iosevka-ss13 = "1fg883qjpqpcxwh9bwc88nzihisr212q1fdrrzy8q3p9vy322j5j"; - sgr-iosevka-ss14 = "1ix85cr0prgfrxckzgf2xdnh9zv6d8v2f4lf6syq0rax2wpdxdk7"; - sgr-iosevka-ss15 = "098fjkjlgnzmw4wgr2d7vx627xiq7n19rc2x5f6qhqcfxcvayf0f"; - sgr-iosevka-ss16 = "0ibfr10h6gxnimpq0bbp2n61a4y4rdkwa5x6m8hlxndxi801zy8j"; - sgr-iosevka-ss17 = "11zx7lpp8xy67x35a6089s3fq0i1yqfdkckxnp2f32szv67midp0"; - sgr-iosevka-ss18 = "1zdfk1a9sixn7as75sjf7sgh3qhhhs819305i9aw93dy4ghvc4zc"; - sgr-iosevka-term = "091rkh4abm90hakq78w7r3ks9kcyx7kpcfvvcx8ydq7qammc2064"; - sgr-iosevka-term-curly = "0kqxraz8jl7w97yf4x9jp7rkbkxjj85yghw0f70g3idxmzk2n4fh"; - sgr-iosevka-term-curly-slab = "1q10n7wckzv1y9dq0b3jj61h39mcjhkga310pm8r0mjh59jsqxxk"; - sgr-iosevka-term-slab = "1pzd5gzz7s1gawvvqnh8gfc6cm5c56ajvkc6c3fnjycl1v9fr3fg"; - sgr-iosevka-term-ss01 = "0za9kwg389znql9jycs02xnmn9wi9c9ganwlqrsmazgcg6cxksds"; - sgr-iosevka-term-ss02 = "0qli57cva503qvxqx86lrl6mjmbq9n0i04198vzjs5ad151iqk2a"; - sgr-iosevka-term-ss03 = "0yfp4a6m9dl67kc8wa4skzrlkh1ysh0a0ndv3gvknaidzpqyigwh"; - sgr-iosevka-term-ss04 = "1b8yvv3i66d0j4z8fh94q97hqgw404pf1z57p7kx31nlgs0p26kq"; - sgr-iosevka-term-ss05 = "1x6adciw3irh6xsxjlw668l0cz094zin1p4f83allc2bkphq3f9w"; - sgr-iosevka-term-ss06 = "1z73jak1ffc1mdnfh3j1z33b8sj5bbh5s86mn7ki5fy5wvq65sih"; - sgr-iosevka-term-ss07 = "1f028x2m39xphvx265qzh3mrirj3rkwv9jmr5q4qdpvpk7xnbra9"; - sgr-iosevka-term-ss08 = "1i0k7k21fmnb0s5ri840a45ycxmm9dz2zw59n4sxivyv70fhhsfc"; - sgr-iosevka-term-ss09 = "1qn891rqxha2sr9w2h885xx4fnyc9scjqqp148dpsnn32cg7bqpr"; - sgr-iosevka-term-ss10 = "02a1nxcv4q6s6kvlxrq7b9xdym2j7in40pkw05df8wqmlqzmgv2b"; - sgr-iosevka-term-ss11 = "0fwjn4a5p65q5rdbb9wb979ff4k5r2ifh2x99jhj0xhwpy8dza1i"; - sgr-iosevka-term-ss12 = "1ycga16psqw4jh6gzxji6sbvhlq6488hkkqwsh1h860gjql0ckm6"; - sgr-iosevka-term-ss13 = "1f715vxs5j5ham5ihpxzq36ykn2nm2f62gg8s3yzsyp9s58sndmd"; - sgr-iosevka-term-ss14 = "1l2s2naa77xv1dwng6lw0zccbndaln8viamsgmbrqjwfdisbrlzw"; - sgr-iosevka-term-ss15 = "1wmkpilp06633rdaf5dzbw48srikh5a8jvk8prcwka4flrs5crnq"; - sgr-iosevka-term-ss16 = "0ccxfk87qp4lr3g67lzbphw6rknvc78h66bbpq5smk0diad8q3nc"; - sgr-iosevka-term-ss17 = "1hm0m9gr8pwbp34fsg9dxcmawn2czmx908gajv4miq4wg0ivsz8k"; - sgr-iosevka-term-ss18 = "1ylbvygxdn3f2crkrywhj0jc15hdpwh08f925xxygq3vrshd22r6"; } No auto update branch exists There might already be an open PR for this update: - iosevka-bin: 27.3.5 -> 28.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/274687" - iosevka: 27.3.5 -> 28.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/274692" [result] Failed to update iosevka-bin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytrafikverket, using log file: /var/log/nixpkgs-update/python311Packages.pytrafikverket/2024-03-03.log python311Packages.pytrafikverket 0 -> 1 attrpath: python311Packages.pytrafikverket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8q32d550zza9khjz8ll20igzq96ghb52-packages.json.drv building '/nix/store/8q32d550zza9khjz8ll20igzq96ghb52-packages.json.drv'... Going to be running update for following packages: - python3.11-pytrafikverket-0.3.10 Press Enter key to continue... Running update for: - python3.11-pytrafikverket-0.3.10: UPDATING ... - python3.11-pytrafikverket-0.3.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytrafikverket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-unshare, using log file: /var/log/nixpkgs-update/python311Packages.python-unshare/2024-03-03.log python311Packages.python-unshare 0 -> 1 attrpath: python311Packages.python-unshare Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5hs5kskn9hscs1kv77cp0x6cnsn81zsd-packages.json.drv building '/nix/store/5hs5kskn9hscs1kv77cp0x6cnsn81zsd-packages.json.drv'... Going to be running update for following packages: - python3.11-python-unshare-unstable-2018-05-20 Press Enter key to continue... Running update for: - python3.11-python-unshare-unstable-2018-05-20: UPDATING ... - python3.11-python-unshare-unstable-2018-05-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-unshare 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath discordchatexporter-cli, using log file: /var/log/nixpkgs-update/discordchatexporter-cli/2024-03-03.log discordchatexporter-cli 0 -> 1 attrpath: discordchatexporter-cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/nxvlg0qnxkh4jxfkaq0nz557lakqqaq2-packages.json.drv building '/nix/store/nxvlg0qnxkh4jxfkaq0nz557lakqqaq2-packages.json.drv'... Going to be running update for following packages: - discordchatexporter-cli-2.41.2 Press Enter key to continue... Running update for: - discordchatexporter-cli-2.41.2: UPDATING ... - discordchatexporter-cli-2.41.2: ERROR --- SHOWING ERROR LOG FOR discordchatexporter-cli-2.41.2 ---------------------- these 124 derivations will be built: /nix/store/00s9lmwikv60g7r8cshaam3ja62bj6xk-runtime.win-x64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv /nix/store/08kmwz0j0dm8x0fhhy3akmhxgca548qv-Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/0ddwnh2awi86k0crg7xk753b73bbq07n-Microsoft.NETCore.App.Runtime.win-arm.7.0.16.nupkg.drv /nix/store/0mvv2mbfmszwgdsms95vvwq4z8vi29wl-runtime.linux-arm64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/0xhhr11cv1lx5spfh847zpcwgy5a7fr1-Microsoft.NETCore.App.Runtime.Mono.linux-arm64.7.0.16.nupkg.drv /nix/store/15jysipnyn84njk7m9dwr2201m631ig9-runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/1ghqghvzg15g49m3m97n8sylz38m0k1p-Microsoft.NETCore.App.Runtime.linux-x64.7.0.16.nupkg.drv /nix/store/1p69vn2qlkwl6yl04s6a1x70777yp9hg-Microsoft.AspNetCore.App.Runtime.linux-arm64.7.0.16.nupkg.drv /nix/store/1v8h49fpg13828q8qm15kz3sfhvwjv01-runtime.osx-x64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/26k4kziqqhkqk2b913f6z9q0qiwcp9xw-runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv /nix/store/28z6y5p3fymi672m7s19s23azgdxfdpq-runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/2h5wdjfpznqbk74d48ifiq2cnsysxg6d-runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/2lfifnc749wqv9i0c4hkbims2cxb6hsx-runtime.win-x64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/321xmycpa6z4v84whig479w4mmq07hlx-runtime.win-x86.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/3f3dnbn6cy3ps66bza4wyzrwx9bfgkh6-Microsoft.NETCore.App.Runtime.linux-musl-arm64.7.0.16.nupkg.drv /nix/store/3wg4z72gzc0p620x9mky5kx9zyciipjr-runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/4av82njb0a90crrkdmiz6dsdw403w4s2-Microsoft.NETCore.App.Runtime.win-arm64.7.0.16.nupkg.drv /nix/store/4bac9mdqlqzhcz5b3vrr87zacswxqyb4-runtime.win-arm.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/4ccyzg1l9nchpnykcx7mivw72kah8891-Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/4l6g07mjqzrlbpyml0hqk7igds1csp3y-Microsoft.NETCore.App.Runtime.win-x86.7.0.16.nupkg.drv /nix/store/4nhm19w0z9srcaynwm8lrcmpn1idgyzs-Microsoft.NETCore.App.Runtime.linux-arm.7.0.16.nupkg.drv /nix/store/4qrcxv6gsd19kzn5zi980vl2vc6p5ifs-Microsoft.AspNetCore.App.Runtime.osx-arm64.7.0.16.nupkg.drv /nix/store/4zjd8sl24m2bbj8ppdwx1ibyj68m32f6-Microsoft.NETCore.App.Runtime.osx-x64.7.0.16.nupkg.drv /nix/store/55z0ywlwf4q8xpcsdqbifq9p0pa0kvfd-Microsoft.NETCore.App.Host.osx-x64.7.0.16.nupkg.drv /nix/store/5qp351ai2vddp506p2zr717dav2bjvp5-runtime.osx-x64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv /nix/store/7ml0r3ld7dbhhynzn7xlycmrf1cxg305-Microsoft.NETCore.App.Runtime.Mono.osx-arm64.7.0.16.nupkg.drv /nix/store/7qw37v7gz3fv5km9g4fg94n538ikpa2b-runtime.osx-x64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/7w1i8qcx5g19z62xds0c7nv5gnvxbavm-runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/8dm6w72my2hblihpjjr5bl79vmk4ph48-runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/95yb6wfp1273cg3rc9phzqm0927aq476-Microsoft.NETCore.App.Runtime.linux-arm64.7.0.16.nupkg.drv /nix/store/960s76zl6xn1a72qj4qdzmzgx7v9l4zk-runtime.linux-arm.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/9d0a943p2xya7ncpslrfzzizl6p3sh82-Microsoft.AspNetCore.App.Runtime.linux-musl-arm64.7.0.16.nupkg.drv /nix/store/9i7jr34bjj4dszrxkdv7dippkf4za7si-Microsoft.NETCore.App.Runtime.Mono.linux-x64.7.0.16.nupkg.drv /nix/store/annxa23kqkspbmxkknzdpm1aannjdwci-runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/aslq7zk0y10d1yv90xznf0bxjz8sx2a9-Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/b2dzc1dgn7b9f624xsa5b1dvcdbvqpyv-Microsoft.NETCore.App.Host.osx-arm64.7.0.16.nupkg.drv /nix/store/b6wm6zj1ppr10bizim5p3c24nz5wcgvw-Microsoft.NETCore.App.Crossgen2.linux-musl-arm64.7.0.16.nupkg.drv /nix/store/bd2jdjl838sbz8ygkmr7a4hdiv4wy5dw-Microsoft.NETCore.App.Runtime.linux-musl-x64.7.0.16.nupkg.drv /nix/store/bkqyf2vpk7gw55n590h221np3iwahp9d-Microsoft.NETCore.App.Composite.7.0.16.nupkg.drv /nix/store/c5vjz623bzkf3gzykv7kg4jcghb9823d-Microsoft.AspNetCore.App.Runtime.win-arm64.7.0.16.nupkg.drv /nix/store/cdsihz20lbphjphp8alciwgjzigiwbdr-runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/da7v3d8vkbz53q2i5ahskk6yg0r4946v-runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/dqqzkcrsbngqvjgbij5dx7xfvjxlrnxn-Microsoft.AspNetCore.App.Runtime.linux-arm.7.0.16.nupkg.drv /nix/store/dwldb6fhq7bnycaf7rbm43nb69x7bhjq-Microsoft.NETCore.App.Runtime.linux-musl-arm.7.0.16.nupkg.drv /nix/store/f05xgfwkvnl4d5vjq7sgis32zkqk86mi-runtime.win-x86.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/fbjj54m6hx64dc2cvvav6wwdpv7nn7ml-Microsoft.NETCore.App.Host.linux-arm64.7.0.16.nupkg.drv /nix/store/fblfkfb10llc3mzrdhyjj29sa6lizlp7-Microsoft.AspNetCore.App.Runtime.osx-x64.7.0.16.nupkg.drv /nix/store/ffm4ffsgnmfm0d0rv1h44k02g3a68qpb-Microsoft.AspNetCore.App.Ref.7.0.16.nupkg.drv /nix/store/fli9c56ckaqr6bpc6p93vik2b7xb0aji-runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/g0mq43ipxn07a9l40xxffm7afx9n9sm6-runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/g3jca8060bdng8fwbngh7jz4zg02r5z9-Microsoft.NETCore.App.Host.win-x64.7.0.16.nupkg.drv /nix/store/ghl2798x8armixv10bqmglr9icgg60av-Microsoft.NETCore.App.Host.linux-musl-arm.7.0.16.nupkg.drv /nix/store/hh2xzc7gfpfn522axq6c85h1dhckpw0q-Microsoft.NETCore.App.Runtime.osx-arm64.7.0.16.nupkg.drv /nix/store/hid5alq04a0yyg10k40qfldx4pv6fxr1-Microsoft.NETCore.App.Host.linux-arm.7.0.16.nupkg.drv /nix/store/icbilz0hqaac6xw10a1c3xj015iy1xam-Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64.7.0.16.nupkg.drv /nix/store/ifg7k12wzh7mif4a336fckq7vs8bvyak-runtime.linux-x64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/ih7hbb2vp0l855c4v60jxgbzwlim9j4p-Microsoft.NETCore.App.Runtime.Mono.win-x64.7.0.16.nupkg.drv /nix/store/imbl0qq4wdshzrqidi44s3arx8b7s8lx-runtime.win-arm64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/is24cafmci9hdycdvshwjwz2c7y7mkr3-runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/izngyihcnjdy13wmp1iz0hddyrg15wi0-runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/jbl805kgl66mgshaii1viknm96ds4ww3-runtime.linux-x64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/jgknwfrbrkizi9dmr2w652i700in9i06-runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/k1lb2z237ds59ai57y6w5kn4i975xa9m-runtime.linux-arm64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv /nix/store/k5l9swhd40f593hv8jq0g108myq40sl6-runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv /nix/store/ksmwj0r67akblc1j4iqh5yv7vl4sq529-runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/kz8ah677g9s7hz3whdqrvmm47cxsd7mf-Microsoft.NETCore.App.Runtime.Mono.linux-arm.7.0.16.nupkg.drv /nix/store/lbmlpisl3n6njnpviibgnf4pfa4y6b1v-runtime.osx-arm64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/lns35yzxfghs48ciblrkwldvy12p9lpc-Microsoft.NETCore.App.Crossgen2.linux-arm64.7.0.16.nupkg.drv /nix/store/lq0hm9hyykisn8h1116faqh6jiiv31qz-Microsoft.NETCore.App.Crossgen2.osx-arm64.7.0.16.nupkg.drv /nix/store/lr6ln8cgmjy4h9zv9zl39n5g258fscbj-Microsoft.NETCore.App.Crossgen2.linux-x64.7.0.16.nupkg.drv /nix/store/mdcmr72p58rdiv7nh94jnfphw2fyky54-Microsoft.NETCore.App.Host.linux-x64.7.0.16.nupkg.drv /nix/store/mqxgd2hashqi64558n4d0w7i09aj97ll-runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/mx1wma20kjmm1ndslk7qqdcrng2dkygk-runtime.win-arm.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/n14wjjj8hw6xbzhpwyq5srg0gm1j9124-Microsoft.NETCore.App.Runtime.Mono.win-x86.7.0.16.nupkg.drv /nix/store/n7kb0nw1ihkinh0yjbgw3d9h0l4mdf9z-Microsoft.NETCore.App.Host.win-arm.7.0.16.nupkg.drv /nix/store/n7xbv5wycf87sx0hz3a0wd1cnys2lyr2-Microsoft.AspNetCore.App.Runtime.win-x64.7.0.16.nupkg.drv /nix/store/nv5c3sbiayp8cd8mlfm94d8lzdy5mxsk-runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/nw4pd7knfhfvi6gzwiqqcw2cpbpn6bk7-runtime.linux-x64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv /nix/store/p06zyxgcba8lm9l4x4siz7vprl6ldask-runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/p3kp9jiy6k2pk2afm8aja6zp7ln9w69q-runtime.win-arm64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/p6vvpa1l9dmq04crsb0hgx2azz31fc69-Microsoft.AspNetCore.App.Runtime.win-x86.7.0.16.nupkg.drv /nix/store/p8hx3r7vvikvzxair7qg1z3dg3mdnrkl-Microsoft.NETCore.App.Host.linux-musl-x64.7.0.16.nupkg.drv /nix/store/pik3lp64lh2wicly98vjvwfx6nmxx5qn-runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/pl0q5a775r8hs7bwjr65fr2vliz0v7gi-runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/q3kk9q0c8sswhq43r8nbf46v52wxcn2m-runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/q7g3iccxn737hsm578l8xbf9zdhm57ir-runtime.win-x64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/qkf3zk1q6fava96crn83l0m8vnjd6x24-Microsoft.NETCore.App.Runtime.win-x64.7.0.16.nupkg.drv /nix/store/ql258m804jp3ymnb965kv5mi1jkhjz35-runtime.win-x86.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/r20llygi91p5iha19w8f7zkcikdsdy5f-Microsoft.NETCore.App.Ref.7.0.16.nupkg.drv /nix/store/rhdmjd4pmcs302c7yvrjmwb63qd8kz88-Microsoft.NETCore.App.Crossgen2.linux-musl-arm.7.0.16.nupkg.drv /nix/store/ry0kirksl5j2rvrny4mr62fvl6an18yy-Microsoft.AspNetCore.App.Runtime.linux-musl-arm.7.0.16.nupkg.drv /nix/store/s9r6kc605i5p1k9dgz4wily6331j3hzg-Microsoft.AspNetCore.App.Runtime.win-arm.7.0.16.nupkg.drv /nix/store/sbf9j5wp89i8g3vdfq2lpylarqd0falp-runtime.win-arm.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/sii6b3wj36vm0jx3rgnkzy50ngjr5ngf-runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/sk8w59v637jyx0p374q7v51jiw8n78fz-Microsoft.NETCore.App.Crossgen2.linux-musl-x64.7.0.16.nupkg.drv /nix/store/snvd6hb6473yz65vxiajkqiban7q91ai-runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/ss4s4cxjsjrmn4xk9ds75bhy444prknx-runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/sw5sn9zgqf33cvhv17vvvir1vi6dy87g-runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/sz89g1pkfdl5lkza2c3vq4ba2wm3g8ga-runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/v2pa3syrwbg9sh2j75dli22hmb1msi41-Microsoft.NETCore.App.Host.win-x86.7.0.16.nupkg.drv /nix/store/vk55mzw7yh2mhy3mv200iaaqnd8lwfia-Microsoft.NETCore.App.Host.win-arm64.7.0.16.nupkg.drv /nix/store/vka4ad2b1zanhhjw7ngh9jvr0nmjaf3n-Microsoft.NETCore.App.Host.linux-musl-arm64.7.0.16.nupkg.drv /nix/store/vqhjackainvfl43h1np220swyxsvpsa3-runtime.win-x64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/vr21zrcqkj88ddfrngw93zyly8a7pmmx-Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv /nix/store/w1jmv8gbhsm22nvh8x61vz7wjjv17f1z-runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/wy83yl7q2z4w5ijzf8xj2q6fijl3flwq-runtime.win-arm64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv /nix/store/xf3z8vq3ywmwx9ik0y7r2s80lzjzh02l-Microsoft.AspNetCore.App.Runtime.linux-x64.7.0.16.nupkg.drv /nix/store/xp6wfwvkgjd4ywlcslgqg7axy8rykbfx-runtime.linux-arm.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv /nix/store/xxbjpg7vcwj72k6jhm39sjkcbi6fnb66-Microsoft.NETCore.App.Crossgen2.osx-x64.7.0.16.nupkg.drv /nix/store/y5c7nkk45xn314p38f0smd2rn271k9d0-Microsoft.NETCore.App.Runtime.Mono.osx-x64.7.0.16.nupkg.drv /nix/store/ybk1pfnw1dk5cq5vap0b8ddnds7cjk2q-Microsoft.AspNetCore.App.Runtime.linux-musl-x64.7.0.16.nupkg.drv /nix/store/yy3p507bzfw6b8h08dk948jdpiln0gmm-Microsoft.NETCore.App.Crossgen2.linux-arm.7.0.16.nupkg.drv /nix/store/z01344hzp82rg7knfhvd4gn7qsj4rhn8-runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv /nix/store/zpfka5nsf4syb0ij1maiz60v8fadk8rg-runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv /nix/store/0q3q7ik986yz8kakf6l56cqa3f28xjv3-dotnet-sdk-7.0.406-deps-nuget-deps.drv /nix/store/2fa5wbb0pnasnw9as58y2qdyxrm72xna-dotnet-setup-hook.drv /nix/store/p2alsj9mgndzaxkz5fhz9ijhqbysf4sd-dotnet-sdk-7.0.406-linux-x64.tar.gz.drv /nix/store/yibn4r012sqmh27q2cvybfpfbs0k6yn8-dotnet-sdk-7.0.406.drv /nix/store/6jkh9kjsdzm734hawdrv8rxjimxd58rp-nuget-to-nix.sh.drv /nix/store/jrnr8bnah1zhcahyfnpcginr5s168xfm-dotnet-runtime-7.0.16-linux-x64.tar.gz.drv /nix/store/lpxyp2j1siqiq9ladbajxxfnysk4kdk4-dotnet-runtime-7.0.16.drv /nix/store/j8rb9ilxz6yncxgyz0k9crwmc8ydzdhr-discordchatexporter-cli-2.42.8-source.drv /nix/store/kqbbak3lzvm4ck5ax4gfpzm8k9r9zq8p-nuget-to-nix.drv /nix/store/92f4y1zygy699yn6383iyrsj072csq8w-fetch-discordchatexporter-cli-deps.drv these 2 paths will be fetched (0.03 MiB download, 0.20 MiB unpacked): /nix/store/1xwpx3wkpdln0l5agm9rhq9fcl7q7lrd-lttng-ust-2.12.2-bin /nix/store/s84b14j7zrcjyn5rpf73qs1n13n182gn-lttng-ust-2.12.2-dev building '/nix/store/ffm4ffsgnmfm0d0rv1h44k02g3a68qpb-Microsoft.AspNetCore.App.Ref.7.0.16.nupkg.drv'... building '/nix/store/dqqzkcrsbngqvjgbij5dx7xfvjxlrnxn-Microsoft.AspNetCore.App.Runtime.linux-arm.7.0.16.nupkg.drv'... building '/nix/store/1p69vn2qlkwl6yl04s6a1x70777yp9hg-Microsoft.AspNetCore.App.Runtime.linux-arm64.7.0.16.nupkg.drv'... building '/nix/store/ry0kirksl5j2rvrny4mr62fvl6an18yy-Microsoft.AspNetCore.App.Runtime.linux-musl-arm.7.0.16.nupkg.drv'... building '/nix/store/9d0a943p2xya7ncpslrfzzizl6p3sh82-Microsoft.AspNetCore.App.Runtime.linux-musl-arm64.7.0.16.nupkg.drv'... building '/nix/store/ybk1pfnw1dk5cq5vap0b8ddnds7cjk2q-Microsoft.AspNetCore.App.Runtime.linux-musl-x64.7.0.16.nupkg.drv'... building '/nix/store/xf3z8vq3ywmwx9ik0y7r2s80lzjzh02l-Microsoft.AspNetCore.App.Runtime.linux-x64.7.0.16.nupkg.drv'... building '/nix/store/4qrcxv6gsd19kzn5zi980vl2vc6p5ifs-Microsoft.AspNetCore.App.Runtime.osx-arm64.7.0.16.nupkg.drv'... building '/nix/store/fblfkfb10llc3mzrdhyjj29sa6lizlp7-Microsoft.AspNetCore.App.Runtime.osx-x64.7.0.16.nupkg.drv'... building '/nix/store/s9r6kc605i5p1k9dgz4wily6331j3hzg-Microsoft.AspNetCore.App.Runtime.win-arm.7.0.16.nupkg.drv'... building '/nix/store/c5vjz623bzkf3gzykv7kg4jcghb9823d-Microsoft.AspNetCore.App.Runtime.win-arm64.7.0.16.nupkg.drv'... building '/nix/store/n7xbv5wycf87sx0hz3a0wd1cnys2lyr2-Microsoft.AspNetCore.App.Runtime.win-x64.7.0.16.nupkg.drv'... building '/nix/store/p6vvpa1l9dmq04crsb0hgx2azz31fc69-Microsoft.AspNetCore.App.Runtime.win-x86.7.0.16.nupkg.drv'... building '/nix/store/bkqyf2vpk7gw55n590h221np3iwahp9d-Microsoft.NETCore.App.Composite.7.0.16.nupkg.drv'... building '/nix/store/yy3p507bzfw6b8h08dk948jdpiln0gmm-Microsoft.NETCore.App.Crossgen2.linux-arm.7.0.16.nupkg.drv'... building '/nix/store/lns35yzxfghs48ciblrkwldvy12p9lpc-Microsoft.NETCore.App.Crossgen2.linux-arm64.7.0.16.nupkg.drv'... building '/nix/store/rhdmjd4pmcs302c7yvrjmwb63qd8kz88-Microsoft.NETCore.App.Crossgen2.linux-musl-arm.7.0.16.nupkg.drv'... building '/nix/store/b6wm6zj1ppr10bizim5p3c24nz5wcgvw-Microsoft.NETCore.App.Crossgen2.linux-musl-arm64.7.0.16.nupkg.drv'... building '/nix/store/sk8w59v637jyx0p374q7v51jiw8n78fz-Microsoft.NETCore.App.Crossgen2.linux-musl-x64.7.0.16.nupkg.drv'... building '/nix/store/lr6ln8cgmjy4h9zv9zl39n5g258fscbj-Microsoft.NETCore.App.Crossgen2.linux-x64.7.0.16.nupkg.drv'... building '/nix/store/lq0hm9hyykisn8h1116faqh6jiiv31qz-Microsoft.NETCore.App.Crossgen2.osx-arm64.7.0.16.nupkg.drv'... building '/nix/store/xxbjpg7vcwj72k6jhm39sjkcbi6fnb66-Microsoft.NETCore.App.Crossgen2.osx-x64.7.0.16.nupkg.drv'... building '/nix/store/hid5alq04a0yyg10k40qfldx4pv6fxr1-Microsoft.NETCore.App.Host.linux-arm.7.0.16.nupkg.drv'... building '/nix/store/fbjj54m6hx64dc2cvvav6wwdpv7nn7ml-Microsoft.NETCore.App.Host.linux-arm64.7.0.16.nupkg.drv'... copying path '/nix/store/1xwpx3wkpdln0l5agm9rhq9fcl7q7lrd-lttng-ust-2.12.2-bin' from 'https://cache.nixos.org'... trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Ref/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.linux-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed copying path '/nix/store/s84b14j7zrcjyn5rpf73qs1n13n182gn-lttng-ust-2.12.2-dev' from 'https://cache.nixos.org'... trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.linux-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.linux-musl-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.linux-musl-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.linux-musl-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.linux-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.osx-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.osx-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.win-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.win-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.win-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.AspNetCore.App.Runtime.win-x86/7.0.16 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Composite/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Crossgen2.linux-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Crossgen2.linux-musl-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Crossgen2.linux-musl-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Crossgen2.linux-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Crossgen2.linux-musl-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Crossgen2.linux-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Crossgen2.osx-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Crossgen2.osx-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.linux-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.linux-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 216 0 216 0 0 339 0 --:--:-- --:--:-- --:--:-- 339 100 211 0 211 0 0 306 0 --:--:-- --:--:-- --:--:-- 306 100 195 0 195 0 0 275 0 --:--:-- --:--:-- --:--:-- 275 100 214 0 214 0 0 333 0 --:--:-- --:--:-- --:--:-- 332 100 209 0 209 0 0 293 0 --:--:-- --:--:-- --:--:-- 293 100 214 0 214 0 0 320 0 --:--:-- --:--:-- --:--:-- 320 100 209 0 209 0 0 326 0 --:--:-- --:--:-- --:--:-- 326 100 209 0 209 0 0 329 0 --:--:-- --:--:-- --:--:-- 329 100 207 0 207 0 0 322 0 --:--:-- --:--:-- --:--:-- 321 100 207 0 207 0 0 322 0 --:--:-- --:--:-- --:--:-- 322 100 209 0 209 0 0 326 0 --:--:-- --:--:-- --:--:-- 326 100 207 0 207 0 0 324 0 --:--:-- --:--:-- --:--:-- 324 100 207 0 207 0 0 323 0 --:--:-- --:--:-- --:--:-- 323 100 198 0 198 0 0 310 0 --:--:-- --:--:-- --:--:-- 310 100 208 0 208 0 0 328 0 --:--:-- --:--:-- --:--:-- 328 100 215 0 215 0 0 345 0 --:--:-- --:--:-- --:--:-- 344 100 213 0 213 0 0 333 0 --:--:-- --:--:-- --:--:-- 333 100 3494k 100 3494k 0 0 3926k 0 --:--:-- --:--:-- --:--:-- 3926k building '/nix/store/ghl2798x8armixv10bqmglr9icgg60av-Microsoft.NETCore.App.Host.linux-musl-arm.7.0.16.nupkg.drv'... 100 210 0 210 0 0 331 0 --:--:-- --:--:-- --:--:-- 331 100 213 0 213 0 0 330 0 --:--:-- --:--:-- --:--:-- 330 100 208 0 208 0 0 317 0 --:--:-- --:--:-- --:--:-- 317 100 208 0 208 0 0 329 0 --:--:-- --:--:-- --:--:-- 329 100 203 0 203 0 0 322 0 --:--:-- --:--:-- --:--:-- 322 100 206 0 206 0 0 318 0 --:--:-- --:--:-- --:--:-- 317 100 205 0 205 0 0 314 0 --:--:-- --:--:-- --:--:-- 314 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.linux-musl-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4495k 100 4495k 0 0 2963k 0 0:00:01 0:00:01 --:--:-- 11.9M building '/nix/store/vka4ad2b1zanhhjw7ngh9jvr0nmjaf3n-Microsoft.NETCore.App.Host.linux-musl-arm64.7.0.16.nupkg.drv'... 100 208 0 208 0 0 314 0 --:--:-- --:--:-- --:--:-- 314 100 10.1M 100 10.1M 0 0 4914k 0 0:00:02 0:00:02 --:--:-- 10.0M building '/nix/store/p8hx3r7vvikvzxair7qg1z3dg3mdnrkl-Microsoft.NETCore.App.Host.linux-musl-x64.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.linux-musl-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 10.1M 100 10.1M 0 0 4623k 0 0:00:02 0:00:02 --:--:-- 7729k building '/nix/store/mdcmr72p58rdiv7nh94jnfphw2fyky54-Microsoft.NETCore.App.Host.linux-x64.7.0.16.nupkg.drv'... 100 10.3M 100 10.3M 0 0 4627k 0 0:00:02 0:00:02 --:--:-- 9222k building '/nix/store/b2dzc1dgn7b9f624xsa5b1dvcdbvqpyv-Microsoft.NETCore.App.Host.osx-arm64.7.0.16.nupkg.drv'... 100 10.6M 100 10.6M 0 0 4881k 0 0:00:02 0:00:02 --:--:-- 10.2M building '/nix/store/55z0ywlwf4q8xpcsdqbifq9p0pa0kvfd-Microsoft.NETCore.App.Host.osx-x64.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.linux-musl-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3961k 100 3961k 0 0 1659k 0 0:00:02 0:00:02 --:--:-- 3126k building '/nix/store/n7kb0nw1ihkinh0yjbgw3d9h0l4mdf9z-Microsoft.NETCore.App.Host.win-arm.7.0.16.nupkg.drv'... 100 9.9M 100 9.9M 0 0 3962k 0 0:00:02 0:00:02 --:--:-- 7306k trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.linux-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/vk55mzw7yh2mhy3mv200iaaqnd8lwfia-Microsoft.NETCore.App.Host.win-arm64.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.osx-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.osx-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 210 0 210 0 0 320 0 --:--:-- --:--:-- --:--:-- 319 100 3965k 100 3965k 0 0 2392k 0 0:00:01 0:00:01 --:--:-- 8043k building '/nix/store/g3jca8060bdng8fwbngh7jz4zg02r5z9-Microsoft.NETCore.App.Host.win-x64.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.win-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 10.2M 100 10.2M 0 0 3444k 0 0:00:03 0:00:03 --:--:-- 5216k building '/nix/store/v2pa3syrwbg9sh2j75dli22hmb1msi41-Microsoft.NETCore.App.Host.win-x86.7.0.16.nupkg.drv'... 100 208 0 208 0 0 317 0 --:--:-- --:--:-- --:--:-- 318 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.win-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 10.3M 100 10.3M 0 0 3154k 0 0:00:03 0:00:03 --:--:-- 4779k 100 10.5M 100 10.5M 0 0 3364k 0 0:00:03 0:00:03 --:--:-- 5313k building '/nix/store/r20llygi91p5iha19w8f7zkcikdsdy5f-Microsoft.NETCore.App.Ref.7.0.16.nupkg.drv'... 100 10.1M 100 10.1M 0 0 3154k 0 0:00:03 0:00:03 --:--:-- 4795k 100 10.3M 100 10.3M 0 0 3249k 0 0:00:03 0:00:03 --:--:-- 5216k trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.win-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/kz8ah677g9s7hz3whdqrvmm47cxsd7mf-Microsoft.NETCore.App.Runtime.Mono.linux-arm.7.0.16.nupkg.drv'... 100 203 0 203 0 0 312 0 --:--:-- --:--:-- --:--:-- 312 100 203 0 203 0 0 319 0 --:--:-- --:--:-- --:--:-- 319 building '/nix/store/0xhhr11cv1lx5spfh847zpcwgy5a7fr1-Microsoft.NETCore.App.Runtime.Mono.linux-arm64.7.0.16.nupkg.drv'... building '/nix/store/icbilz0hqaac6xw10a1c3xj015iy1xam-Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64.7.0.16.nupkg.drv'... 100 201 0 201 0 0 308 0 --:--:-- --:--:-- --:--:-- 308 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Host.win-x86/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 10.3M 100 10.3M 0 0 2958k 0 0:00:03 0:00:03 --:--:-- 4579k building '/nix/store/9i7jr34bjj4dszrxkdv7dippkf4za7si-Microsoft.NETCore.App.Runtime.Mono.linux-x64.7.0.16.nupkg.drv'... 100 10.3M 100 10.3M 0 0 2928k 0 0:00:03 0:00:03 --:--:-- 4683k 100 15.8M 100 15.8M 0 0 4758k 0 0:00:03 0:00:03 --:--:-- 7201k building '/nix/store/7ml0r3ld7dbhhynzn7xlycmrf1cxg305-Microsoft.NETCore.App.Runtime.Mono.osx-arm64.7.0.16.nupkg.drv'... building '/nix/store/y5c7nkk45xn314p38f0smd2rn271k9d0-Microsoft.NETCore.App.Runtime.Mono.osx-x64.7.0.16.nupkg.drv'... 100 201 0 201 0 0 314 0 --:--:-- --:--:-- --:--:-- 314 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Ref/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.Mono.linux-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 203 0 203 0 0 307 0 --:--:-- --:--:-- --:--:-- 307 100 4819k 100 4819k 0 0 3661k 0 0:00:01 0:00:01 --:--:-- 31.8M building '/nix/store/ih7hbb2vp0l855c4v60jxgbzwlim9j4p-Microsoft.NETCore.App.Runtime.Mono.win-x64.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.Mono.linux-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.Mono.linux-musl-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 201 0 201 0 0 302 0 --:--:-- --:--:-- --:--:-- 302 100 4921k 100 4921k 0 0 3861k 0 0:00:01 0:00:01 --:--:-- 3861k building '/nix/store/n14wjjj8hw6xbzhpwyq5srg0gm1j9124-Microsoft.NETCore.App.Runtime.Mono.win-x86.7.0.16.nupkg.drv'... 100 15.7M 100 15.7M 0 0 4260k 0 0:00:03 0:00:03 --:--:-- 6093k building '/nix/store/4nhm19w0z9srcaynwm8lrcmpn1idgyzs-Microsoft.NETCore.App.Runtime.linux-arm.7.0.16.nupkg.drv'... 100 4892k 100 4892k 0 0 3814k 0 0:00:01 0:00:01 --:--:-- 3814k building '/nix/store/95yb6wfp1273cg3rc9phzqm0927aq476-Microsoft.NETCore.App.Runtime.linux-arm64.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.Mono.osx-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.Mono.osx-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.Mono.win-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4715k 100 4715k 0 0 3773k 0 0:00:01 0:00:01 --:--:-- 58.5M building '/nix/store/dwldb6fhq7bnycaf7rbm43nb69x7bhjq-Microsoft.NETCore.App.Runtime.linux-musl-arm.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.Mono.win-x86/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 211 0 211 0 0 324 0 --:--:-- --:--:-- --:--:-- 324 100 5087k 100 5087k 0 0 3830k 0 0:00:01 0:00:01 --:--:-- 45.5M building '/nix/store/3f3dnbn6cy3ps66bza4wyzrwx9bfgkh6-Microsoft.NETCore.App.Runtime.linux-musl-arm64.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.linux-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 213 0 213 0 0 331 0 --:--:-- --:--:-- --:--:-- 330 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.linux-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 216 0 216 0 0 325 0 --:--:-- --:--:-- --:--:-- 325 100 5453k 100 5453k 0 0 4308k 0 0:00:01 0:00:01 --:--:-- 49.7M building '/nix/store/bd2jdjl838sbz8ygkmr7a4hdiv4wy5dw-Microsoft.NETCore.App.Runtime.linux-musl-x64.7.0.16.nupkg.drv'... 100 201 0 201 0 0 188 0 --:--:-- 0:00:01 --:--:-- 188 100 4504k 100 4504k 0 0 1846k 0 0:00:02 0:00:02 --:--:-- 3626k building '/nix/store/1ghqghvzg15g49m3m97n8sylz38m0k1p-Microsoft.NETCore.App.Runtime.linux-x64.7.0.16.nupkg.drv'... 100 4436k 100 4436k 0 0 2315k 0 0:00:01 0:00:01 --:--:-- 6250k building '/nix/store/hh2xzc7gfpfn522axq6c85h1dhckpw0q-Microsoft.NETCore.App.Runtime.osx-arm64.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.linux-musl-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 211 0 211 0 0 324 0 --:--:-- --:--:-- --:--:-- 323 100 209 0 209 0 0 321 0 --:--:-- --:--:-- --:--:-- 321 100 209 0 209 0 0 334 0 --:--:-- --:--:-- --:--:-- 333 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.linux-musl-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.linux-musl-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.Mono.linux-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 209 0 209 0 0 325 0 --:--:-- --:--:-- --:--:-- 326 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.osx-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.linux-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 206 0 206 0 0 322 0 --:--:-- --:--:-- --:--:-- 322 100 208 0 208 0 0 327 0 --:--:-- --:--:-- --:--:-- 328 100 11.8M 100 11.8M 0 0 8460k 0 0:00:01 0:00:01 --:--:-- 8460k building '/nix/store/4zjd8sl24m2bbj8ppdwx1ibyj68m32f6-Microsoft.NETCore.App.Runtime.osx-x64.7.0.16.nupkg.drv'... 100 192 0 192 0 0 115 0 --:--:-- 0:00:01 --:--:-- 115 100 211 0 211 0 0 322 0 --:--:-- --:--:-- --:--:-- 322 100 11.9M 100 11.9M 0 0 9112k 0 0:00:01 0:00:01 --:--:-- 62.9M building '/nix/store/0ddwnh2awi86k0crg7xk753b73bbq07n-Microsoft.NETCore.App.Runtime.win-arm.7.0.16.nupkg.drv'... 100 38.7M 100 38.7M 0 0 7455k 0 0:00:05 0:00:05 --:--:-- 9464k 100 213 0 213 0 0 331 0 --:--:-- --:--:-- --:--:-- 331 building '/nix/store/4av82njb0a90crrkdmiz6dsdw403w4s2-Microsoft.NETCore.App.Runtime.win-arm64.7.0.16.nupkg.drv'... 100 5807k 100 5807k 0 0 3164k 0 0:00:01 0:00:01 --:--:-- 3164k 100 211 0 211 0 0 317 0 --:--:-- --:--:-- --:--:-- 317 building '/nix/store/qkf3zk1q6fava96crn83l0m8vnjd6x24-Microsoft.NETCore.App.Runtime.win-x64.7.0.16.nupkg.drv'... 100 206 0 206 0 0 312 0 --:--:-- --:--:-- --:--:-- 312 100 206 0 206 0 0 312 0 --:--:-- --:--:-- --:--:-- 312 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.osx-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.win-arm/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.win-arm64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.win-x64/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 211 0 211 0 0 197 0 --:--:-- 0:00:01 --:--:-- 197 100 30.9M 100 30.9M 0 0 17.3M 0 0:00:01 0:00:01 --:--:-- 48.2M building '/nix/store/4l6g07mjqzrlbpyml0hqk7igds1csp3y-Microsoft.NETCore.App.Runtime.win-x86.7.0.16.nupkg.drv'... 100 4677k 100 4677k 0 0 1704k 0 0:00:02 0:00:02 --:--:-- 3783k building '/nix/store/vr21zrcqkj88ddfrngw93zyly8a7pmmx-Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... 100 36.5M 100 36.5M 0 0 5891k 0 0:00:06 0:00:06 --:--:-- 7904k building '/nix/store/4ccyzg1l9nchpnykcx7mivw72kah8891-Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... 100 204 0 204 0 0 316 0 --:--:-- --:--:-- --:--:-- 316 100 204 0 204 0 0 306 0 --:--:-- --:--:-- --:--:-- 305 100 206 0 206 0 0 322 0 --:--:-- --:--:-- --:--:-- 322 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.App.Runtime.win-x86/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 204 0 204 0 0 310 0 --:--:-- --:--:-- --:--:-- 310 trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 198 0 198 0 0 297 0 --:--:-- --:--:-- --:--:-- 297 100 204 0 204 0 0 305 0 --:--:-- --:--:-- --:--:-- 304 100 195 0 195 0 0 294 0 --:--:-- --:--:-- --:--:-- 293 100 45006 100 45006 0 0 37824 0 0:00:01 0:00:01 --:--:-- 37824 building '/nix/store/08kmwz0j0dm8x0fhhy3akmhxgca548qv-Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... 100 12.2M 100 12.2M 0 0 3313k 0 0:00:03 0:00:03 --:--:-- 4936k building '/nix/store/aslq7zk0y10d1yv90xznf0bxjz8sx2a9-Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... 100 11.8M 100 11.8M 0 0 2976k 0 0:00:04 0:00:04 --:--:-- 4051k building '/nix/store/jrnr8bnah1zhcahyfnpcginr5s168xfm-dotnet-runtime-7.0.16-linux-x64.tar.gz.drv'... 100 12.2M 100 12.2M 0 0 4231k 0 0:00:02 0:00:02 --:--:-- 9040k building '/nix/store/p2alsj9mgndzaxkz5fhz9ijhqbysf4sd-dotnet-sdk-7.0.406-linux-x64.tar.gz.drv'... 100 12.4M 100 12.4M 0 0 3294k 0 0:00:03 0:00:03 --:--:-- 4642k building '/nix/store/2fa5wbb0pnasnw9as58y2qdyxrm72xna-dotnet-setup-hook.drv'... 100 44998 100 44998 0 0 38109 0 0:00:01 0:00:01 --:--:-- 38109 building '/nix/store/960s76zl6xn1a72qj4qdzmzgx7v9l4zk-runtime.linux-arm.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... building '/nix/store/xp6wfwvkgjd4ywlcslgqg7axy8rykbfx-runtime.linux-arm.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... 100 36.0M 100 36.0M 0 0 4553k 0 0:00:08 0:00:08 --:--:-- 5785k building '/nix/store/mqxgd2hashqi64558n4d0w7i09aj97ll-runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 38.6M 100 38.6M 0 0 4826k 0 0:00:08 0:00:08 --:--:-- 4656k building '/nix/store/q3kk9q0c8sswhq43r8nbf46v52wxcn2m-runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... 100 41.6M 100 41.6M 0 0 5213k 0 0:00:08 0:00:08 --:--:-- 4526k trying https://www.nuget.org/api/v2/package/Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://download.visualstudio.microsoft.com/download/pr/a1b18f18-1bd5-4c11-a9ed-b38ff8e5276d/c357409f720369b1eb5b6f183521ac95/dotnet-runtime-7.0.16-linux-x64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://download.visualstudio.microsoft.com/download/pr/57150757-56af-450b-ba30-8532fac51e0f/507247327723f24970f66f51554c18bc/dotnet-sdk-7.0.406-linux-x64.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/k1lb2z237ds59ai57y6w5kn4i975xa9m-runtime.linux-arm64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.linux-arm.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-arm.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 11.8M 100 11.8M 0 0 2851k 0 0:00:04 0:00:04 --:--:-- 4096k building '/nix/store/pik3lp64lh2wicly98vjvwfx6nmxx5qn-runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12.3M 100 12.3M 0 0 2533k 0 0:00:04 0:00:04 --:--:-- 3809k building '/nix/store/0mvv2mbfmszwgdsms95vvwq4z8vi29wl-runtime.linux-arm64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 201 0 201 0 0 302 0 --:--:-- --:--:-- --:--:-- 303 trying https://www.nuget.org/api/v2/package/runtime.linux-arm64.Microsoft.DotNet.ILCompiler/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 203 0 203 0 0 305 0 --:--:-- --:--:-- --:--:-- 305 trying https://www.nuget.org/api/v2/package/runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 216 0 216 0 0 325 0 --:--:-- --:--:-- --:--:-- 325 100 213 0 213 0 0 324 0 --:--:-- --:--:-- --:--:-- 324 trying https://www.nuget.org/api/v2/package/runtime.linux-arm64.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 32.6M 100 32.6M 0 0 7968k 0 0:00:04 0:00:04 --:--:-- 10.8M building '/nix/store/sii6b3wj36vm0jx3rgnkzy50ngjr5ngf-runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... 100 219 0 219 0 0 334 0 --:--:-- --:--:-- --:--:-- 333 100 36.0M 100 36.0M 0 0 3969k 0 0:00:09 0:00:09 --:--:-- 3809k building '/nix/store/annxa23kqkspbmxkknzdpm1aannjdwci-runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... 100 45086 100 45086 0 0 38156 0 0:00:01 0:00:01 --:--:-- 2335k 100 45054 100 45054 0 0 38034 0 0:00:01 0:00:01 --:--:-- 4399k 100 221 0 221 0 0 334 0 --:--:-- --:--:-- --:--:-- 334 building '/nix/store/sw5sn9zgqf33cvhv17vvvir1vi6dy87g-runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... building '/nix/store/cdsihz20lbphjphp8alciwgjzigiwbdr-runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... 100 39.1M 100 39.1M 0 0 4293k 0 0:00:09 0:00:09 --:--:-- 4098k building '/nix/store/izngyihcnjdy13wmp1iz0hddyrg15wi0-runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... 100 214 0 214 0 0 333 0 --:--:-- --:--:-- --:--:-- 333 100 218 0 218 0 0 328 0 --:--:-- --:--:-- --:--:-- 328 100 71797 100 71797 0 0 60510 0 0:00:01 0:00:01 --:--:-- 146k building '/nix/store/is24cafmci9hdycdvshwjwz2c7y7mkr3-runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 30.3M 100 30.3M 0 0 9970k 0 0:00:03 0:00:03 --:--:-- 15.7M building '/nix/store/26k4kziqqhkqk2b913f6z9q0qiwcp9xw-runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv'... 100 30.9M 100 30.9M 0 0 6183k 0 0:00:05 0:00:05 --:--:-- 6346k 100 215 0 215 0 0 323 0 --:--:-- --:--:-- --:--:-- 323 building '/nix/store/8dm6w72my2hblihpjjr5bl79vmk4ph48-runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... 100 5917k 100 5917k 0 0 4124k 0 0:00:01 0:00:01 --:--:-- 21.7M 100 155k 100 155k 0 0 123k 0 0:00:01 0:00:01 --:--:-- 123k trying https://www.nuget.org/api/v2/package/runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/p06zyxgcba8lm9l4x4siz7vprl6ldask-runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... building '/nix/store/ksmwj0r67akblc1j4iqh5yv7vl4sq529-runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... 100 167k 100 167k 0 0 140k 0 0:00:01 0:00:01 --:--:-- 140k building '/nix/store/da7v3d8vkbz53q2i5ahskk6yg0r4946v-runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 30.5M 100 30.5M 0 0 6039k 0 0:00:05 0:00:05 --:--:-- 7820k building '/nix/store/k5l9swhd40f593hv8jq0g108myq40sl6-runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 32.1M 100 32.1M 0 0 7264k 0 0:00:04 0:00:04 --:--:-- 9463k 100 221 0 221 0 0 336 0 --:--:-- --:--:-- --:--:-- 335 building '/nix/store/15jysipnyn84njk7m9dwr2201m631ig9-runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... 100 74776 100 74776 0 0 62765 0 0:00:01 0:00:01 --:--:-- 3174k trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/7w1i8qcx5g19z62xds0c7nv5gnvxbavm-runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... 100 223 0 223 0 0 338 0 --:--:-- --:--:-- --:--:-- 337 100 221 0 221 0 0 343 0 --:--:-- --:--:-- --:--:-- 343 100 218 0 218 0 0 334 0 --:--:-- --:--:-- --:--:-- 334 100 6500k 100 6500k 0 0 4051k 0 0:00:01 0:00:01 --:--:-- 15.1M building '/nix/store/w1jmv8gbhsm22nvh8x61vz7wjjv17f1z-runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 32.2M 100 32.2M 0 0 5703k 0 0:00:05 0:00:05 --:--:-- 7038k building '/nix/store/fli9c56ckaqr6bpc6p93vik2b7xb0aji-runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... 100 224 0 224 0 0 342 0 --:--:-- --:--:-- --:--:-- 342 100 226 0 226 0 0 345 0 --:--:-- --:--:-- --:--:-- 345 100 31.0M 100 31.0M 0 0 4979k 0 0:00:06 0:00:06 --:--:-- 6263k building '/nix/store/nw4pd7knfhfvi6gzwiqqcw2cpbpn6bk7-runtime.linux-x64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 30.0M 100 30.0M 0 0 11.5M 0 0:00:02 0:00:02 --:--:-- 11.6M building '/nix/store/ifg7k12wzh7mif4a336fckq7vs8bvyak-runtime.linux-x64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... 100 31.0M 100 31.0M 0 0 5117k 0 0:00:06 0:00:06 --:--:-- 6051k 100 33.0M 100 33.0M 0 0 6552k 0 0:00:05 0:00:05 --:--:-- 8212k 100 33.1M 100 33.1M 0 0 6788k 0 0:00:05 0:00:05 --:--:-- 8902k 100 165k 100 165k 0 0 131k 0 0:00:01 0:00:01 --:--:-- 131k 100 180k 100 180k 0 0 152k 0 0:00:01 0:00:01 --:--:-- 152k 100 219 0 219 0 0 332 0 --:--:-- --:--:-- --:--:-- 332 100 223 0 223 0 0 352 0 --:--:-- --:--:-- --:--:-- 352 100 220 0 220 0 0 347 0 --:--:-- --:--:-- --:--:-- 347 100 226 0 226 0 0 343 0 --:--:-- --:--:-- --:--:-- 343 100 228 0 228 0 0 350 0 --:--:-- --:--:-- --:--:-- 350 trying https://www.nuget.org/api/v2/package/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/lpxyp2j1siqiq9ladbajxxfnysk4kdk4-dotnet-runtime-7.0.16.drv'... building '/nix/store/jbl805kgl66mgshaii1viknm96ds4ww3-runtime.linux-x64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... building '/nix/store/nv5c3sbiayp8cd8mlfm94d8lzdy5mxsk-runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... building '/nix/store/snvd6hb6473yz65vxiajkqiban7q91ai-runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... building '/nix/store/pl0q5a775r8hs7bwjr65fr2vliz0v7gi-runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... 100 34.3M 100 34.3M 0 0 6532k 0 0:00:05 0:00:05 --:--:-- 8382k 100 5906k 100 5906k 0 0 4628k 0 0:00:01 0:00:01 --:--:-- 4628k 100 71742 100 71742 0 0 61076 0 0:00:01 0:00:01 --:--:-- 61076 100 168k 100 168k 0 0 136k 0 0:00:01 0:00:01 --:--:-- 8007k 100 217 0 217 0 0 337 0 --:--:-- --:--:-- --:--:-- 336 trying https://www.nuget.org/api/v2/package/runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-x64.Microsoft.DotNet.ILCompiler/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/lbmlpisl3n6njnpviibgnf4pfa4y6b1v-runtime.osx-arm64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... building '/nix/store/jgknwfrbrkizi9dmr2w652i700in9i06-runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... building '/nix/store/28z6y5p3fymi672m7s19s23azgdxfdpq-runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... building '/nix/store/5qp351ai2vddp506p2zr717dav2bjvp5-runtime.osx-x64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv'... 100 44.3M 100 44.3M 0 0 16.9M 0 0:00:02 0:00:02 --:--:-- 32.8M 100 155k 100 155k 0 0 104k 0 0:00:01 0:00:01 --:--:-- 462k 100 75199 100 75199 0 0 65296 0 0:00:01 0:00:01 --:--:-- 2393k 100 221 0 221 0 0 347 0 --:--:-- --:--:-- --:--:-- 346 trying https://www.nuget.org/api/v2/package/runtime.linux-x64.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed Running phase: unpackPhase unpacking source archive /nix/store/4r8a65w781mii7df4s2k4pyy647ymqlq-dotnet-runtime-7.0.16-linux-x64.tar.gz building '/nix/store/7qw37v7gz3fv5km9g4fg94n538ikpa2b-runtime.osx-x64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... building '/nix/store/1v8h49fpg13828q8qm15kz3sfhvwjv01-runtime.osx-x64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... building '/nix/store/sz89g1pkfdl5lkza2c3vq4ba2wm3g8ga-runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... 100 168k 100 168k 0 0 142k 0 0:00:01 0:00:01 --:--:-- 5439k 100 183k 100 183k 0 0 154k 0 0:00:01 0:00:01 --:--:-- 4598k 100 224 0 224 0 0 343 0 --:--:-- --:--:-- --:--:-- 343 trying https://www.nuget.org/api/v2/package/runtime.linux-x64.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver/7.0.16 building '/nix/store/z01344hzp82rg7knfhvd4gn7qsj4rhn8-runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... building '/nix/store/mx1wma20kjmm1ndslk7qqdcrng2dkygk-runtime.win-arm.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... 100 226 0 226 0 0 355 0 --:--:-- --:--:-- --:--:-- 355 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed source root is . setting SOURCE_DATE_EPOCH to timestamp 1705460869 of file ./shared/Microsoft.NETCore.App/7.0.16/System.Xml.XPath.XDocument.dll Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase 100 212 0 212 0 0 322 0 --:--:-- --:--:-- --:--:-- 322 Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase no Makefile or custom buildPhase, doing nothing Running phase: installPhase trying https://www.nuget.org/api/v2/package/runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.osx-arm64.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 218 0 218 0 0 198 0 --:--:-- 0:00:01 --:--:-- 198 trying https://www.nuget.org/api/v2/package/runtime.osx-x64.Microsoft.DotNet.ILCompiler/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed Running phase: fixupPhase checking for references to /build/ in /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16... 100 44.2M 100 44.2M 0 0 25.5M 0 0:00:01 0:00:01 --:--:-- 79.0M building '/nix/store/4bac9mdqlqzhcz5b3vrr87zacswxqyb4-runtime.win-arm.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... 100 6760k 100 6760k 0 0 5308k 0 0:00:01 0:00:01 --:--:-- 5308k patching script interpreter paths in /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16 stripping (with command strip and flags -S -p) in /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/bin trying https://www.nuget.org/api/v2/package/runtime.osx-x64.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.osx-x64.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/zpfka5nsf4syb0ij1maiz60v8fadk8rg-runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... 100 216 0 216 0 0 328 0 --:--:-- --:--:-- --:--:-- 328 trying https://www.nuget.org/api/v2/package/runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.win-arm.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed automatically fixing dependencies for ELF files {'append_rpaths': [], 'extra_args': [], 'ignore_missing': [], 'libs': [PosixPath('/nix/store/qyh61bhf3s7jgmczpmdq5ps72xqizsnq-make-shell-wrapper-hook/lib'), PosixPath('/nix/store/l3hj8i3qaj2afk8a4gkqx0gw3v1v5pyc-die-hook/lib'), PosixPath('/nix/store/qb2nsiinl48lh9bpy2sgyysrm2sklc6n-auto-patchelf-hook/lib'), PosixPath('/nix/store/1ryv6lfa2v3fi0j5w1s15njfy9fk5x84-binutils-wrapper-2.40/lib'), PosixPath('/nix/store/xwsq5dj63439l1pphrb76zjrididi3vn-patchelf-0.15.0/lib'), PosixPath('/nix/store/hcrhrs1mmm2q5a3rzd6xwypqgkpm13vx-update-autotools-gnu-config-scripts-hook/lib'), PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'), PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'), PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'), PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'), PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'), PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'), PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'), PosixPath('/nix/store/jivxp510zxakaaic7qkrb7v1dd2rdbw9-multiple-outputs.sh/lib'), PosixPath('/nix/store/ilaf1w22bxi6jsi45alhmvvdgy4ly3zs-patch-shebangs.sh/lib'), PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'), PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'), PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'), PosixPath('/nix/store/wmknncrif06fqxa16hpdldhixk95nds0-strip.sh/lib'), PosixPath('/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/lib'), PosixPath('/nix/store/cc92grinhsyp2mq5sxlmz06z68gz1h98-binutils-wrapper-2.40/lib'), PosixPath('/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/lib'), PosixPath('/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib'), PosixPath('/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/lib'), PosixPath('/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib'), PosixPath('/nix/store/m24zpvwc6k1ndipwqc7pwb1cvlrpxdaf-icu4c-73.2-dev/lib'), PosixPath('/nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib'), PosixPath('/nix/store/anwzqdcjdllrqpb7g2f84p8dpki87xzi-libkrb5-1.21.2-dev/lib'), PosixPath('/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib'), PosixPath('/nix/store/chs0rmrmqnsc2jx3cxjvkcvnxqyc6ymy-curl-8.6.0-dev/lib'), PosixPath('/nix/store/9kk0fm2s7c3269ph62av2l8hf95356ab-brotli-1.1.0-dev/lib'), PosixPath('/nix/store/ys38fd9sl7b8iylz16jawm94xfzgyzgq-brotli-1.1.0-lib/lib'), PosixPath('/nix/store/q3cy5qh090yxjj1z6n9psha713yzjp4d-brotli-1.1.0/lib'), PosixPath('/nix/store/v1lgaz8rb50ggy8gcss0v0nqaw5zalw5-nghttp2-1.59.0-dev/lib'), PosixPath('/nix/store/ky4ypn0yd4f865x6gn3yrnvbb7pvs9id-nghttp2-1.59.0-lib/lib'), PosixPath('/nix/store/sqljl3mawzl1zp1qa3a0qvb1fwg46xg0-nghttp2-1.59.0/lib'), PosixPath('/nix/store/wgwnv9ii6qbbsg56yxnk80mpnc2cx1sd-libidn2-2.3.7-dev/lib'), PosixPath('/nix/store/rvgw4jv08z6j5xihj06fvp6jlbfyhar4-libidn2-2.3.7-bin/lib'), PosixPath('/nix/store/rny9bdwrs6fkgkq678ixfg1lv3sa18ql-libidn2-2.3.7/lib'), PosixPath('/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/lib'), PosixPath('/nix/store/0q8d0kcw57hi75lx8m1yb408w11ddbbg-openssl-3.0.13-bin/lib'), PosixPath('/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib'), PosixPath('/nix/store/nwfsn1in46wmgn6ssm2j8famwis5yisz-libpsl-0.21.5/lib'), PosixPath('/nix/store/74ynhsryyx5jk8c4phvz5n7lh4440p43-publicsuffix-list-0-unstable-2024-01-07/lib'), PosixPath('/nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/lib'), PosixPath('/nix/store/wz91cl70vzwk4wxcjg5vvmgw2vgp5qv6-libssh2-1.11.0/lib'), PosixPath('/nix/store/s88sksxns15dhwr6dp0pwy0qz5sr7gq3-zstd-1.5.5-dev/lib'), PosixPath('/nix/store/9dl0hhy8b128x0jlrvnpvdlk8k85pknc-zstd-1.5.5-bin/lib'), PosixPath('/nix/store/yzizaw6wqqih1zkg9q1jv0zhj8ygqxb0-zstd-1.5.5/lib'), PosixPath('/nix/store/fh7vxc5xgiwl6z7vwq5c3lj84mpcs4br-curl-8.6.0-bin/lib'), PosixPath('/nix/store/84wcm74cp3k2i504ggwkgf4ikdyk0y3m-curl-8.6.0/lib'), PosixPath('/nix/store/s84b14j7zrcjyn5rpf73qs1n13n182gn-lttng-ust-2.12.2-dev/lib'), PosixPath('/nix/store/f3qjlx002gi57fhccllpaylshhqa0avi-liburcu-0.14.0-dev/lib'), PosixPath('/nix/store/4aa0xrzgl0949iranw05svibqm0zfq11-liburcu-0.14.0/lib'), PosixPath('/nix/store/1xwpx3wkpdln0l5agm9rhq9fcl7q7lrd-lttng-ust-2.12.2-bin/lib'), PosixPath('/nix/store/ag5d73sqhlh7ibi13p3384idzsf29p0p-lttng-ust-2.12.2/lib'), PosixPath('/nix/store/qyh61bhf3s7jgmczpmdq5ps72xqizsnq-make-shell-wrapper-hook/lib'), PosixPath('/nix/store/l3hj8i3qaj2afk8a4gkqx0gw3v1v5pyc-die-hook/lib'), PosixPath('/nix/store/qb2nsiinl48lh9bpy2sgyysrm2sklc6n-auto-patchelf-hook/lib'), PosixPath('/nix/store/1ryv6lfa2v3fi0j5w1s15njfy9fk5x84-binutils-wrapper-2.40/lib'), PosixPath('/nix/store/xwsq5dj63439l1pphrb76zjrididi3vn-patchelf-0.15.0/lib'), PosixPath('/nix/store/hcrhrs1mmm2q5a3rzd6xwypqgkpm13vx-update-autotools-gnu-config-scripts-hook/lib'), PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'), PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'), PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'), PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'), PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'), PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'), PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'), PosixPath('/nix/store/jivxp510zxakaaic7qkrb7v1dd2rdbw9-multiple-outputs.sh/lib'), PosixPath('/nix/store/ilaf1w22bxi6jsi45alhmvvdgy4ly3zs-patch-shebangs.sh/lib'), PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'), PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'), PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'), PosixPath('/nix/store/wmknncrif06fqxa16hpdldhixk95nds0-strip.sh/lib'), PosixPath('/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/lib'), PosixPath('/nix/store/cc92grinhsyp2mq5sxlmz06z68gz1h98-binutils-wrapper-2.40/lib'), PosixPath('/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/lib'), PosixPath('/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib'), PosixPath('/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/lib'), PosixPath('/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib'), PosixPath('/nix/store/m24zpvwc6k1ndipwqc7pwb1cvlrpxdaf-icu4c-73.2-dev/lib'), PosixPath('/nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib'), PosixPath('/nix/store/anwzqdcjdllrqpb7g2f84p8dpki87xzi-libkrb5-1.21.2-dev/lib'), PosixPath('/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib'), PosixPath('/nix/store/chs0rmrmqnsc2jx3cxjvkcvnxqyc6ymy-curl-8.6.0-dev/lib'), PosixPath('/nix/store/9kk0fm2s7c3269ph62av2l8hf95356ab-brotli-1.1.0-dev/lib'), PosixPath('/nix/store/ys38fd9sl7b8iylz16jawm94xfzgyzgq-brotli-1.1.0-lib/lib'), PosixPath('/nix/store/q3cy5qh090yxjj1z6n9psha713yzjp4d-brotli-1.1.0/lib'), PosixPath('/nix/store/v1lgaz8rb50ggy8gcss0v0nqaw5zalw5-nghttp2-1.59.0-dev/lib'), PosixPath('/nix/store/ky4ypn0yd4f865x6gn3yrnvbb7pvs9id-nghttp2-1.59.0-lib/lib'), PosixPath('/nix/store/sqljl3mawzl1zp1qa3a0qvb1fwg46xg0-nghttp2-1.59.0/lib'), PosixPath('/nix/store/wgwnv9ii6qbbsg56yxnk80mpnc2cx1sd-libidn2-2.3.7-dev/lib'), PosixPath('/nix/store/rvgw4jv08z6j5xihj06fvp6jlbfyhar4-libidn2-2.3.7-bin/lib'), PosixPath('/nix/store/rny9bdwrs6fkgkq678ixfg1lv3sa18ql-libidn2-2.3.7/lib'), PosixPath('/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/lib'), PosixPath('/nix/store/0q8d0kcw57hi75lx8m1yb408w11ddbbg-openssl-3.0.13-bin/lib'), PosixPath('/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib'), PosixPath('/nix/store/nwfsn1in46wmgn6ssm2j8famwis5yisz-libpsl-0.21.5/lib'), PosixPath('/nix/store/74ynhsryyx5jk8c4phvz5n7lh4440p43-publicsuffix-list-0-unstable-2024-01-07/lib'), PosixPath('/nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/lib'), PosixPath('/nix/store/wz91cl70vzwk4wxcjg5vvmgw2vgp5qv6-libssh2-1.11.0/lib'), PosixPath('/nix/store/s88sksxns15dhwr6dp0pwy0qz5sr7gq3-zstd-1.5.5-dev/lib'), PosixPath('/nix/store/9dl0hhy8b128x0jlrvnpvdlk8k85pknc-zstd-1.5.5-bin/lib'), PosixPath('/nix/store/yzizaw6wqqih1zkg9q1jv0zhj8ygqxb0-zstd-1.5.5/lib'), PosixPath('/nix/store/fh7vxc5xgiwl6z7vwq5c3lj84mpcs4br-curl-8.6.0-bin/lib'), PosixPath('/nix/store/84wcm74cp3k2i504ggwkgf4ikdyk0y3m-curl-8.6.0/lib'), PosixPath('/nix/store/s84b14j7zrcjyn5rpf73qs1n13n182gn-lttng-ust-2.12.2-dev/lib'), PosixPath('/nix/store/f3qjlx002gi57fhccllpaylshhqa0avi-liburcu-0.14.0-dev/lib'), PosixPath('/nix/store/4aa0xrzgl0949iranw05svibqm0zfq11-liburcu-0.14.0/lib'), PosixPath('/nix/store/1xwpx3wkpdln0l5agm9rhq9fcl7q7lrd-lttng-ust-2.12.2-bin/lib'), PosixPath('/nix/store/ag5d73sqhlh7ibi13p3384idzsf29p0p-lttng-ust-2.12.2/lib')], 'paths': [PosixPath('/nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16')], 'recursive': True, 'runtime_dependencies': []} 100 174k 100 174k 0 0 140k 0 0:00:01 0:00:01 --:--:-- 8297k building '/nix/store/sbf9j5wp89i8g3vdfq2lpylarqd0falp-runtime.win-arm.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... 100 191k 100 191k 0 0 160k 0 0:00:01 0:00:01 --:--:-- 6829k building '/nix/store/wy83yl7q2z4w5ijzf8xj2q6fijl3flwq-runtime.win-arm64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv'... 100 219 0 219 0 0 342 0 --:--:-- --:--:-- --:--:-- 342 100 213 0 213 0 0 330 0 --:--:-- --:--:-- --:--:-- 330 100 221 0 221 0 0 339 0 --:--:-- --:--:-- --:--:-- 339 100 216 0 216 0 0 329 0 --:--:-- --:--:-- --:--:-- 329 trying https://www.nuget.org/api/v2/package/runtime.win-arm.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6552k 100 6552k 0 0 2945k 0 0:00:02 0:00:02 --:--:-- 5972k building '/nix/store/imbl0qq4wdshzrqidi44s3arx8b7s8lx-runtime.win-arm64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... 100 75959 100 75959 0 0 44742 0 0:00:01 0:00:01 --:--:-- 3532k setting interpreter of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/dotnet searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/dotnet libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/host/fxr/7.0.16/libhostfxr.so libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libmscordaccore.so libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib setting RPATH to: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libSystem.Globalization.Native.so libicui18n.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib libicuuc.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib setting RPATH to: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib setting interpreter of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/createdump searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/createdump libmscordaccore.so -> found: /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16 libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib 100 213 0 213 0 0 337 0 --:--:-- --:--:-- --:--:-- 337 100 221 0 221 0 0 341 0 --:--:-- --:--:-- --:--:-- 341 trying https://www.nuget.org/api/v2/package/runtime.win-arm.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/p3kp9jiy6k2pk2afm8aja6zp7ln9w69q-runtime.win-arm64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libSystem.Net.Security.Native.so libgssapi_krb5.so -> found: /nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib setting RPATH to: /nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libmscordbi.so libmscordaccore.so -> found: /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16 libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libSystem.Native.so searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libhostpolicy.so libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libcoreclr.so libicui18n.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib libicuuc.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib setting RPATH to: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libSystem.IO.Compression.Native.so libz.so.1 -> found: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib setting RPATH to: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib 100 210 0 210 0 0 315 0 --:--:-- --:--:-- --:--:-- 314 trying https://www.nuget.org/api/v2/package/runtime.win-arm.Microsoft.NETCore.DotNetHostResolver/7.0.16 searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libSystem.Security.Cryptography.Native.OpenSsl.so libssl.so -> found: /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib setting RPATH to: /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libcoreclrtraceptprovider.so liblttng-ust.so.0 -> found: /nix/store/ag5d73sqhlh7ibi13p3384idzsf29p0p-lttng-ust-2.12.2/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/ag5d73sqhlh7ibi13p3384idzsf29p0p-lttng-ust-2.12.2/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libclrjit.so libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib setting RPATH to: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib searching for dependencies of /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App/7.0.16/libclrgc.so libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib auto-patchelf: 0 dependencies could not be satisfied rewriting symlink /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/bin/dotnet to be relative to /nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16 Running phase: installCheckPhase Host: Version: 7.0.16 Architecture: x64 Commit: 567edafe61 .NET SDKs installed: No SDKs were found. .NET runtimes installed: Microsoft.NETCore.App 7.0.16 [/nix/store/bdlfp79w51fssr2sh23fvadlz3zkvxfs-dotnet-runtime-7.0.16/shared/Microsoft.NETCore.App] Other architectures found: None Environment variables: Not set global.json file: Not found Learn more: https://aka.ms/dotnet/info Download .NET: https://aka.ms/dotnet/download building '/nix/store/g0mq43ipxn07a9l40xxffm7afx9n9sm6-runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... 100 6775k 100 6775k 0 0 5032k 0 0:00:01 0:00:01 --:--:-- 34.1M 100 214 0 214 0 0 338 0 --:--:-- --:--:-- --:--:-- 338 100 211 0 211 0 0 334 0 --:--:-- --:--:-- --:--:-- 334 100 217 0 217 0 0 346 0 --:--:-- --:--:-- --:--:-- 346 100 219 0 219 0 0 345 0 --:--:-- --:--:-- --:--:-- 345 100 214 0 214 0 0 335 0 --:--:-- --:--:-- --:--:-- 335 trying https://www.nuget.org/api/v2/package/runtime.win-arm64.Microsoft.DotNet.ILCompiler/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/ss4s4cxjsjrmn4xk9ds75bhy444prknx-runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... 100 199k 100 199k 0 0 171k 0 0:00:01 0:00:01 --:--:-- 171k building '/nix/store/00s9lmwikv60g7r8cshaam3ja62bj6xk-runtime.win-x64.Microsoft.DotNet.ILCompiler.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.win-arm64.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 100k 100 100k 0 0 82894 0 0:00:01 0:00:01 --:--:-- 82894 building '/nix/store/q7g3iccxn737hsm578l8xbf9zdhm57ir-runtime.win-x64.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... trying https://www.nuget.org/api/v2/package/runtime.win-arm64.Microsoft.NETCore.DotNetHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 45.6M 100 45.6M 0 0 24.0M 0 0:00:01 0:00:01 --:--:-- 63.1M building '/nix/store/vqhjackainvfl43h1np220swyxsvpsa3-runtime.win-x64.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... 100 6422k 100 6422k 0 0 4724k 0 0:00:01 0:00:01 --:--:-- 4724k 100 76016 100 76016 0 0 62415 0 0:00:01 0:00:01 --:--:-- 62415 100 193k 100 193k 0 0 161k 0 0:00:01 0:00:01 --:--:-- 161k 100 211 0 211 0 0 327 0 --:--:-- --:--:-- --:--:-- 328 100 217 0 217 0 0 332 0 --:--:-- --:--:-- --:--:-- 332 trying https://www.nuget.org/api/v2/package/runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/3wg4z72gzc0p620x9mky5kx9zyciipjr-runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... building '/nix/store/2lfifnc749wqv9i0c4hkbims2cxb6hsx-runtime.win-x64.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... building '/nix/store/f05xgfwkvnl4d5vjq7sgis32zkqk86mi-runtime.win-x86.Microsoft.NETCore.DotNetAppHost.7.0.16.nupkg.drv'... 100 77374 100 77374 0 0 65088 0 0:00:01 0:00:01 --:--:-- 1799k 100 186k 100 186k 0 0 158k 0 0:00:01 0:00:01 --:--:-- 4442k 100 204k 100 204k 0 0 167k 0 0:00:01 0:00:01 --:--:-- 2551k 100 219 0 219 0 0 336 0 --:--:-- --:--:-- --:--:-- 335 trying https://www.nuget.org/api/v2/package/runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.win-x64.Microsoft.DotNet.ILCompiler/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed building '/nix/store/321xmycpa6z4v84whig479w4mmq07hlx-runtime.win-x86.Microsoft.NETCore.DotNetHost.7.0.16.nupkg.drv'... building '/nix/store/2h5wdjfpznqbk74d48ifiq2cnsysxg6d-runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy.7.0.16.nupkg.drv'... building '/nix/store/ql258m804jp3ymnb965kv5mi1jkhjz35-runtime.win-x86.Microsoft.NETCore.DotNetHostResolver.7.0.16.nupkg.drv'... 100 215k 100 215k 0 0 136k 0 0:00:01 0:00:01 --:--:-- 1069k 100 212 0 212 0 0 322 0 --:--:-- --:--:-- --:--:-- 322 trying https://www.nuget.org/api/v2/package/runtime.win-x64.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 219 0 219 0 0 131 0 --:--:-- 0:00:01 --:--:-- 131 trying https://www.nuget.org/api/v2/package/runtime.win-x64.Microsoft.NETCore.DotNetHost/7.0.16 100 216 0 216 0 0 326 0 --:--:-- --:--:-- --:--:-- 326 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 213 0 213 0 0 337 0 --:--:-- --:--:-- --:--:-- 337 trying https://www.nuget.org/api/v2/package/runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 104k 100 104k 0 0 90145 0 0:00:01 0:00:01 --:--:-- 204k trying https://www.nuget.org/api/v2/package/runtime.win-x86.Microsoft.NETCore.DotNetAppHost/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.win-x86.Microsoft.NETCore.DotNetHost/7.0.16 100 44.9M 100 44.9M 0 0 25.2M 0 0:00:01 0:00:01 --:--:-- 77.7M 100 201k 100 201k 0 0 169k 0 0:00:01 0:00:01 --:--:-- 169k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 11.4M 100 11.4M 0 0 7059k 0 0:00:01 0:00:01 --:--:-- 24.7M 100 219 0 219 0 0 339 0 --:--:-- --:--:-- --:--:-- 340 trying https://www.nuget.org/api/v2/package/runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://www.nuget.org/api/v2/package/runtime.win-x86.Microsoft.NETCore.DotNetHostResolver/7.0.16 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 221 0 221 0 0 338 0 --:--:-- --:--:-- --:--:-- 338 100 210 0 210 0 0 319 0 --:--:-- --:--:-- --:--:-- 320 100 214 0 214 0 0 334 0 --:--:-- --:--:-- --:--:-- 334 100 176k 100 176k 0 0 80130 0 0:00:02 0:00:02 --:--:-- 80130 100 105k 100 105k 0 0 92585 0 0:00:01 0:00:01 --:--:-- 24.9M 100 211 0 211 0 0 321 0 --:--:-- --:--:-- --:--:-- 321 100 219 0 219 0 0 341 0 --:--:-- --:--:-- --:--:-- 341 100 217 0 217 0 0 331 0 --:--:-- --:--:-- --:--:-- 331 100 214 0 214 0 0 326 0 --:--:-- --:--:-- --:--:-- 326 100 211k 100 211k 0 0 177k 0 0:00:01 0:00:01 --:--:-- 4308k 100 211 0 211 0 0 315 0 --:--:-- --:--:-- --:--:-- 315 100 219 0 219 0 0 330 0 --:--:-- --:--:-- --:--:-- 329 100 11.8M 100 11.8M 0 0 8142k 0 0:00:01 0:00:01 --:--:-- 42.6M 100 217 0 217 0 0 326 0 --:--:-- --:--:-- --:--:-- 325 100 46.2M 100 46.2M 0 0 25.7M 0 0:00:01 0:00:01 --:--:-- 56.8M 100 205k 100 205k 0 0 158k 0 0:00:01 0:00:01 --:--:-- 3611k 100 6914k 100 6914k 0 0 2689k 0 0:00:02 0:00:02 --:--:-- 4821k 100 222k 100 222k 0 0 183k 0 0:00:01 0:00:01 --:--:-- 183k 100 193k 100 193k 0 0 85088 0 0:00:02 0:00:02 --:--:-- 288k 100 100k 100 100k 0 0 84266 0 0:00:01 0:00:01 --:--:-- 84266 100 188k 100 188k 0 0 154k 0 0:00:01 0:00:01 --:--:-- 154k 100 217k 100 217k 0 0 164k 0 0:00:01 0:00:01 --:--:-- 164k 100 113k 100 113k 0 0 83144 0 0:00:01 0:00:01 --:--:-- 83144 100 198k 100 198k 0 0 157k 0 0:00:01 0:00:01 --:--:-- 157k 100 11.4M 100 11.4M 0 0 8081k 0 0:00:01 0:00:01 --:--:-- 8081k 100 49.0M 100 49.0M 0 0 26.7M 0 0:00:01 0:00:01 --:--:-- 74.8M 100 44.9M 100 44.9M 0 0 8970k 0 0:00:05 0:00:05 --:--:-- 9035k 100 12.1M 100 12.1M 0 0 4927k 0 0:00:02 0:00:02 --:--:-- 9055k building '/nix/store/0q3q7ik986yz8kakf6l56cqa3f28xjv3-dotnet-sdk-7.0.406-deps-nuget-deps.drv'... 100 208M 100 208M 0 0 17.7M 0 0:00:11 0:00:11 --:--:-- 30.4M building '/nix/store/yibn4r012sqmh27q2cvybfpfbs0k6yn8-dotnet-sdk-7.0.406.drv'... Running phase: unpackPhase unpacking source archive /nix/store/hf51n9fdm7irqak4yyhilnpfma519ssw-dotnet-sdk-7.0.406-linux-x64.tar.gz source root is . setting SOURCE_DATE_EPOCH to timestamp 1705690698 of file ./sdk/7.0.406/SDKPrecomputedAssemblyReferences.cache Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase no Makefile or custom buildPhase, doing nothing Running phase: installPhase Running phase: fixupPhase checking for references to /build/ in /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406... patching script interpreter paths in /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406 stripping (with command strip and flags -S -p) in /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/bin automatically fixing dependencies for ELF files {'append_rpaths': [], 'extra_args': [], 'ignore_missing': [], 'libs': [PosixPath('/nix/store/qyh61bhf3s7jgmczpmdq5ps72xqizsnq-make-shell-wrapper-hook/lib'), PosixPath('/nix/store/l3hj8i3qaj2afk8a4gkqx0gw3v1v5pyc-die-hook/lib'), PosixPath('/nix/store/qb2nsiinl48lh9bpy2sgyysrm2sklc6n-auto-patchelf-hook/lib'), PosixPath('/nix/store/1ryv6lfa2v3fi0j5w1s15njfy9fk5x84-binutils-wrapper-2.40/lib'), PosixPath('/nix/store/xwsq5dj63439l1pphrb76zjrididi3vn-patchelf-0.15.0/lib'), PosixPath('/nix/store/hcrhrs1mmm2q5a3rzd6xwypqgkpm13vx-update-autotools-gnu-config-scripts-hook/lib'), PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'), PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'), PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'), PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'), PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'), PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'), PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'), PosixPath('/nix/store/jivxp510zxakaaic7qkrb7v1dd2rdbw9-multiple-outputs.sh/lib'), PosixPath('/nix/store/ilaf1w22bxi6jsi45alhmvvdgy4ly3zs-patch-shebangs.sh/lib'), PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'), PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'), PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'), PosixPath('/nix/store/wmknncrif06fqxa16hpdldhixk95nds0-strip.sh/lib'), PosixPath('/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/lib'), PosixPath('/nix/store/cc92grinhsyp2mq5sxlmz06z68gz1h98-binutils-wrapper-2.40/lib'), PosixPath('/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/lib'), PosixPath('/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib'), PosixPath('/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/lib'), PosixPath('/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib'), PosixPath('/nix/store/m24zpvwc6k1ndipwqc7pwb1cvlrpxdaf-icu4c-73.2-dev/lib'), PosixPath('/nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib'), PosixPath('/nix/store/anwzqdcjdllrqpb7g2f84p8dpki87xzi-libkrb5-1.21.2-dev/lib'), PosixPath('/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib'), PosixPath('/nix/store/chs0rmrmqnsc2jx3cxjvkcvnxqyc6ymy-curl-8.6.0-dev/lib'), PosixPath('/nix/store/9kk0fm2s7c3269ph62av2l8hf95356ab-brotli-1.1.0-dev/lib'), PosixPath('/nix/store/ys38fd9sl7b8iylz16jawm94xfzgyzgq-brotli-1.1.0-lib/lib'), PosixPath('/nix/store/q3cy5qh090yxjj1z6n9psha713yzjp4d-brotli-1.1.0/lib'), PosixPath('/nix/store/v1lgaz8rb50ggy8gcss0v0nqaw5zalw5-nghttp2-1.59.0-dev/lib'), PosixPath('/nix/store/ky4ypn0yd4f865x6gn3yrnvbb7pvs9id-nghttp2-1.59.0-lib/lib'), PosixPath('/nix/store/sqljl3mawzl1zp1qa3a0qvb1fwg46xg0-nghttp2-1.59.0/lib'), PosixPath('/nix/store/wgwnv9ii6qbbsg56yxnk80mpnc2cx1sd-libidn2-2.3.7-dev/lib'), PosixPath('/nix/store/rvgw4jv08z6j5xihj06fvp6jlbfyhar4-libidn2-2.3.7-bin/lib'), PosixPath('/nix/store/rny9bdwrs6fkgkq678ixfg1lv3sa18ql-libidn2-2.3.7/lib'), PosixPath('/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/lib'), PosixPath('/nix/store/0q8d0kcw57hi75lx8m1yb408w11ddbbg-openssl-3.0.13-bin/lib'), PosixPath('/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib'), PosixPath('/nix/store/nwfsn1in46wmgn6ssm2j8famwis5yisz-libpsl-0.21.5/lib'), PosixPath('/nix/store/74ynhsryyx5jk8c4phvz5n7lh4440p43-publicsuffix-list-0-unstable-2024-01-07/lib'), PosixPath('/nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/lib'), PosixPath('/nix/store/wz91cl70vzwk4wxcjg5vvmgw2vgp5qv6-libssh2-1.11.0/lib'), PosixPath('/nix/store/s88sksxns15dhwr6dp0pwy0qz5sr7gq3-zstd-1.5.5-dev/lib'), PosixPath('/nix/store/9dl0hhy8b128x0jlrvnpvdlk8k85pknc-zstd-1.5.5-bin/lib'), PosixPath('/nix/store/yzizaw6wqqih1zkg9q1jv0zhj8ygqxb0-zstd-1.5.5/lib'), PosixPath('/nix/store/fh7vxc5xgiwl6z7vwq5c3lj84mpcs4br-curl-8.6.0-bin/lib'), PosixPath('/nix/store/84wcm74cp3k2i504ggwkgf4ikdyk0y3m-curl-8.6.0/lib'), PosixPath('/nix/store/s84b14j7zrcjyn5rpf73qs1n13n182gn-lttng-ust-2.12.2-dev/lib'), PosixPath('/nix/store/f3qjlx002gi57fhccllpaylshhqa0avi-liburcu-0.14.0-dev/lib'), PosixPath('/nix/store/4aa0xrzgl0949iranw05svibqm0zfq11-liburcu-0.14.0/lib'), PosixPath('/nix/store/1xwpx3wkpdln0l5agm9rhq9fcl7q7lrd-lttng-ust-2.12.2-bin/lib'), PosixPath('/nix/store/ag5d73sqhlh7ibi13p3384idzsf29p0p-lttng-ust-2.12.2/lib'), PosixPath('/nix/store/qyh61bhf3s7jgmczpmdq5ps72xqizsnq-make-shell-wrapper-hook/lib'), PosixPath('/nix/store/l3hj8i3qaj2afk8a4gkqx0gw3v1v5pyc-die-hook/lib'), PosixPath('/nix/store/qb2nsiinl48lh9bpy2sgyysrm2sklc6n-auto-patchelf-hook/lib'), PosixPath('/nix/store/1ryv6lfa2v3fi0j5w1s15njfy9fk5x84-binutils-wrapper-2.40/lib'), PosixPath('/nix/store/xwsq5dj63439l1pphrb76zjrididi3vn-patchelf-0.15.0/lib'), PosixPath('/nix/store/hcrhrs1mmm2q5a3rzd6xwypqgkpm13vx-update-autotools-gnu-config-scripts-hook/lib'), PosixPath('/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh/lib'), PosixPath('/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh/lib'), PosixPath('/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh/lib'), PosixPath('/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh/lib'), PosixPath('/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh/lib'), PosixPath('/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh/lib'), PosixPath('/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh/lib'), PosixPath('/nix/store/jivxp510zxakaaic7qkrb7v1dd2rdbw9-multiple-outputs.sh/lib'), PosixPath('/nix/store/ilaf1w22bxi6jsi45alhmvvdgy4ly3zs-patch-shebangs.sh/lib'), PosixPath('/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh/lib'), PosixPath('/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh/lib'), PosixPath('/nix/store/ngg1cv31c8c7bcm2n8ww4g06nq7s4zhm-set-source-date-epoch-to-latest.sh/lib'), PosixPath('/nix/store/wmknncrif06fqxa16hpdldhixk95nds0-strip.sh/lib'), PosixPath('/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/lib'), PosixPath('/nix/store/cc92grinhsyp2mq5sxlmz06z68gz1h98-binutils-wrapper-2.40/lib'), PosixPath('/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/lib'), PosixPath('/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib'), PosixPath('/nix/store/hwlm6akqm83lapl79y8r9r2vw741sppd-zlib-1.3.1-dev/lib'), PosixPath('/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib'), PosixPath('/nix/store/m24zpvwc6k1ndipwqc7pwb1cvlrpxdaf-icu4c-73.2-dev/lib'), PosixPath('/nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib'), PosixPath('/nix/store/anwzqdcjdllrqpb7g2f84p8dpki87xzi-libkrb5-1.21.2-dev/lib'), PosixPath('/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib'), PosixPath('/nix/store/chs0rmrmqnsc2jx3cxjvkcvnxqyc6ymy-curl-8.6.0-dev/lib'), PosixPath('/nix/store/9kk0fm2s7c3269ph62av2l8hf95356ab-brotli-1.1.0-dev/lib'), PosixPath('/nix/store/ys38fd9sl7b8iylz16jawm94xfzgyzgq-brotli-1.1.0-lib/lib'), PosixPath('/nix/store/q3cy5qh090yxjj1z6n9psha713yzjp4d-brotli-1.1.0/lib'), PosixPath('/nix/store/v1lgaz8rb50ggy8gcss0v0nqaw5zalw5-nghttp2-1.59.0-dev/lib'), PosixPath('/nix/store/ky4ypn0yd4f865x6gn3yrnvbb7pvs9id-nghttp2-1.59.0-lib/lib'), PosixPath('/nix/store/sqljl3mawzl1zp1qa3a0qvb1fwg46xg0-nghttp2-1.59.0/lib'), PosixPath('/nix/store/wgwnv9ii6qbbsg56yxnk80mpnc2cx1sd-libidn2-2.3.7-dev/lib'), PosixPath('/nix/store/rvgw4jv08z6j5xihj06fvp6jlbfyhar4-libidn2-2.3.7-bin/lib'), PosixPath('/nix/store/rny9bdwrs6fkgkq678ixfg1lv3sa18ql-libidn2-2.3.7/lib'), PosixPath('/nix/store/z5ghkxklksfayrri517mnp67vfj03im5-openssl-3.0.13-dev/lib'), PosixPath('/nix/store/0q8d0kcw57hi75lx8m1yb408w11ddbbg-openssl-3.0.13-bin/lib'), PosixPath('/nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib'), PosixPath('/nix/store/nwfsn1in46wmgn6ssm2j8famwis5yisz-libpsl-0.21.5/lib'), PosixPath('/nix/store/74ynhsryyx5jk8c4phvz5n7lh4440p43-publicsuffix-list-0-unstable-2024-01-07/lib'), PosixPath('/nix/store/lxhci1b8dr8j09y9v05vwh8xc464hz77-libssh2-1.11.0-dev/lib'), PosixPath('/nix/store/wz91cl70vzwk4wxcjg5vvmgw2vgp5qv6-libssh2-1.11.0/lib'), PosixPath('/nix/store/s88sksxns15dhwr6dp0pwy0qz5sr7gq3-zstd-1.5.5-dev/lib'), PosixPath('/nix/store/9dl0hhy8b128x0jlrvnpvdlk8k85pknc-zstd-1.5.5-bin/lib'), PosixPath('/nix/store/yzizaw6wqqih1zkg9q1jv0zhj8ygqxb0-zstd-1.5.5/lib'), PosixPath('/nix/store/fh7vxc5xgiwl6z7vwq5c3lj84mpcs4br-curl-8.6.0-bin/lib'), PosixPath('/nix/store/84wcm74cp3k2i504ggwkgf4ikdyk0y3m-curl-8.6.0/lib'), PosixPath('/nix/store/s84b14j7zrcjyn5rpf73qs1n13n182gn-lttng-ust-2.12.2-dev/lib'), PosixPath('/nix/store/f3qjlx002gi57fhccllpaylshhqa0avi-liburcu-0.14.0-dev/lib'), PosixPath('/nix/store/4aa0xrzgl0949iranw05svibqm0zfq11-liburcu-0.14.0/lib'), PosixPath('/nix/store/1xwpx3wkpdln0l5agm9rhq9fcl7q7lrd-lttng-ust-2.12.2-bin/lib'), PosixPath('/nix/store/ag5d73sqhlh7ibi13p3384idzsf29p0p-lttng-ust-2.12.2/lib')], 'paths': [PosixPath('/nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406')], 'recursive': True, 'runtime_dependencies': []} setting interpreter of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/dotnet searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/dotnet libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/host/fxr/7.0.16/libhostfxr.so libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/packs/Microsoft.NETCore.App.Host.linux-x64/7.0.16/runtimes/linux-x64/native/libnethost.so libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting interpreter of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/packs/Microsoft.NETCore.App.Host.linux-x64/7.0.16/runtimes/linux-x64/native/apphost searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/packs/Microsoft.NETCore.App.Host.linux-x64/7.0.16/runtimes/linux-x64/native/apphost libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting interpreter of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/packs/Microsoft.NETCore.App.Host.linux-x64/7.0.16/runtimes/linux-x64/native/singlefilehost searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/packs/Microsoft.NETCore.App.Host.linux-x64/7.0.16/runtimes/linux-x64/native/singlefilehost libssl.so -> found: /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib libgssapi_krb5.so -> found: /nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib libicui18n.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib libicuuc.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib libz.so.1 -> found: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib setting RPATH to: /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib:/nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib:/nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib:/nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libmscordaccore.so libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib setting RPATH to: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libSystem.Globalization.Native.so libicui18n.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib libicuuc.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib setting RPATH to: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib setting interpreter of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/createdump searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/createdump libmscordaccore.so -> found: /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16 libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libSystem.Net.Security.Native.so libgssapi_krb5.so -> found: /nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib setting RPATH to: /nix/store/av9pqjxnrhsbrrjzs246l7xkwvwqrv9d-libkrb5-1.21.2/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libmscordbi.so libmscordaccore.so -> found: /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16 libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libSystem.Native.so searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libhostpolicy.so libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libcoreclr.so libicui18n.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib libicuuc.so -> found: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib setting RPATH to: /nix/store/fwxhlwaqppzsdf1ql8jssjllq8ycgkmz-icu4c-73.2/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libSystem.IO.Compression.Native.so libz.so.1 -> found: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib setting RPATH to: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libSystem.Security.Cryptography.Native.OpenSsl.so libssl.so -> found: /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib setting RPATH to: /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libcoreclrtraceptprovider.so liblttng-ust.so.0 -> found: /nix/store/ag5d73sqhlh7ibi13p3384idzsf29p0p-lttng-ust-2.12.2/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/ag5d73sqhlh7ibi13p3384idzsf29p0p-lttng-ust-2.12.2/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libclrjit.so libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib setting RPATH to: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib:/nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App/7.0.16/libclrgc.so libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting interpreter of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/sdk/7.0.406/AppHostTemplate/apphost searching for dependencies of /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/sdk/7.0.406/AppHostTemplate/apphost libstdc++.so.6 -> found: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib libgcc_s.so.1 -> found: /nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib setting RPATH to: /nix/store/9r8z1qr5jhv90fl2457qqml7qgk88fd6-gcc-13.2.0-lib/lib:/nix/store/nzvnm5wsigdi3akjkavhx0rmvc8q8q17-gcc-13.2.0-libgcc/lib auto-patchelf: 0 dependencies could not be satisfied rewriting symlink /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/bin/dotnet to be relative to /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406 Running phase: installCheckPhase .NET SDK: Version: 7.0.406 Commit: cf888f0acf Runtime Environment: OS Name: Linux OS Version: OS Platform: Linux RID: linux-x64 Base Path: /nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/sdk/7.0.406/ Host: Version: 7.0.16 Architecture: x64 Commit: 567edafe61 .NET SDKs installed: 7.0.406 [/nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/sdk] .NET runtimes installed: Microsoft.AspNetCore.App 7.0.16 [/nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 7.0.16 [/nix/store/vlld2zn615vzl0y7gmygzjmbmvq9p5gi-dotnet-sdk-7.0.406/shared/Microsoft.NETCore.App] Other architectures found: None Environment variables: Not set global.json file: Not found Learn more: https://aka.ms/dotnet/info Download .NET: https://aka.ms/dotnet/download building '/nix/store/j8rb9ilxz6yncxgyz0k9crwmc8ydzdhr-discordchatexporter-cli-2.42.8-source.drv'... building '/nix/store/6jkh9kjsdzm734hawdrv8rxjimxd58rp-nuget-to-nix.sh.drv'... Running phase: unpackPhase unpacking source archive /nix/store/44i624askgfv89kmjbaia55l5qc85zxh-source building '/nix/store/kqbbak3lzvm4ck5ax4gfpzm8k9r9zq8p-nuget-to-nix.drv'... source root is source Running phase: patchPhase Running phase: installPhase building '/nix/store/92f4y1zygy699yn6383iyrsj072csq8w-fetch-discordchatexporter-cli-deps.drv'... cp: cannot stat '/run/nixpkgs-update-worker/deps-discordchatexporter-cli-Qm2Bnw/home/.nuget/packages/*': No such file or directory --- SHOWING ERROR LOG FOR discordchatexporter-cli-2.41.2 ---------------------- The update script for discordchatexporter-cli-2.41.2 failed with exit code 1 [result] Failed to update discordchatexporter-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 kodiPackages.trakt-module, using log file: /var/log/nixpkgs-update/kodiPackages.trakt-module/2024-03-03.log kodiPackages.trakt-module 0 -> 1 attrpath: kodiPackages.trakt-module Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7zd92kma4czifkrvgcfcmaxbyg27if60-packages.json.drv building '/nix/store/7zd92kma4czifkrvgcfcmaxbyg27if60-packages.json.drv'... Going to be running update for following packages: - kodi-trakt-module-4.4.0+matrix.1 Press Enter key to continue... Running update for: - kodi-trakt-module-4.4.0+matrix.1: UPDATING ... - kodi-trakt-module-4.4.0+matrix.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.trakt-module 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aw-watcher-afk, using log file: /var/log/nixpkgs-update/aw-watcher-afk/2024-03-03.log aw-watcher-afk 0 -> 1 attrpath: aw-watcher-afk Checking auto update branch... [version] [version] generic version rewriter 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/dmhwajhgnhcq5784gwfixiadj3vf6ggf-packages.json.drv building '/nix/store/dmhwajhgnhcq5784gwfixiadj3vf6ggf-packages.json.drv'... Going to be running update for following packages: - aw-watcher-afk-0.12.2 Press Enter key to continue... Running update for: - aw-watcher-afk-0.12.2: UPDATING ... - aw-watcher-afk-0.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aw-watcher-afk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-netapp, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-netapp/2024-03-03.log python311Packages.azure-mgmt-netapp 0 -> 1 attrpath: python311Packages.azure-mgmt-netapp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/la98y0ab0qlcgwgr6im23rwhckqwmbq7-packages.json.drv building '/nix/store/la98y0ab0qlcgwgr6im23rwhckqwmbq7-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-netapp-11.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-netapp-11.0.0: UPDATING ... - python3.11-azure-mgmt-netapp-11.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-netapp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath toolbox, using log file: /var/log/nixpkgs-update/toolbox/2024-03-03.log toolbox 0.0.99.3 -> 0.0.99.5 https://github.com/containers/toolbox/releases attrpath: toolbox Checking auto update 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-k79TcC9voQROpJnyZ0RsqxJnBT83W5Z+D+D3HnuQGsI=" [golangModuleVersion] Replaced vendorHash with sha256-su6ErokyrExsooeARWKh/VrBTXS9SqB9fGE6mNqK+Wg= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A toolbox nix build failed. got build log for 'toolbox' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/6w0zdi3q5478p18azc7qhsd5kdb8zhma-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/1ls6lij54wa6lk6lm0dg1n4xq47i18ph-glibc.patch patching file src/cmd/create.go Hunk #1 succeeded at 431 with fuzz 2 (offset 8 lines). @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 . # github.com/containers/toolbox/pkg/utils pkg/utils/utils_cgo.go:32:10: fatal error: shadow/subid.h: No such file or directory 32 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. [result] Failed to update toolbox 0.0.99.3 -> 0.0.99.5 https://github.com/containers/toolbox/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.boa-api, using log file: /var/log/nixpkgs-update/python311Packages.boa-api/2024-03-03.log python311Packages.boa-api 0 -> 1 attrpath: python311Packages.boa-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/sp0b8dh7vamyf6hcl8ja71j9qqwk6xbb-packages.json.drv building '/nix/store/sp0b8dh7vamyf6hcl8ja71j9qqwk6xbb-packages.json.drv'... Going to be running update for following packages: - python3.11-boa-api-0.1.14 Press Enter key to continue... Running update for: - python3.11-boa-api-0.1.14: UPDATING ... - python3.11-boa-api-0.1.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boa-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 networkmanagerapplet, using log file: /var/log/nixpkgs-update/networkmanagerapplet/2024-03-03.log networkmanagerapplet 0 -> 1 attrpath: networkmanagerapplet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3cmzdqscvwf9z21spnxi6zlyx8z8cfaa-packages.json.drv building '/nix/store/3cmzdqscvwf9z21spnxi6zlyx8z8cfaa-packages.json.drv'... Going to be running update for following packages: - network-manager-applet-1.36.0 Press Enter key to continue... Running update for: - network-manager-applet-1.36.0: UPDATING ... - network-manager-applet-1.36.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update networkmanagerapplet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imread, using log file: /var/log/nixpkgs-update/python311Packages.imread/2024-03-03.log python311Packages.imread 0 -> 1 attrpath: python311Packages.imread Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xywv7j73nndq85j13diwkwn9nnlp06jn-packages.json.drv building '/nix/store/xywv7j73nndq85j13diwkwn9nnlp06jn-packages.json.drv'... Going to be running update for following packages: - python3.11-python-imread-0.7.5 Press Enter key to continue... Running update for: - python3.11-python-imread-0.7.5: UPDATING ... - python3.11-python-imread-0.7.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imread 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meraki-cli, using log file: /var/log/nixpkgs-update/meraki-cli/2024-03-03.log meraki-cli 0 -> 1 attrpath: meraki-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/mifi9ycy2xj23adg33h2zv4i6qa6259d-packages.json.drv building '/nix/store/mifi9ycy2xj23adg33h2zv4i6qa6259d-packages.json.drv'... Going to be running update for following packages: - meraki-cli-1.5.0 Press Enter key to continue... Running update for: - meraki-cli-1.5.0: UPDATING ... - meraki-cli-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update meraki-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 takes way too long to build [result] Failed to update reposurgeon 4.26 -> 4.38 https://repology.org/project/reposurgeon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sagemaker, using log file: /var/log/nixpkgs-update/python311Packages.sagemaker/2024-03-03.log python311Packages.sagemaker 0 -> 1 attrpath: python311Packages.sagemaker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jivx35cg400a5gj4rz7n7k513syyp4h3-packages.json.drv building '/nix/store/jivx35cg400a5gj4rz7n7k513syyp4h3-packages.json.drv'... Going to be running update for following packages: - python3.11-sagemaker-2.208.0 Press Enter key to continue... Running update for: - python3.11-sagemaker-2.208.0: UPDATING ... - python3.11-sagemaker-2.208.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index e1423c9270e7..1fc9889da7a6 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "sagemaker"; - version = "2.208.0"; + version = "2.210.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "aws"; repo = "sagemaker-python-sdk"; rev = "refs/tags/v${version}"; - hash = "sha256-9YcYRwwa5P31jZpDrsewBY+r2kjRmoGM8CkXqAMilvE="; + hash = "sha256-LRBN8jChycHZKKO2SeYHbYwBKGE6qh9qUdGdvmMXdSQ="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.sagemaker: 2.208.0 -> 2.210.0`. New version is 2.210.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.sagemaker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kanjidraw, using log file: /var/log/nixpkgs-update/kanjidraw/2024-03-03.log kanjidraw 0 -> 1 attrpath: kanjidraw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/diclcx8rcr10zasjg42xi8wj0f57lwwc-packages.json.drv building '/nix/store/diclcx8rcr10zasjg42xi8wj0f57lwwc-packages.json.drv'... Going to be running update for following packages: - kanjidraw-0.2.3 Press Enter key to continue... Running update for: - kanjidraw-0.2.3: UPDATING ... - kanjidraw-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kanjidraw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.huaweicloudstack, using log file: /var/log/nixpkgs-update/terraform-providers.huaweicloudstack/2024-03-03.log terraform-providers.huaweicloudstack 0 -> 1 attrpath: terraform-providers.huaweicloudstack Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.huaweicloudstack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytapo, using log file: /var/log/nixpkgs-update/python311Packages.pytapo/2024-03-03.log python311Packages.pytapo 0 -> 1 attrpath: python311Packages.pytapo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nasn1xpnf5fb64b93aw65dk849zpxb16-packages.json.drv building '/nix/store/nasn1xpnf5fb64b93aw65dk849zpxb16-packages.json.drv'... Going to be running update for following packages: - python3.11-pytapo-3.3.18 Press Enter key to continue... Running update for: - python3.11-pytapo-3.3.18: UPDATING ... - python3.11-pytapo-3.3.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytapo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath geeqie, using log file: /var/log/nixpkgs-update/geeqie/2024-03-03.log geeqie 0 -> 1 attrpath: geeqie Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/8xr5vrn5h5cdnffx6rlf8n7gsg3kb65z-packages.json.drv building '/nix/store/8xr5vrn5h5cdnffx6rlf8n7gsg3kb65z-packages.json.drv'... Going to be running update for following packages: - geeqie-2.1 Press Enter key to continue... Running update for: - geeqie-2.1: UPDATING ... - geeqie-2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/graphics/geeqie/default.nix b/pkgs/applications/graphics/geeqie/default.nix index 653dad23b638..ce3f40a17284 100644 --- a/pkgs/applications/graphics/geeqie/default.nix +++ b/pkgs/applications/graphics/geeqie/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "geeqie"; - version = "2.1"; + version = "2.2"; src = fetchFromGitHub { owner = "BestImageViewer"; repo = "geeqie"; rev = "v${version}"; - hash = "sha256-qkM/7auZ9TMF2r8KLnitxmvlyPmIjh7q9Ugh+QKh8hw="; + hash = "sha256-13Ayr6r4JhqexaUvwzdc6XHT+j2l2D5YBws6gSAhU3Y="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - geeqie: 2.1 -> 2.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287278" [result] Failed to update geeqie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webrtcvad, using log file: /var/log/nixpkgs-update/python311Packages.webrtcvad/2024-03-03.log python311Packages.webrtcvad 0 -> 1 attrpath: python311Packages.webrtcvad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vzrbikg51vqpfm5dvyaqh4arwijc5fq4-packages.json.drv building '/nix/store/vzrbikg51vqpfm5dvyaqh4arwijc5fq4-packages.json.drv'... Going to be running update for following packages: - python3.11-webrtcvad-2.0.10 Press Enter key to continue... Running update for: - python3.11-webrtcvad-2.0.10: UPDATING ... - python3.11-webrtcvad-2.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webrtcvad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libcst, using log file: /var/log/nixpkgs-update/python311Packages.libcst/2024-03-03.log python311Packages.libcst 0 -> 1 attrpath: python311Packages.libcst Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/b4d31mxgsw1jhq3p26bfbyfibh48a8w8-packages.json.drv building '/nix/store/b4d31mxgsw1jhq3p26bfbyfibh48a8w8-packages.json.drv'... Going to be running update for following packages: - python3.11-libcst-1.1.0 Press Enter key to continue... Running update for: - python3.11-libcst-1.1.0: UPDATING ... - python3.11-libcst-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libcst 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skytemple-ssb-emulator, using log file: /var/log/nixpkgs-update/python311Packages.skytemple-ssb-emulator/2024-03-03.log python311Packages.skytemple-ssb-emulator 0 -> 1 attrpath: python311Packages.skytemple-ssb-emulator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5v0x9pf6ic7vxh4czadzy9nrwnxrcl6h-packages.json.drv building '/nix/store/5v0x9pf6ic7vxh4czadzy9nrwnxrcl6h-packages.json.drv'... Going to be running update for following packages: - python3.11-skytemple-ssb-emulator-1.6.1.post1 Press Enter key to continue... Running update for: - python3.11-skytemple-ssb-emulator-1.6.1.post1: UPDATING ... - python3.11-skytemple-ssb-emulator-1.6.1.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skytemple-ssb-emulator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath compdb, using log file: /var/log/nixpkgs-update/compdb/2024-03-03.log compdb 0 -> 1 attrpath: compdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s9jymbdswklszl2mhc0p1fi7yghxf5pj-packages.json.drv building '/nix/store/s9jymbdswklszl2mhc0p1fi7yghxf5pj-packages.json.drv'... Going to be running update for following packages: - compdb-0.2.0 Press Enter key to continue... Running update for: - compdb-0.2.0: UPDATING ... - compdb-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update compdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyquaternion, using log file: /var/log/nixpkgs-update/python311Packages.pyquaternion/2024-03-03.log python311Packages.pyquaternion 0 -> 1 attrpath: python311Packages.pyquaternion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3bzjasklxa43x8h2zb89238xgm6rdym0-packages.json.drv building '/nix/store/3bzjasklxa43x8h2zb89238xgm6rdym0-packages.json.drv'... Going to be running update for following packages: - python3.11-pyquaternion-0.9.9 Press Enter key to continue... Running update for: - python3.11-pyquaternion-0.9.9: UPDATING ... - python3.11-pyquaternion-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyquaternion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.allure-python-commons-test, using log file: /var/log/nixpkgs-update/python311Packages.allure-python-commons-test/2024-03-03.log python311Packages.allure-python-commons-test 0 -> 1 attrpath: python311Packages.allure-python-commons-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/a9v6ajbp3cpw4if6vbzm7aw0wfw9d7ck-packages.json.drv building '/nix/store/a9v6ajbp3cpw4if6vbzm7aw0wfw9d7ck-packages.json.drv'... Going to be running update for following packages: - python3.11-allure-python-commons-test-2.13.2 Press Enter key to continue... Running update for: - python3.11-allure-python-commons-test-2.13.2: UPDATING ... - python3.11-allure-python-commons-test-2.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.allure-python-commons-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 python311Packages.bottle, using log file: /var/log/nixpkgs-update/python311Packages.bottle/2024-03-03.log python311Packages.bottle 0 -> 1 attrpath: python311Packages.bottle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jwk9p7qkxbln2c3fv8ph416nhlb3qvcp-packages.json.drv building '/nix/store/jwk9p7qkxbln2c3fv8ph416nhlb3qvcp-packages.json.drv'... Going to be running update for following packages: - python3.11-bottle-0.12.25 Press Enter key to continue... Running update for: - python3.11-bottle-0.12.25: UPDATING ... - python3.11-bottle-0.12.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bottle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.linetable, using log file: /var/log/nixpkgs-update/python311Packages.linetable/2024-03-03.log python311Packages.linetable 0 -> 1 attrpath: python311Packages.linetable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8lrs50gcpdcdfa2a7l7q0ldhh4kx116s-packages.json.drv building '/nix/store/8lrs50gcpdcdfa2a7l7q0ldhh4kx116s-packages.json.drv'... Going to be running update for following packages: - python3.11-linetable-0.0.3 Press Enter key to continue... Running update for: - python3.11-linetable-0.0.3: UPDATING ... - python3.11-linetable-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.linetable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ro, using log file: /var/log/nixpkgs-update/aspellDicts.ro/2024-03-03.log aspellDicts.ro 0 -> 1 attrpath: aspellDicts.ro Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/961h7j53mm0pmzbayp8z3masq3s2qz15-update-aspellDict-ro.drv /nix/store/0nwqj961nknlik3m8pff76il7h3m1459-packages.json.drv building '/nix/store/961h7j53mm0pmzbayp8z3masq3s2qz15-update-aspellDict-ro.drv'... building '/nix/store/0nwqj961nknlik3m8pff76il7h3m1459-packages.json.drv'... Going to be running update for following packages: - aspell-dict-ro-3.3-2 Press Enter key to continue... Running update for: - aspell-dict-ro-3.3-2: UPDATING ... - aspell-dict-ro-3.3-2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.ro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.lldb, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.lldb/2024-03-03.log rocmPackages.llvm.lldb 0 -> 1 attrpath: rocmPackages.llvm.lldb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/rdw66lw4bz784vxbzsp9b5im698wwcbp-update.sh.drv /nix/store/rql5rd2849ilc4h595l5gy76mbmxhins-packages.json.drv building '/nix/store/rdw66lw4bz784vxbzsp9b5im698wwcbp-update.sh.drv'... building '/nix/store/rql5rd2849ilc4h595l5gy76mbmxhins-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-lldb-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-lldb-5.7.1: UPDATING ... - rocm-llvm-lldb-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-lldb-5.7.1 ---------------------- 'rocmPackages_5.llvm.lldb' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.lldb'. --- SHOWING ERROR LOG FOR rocm-llvm-lldb-5.7.1 ---------------------- The update script for rocm-llvm-lldb-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.lldb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.librouteros, using log file: /var/log/nixpkgs-update/python311Packages.librouteros/2024-03-03.log python311Packages.librouteros 0 -> 1 attrpath: python311Packages.librouteros Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0s58arklmdhvq7yj90vfn43c817xmabl-packages.json.drv building '/nix/store/0s58arklmdhvq7yj90vfn43c817xmabl-packages.json.drv'... Going to be running update for following packages: - python3.11-librouteros-3.2.1 Press Enter key to continue... Running update for: - python3.11-librouteros-3.2.1: UPDATING ... - python3.11-librouteros-3.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.librouteros 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.execnb, using log file: /var/log/nixpkgs-update/python311Packages.execnb/2024-03-03.log python311Packages.execnb 0 -> 1 attrpath: python311Packages.execnb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p6jdrsi02di9jc6103anc2jhb8gypv49-packages.json.drv building '/nix/store/p6jdrsi02di9jc6103anc2jhb8gypv49-packages.json.drv'... Going to be running update for following packages: - python3.11-execnb-0.1.5 Press Enter key to continue... Running update for: - python3.11-execnb-0.1.5: UPDATING ... - python3.11-execnb-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.execnb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.wavefront, using log file: /var/log/nixpkgs-update/terraform-providers.wavefront/2024-03-03.log terraform-providers.wavefront 0 -> 1 attrpath: terraform-providers.wavefront Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.wavefront 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bun, using log file: /var/log/nixpkgs-update/bun/2024-03-03.log bun 0 -> 1 attrpath: bun Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/g8g2s8q31a32mk66g5qmfyagmrcly9dg-update-bun.drv /nix/store/dxjrnsfjsjdksags6mapq33pcv3hp72d-packages.json.drv building '/nix/store/g8g2s8q31a32mk66g5qmfyagmrcly9dg-update-bun.drv'... building '/nix/store/dxjrnsfjsjdksags6mapq33pcv3hp72d-packages.json.drv'... Going to be running update for following packages: - bun-1.0.29 Press Enter key to continue... Running update for: - bun-1.0.29: UPDATING ... - bun-1.0.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath conftest, using log file: /var/log/nixpkgs-update/conftest/2024-03-03.log conftest 0.48.0 -> 0.49.1 https://github.com/open-policy-agent/conftest/releases attrpath: conftest Checking auto update branch... An auto update branch exists with message `conftest: 0.48.0 -> 0.49.1`. New version is 0.49.1. An auto update branch exists with an equal or greater version [result] Failed to update conftest 0.48.0 -> 0.49.1 https://github.com/open-policy-agent/conftest/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FuzzyClass, using log file: /var/log/nixpkgs-update/rPackages.FuzzyClass/2024-03-03.log rPackages.FuzzyClass 0.1.5 -> 0.1.6 https://repology.org/project/r:fuzzyclass/versions attrpath: rPackages.FuzzyClass 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.FuzzyClass 0.1.5 -> 0.1.6 https://repology.org/project/r:fuzzyclass/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Tplyr, using log file: /var/log/nixpkgs-update/rPackages.Tplyr/2024-03-03.log rPackages.Tplyr 1.1.0 -> 1.2.1 https://repology.org/project/r:tplyr/versions attrpath: rPackages.Tplyr 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.Tplyr 1.1.0 -> 1.2.1 https://repology.org/project/r:tplyr/versions [options] github_user: r-ryantm, pull_request: 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.ModuleExtractVERSION 1.116 -> 1.117 https://github.com/briandfoy/module-extract-version/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.clidamonger, using log file: /var/log/nixpkgs-update/rPackages.clidamonger/2024-03-03.log rPackages.clidamonger 1.0.0 -> 1.1.0 https://repology.org/project/r:clidamonger/versions attrpath: rPackages.clidamonger 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.clidamonger 1.0.0 -> 1.1.0 https://repology.org/project/r:clidamonger/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.limits, using log file: /var/log/nixpkgs-update/python312Packages.limits/2024-03-03.log python312Packages.limits 3.7.0 -> 3.9.0 https://github.com/alisaifee/limits/releases attrpath: python312Packages.limits Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zv5ig2zmkc6nfhi14ixk87p1cla9zp1c-packages.json.drv building '/nix/store/zv5ig2zmkc6nfhi14ixk87p1cla9zp1c-packages.json.drv'... Going to be running update for following packages: - python3.12-limits-3.7.0 Press Enter key to continue... Running update for: - python3.12-limits-3.7.0: UPDATING ... - python3.12-limits-3.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/limits/default.nix b/pkgs/development/python-modules/limits/default.nix index e0c1fcf9a14c..68413dcd8b2b 100644 --- a/pkgs/development/python-modules/limits/default.nix +++ b/pkgs/development/python-modules/limits/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "limits"; - version = "3.7.0"; + version = "3.9.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -37,7 +37,7 @@ buildPythonPackage rec { postFetch = '' rm "$out/limits/_version.py" ''; - hash = "sha256-0h3ofungHkjycUvNJ3jf+VB/GSrshgUDECN2YoPGzzg="; + hash = "sha256-LnQQCxleddXaG4NlpKUBYEGLYbCtmIzi/AVIB5ApAwk="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.limits Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.limits Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.limits/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.limits/lib/customisation.nix:267:7: 266| in commonAttrs // { 267| drvPath = assert condition; drv.drvPath; | ^ 268| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.limits/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update python312Packages.limits 3.7.0 -> 3.9.0 https://github.com/alisaifee/limits/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jetbrains.goland, using log file: /var/log/nixpkgs-update/jetbrains.goland/2024-03-03.log jetbrains.goland 2023.3.3 -> 2023.3.4 https://repology.org/project/goland/versions attrpath: jetbrains.goland Checking auto update branch... No auto update branch exists Old version 2023.3.3" not present in master derivation file with contents: { lib , stdenv , callPackage , fetchurl , jdk , zlib , python3 , lldb , dotnet-sdk_7 , maven , openssl , expat , libxcrypt , libxcrypt-legacy , fontconfig , libxml2 , runCommand , musl , R , libgcc , lttng-ust_2_12 , xz , xorg , libGL , vmopts ? null }: let inherit (stdenv.hostPlatform) system; # `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata # `versions.json` contains everything generated/needed by the update script version numbers, build numbers and tarball hashes ideInfo = lib.importJSON ./bin/ides.json; versions = lib.importJSON ./bin/versions.json; products = versions.${system} or (throw "Unsupported system: ${system}"); package = if stdenv.isDarwin then ./bin/darwin.nix else ./bin/linux.nix; mkJetBrainsProductCore = callPackage package { inherit vmopts; }; mkMeta = meta: fromSource: { inherit (meta) homepage longDescription; description = meta.description + lib.optionalString meta.isOpenSource (if fromSource then " (built from source)" else " (patched binaries from jetbrains)"); maintainers = map (x: lib.maintainers."${x}") meta.maintainers; license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree; }; mkJetBrainsProduct = { pname , fromSource ? false , extraWrapperArgs ? [ ] , extraLdPath ? [ ] , extraBuildInputs ? [ ] }: mkJetBrainsProductCore { inherit pname jdk extraWrapperArgs extraLdPath extraBuildInputs; src = if fromSource then communitySources."${pname}" else fetchurl { url = products."${pname}".url; sha256 = products."${pname}".sha256; }; inherit (products."${pname}") version; buildNumber = products."${pname}".build_number; inherit (ideInfo."${pname}") wmClass product; productShort = ideInfo."${pname}".productShort or ideInfo."${pname}".product; meta = mkMeta ideInfo."${pname}".meta fromSource; libdbm = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".libdbm else communitySources.idea-community.libdbm; fsnotifier = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".fsnotifier else communitySources.idea-community.fsnotifier; }; communitySources = callPackage ./source { }; buildIdea = args: mkJetBrainsProduct (args // { extraLdPath = [ zlib ]; extraWrapperArgs = [ ''--set M2_HOME "${maven}/maven"'' ''--set M2 "${maven}/maven/bin"'' ]; }); buildPycharm = args: (mkJetBrainsProduct args).overrideAttrs (finalAttrs: previousAttrs: lib.optionalAttrs stdenv.isLinux { buildInputs = with python3.pkgs; (previousAttrs.buildInputs or []) ++ [ python3 setuptools ]; preInstall = '' echo "compiling cython debug speedups" if [[ -d plugins/python-ce ]]; then ${python3.interpreter} plugins/python-ce/helpers/pydev/setup_cython.py build_ext --inplace else ${python3.interpreter} plugins/python/helpers/pydev/setup_cython.py build_ext --inplace fi ''; # See https://www.jetbrains.com/help/pycharm/2022.1/cython-speedups.html }); in rec { # Sorted alphabetically clion = (mkJetBrainsProduct { pname = "clion"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 stdenv.cc.cc openssl libxcrypt-legacy musl ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/clion # I think the included gdb has a couple of patches, so we patch it instead of replacing ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ) ''; }); datagrip = mkJetBrainsProduct { pname = "datagrip"; extraBuildInputs = [ stdenv.cc.cc ]; }; dataspell = let libr = runCommand "libR" {} '' mkdir -p $out/lib ln -s ${R}/lib/R/lib/libR.so $out/lib/libR.so ''; in mkJetBrainsProduct { pname = "dataspell"; extraBuildInputs = [ libgcc libr stdenv.cc.cc ]; }; gateway = mkJetBrainsProduct { pname = "gateway"; }; goland = (mkJetBrainsProduct { pname = "goland"; extraWrapperArgs = [ # fortify source breaks build since delve compiles with -O0 ''--prefix CGO_CPPFLAGS " " "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"'' ]; extraBuildInputs = [ libgcc stdenv.cc.cc ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $out/goland/plugins/go-plugin/lib/dlv/linux/dlv chmod +x $out/goland/plugins/go-plugin/lib/dlv/linux/dlv ''; }); idea-community-bin = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; }; idea-community-src = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; fromSource = true; }; idea-community = if stdenv.isDarwin || stdenv.isAarch64 then idea-community-bin else idea-community-src; idea-ultimate = buildIdea { pname = "idea-ultimate"; extraBuildInputs = [ stdenv.cc.cc lldb musl ]; }; mps = mkJetBrainsProduct { pname = "mps"; }; phpstorm = mkJetBrainsProduct { pname = "phpstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; pycharm-community-bin = buildPycharm { pname = "pycharm-community"; }; pycharm-community-src = buildPycharm { pname = "pycharm-community"; fromSource = true; }; pycharm-community = if stdenv.isDarwin then pycharm-community-bin else pycharm-community-src; pycharm-professional = buildPycharm { pname = "pycharm-professional"; extraBuildInputs = [ musl ]; }; rider = (mkJetBrainsProduct { pname = "rider"; extraBuildInputs = [ fontconfig stdenv.cc.cc openssl libxcrypt lttng-ust_2_12 musl ]; }).overrideAttrs (attrs: { postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rider ls -d $PWD/plugins/cidr-debugger-plugin/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so \ --replace-needed libcrypt.so.1 libcrypt.so for dir in lib/ReSharperHost/linux-*; do rm -rf $dir/dotnet ln -s ${dotnet-sdk_7} $dir/dotnet done ) ''; }); ruby-mine = mkJetBrainsProduct { pname = "ruby-mine"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; rust-rover = (mkJetBrainsProduct { pname = "rust-rover"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 openssl libxcrypt-legacy fontconfig xorg.libX11 libGL ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rust-rover # Copied over from clion (gdb seems to have a couple of patches) ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper ) ''; }); webstorm = mkJetBrainsProduct { pname = "webstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; plugins = callPackage ./plugins { } // { __attrsFailEvaluation = true; }; } [result] Failed to update jetbrains.goland 2023.3.3 -> 2023.3.4 https://repology.org/project/goland/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tld, using log file: /var/log/nixpkgs-update/python311Packages.tld/2024-03-03.log python311Packages.tld 0 -> 1 attrpath: python311Packages.tld Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5j7g4a4dqv58xr0awyfwxvlh8412xpwf-packages.json.drv building '/nix/store/5j7g4a4dqv58xr0awyfwxvlh8412xpwf-packages.json.drv'... Going to be running update for following packages: - python3.11-tld-0.13 Press Enter key to continue... Running update for: - python3.11-tld-0.13: UPDATING ... - python3.11-tld-0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tld 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libhwy, using log file: /var/log/nixpkgs-update/libhwy/2024-03-03.log libhwy 1.0.7 -> 1.1.0 https://github.com/google/highway/releases attrpath: libhwy Checking auto update 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 libhwy 1.0.7 -> 1.1.0 https://github.com/google/highway/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imaplib2, using log file: /var/log/nixpkgs-update/python311Packages.imaplib2/2024-03-03.log python311Packages.imaplib2 0 -> 1 attrpath: python311Packages.imaplib2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w58gv49hl0i8dka6qpag0w89clrlrdky-packages.json.drv building '/nix/store/w58gv49hl0i8dka6qpag0w89clrlrdky-packages.json.drv'... Going to be running update for following packages: - python3.11-imaplib2-3.6 Press Enter key to continue... Running update for: - python3.11-imaplib2-3.6: UPDATING ... - python3.11-imaplib2-3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imaplib2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.onnxmltools, using log file: /var/log/nixpkgs-update/python311Packages.onnxmltools/2024-03-03.log python311Packages.onnxmltools 0 -> 1 attrpath: python311Packages.onnxmltools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jiz2b7hj0szhmnwbrknqbszad8pny1rw-packages.json.drv building '/nix/store/jiz2b7hj0szhmnwbrknqbszad8pny1rw-packages.json.drv'... Going to be running update for following packages: - python3.11-onnxmltools-1.12.0 Press Enter key to continue... Running update for: - python3.11-onnxmltools-1.12.0: UPDATING ... - python3.11-onnxmltools-1.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.onnxmltools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plugnplay, using log file: /var/log/nixpkgs-update/python311Packages.plugnplay/2024-03-03.log python311Packages.plugnplay 0 -> 1 attrpath: python311Packages.plugnplay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3zc8mw0660i99rfqxxy7wdhc7mkcqi1n-packages.json.drv building '/nix/store/3zc8mw0660i99rfqxxy7wdhc7mkcqi1n-packages.json.drv'... Going to be running update for following packages: - python3.11-plugnplay-0.5.4 Press Enter key to continue... Running update for: - python3.11-plugnplay-0.5.4: UPDATING ... - python3.11-plugnplay-0.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plugnplay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-marketplaceordering, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-marketplaceordering/2024-03-03.log python311Packages.azure-mgmt-marketplaceordering 0 -> 1 attrpath: python311Packages.azure-mgmt-marketplaceordering Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f2liam5xmlbvlf8h6sfxq0qwpzrc5gif-packages.json.drv building '/nix/store/f2liam5xmlbvlf8h6sfxq0qwpzrc5gif-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-marketplaceordering-1.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-marketplaceordering-1.1.0: UPDATING ... - python3.11-azure-mgmt-marketplaceordering-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-marketplaceordering 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-dateutil, using log file: /var/log/nixpkgs-update/python311Packages.types-dateutil/2024-03-03.log python311Packages.types-dateutil 0 -> 1 attrpath: python311Packages.types-dateutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wmalgrrbg7h7zd2idk26p4a97fvv548k-packages.json.drv building '/nix/store/wmalgrrbg7h7zd2idk26p4a97fvv548k-packages.json.drv'... Going to be running update for following packages: - python3.11-types-dateutil-2.8.19.20240106 Press Enter key to continue... Running update for: - python3.11-types-dateutil-2.8.19.20240106: UPDATING ... - python3.11-types-dateutil-2.8.19.20240106: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-dateutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsigcxx30, using log file: /var/log/nixpkgs-update/libsigcxx30/2024-03-03.log libsigcxx30 0 -> 1 attrpath: libsigcxx30 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libsigcxx30 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.pantheon-agent-geoclue2, using log file: /var/log/nixpkgs-update/pantheon.pantheon-agent-geoclue2/2024-03-03.log pantheon.pantheon-agent-geoclue2 0 -> 1 attrpath: pantheon.pantheon-agent-geoclue2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j00x1xns2aj36my45lm1fch0minlhqay-packages.json.drv building '/nix/store/j00x1xns2aj36my45lm1fch0minlhqay-packages.json.drv'... Going to be running update for following packages: - pantheon-agent-geoclue2-1.0.6 Press Enter key to continue... Running update for: - pantheon-agent-geoclue2-1.0.6: UPDATING ... - pantheon-agent-geoclue2-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.pantheon-agent-geoclue2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath caprine-bin, using log file: /var/log/nixpkgs-update/caprine-bin/2024-03-03.log caprine-bin 2.59.1 -> 2.59.3 https://github.com/sindresorhus/caprine/releases attrpath: caprine-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 caprine-bin 2.59.1 -> 2.59.3 https://github.com/sindresorhus/caprine/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-core, using log file: /var/log/nixpkgs-update/python311Packages.azure-core/2024-03-03.log python311Packages.azure-core 0 -> 1 attrpath: python311Packages.azure-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/pdv0d253bmrdz665lbcbfngw3ffvby3l-packages.json.drv building '/nix/store/pdv0d253bmrdz665lbcbfngw3ffvby3l-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-core-1.30.0 Press Enter key to continue... Running update for: - python3.11-azure-core-1.30.0: UPDATING ... - python3.11-azure-core-1.30.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/azure-core/default.nix b/pkgs/development/python-modules/azure-core/default.nix index b376126432b5..90a16ee09820 100644 --- a/pkgs/development/python-modules/azure-core/default.nix +++ b/pkgs/development/python-modules/azure-core/default.nix @@ -19,7 +19,7 @@ }: buildPythonPackage rec { - version = "1.30.0"; + version = "1.30.1"; pname = "azure-core"; pyproject = true; @@ -29,7 +29,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-bzp4g+8YRyL2vZlyYu3a+Az+fls+DKqvjbFpVpWJPTU="; + hash = "sha256-Jic6JUEx+EJp6OpEZPNWDHMfKcDB9prJkBCEXyOcGo8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 324 > 25 [result] Failed to update python311Packages.azure-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 helmfile, using log file: /var/log/nixpkgs-update/helmfile/2024-03-03.log helmfile 0.161.0 -> 0.162.0 https://github.com/helmfile/helmfile/releases attrpath: helmfile Checking auto update 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-piGbC9cljBjJ0X2kzNqNnpFmcjnu6DdKizSRGrw/+2c=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'helmfile.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/l5grvxs9h4qq34944mws68zc7ri9yy1x-helmfile-0.162.0-go-modules.drv /nix/store/g974jh0zhcsj48ia0gy6vqyj140c2pkv-helmfile-0.162.0.drv building '/nix/store/l5grvxs9h4qq34944mws68zc7ri9yy1x-helmfile-0.162.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/dpxrwcacmspclb39lzfaa0468i3adm0f-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/l5grvxs9h4qq34944mws68zc7ri9yy1x-helmfile-0.162.0-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/dpxrwcacmspclb39lzfaa0468i3adm0f-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/l5grvxs9h4qq34944mws68zc7ri9yy1x-helmfile-0.162.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/g974jh0zhcsj48ia0gy6vqyj140c2pkv-helmfile-0.162.0.drv' failed to build [result] Failed to update helmfile 0.161.0 -> 0.162.0 https://github.com/helmfile/helmfile/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath guitarix, using log file: /var/log/nixpkgs-update/guitarix/2024-03-03.log guitarix 0.44.1 -> 0.45.0 https://repology.org/project/guitarix/versions attrpath: guitarix Checking auto update 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 guitarix 0.44.1 -> 0.45.0 https://repology.org/project/guitarix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.grates, using log file: /var/log/nixpkgs-update/rPackages.grates/2024-03-03.log rPackages.grates 1.1.0 -> 1.1.1 https://repology.org/project/r:grates/versions attrpath: rPackages.grates 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.grates 1.1.0 -> 1.1.1 https://repology.org/project/r:grates/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zziplib, using log file: /var/log/nixpkgs-update/zziplib/2024-03-03.log zziplib 0.13.72 -> 0.13.74 https://repology.org/project/zziplib/versions attrpath: zziplib Checking auto update 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 zziplib 0.13.72 -> 0.13.74 https://repology.org/project/zziplib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.linelist, using log file: /var/log/nixpkgs-update/rPackages.linelist/2024-03-03.log rPackages.linelist 1.0.0 -> 1.1.0 https://repology.org/project/r:linelist/versions attrpath: rPackages.linelist 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.linelist 1.0.0 -> 1.1.0 https://repology.org/project/r:linelist/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pahole, using log file: /var/log/nixpkgs-update/pahole/2024-03-03.log pahole 1.25 -> 1.26 https://repology.org/project/pahole/versions attrpath: pahole Checking auto update branch... An auto update branch exists with message `pahole: 1.25 -> 1.26`. New version is 1.26. An auto update branch exists with an equal or greater version [result] Failed to update pahole 1.25 -> 1.26 https://repology.org/project/pahole/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.qzxing, using log file: /var/log/nixpkgs-update/kdePackages.qzxing/2024-03-03.log kdePackages.qzxing 0 -> 1 attrpath: kdePackages.qzxing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0mgxwcvf9nx3p4hlfp6x5dz217lh7mzl-packages.json.drv building '/nix/store/0mgxwcvf9nx3p4hlfp6x5dz217lh7mzl-packages.json.drv'... Going to be running update for following packages: - qzxing-3.3.0 Press Enter key to continue... Running update for: - qzxing-3.3.0: UPDATING ... - qzxing-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kdePackages.qzxing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.retrosheet, using log file: /var/log/nixpkgs-update/rPackages.retrosheet/2024-03-03.log rPackages.retrosheet 1.1.5 -> 1.1.6 https://repology.org/project/r:retrosheet/versions attrpath: rPackages.retrosheet Checking auto update branch... No auto update branch exists Old version 1.1.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.retrosheet 1.1.5 -> 1.1.6 https://repology.org/project/r:retrosheet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.JSmediation, using log file: /var/log/nixpkgs-update/rPackages.JSmediation/2024-03-03.log rPackages.JSmediation 0.2.1 -> 0.2.2 https://repology.org/project/r:jsmediation/versions attrpath: rPackages.JSmediation Checking auto update branch... No auto update branch exists Old version 0.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.JSmediation 0.2.1 -> 0.2.2 https://repology.org/project/r:jsmediation/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.plasma-settings, using log file: /var/log/nixpkgs-update/libsForQt5.plasma-settings/2024-03-03.log libsForQt5.plasma-settings 23.01.0 -> 24.02.0 https://repology.org/project/plasma-settings/versions attrpath: libsForQt5.plasma-settings Checking auto update branch... No auto update branch exists Old version 23.01.0" not present in master derivation file with contents: { lib , mkDerivation , fetchFromGitLab , cmake , extra-cmake-modules , kauth , kconfig , kcoreaddons , kdbusaddons , ki18n , kirigami-addons , kirigami2 , kitemmodels , libselinux , libsepol , modemmanager-qt , networkmanager-qt , pcre , plasma-framework , util-linux }: mkDerivation rec { pname = "plasma-settings"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ kauth kconfig kcoreaddons kdbusaddons ki18n kirigami-addons kirigami2 kitemmodels libselinux libsepol modemmanager-qt networkmanager-qt pcre plasma-framework util-linux ]; meta = with lib; { description = "Settings application for Plasma Mobile"; homepage = "https://invent.kde.org/plasma-mobile/plasma-settings"; # https://invent.kde.org/plasma-mobile/plasma-settings/-/commit/a59007f383308503e59498b3036e1483bca26e35 license = licenses.gpl2Plus; maintainers = with maintainers; [ samueldr ]; }; } [result] Failed to update libsForQt5.plasma-settings 23.01.0 -> 24.02.0 https://repology.org/project/plasma-settings/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gasper, using log file: /var/log/nixpkgs-update/rPackages.gasper/2024-03-03.log rPackages.gasper 1.1.5 -> 1.1.6 https://repology.org/project/r:gasper/versions attrpath: rPackages.gasper Checking auto update branch... No auto update branch exists Old version 1.1.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gasper 1.1.5 -> 1.1.6 https://repology.org/project/r:gasper/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rott-shareware, using log file: /var/log/nixpkgs-update/rott-shareware/2024-03-03.log rott-shareware 1.1.2 -> 20230810 https://repology.org/project/rott/versions attrpath: rott-shareware 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/8saqjjn4nj8had12pnj256y66wb4kv02-rott-20230810.tar.gz.drv building '/nix/store/8saqjjn4nj8had12pnj256y66wb4kv02-rott-20230810.tar.gz.drv'... trying https://icculus.org/rott/releases/rott-20230810.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download rott-20230810.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 'rott-shareware.originalSrc' not found stderr did not split as expected full stderr was: these 4 derivations will be built: /nix/store/3swmimnajbg4iimnhpblhhz87md1ab4v-rott.desktop.drv /nix/store/8saqjjn4nj8had12pnj256y66wb4kv02-rott-20230810.tar.gz.drv /nix/store/sl16avq987icl846sj5jnbsdhdzzj057-rott.drv /nix/store/j667ki3gywafxgv01avsw611rkx7r06i-rott-20230810.drv this path will be fetched (0.13 MiB download, 0.72 MiB unpacked): /nix/store/axcx7vyl8v78z2s9al07rylmzprxvdx8-SDL_compat-1.2.68 copying path '/nix/store/axcx7vyl8v78z2s9al07rylmzprxvdx8-SDL_compat-1.2.68' from 'https://cache.nixos.org'... building '/nix/store/3swmimnajbg4iimnhpblhhz87md1ab4v-rott.desktop.drv'... building '/nix/store/sl16avq987icl846sj5jnbsdhdzzj057-rott.drv'... building '/nix/store/8saqjjn4nj8had12pnj256y66wb4kv02-rott-20230810.tar.gz.drv'... trying https://icculus.org/rott/releases/rott-20230810.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download rott-20230810.tar.gz from any mirror error: builder for '/nix/store/8saqjjn4nj8had12pnj256y66wb4kv02-rott-20230810.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://icculus.org/rott/releases/rott-20230810.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download rott-20230810.tar.gz from any mirror For full logs, run 'nix log /nix/store/8saqjjn4nj8had12pnj256y66wb4kv02-rott-20230810.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/j667ki3gywafxgv01avsw611rkx7r06i-rott-20230810.drv' failed to build [result] Failed to update rott-shareware 1.1.2 -> 20230810 https://repology.org/project/rott/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_3.rack, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.rack/2024-03-03.log rubyPackages_3_3.rack 3.0.9 -> 3.0.9.1 https://repology.org/project/ruby:rack/versions attrpath: rubyPackages_3_3.rack Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_3.rack 3.0.9 -> 3.0.9.1 https://repology.org/project/ruby:rack/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath veracrypt, using log file: /var/log/nixpkgs-update/veracrypt/2024-03-03.log veracrypt 1.26-whatever7 -> 1.26.10 https://repology.org/project/veracrypt/versions attrpath: veracrypt Checking auto update branch... No auto update branch exists Old version 1.26-whatever7" not present in master derivation file with contents: { lib , stdenv , fetchurl , pkg-config , makeself , yasm , fuse , wxGTK , lvm2 , substituteAll , e2fsprogs , exfat , ntfs3g , btrfs-progs , pcsclite , wrapGAppsHook }: stdenv.mkDerivation rec { pname = "veracrypt"; version = "1.26.7"; src = fetchurl { url = "https://launchpad.net/${pname}/trunk/${lib.toLower version}/+download/VeraCrypt_${version}_Source.tar.bz2"; sha256 = "sha256-920nsYJBTg1P2ba1n76iiyXbb6afK7z/ouwmmxqGX2U="; }; patches = [ (substituteAll { src = ./fix-paths.patch; ext2 = "${e2fsprogs}/bin/mkfs.ext2"; ext3 = "${e2fsprogs}/bin/mkfs.ext3"; ext4 = "${e2fsprogs}/bin/mkfs.ext4"; exfat = "${exfat}/bin/mkfs.exfat"; ntfs = "${ntfs3g}/bin/mkfs.ntfs"; btrfs = "${btrfs-progs}/bin/mkfs.btrfs"; }) ]; sourceRoot = "src"; nativeBuildInputs = [ makeself pkg-config yasm wrapGAppsHook ]; buildInputs = [ fuse lvm2 wxGTK pcsclite ]; enableParallelBuilding = true; installPhase = '' install -Dm 755 Main/${pname} "$out/bin/${pname}" install -Dm 444 Resources/Icons/VeraCrypt-256x256.xpm "$out/share/pixmaps/${pname}.xpm" install -Dm 444 License.txt -t "$out/share/doc/${pname}/" install -d $out/share/applications substitute Setup/Linux/${pname}.desktop $out/share/applications/${pname}.desktop \ --replace "Exec=/usr/bin/veracrypt" "Exec=$out/bin/veracrypt" \ --replace "Icon=veracrypt" "Icon=veracrypt.xpm" ''; meta = with lib; { description = "Free Open-Source filesystem on-the-fly encryption"; homepage = "https://www.veracrypt.fr/"; license = with licenses; [ asl20 /* and */ unfree /* TrueCrypt License version 3.0 */ ]; maintainers = with maintainers; [ dsferruzza ]; platforms = platforms.linux; }; } [result] Failed to update veracrypt 1.26-whatever7 -> 1.26.10 https://repology.org/project/veracrypt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.full, using log file: /var/log/nixpkgs-update/libsForQt5.full/2024-03-03.log libsForQt5.full 5.15.12 -> 6.6.2 https://repology.org/project/qt/versions attrpath: libsForQt5.full Checking auto update branch... No auto update branch exists Old version 5.15.12" not present in master derivation file with contents: { lib, stdenv, stdenvNoCC, lndir, runtimeShell, shellcheck-minimal }: let inherit (lib) optionalAttrs warn ; in rec { /* Run the shell command `buildCommand` to produce a store path named `name`. The attributes in `env` are added to the environment prior to running the command. Environment variables set by `stdenv.mkDerivation` take precedence. By default `runCommand` runs in a stdenv with no compiler environment. `runCommandCC` uses the default stdenv, `pkgs.stdenv`. Example: ```nix runCommand "name" {envVariable = true;} ''echo hello > $out''; ``` ```nix runCommandCC "name" {} ''gcc -o myfile myfile.c; cp myfile $out''; ``` The `*Local` variants force a derivation to be built locally, it is not substituted. This is intended for very cheap commands (<1s execution time). It saves on the network roundrip and can speed up a build. It is the same as adding the special fields ```nix { preferLocalBuild = true; allowSubstitutes = false; } ``` to a derivation’s attributes. */ runCommand = name: env: runCommandWith { stdenv = stdenvNoCC; runLocal = false; inherit name; derivationArgs = env; }; runCommandLocal = name: env: runCommandWith { stdenv = stdenvNoCC; runLocal = true; inherit name; derivationArgs = env; }; runCommandCC = name: env: runCommandWith { stdenv = stdenv; runLocal = false; inherit name; derivationArgs = env; }; # `runCommandCCLocal` left out on purpose. # We shouldn’t force the user to have a cc in scope. /* Generalized version of the `runCommand`-variants which does customized behavior via a single attribute set passed as the first argument instead of having a lot of variants like `runCommand*`. Additionally it allows changing the used `stdenv` freely and has a more explicit approach to changing the arguments passed to `stdenv.mkDerivation`. */ runCommandWith = let # prevent infinite recursion for the default stdenv value defaultStdenv = stdenv; in { # which stdenv to use, defaults to a stdenv with a C compiler, pkgs.stdenv stdenv ? defaultStdenv # whether to build this derivation locally instead of substituting , runLocal ? false # extra arguments to pass to stdenv.mkDerivation , derivationArgs ? { } # name of the resulting derivation , name # TODO(@Artturin): enable strictDeps always }: buildCommand: stdenv.mkDerivation ({ enableParallelBuilding = true; inherit buildCommand name; passAsFile = [ "buildCommand" ] ++ (derivationArgs.passAsFile or [ ]); } // lib.optionalAttrs (! derivationArgs?meta) { pos = let args = builtins.attrNames derivationArgs; in if builtins.length args > 0 then builtins.unsafeGetAttrPos (builtins.head args) derivationArgs else null; } // (lib.optionalAttrs runLocal { preferLocalBuild = true; allowSubstitutes = false; }) // builtins.removeAttrs derivationArgs [ "passAsFile" ]); /* Writes a text file to the nix store. The contents of text is added to the file in the store. Example: # Writes my-file to /nix/store/ writeTextFile { name = "my-file"; text = '' Contents of File ''; } See also the `writeText` helper function below. # Writes executable my-file to /nix/store//bin/my-file writeTextFile { name = "my-file"; text = '' Contents of File ''; executable = true; destination = "/bin/my-file"; } */ writeTextFile = { name # the name of the derivation , text , executable ? false # run chmod +x ? , destination ? "" # relative path appended to $out eg "/bin/foo" , checkPhase ? "" # syntax checks, e.g. for scripts , meta ? { } , allowSubstitutes ? false , preferLocalBuild ? true , derivationArgs ? { } # Extra arguments to pass to `stdenv.mkDerivation` }: let matches = builtins.match "/bin/([^/]+)" destination; in runCommand name ({ inherit text executable checkPhase allowSubstitutes preferLocalBuild; passAsFile = [ "text" ] ++ derivationArgs.passAsFile or [ ]; meta = lib.optionalAttrs (executable && matches != null) { mainProgram = lib.head matches; } // meta // derivationArgs.meta or {}; } // removeAttrs derivationArgs [ "passAsFile" "meta" ]) '' target=$out${lib.escapeShellArg destination} mkdir -p "$(dirname "$target")" if [ -e "$textPath" ]; then mv "$textPath" "$target" else echo -n "$text" > "$target" fi if [ -n "$executable" ]; then chmod +x "$target" fi eval "$checkPhase" ''; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeText = name: text: writeTextFile { inherit name text; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeTextDir = path: text: writeTextFile { inherit text; name = builtins.baseNameOf path; destination = "/${path}"; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeScript = name: text: writeTextFile { inherit name text; executable = true; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeScriptBin = name: text: writeTextFile { inherit name text; executable = true; destination = "/bin/${name}"; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeShellScript = name: text: writeTextFile { inherit name; executable = true; text = '' #!${runtimeShell} ${text} ''; checkPhase = '' ${stdenv.shellDryRun} "$target" ''; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeShellScriptBin = name: text: writeTextFile { inherit name; executable = true; destination = "/bin/${name}"; text = '' #!${runtimeShell} ${text} ''; checkPhase = '' ${stdenv.shellDryRun} "$target" ''; meta.mainProgram = name; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeShellApplication = { /* The name of the script to write. Type: String */ name, /* The shell script's text, not including a shebang. Type: String */ text, /* Inputs to add to the shell script's `$PATH` at runtime. Type: [String|Derivation] */ runtimeInputs ? [ ], /* Extra environment variables to set at runtime. Type: AttrSet */ runtimeEnv ? null, /* `stdenv.mkDerivation`'s `meta` argument. Type: AttrSet */ meta ? { }, /* The `checkPhase` to run. Defaults to `shellcheck` on supported platforms and `bash -n`. The script path will be given as `$target` in the `checkPhase`. Type: String */ checkPhase ? null, /* Checks to exclude when running `shellcheck`, e.g. `[ "SC2016" ]`. See for a list of checks. Type: [String] */ excludeShellChecks ? [ ], /* Bash options to activate with `set -o` at the start of the script. Defaults to `[ "errexit" "nounset" "pipefail" ]`. Type: [String] */ bashOptions ? [ "errexit" "nounset" "pipefail" ], /* Extra arguments to pass to `stdenv.mkDerivation`. :::{.caution} Certain derivation attributes are used internally, overriding those could cause problems. ::: Type: AttrSet */ derivationArgs ? { }, }: writeTextFile { inherit name meta derivationArgs; executable = true; destination = "/bin/${name}"; allowSubstitutes = true; preferLocalBuild = false; text = '' #!${runtimeShell} ${lib.concatMapStringsSep "\n" (option: "set -o ${option}") bashOptions} '' + lib.optionalString (runtimeEnv != null) (lib.concatStrings (lib.mapAttrsToList (name: value: '' ${lib.toShellVar name value} export ${name} '') runtimeEnv)) + lib.optionalString (runtimeInputs != [ ]) '' export PATH="${lib.makeBinPath runtimeInputs}:$PATH" '' + '' ${text} ''; checkPhase = # GHC (=> shellcheck) isn't supported on some platforms (such as risc-v) # but we still want to use writeShellApplication on those platforms let shellcheckSupported = lib.meta.availableOn stdenv.buildPlatform shellcheck-minimal.compiler; excludeOption = lib.optionalString (excludeShellChecks != [ ]) "--exclude '${lib.concatStringsSep "," excludeShellChecks}'"; shellcheckCommand = lib.optionalString shellcheckSupported '' # use shellcheck which does not include docs # pandoc takes long to build and documentation isn't needed for just running the cli ${lib.getExe shellcheck-minimal} ${excludeOption} "$target" ''; in if checkPhase == null then '' runHook preCheck ${stdenv.shellDryRun} "$target" ${shellcheckCommand} runHook postCheck '' else checkPhase; }; # Create a C binary writeCBin = pname: code: runCommandCC pname { inherit pname code; executable = true; passAsFile = [ "code" ]; # Pointless to do this on a remote machine. preferLocalBuild = true; allowSubstitutes = false; meta = { mainProgram = pname; }; } '' n=$out/bin/${pname} mkdir -p "$(dirname "$n")" mv "$codePath" code.c $CC -x c code.c -o "$n" ''; /* concat a list of files to the nix store. The contents of files are added to the file in the store. Example: # Writes my-file to /nix/store/ concatTextFile { name = "my-file"; files = [ drv1 "${drv2}/path/to/file" ]; } See also the `concatText` helper function below. # Writes executable my-file to /nix/store//bin/my-file concatTextFile { name = "my-file"; files = [ drv1 "${drv2}/path/to/file" ]; executable = true; destination = "/bin/my-file"; } */ concatTextFile = { name # the name of the derivation , files , executable ? false # run chmod +x ? , destination ? "" # relative path appended to $out eg "/bin/foo" , checkPhase ? "" # syntax checks, e.g. for scripts , meta ? { } }: runCommandLocal name { inherit files executable checkPhase meta destination; } '' file=$out$destination mkdir -p "$(dirname "$file")" cat $files > "$file" if [ -n "$executable" ]; then chmod +x "$file" fi eval "$checkPhase" ''; /* Writes a text file to nix store with no optional parameters available. Example: # Writes contents of files to /nix/store/ concatText "my-file" [ file1 file2 ] */ concatText = name: files: concatTextFile { inherit name files; }; /* Writes a text file to nix store with and mark it as executable. Example: # Writes contents of files to /nix/store/ concatScript "my-file" [ file1 file2 ] */ concatScript = name: files: concatTextFile { inherit name files; executable = true; }; /* Create a forest of symlinks to the files in `paths`. This creates a single derivation that replicates the directory structure of all the input paths. BEWARE: it may not "work right" when the passed paths contain symlinks to directories. Example: # adds symlinks of hello to current build. symlinkJoin { name = "myhello"; paths = [ pkgs.hello ]; } # adds symlinks of hello and stack to current build and prints "links added" symlinkJoin { name = "myexample"; paths = [ pkgs.hello pkgs.stack ]; postBuild = "echo links added"; } This creates a derivation with a directory structure like the following: /nix/store/sglsr5g079a5235hy29da3mq3hv8sjmm-myexample |-- bin | |-- hello -> /nix/store/qy93dp4a3rqyn2mz63fbxjg228hffwyw-hello-2.10/bin/hello | `-- stack -> /nix/store/6lzdpxshx78281vy056lbk553ijsdr44-stack-2.1.3.1/bin/stack `-- share |-- bash-completion | `-- completions | `-- stack -> /nix/store/6lzdpxshx78281vy056lbk553ijsdr44-stack-2.1.3.1/share/bash-completion/completions/stack |-- fish | `-- vendor_completions.d | `-- stack.fish -> /nix/store/6lzdpxshx78281vy056lbk553ijsdr44-stack-2.1.3.1/share/fish/vendor_completions.d/stack.fish ... symlinkJoin and linkFarm are similar functions, but they output derivations with different structure. symlinkJoin is used to create a derivation with a familiar directory structure (top-level bin/, share/, etc), but with all actual files being symlinks to the files in the input derivations. symlinkJoin is used many places in nixpkgs to create a single derivation that appears to contain binaries, libraries, documentation, etc from multiple input derivations. linkFarm is instead used to create a simple derivation with symlinks to other derivations. A derivation created with linkFarm is often used in CI as a easy way to build multiple derivations at once. */ symlinkJoin = args_@{ name , paths , preferLocalBuild ? true , allowSubstitutes ? false , postBuild ? "" , ... }: let args = removeAttrs args_ [ "name" "postBuild" ] // { inherit preferLocalBuild allowSubstitutes; passAsFile = [ "paths" ]; }; # pass the defaults in runCommand name args '' mkdir -p $out for i in $(cat $pathsPath); do ${lndir}/bin/lndir -silent $i $out done ${postBuild} ''; /* Quickly create a set of symlinks to derivations. This creates a simple derivation with symlinks to all inputs. entries can be a list of attribute sets like [ { name = "name" ; path = "/nix/store/..."; } ] or an attribute set name -> path like: { name = "/nix/store/..."; other = "/nix/store/..."; } Example: # Symlinks hello and stack paths in store to current $out/hello-test and # $out/foobar. linkFarm "myexample" [ { name = "hello-test"; path = pkgs.hello; } { name = "foobar"; path = pkgs.stack; } ] This creates a derivation with a directory structure like the following: /nix/store/qc5728m4sa344mbks99r3q05mymwm4rw-myexample |-- foobar -> /nix/store/6lzdpxshx78281vy056lbk553ijsdr44-stack-2.1.3.1 `-- hello-test -> /nix/store/qy93dp4a3rqyn2mz63fbxjg228hffwyw-hello-2.10 See the note on symlinkJoin for the difference between linkFarm and symlinkJoin. */ linkFarm = name: entries: let entries' = if (lib.isAttrs entries) then entries # We do this foldl to have last-wins semantics in case of repeated entries else if (lib.isList entries) then lib.foldl (a: b: a // { "${b.name}" = b.path; }) { } entries else throw "linkFarm entries must be either attrs or a list!"; linkCommands = lib.mapAttrsToList (name: path: '' mkdir -p "$(dirname ${lib.escapeShellArg "${name}"})" ln -s ${lib.escapeShellArg "${path}"} ${lib.escapeShellArg "${name}"} '') entries'; in runCommand name { preferLocalBuild = true; allowSubstitutes = false; passthru.entries = entries'; } '' mkdir -p $out cd $out ${lib.concatStrings linkCommands} ''; /* Easily create a linkFarm from a set of derivations. This calls linkFarm with a list of entries created from the list of input derivations. It turns each input derivation into an attribute set like { name = drv.name ; path = drv }, and passes this to linkFarm. Example: # Symlinks the hello, gcc, and ghc derivations in $out linkFarmFromDrvs "myexample" [ pkgs.hello pkgs.gcc pkgs.ghc ] This creates a derivation with a directory structure like the following: /nix/store/m3s6wkjy9c3wy830201bqsb91nk2yj8c-myexample |-- gcc-wrapper-9.2.0 -> /nix/store/fqhjxf9ii4w4gqcsx59fyw2vvj91486a-gcc-wrapper-9.2.0 |-- ghc-8.6.5 -> /nix/store/gnf3s07bglhbbk4y6m76sbh42siym0s6-ghc-8.6.5 `-- hello-2.10 -> /nix/store/k0ll91c4npk4lg8lqhx00glg2m735g74-hello-2.10 */ linkFarmFromDrvs = name: drvs: let mkEntryFromDrv = drv: { name = drv.name; path = drv; }; in linkFarm name (map mkEntryFromDrv drvs); /* Produce a derivation that links to the target derivation's `/bin`, and *only* `/bin`. This is useful when your favourite package doesn't have a separate bin output and other contents of the package's output (e.g. setup hooks) cause trouble when used in your environment. */ onlyBin = drv: runCommand "${drv.name}-only-bin" { } '' mkdir -p $out ln -s ${lib.getBin drv}/bin $out/bin ''; # docs in doc/builders/special/makesetuphook.section.md makeSetupHook = { name ? lib.warn "calling makeSetupHook without passing a name is deprecated." "hook" , deps ? [ ] # hooks go in nativeBuildInput so these will be nativeBuildInput , propagatedBuildInputs ? [ ] # these will be buildInputs , depsTargetTargetPropagated ? [ ] , meta ? { } , passthru ? { } , substitutions ? { } }: script: runCommand name (substitutions // { # TODO(@Artturin:) substitutions should be inside the env attrset # but users are likely passing non-substitution arguments through substitutions # turn off __structuredAttrs to unbreak substituteAll __structuredAttrs = false; inherit meta; inherit depsTargetTargetPropagated; propagatedBuildInputs = # remove list conditionals before 23.11 lib.warnIf (!lib.isList deps) "'deps' argument to makeSetupHook must be a list. content of deps: ${toString deps}" (lib.warnIf (deps != [ ]) "'deps' argument to makeSetupHook is deprecated and will be removed in release 23.11., Please use propagatedBuildInputs instead. content of deps: ${toString deps}" propagatedBuildInputs ++ (if lib.isList deps then deps else [ deps ])); strictDeps = true; # TODO 2023-01, no backport: simplify to inherit passthru; passthru = passthru // optionalAttrs (substitutions?passthru) (warn "makeSetupHook (name = ${lib.strings.escapeNixString name}): `substitutions.passthru` is deprecated. Please set `passthru` directly." substitutions.passthru); }) ('' mkdir -p $out/nix-support cp ${script} $out/nix-support/setup-hook recordPropagatedDependencies '' + lib.optionalString (substitutions != { }) '' substituteAll ${script} $out/nix-support/setup-hook ''); # Write the references (i.e. the runtime dependencies in the Nix store) of `path` to a file. writeReferencesToFile = path: runCommand "runtime-deps" { exportReferencesGraph = [ "graph" path ]; } '' touch $out while read path; do echo $path >> $out read dummy read nrRefs for ((i = 0; i < nrRefs; i++)); do read ref; done done < graph ''; /* Write the set of references to a file, that is, their immediate dependencies. This produces the equivalent of `nix-store -q --references`. */ writeDirectReferencesToFile = path: runCommand "runtime-references" { exportReferencesGraph = [ "graph" path ]; inherit path; } '' touch ./references while read p; do read dummy read nrRefs if [[ $p == $path ]]; then for ((i = 0; i < nrRefs; i++)); do read ref; echo $ref >>./references done else for ((i = 0; i < nrRefs; i++)); do read ref; done fi done < graph sort ./references >$out ''; /* Extract a string's references to derivations and paths (its context) and write them to a text file, removing the input string itself from the dependency graph. This is useful when you want to make a derivation depend on the string's references, but not its contents (to avoid unnecessary rebuilds, for example). Note that this only works as intended on Nix >= 2.3. */ writeStringReferencesToFile = string: /* The basic operation this performs is to copy the string context from `string` to a second string and wrap that string in a derivation. However, that alone is not enough, since nothing in the string refers to the output paths of the derivations/paths in its context, meaning they'll be considered build-time dependencies and removed from the wrapper derivation's closure. Putting the necessary output paths in the new string is however not very straightforward - the attrset returned by `getContext` contains only references to derivations' .drv-paths, not their output paths. In order to "convert" them, we try to extract the corresponding paths from the original string using regex. */ let # Taken from https://github.com/NixOS/nix/blob/130284b8508dad3c70e8160b15f3d62042fc730a/src/libutil/hash.cc#L84 nixHashChars = "0123456789abcdfghijklmnpqrsvwxyz"; context = builtins.getContext string; derivations = lib.filterAttrs (n: v: v ? outputs) context; # Objects copied from outside of the store, such as paths and # `builtins.fetch*`ed ones sources = lib.attrNames (lib.filterAttrs (n: v: v ? path) context); packages = lib.mapAttrs' (name: value: { inherit value; name = lib.head (builtins.match "${builtins.storeDir}/[${nixHashChars}]+-(.*)\.drv" name); }) derivations; # The syntax of output paths differs between outputs named `out` # and other, explicitly named ones. For explicitly named ones, # the output name is suffixed as `-name`, but `out` outputs # aren't suffixed at all, and thus aren't easily distinguished # from named output paths. Therefore, we find all the named ones # first so we can use them to remove false matches when looking # for `out` outputs (see the definition of `outputPaths`). namedOutputPaths = lib.flatten (lib.mapAttrsToList (name: value: (map (output: lib.filter lib.isList (builtins.split "(${builtins.storeDir}/[${nixHashChars}]+-${name}-${output})" string)) (lib.remove "out" value.outputs))) packages); # Only `out` outputs outputPaths = lib.flatten (lib.mapAttrsToList (name: value: if lib.elem "out" value.outputs then lib.filter (x: lib.isList x && # If the matched path is in `namedOutputPaths`, # it's a partial match of an output path where # the output name isn't `out` lib.all (o: !lib.hasPrefix (lib.head x) o) namedOutputPaths) (builtins.split "(${builtins.storeDir}/[${nixHashChars}]+-${name})" string) else [ ]) packages); allPaths = lib.concatStringsSep "\n" (lib.unique (sources ++ namedOutputPaths ++ outputPaths)); allPathsWithContext = builtins.appendContext allPaths context; in if builtins ? getContext then writeText "string-references" allPathsWithContext else writeDirectReferencesToFile (writeText "string-file" string); /* Print an error message if the file with the specified name and hash doesn't exist in the Nix store. This function should only be used by non-redistributable software with an unfree license that we need to require the user to download manually. It produces packages that cannot be built automatically. Example: requireFile { name = "my-file"; url = "http://example.com/download/"; sha256 = "ffffffffffffffffffffffffffffffffffffffffffffffffffff"; } */ requireFile = { name ? null , sha256 ? null , sha1 ? null , hash ? null , url ? null , message ? null , hashMode ? "flat" }: assert (message != null) || (url != null); assert (sha256 != null) || (sha1 != null) || (hash != null); assert (name != null) || (url != null); let msg = if message != null then message else '' Unfortunately, we cannot download file ${name_} automatically. Please go to ${url} to download it yourself, and add it to the Nix store using either nix-store --add-fixed ${hashAlgo} ${name_} or nix-prefetch-url --type ${hashAlgo} file:///path/to/${name_} ''; hashAlgo = if hash != null then (builtins.head (lib.strings.splitString "-" hash)) else if sha256 != null then "sha256" else "sha1"; hashAlgo_ = if hash != null then "" else hashAlgo; hash_ = if hash != null then hash else if sha256 != null then sha256 else sha1; name_ = if name == null then baseNameOf (toString url) else name; in stdenvNoCC.mkDerivation { name = name_; outputHashMode = hashMode; outputHashAlgo = hashAlgo_; outputHash = hash_; preferLocalBuild = true; allowSubstitutes = false; builder = writeScript "restrict-message" '' source ${stdenvNoCC}/setup cat <<_EOF_ *** ${msg} *** _EOF_ exit 1 ''; }; /* Copy a path to the Nix store. Nix automatically copies files to the store before stringifying paths. If you need the store path of a file, ${copyPathToStore } can be shortened to ${}. */ copyPathToStore = builtins.filterSource (p: t: true); /* Copy a list of paths to the Nix store. */ copyPathsToStore = builtins.map copyPathToStore; /* Applies a list of patches to a source directory. Example: # Patching nixpkgs: applyPatches { src = pkgs.path; patches = [ (pkgs.fetchpatch { url = "https://github.com/NixOS/nixpkgs/commit/1f770d20550a413e508e081ddc08464e9d08ba3d.patch"; sha256 = "1nlzx171y3r3jbk0qhvnl711kmdk57jlq4na8f8bs8wz2pbffymr"; }) ]; } */ applyPatches = { src , name ? (if builtins.typeOf src == "path" then builtins.baseNameOf src else if builtins.isAttrs src && builtins.hasAttr "name" src then src.name else throw "applyPatches: please supply a `name` argument because a default name can only be computed when the `src` is a path or is an attribute set with a `name` attribute." ) + "-patched" , patches ? [ ] , prePatch ? "" , postPatch ? "" , ... }@args: if patches == [ ] && prePatch == "" && postPatch == "" then src # nothing to do, so use original src to avoid additional drv else stdenvNoCC.mkDerivation ({ inherit name src patches prePatch postPatch; preferLocalBuild = true; allowSubstitutes = false; phases = "unpackPhase patchPhase installPhase"; installPhase = "cp -R ./ $out"; } # Carry `meta` information from the underlying `src` if present. // (optionalAttrs (src?meta) { inherit (src) meta; }) // (removeAttrs args [ "src" "name" "patches" "prePatch" "postPatch" ])); /* An immutable file in the store with a length of 0 bytes. */ emptyFile = runCommand "empty-file" { outputHashAlgo = "sha256"; outputHashMode = "recursive"; outputHash = "0ip26j2h11n1kgkz36rl4akv694yz65hr72q4kv4b3lxcbi65b3p"; preferLocalBuild = true; } "touch $out"; /* An immutable empty directory in the store. */ emptyDirectory = runCommand "empty-directory" { outputHashAlgo = "sha256"; outputHashMode = "recursive"; outputHash = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5"; preferLocalBuild = true; } "mkdir $out"; } [result] Failed to update libsForQt5.full 5.15.12 -> 6.6.2 https://repology.org/project/qt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.kazoo, using log file: /var/log/nixpkgs-update/python312Packages.kazoo/2024-03-03.log python312Packages.kazoo 2.9.0 -> 2.10.0 https://repology.org/project/python:kazoo/versions attrpath: python312Packages.kazoo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhqybdqfbggqsqgl09aiym98p9yc85w1-packages.json.drv building '/nix/store/nhqybdqfbggqsqgl09aiym98p9yc85w1-packages.json.drv'... Going to be running update for following packages: - python3.12-kazoo-2.9.0 Press Enter key to continue... Running update for: - python3.12-kazoo-2.9.0: UPDATING ... - python3.12-kazoo-2.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/kazoo/default.nix b/pkgs/development/python-modules/kazoo/default.nix index fe11b2538cce..eedbd7da41f1 100644 --- a/pkgs/development/python-modules/kazoo/default.nix +++ b/pkgs/development/python-modules/kazoo/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "kazoo"; - version = "2.9.0"; + version = "2.10.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-gAMYx/PatkjN9hbfslvavu+rKmg3qmlR4Po/+A5laWk="; + hash = "sha256-kFeWrk9MEr1OSukubl0BhDnmtWyM+7JIJTYuebIw2rE="; }; propagatedBuildInputs = [ six ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 37 > 25 [result] Failed to update python312Packages.kazoo 2.9.0 -> 2.10.0 https://repology.org/project/python:kazoo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath noteshrink, using log file: /var/log/nixpkgs-update/noteshrink/2024-03-03.log noteshrink 0 -> 1 attrpath: noteshrink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p8afhmbvdhvqmm5hy2j7ag11qd7yvhzw-packages.json.drv building '/nix/store/p8afhmbvdhvqmm5hy2j7ag11qd7yvhzw-packages.json.drv'... Going to be running update for following packages: - noteshrink-0.1.1 Press Enter key to continue... Running update for: - noteshrink-0.1.1: UPDATING ... - noteshrink-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update noteshrink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iwd, using log file: /var/log/nixpkgs-update/iwd/2024-03-03.log iwd 0 -> 1 attrpath: iwd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/czxrf951acmrlcsdxb9nny98n490dlbz-packages.json.drv building '/nix/store/czxrf951acmrlcsdxb9nny98n490dlbz-packages.json.drv'... Going to be running update for following packages: - iwd-2.14 Press Enter key to continue... Running update for: - iwd-2.14: UPDATING ... - iwd-2.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix index ccaf54759d85..2c3819359d96 100644 --- a/pkgs/os-specific/linux/iwd/default.nix +++ b/pkgs/os-specific/linux/iwd/default.nix @@ -13,12 +13,12 @@ stdenv.mkDerivation rec { pname = "iwd"; - version = "2.14"; + version = "2.15"; src = fetchgit { url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; rev = version; - hash = "sha256-35hKb8IVL8jQG80y48a5CcozUEWxLCdTqAHhZlPFCYE="; + hash = "sha256-LluD1jJN0k6oK6nKRD5ywXhC57nDCFYJkAy/jum1MqQ="; }; outputs = [ "out" "man" "doc" ] No auto update branch exists Old version 2.14" not present in staging derivation file with contents: { lib, stdenv , fetchgit , autoreconfHook , pkg-config , ell , coreutils , docutils , readline , openssl , python3Packages , gitUpdater }: stdenv.mkDerivation rec { pname = "iwd"; version = "2.15"; src = fetchgit { url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; rev = version; hash = "sha256-LluD1jJN0k6oK6nKRD5ywXhC57nDCFYJkAy/jum1MqQ="; }; outputs = [ "out" "man" "doc" ] ++ lib.optional (stdenv.hostPlatform == stdenv.buildPlatform) "test"; nativeBuildInputs = [ autoreconfHook docutils pkg-config python3Packages.wrapPython ]; buildInputs = [ ell python3Packages.python readline ]; nativeCheckInputs = [ openssl ]; # wrapPython wraps the scripts in $test. They pull in gobject-introspection, # which doesn't cross-compile. pythonPath = lib.optionals (stdenv.hostPlatform == stdenv.buildPlatform) [ python3Packages.dbus-python python3Packages.pygobject3 ]; configureFlags = [ "--enable-external-ell" "--enable-wired" "--localstatedir=/var/" "--with-dbus-busdir=${placeholder "out"}/share/dbus-1/system-services/" "--with-dbus-datadir=${placeholder "out"}/share/" "--with-systemd-modloaddir=${placeholder "out"}/etc/modules-load.d/" # maybe "--with-systemd-unitdir=${placeholder "out"}/lib/systemd/system/" "--with-systemd-networkdir=${placeholder "out"}/lib/systemd/network/" ]; postUnpack = '' mkdir -p iwd/ell ln -s ${ell.src}/ell/useful.h iwd/ell/useful.h ln -s ${ell.src}/ell/asn1-private.h iwd/ell/asn1-private.h patchShebangs . ''; doCheck = true; postInstall = '' mkdir -p $doc/share/doc cp -a doc $doc/share/doc/iwd cp -a README AUTHORS TODO $doc/share/doc/iwd '' + lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) '' mkdir -p $test/bin cp -a test/* $test/bin/ ''; preFixup = '' wrapPythonPrograms ''; postFixup = '' substituteInPlace $out/share/dbus-1/system-services/net.connman.ead.service \ --replace /bin/false ${coreutils}/bin/false substituteInPlace $out/share/dbus-1/system-services/net.connman.iwd.service \ --replace /bin/false ${coreutils}/bin/false ''; enableParallelBuilding = true; passthru.updateScript = gitUpdater { # No nicer place to find latest release. url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; }; meta = with lib; { homepage = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; description = "Wireless daemon for Linux"; license = licenses.lgpl21Plus; platforms = platforms.linux; maintainers = with maintainers; [ dtzWill fpletz amaxine ]; }; } [result] Failed to update iwd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mdformat-tables, using log file: /var/log/nixpkgs-update/python311Packages.mdformat-tables/2024-03-03.log python311Packages.mdformat-tables 0 -> 1 attrpath: python311Packages.mdformat-tables Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3sr91ilqabic58r7f2sdvvfw8y6aaavf-packages.json.drv building '/nix/store/3sr91ilqabic58r7f2sdvvfw8y6aaavf-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-tables-0.4.1 Press Enter key to continue... Running update for: - python3.11-mdformat-tables-0.4.1: UPDATING ... - python3.11-mdformat-tables-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat-tables 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gjs, using log file: /var/log/nixpkgs-update/gjs/2024-03-03.log gjs 0 -> 1 attrpath: gjs Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gjs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snapshottest, using log file: /var/log/nixpkgs-update/python311Packages.snapshottest/2024-03-03.log python311Packages.snapshottest 0 -> 1 attrpath: python311Packages.snapshottest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wj1v582b33dlnpfj3kgb2r4fdn0ln0yw-packages.json.drv building '/nix/store/wj1v582b33dlnpfj3kgb2r4fdn0ln0yw-packages.json.drv'... Going to be running update for following packages: - python3.11-snapshottest-0.6.0 Press Enter key to continue... Running update for: - python3.11-snapshottest-0.6.0: UPDATING ... - python3.11-snapshottest-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snapshottest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-databoxedge, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-databoxedge/2024-03-03.log python311Packages.azure-mgmt-databoxedge 0 -> 1 attrpath: python311Packages.azure-mgmt-databoxedge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hj1msxjnjf8fa8jibb86jpf440xarwx2-packages.json.drv building '/nix/store/hj1msxjnjf8fa8jibb86jpf440xarwx2-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-databoxedge-1.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-databoxedge-1.0.0: UPDATING ... - python3.11-azure-mgmt-databoxedge-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-databoxedge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gr-framework, using log file: /var/log/nixpkgs-update/gr-framework/2024-03-03.log gr-framework 0 -> 1 attrpath: gr-framework Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gwky46rg5990rsiw184mpgg2jhmajd02-packages.json.drv building '/nix/store/gwky46rg5990rsiw184mpgg2jhmajd02-packages.json.drv'... Going to be running update for following packages: - gr-framework-0.72.11 Press Enter key to continue... Running update for: - gr-framework-0.72.11: UPDATING ... - gr-framework-0.72.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/gr-framework/default.nix b/pkgs/development/libraries/gr-framework/default.nix index 2157a18f58d1..96c1f52c22df 100644 --- a/pkgs/development/libraries/gr-framework/default.nix +++ b/pkgs/development/libraries/gr-framework/default.nix @@ -21,13 +21,13 @@ stdenv.mkDerivation rec { pname = "gr-framework"; - version = "0.72.11"; + version = "0.73.2"; src = fetchFromGitHub { owner = "sciapp"; repo = "gr"; rev = "v${version}"; - hash = "sha256-HspDRqO/JKpPeHOfctYAOwwR3y1u+GW3v0OnN7OfLT4="; + hash = "sha256-QFoxcg3nsLkbt2wDR5mfxbgFyyGCqSZp4Ft8yumurO8="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - gr-framework: 0.72.11 -> 0.73.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/273999" [result] Failed to update gr-framework 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-image, using log file: /var/log/nixpkgs-update/python311Packages.dask-image/2024-03-03.log python311Packages.dask-image 0 -> 1 attrpath: python311Packages.dask-image Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/84999xqlfs2pvy5ivxqjjq9wx16lqxmz-packages.json.drv building '/nix/store/84999xqlfs2pvy5ivxqjjq9wx16lqxmz-packages.json.drv'... Going to be running update for following packages: - python3.11-dask-image-2023.8.1 Press Enter key to continue... Running update for: - python3.11-dask-image-2023.8.1: UPDATING ... - python3.11-dask-image-2023.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dask-image 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.srptools, using log file: /var/log/nixpkgs-update/python311Packages.srptools/2024-03-03.log python311Packages.srptools 0 -> 1 attrpath: python311Packages.srptools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c14zwd9fgz0m6l0lr71xh8bm1xgjdk4q-packages.json.drv building '/nix/store/c14zwd9fgz0m6l0lr71xh8bm1xgjdk4q-packages.json.drv'... Going to be running update for following packages: - python3.11-srptools-1.0.1 Press Enter key to continue... Running update for: - python3.11-srptools-1.0.1: UPDATING ... - python3.11-srptools-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.srptools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.app-model, using log file: /var/log/nixpkgs-update/python311Packages.app-model/2024-03-03.log python311Packages.app-model 0 -> 1 attrpath: python311Packages.app-model Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/29kcv546sdvyhng9pwm02nr1nf0b4mdz-packages.json.drv building '/nix/store/29kcv546sdvyhng9pwm02nr1nf0b4mdz-packages.json.drv'... Going to be running update for following packages: - python3.11-app-model-0.2.4 Press Enter key to continue... Running update for: - python3.11-app-model-0.2.4: UPDATING ... - python3.11-app-model-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.app-model 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-header, using log file: /var/log/nixpkgs-update/python311Packages.pytest-astropy-header/2024-03-03.log python311Packages.pytest-astropy-header 0 -> 1 attrpath: python311Packages.pytest-astropy-header Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/43jj849kx47fdl79g885h3f1v82a5i24-packages.json.drv building '/nix/store/43jj849kx47fdl79g885h3f1v82a5i24-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-astropy-header-0.2.2 Press Enter key to continue... Running update for: - python3.11-pytest-astropy-header-0.2.2: UPDATING ... - python3.11-pytest-astropy-header-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-astropy-header 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dawg-python, using log file: /var/log/nixpkgs-update/python311Packages.dawg-python/2024-03-03.log python311Packages.dawg-python 0 -> 1 attrpath: python311Packages.dawg-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/b8fjrx0f5acnz5q1a8sqnc6278kcshhx-packages.json.drv building '/nix/store/b8fjrx0f5acnz5q1a8sqnc6278kcshhx-packages.json.drv'... Going to be running update for following packages: - python3.11-dawg-python-0.7.2 Press Enter key to continue... Running update for: - python3.11-dawg-python-0.7.2: UPDATING ... - python3.11-dawg-python-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dawg-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 alot, using log file: /var/log/nixpkgs-update/alot/2024-03-03.log alot 0 -> 1 attrpath: alot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xzpxck6a5y0knpcki3cqbln15kjqq4yj-packages.json.drv building '/nix/store/xzpxck6a5y0knpcki3cqbln15kjqq4yj-packages.json.drv'... Going to be running update for following packages: - alot-0.10 Press Enter key to continue... Running update for: - alot-0.10: UPDATING ... - alot-0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update alot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lcgit, using log file: /var/log/nixpkgs-update/python311Packages.lcgit/2024-03-03.log python311Packages.lcgit 0 -> 1 attrpath: python311Packages.lcgit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8laaqrlrvbjhsrwjvc9h6sh69mpwd1zx-packages.json.drv building '/nix/store/8laaqrlrvbjhsrwjvc9h6sh69mpwd1zx-packages.json.drv'... Going to be running update for following packages: - python3.11-lcgit-0.2.1 Press Enter key to continue... Running update for: - python3.11-lcgit-0.2.1: UPDATING ... - python3.11-lcgit-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lcgit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipymarkup, using log file: /var/log/nixpkgs-update/python311Packages.ipymarkup/2024-03-03.log python311Packages.ipymarkup 0 -> 1 attrpath: python311Packages.ipymarkup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zi3n2x00y4ypbwnpmksjcz0aiibb14d1-packages.json.drv building '/nix/store/zi3n2x00y4ypbwnpmksjcz0aiibb14d1-packages.json.drv'... Going to be running update for following packages: - python3.11-ipymarkup-0.9.0 Press Enter key to continue... Running update for: - python3.11-ipymarkup-0.9.0: UPDATING ... - python3.11-ipymarkup-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipymarkup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.peewee-migrate, using log file: /var/log/nixpkgs-update/python311Packages.peewee-migrate/2024-03-03.log python311Packages.peewee-migrate 0 -> 1 attrpath: python311Packages.peewee-migrate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/364f44vdxix3ymka25b8h7f023nq4k8m-packages.json.drv building '/nix/store/364f44vdxix3ymka25b8h7f023nq4k8m-packages.json.drv'... Going to be running update for following packages: - python3.11-peewee-migrate-1.12.2 Press Enter key to continue... Running update for: - python3.11-peewee-migrate-1.12.2: UPDATING ... - python3.11-peewee-migrate-1.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.peewee-migrate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.llvm.clang-unwrapped, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.clang-unwrapped/2024-03-03.log rocmPackages.llvm.clang-unwrapped 0 -> 1 attrpath: rocmPackages.llvm.clang-unwrapped Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/nymy675z81qq34akzrqbsxh6za6djhcr-update.sh.drv /nix/store/jj7yg9l58api1pwhq78pg1hpk85zxpw6-packages.json.drv building '/nix/store/nymy675z81qq34akzrqbsxh6za6djhcr-update.sh.drv'... building '/nix/store/jj7yg9l58api1pwhq78pg1hpk85zxpw6-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-clang-unwrapped-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-clang-unwrapped-5.7.1: UPDATING ... - rocm-llvm-clang-unwrapped-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-clang-unwrapped-5.7.1 ---------------------- 'rocmPackages_5.llvm.clang-unwrapped' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.clang-unwrapped'. --- SHOWING ERROR LOG FOR rocm-llvm-clang-unwrapped-5.7.1 ---------------------- The update script for rocm-llvm-clang-unwrapped-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.clang-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proton-keyring-linux-secretservice, using log file: /var/log/nixpkgs-update/python311Packages.proton-keyring-linux-secretservice/2024-03-03.log python311Packages.proton-keyring-linux-secretservice 0 -> 1 attrpath: python311Packages.proton-keyring-linux-secretservice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dvacx5sqwy77a7w5g0m5dqr0hdxq7j9h-packages.json.drv building '/nix/store/dvacx5sqwy77a7w5g0m5dqr0hdxq7j9h-packages.json.drv'... Going to be running update for following packages: - python3.11-proton-keyring-linux-secretservice-0.0.1-unstable-2023-04-14 Press Enter key to continue... Running update for: - python3.11-proton-keyring-linux-secretservice-0.0.1-unstable-2023-04-14: UPDATING ... - python3.11-proton-keyring-linux-secretservice-0.0.1-unstable-2023-04-14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-keyring-linux-secretservice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath subunit, using log file: /var/log/nixpkgs-update/subunit/2024-03-03.log subunit 1.4.2 -> 1.4.4 https://repology.org/project/subunit/versions attrpath: subunit 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/rp1cyw3j31fi93v6chvd4l60q7q17y87-subunit-1.4.4.tar.gz.drv building '/nix/store/rp1cyw3j31fi93v6chvd4l60q7q17y87-subunit-1.4.4.tar.gz.drv'... trying https://launchpad.net/subunit/trunk/1.4.4/+download/subunit-1.4.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10291 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download subunit-1.4.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 'subunit.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/rp1cyw3j31fi93v6chvd4l60q7q17y87-subunit-1.4.4.tar.gz.drv /nix/store/02vx1xq9ww4n9a661nfb9wk68ibaw5x5-subunit-1.4.4.drv building '/nix/store/rp1cyw3j31fi93v6chvd4l60q7q17y87-subunit-1.4.4.tar.gz.drv'... trying https://launchpad.net/subunit/trunk/1.4.4/+download/subunit-1.4.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10291 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download subunit-1.4.4.tar.gz from any mirror error: builder for '/nix/store/rp1cyw3j31fi93v6chvd4l60q7q17y87-subunit-1.4.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://launchpad.net/subunit/trunk/1.4.4/+download/subunit-1.4.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10291 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download subunit-1.4.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/rp1cyw3j31fi93v6chvd4l60q7q17y87-subunit-1.4.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/02vx1xq9ww4n9a661nfb9wk68ibaw5x5-subunit-1.4.4.drv' failed to build [result] Failed to update subunit 1.4.2 -> 1.4.4 https://repology.org/project/subunit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath trunk-ng, using log file: /var/log/nixpkgs-update/trunk-ng/2024-03-03.log trunk-ng 0.17.11 -> 0.17.16 https://github.com/ctron/trunk/releases attrpath: trunk-ng Checking auto update branch... An auto update branch exists with message `trunk-ng: 0.17.11 -> 0.17.16`. New version is 0.17.16. An auto update branch exists with an equal or greater version [result] Failed to update trunk-ng 0.17.11 -> 0.17.16 https://github.com/ctron/trunk/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath firefox-devedition-unwrapped, using log file: /var/log/nixpkgs-update/firefox-devedition-unwrapped/2024-03-03.log firefox-devedition-unwrapped 0 -> 1 attrpath: firefox-devedition-unwrapped Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/gz21knk2ay13s1172v31h1jgmc4yxnqh-update-firefox-devedition-unwrapped.drv /nix/store/dcjmiddrq3wmp7b0cgc3dqlws3j7dkwz-packages.json.drv building '/nix/store/gz21knk2ay13s1172v31h1jgmc4yxnqh-update-firefox-devedition-unwrapped.drv'... building '/nix/store/dcjmiddrq3wmp7b0cgc3dqlws3j7dkwz-packages.json.drv'... Going to be running update for following packages: - firefox-devedition-unwrapped-124.0b5 Press Enter key to continue... Running update for: - firefox-devedition-unwrapped-124.0b5: UPDATING ... - firefox-devedition-unwrapped-124.0b5: ERROR --- SHOWING ERROR LOG FOR firefox-devedition-unwrapped-124.0b5 ---------------------- ++ mktemp -d + HOME=/run/nixpkgs-update-worker/tmp.p3R3e2Mju7 ++ mktemp -d + export GNUPGHOME=/run/nixpkgs-update-worker/tmp.FZn9C7KM9B + GNUPGHOME=/run/nixpkgs-update-worker/tmp.FZn9C7KM9B + gpg --receive-keys ADD7079479700DCADFDD5337E36D3B13F3D93274 gpg: keybox '/run/nixpkgs-update-worker/tmp.FZn9C7KM9B/pubring.kbx' created gpg: /run/nixpkgs-update-worker/tmp.FZn9C7KM9B/trustdb.gpg: trustdb created gpg: key 61B7B526D98F0353: public key "Mozilla Software Releases " imported gpg: Total number processed: 1 gpg: imported: 1 + url=https://archive.mozilla.org/pub/devedition/releases/ ++ xidel -s https://archive.mozilla.org/pub/devedition/releases/ --extract //a ++ grep '^[0-9.]*b[0-9]*/$' ++ sed 's/[/]$//' ++ sort --version-sort ++ tail -n 1 + version=124.0b6 + curl --silent --show-error -o /run/nixpkgs-update-worker/tmp.p3R3e2Mju7/shasums https://archive.mozilla.org/pub/devedition/releases/124.0b6/SHA512SUMS + curl --silent --show-error -o /run/nixpkgs-update-worker/tmp.p3R3e2Mju7/shasums.asc https://archive.mozilla.org/pub/devedition/releases/124.0b6/SHA512SUMS.asc + gpgv --keyring=/run/nixpkgs-update-worker/tmp.FZn9C7KM9B/pubring.kbx /run/nixpkgs-update-worker/tmp.p3R3e2Mju7/shasums.asc /run/nixpkgs-update-worker/tmp.p3R3e2Mju7/shasums gpgv: Signature made Fri 01 Mar 2024 04:48:23 PM UTC gpgv: using RSA key ADD7079479700DCADFDD5337E36D3B13F3D93274 gpgv: Good signature from "Mozilla Software Releases " ++ grep '\.source\.tar\.xz$' /run/nixpkgs-update-worker/tmp.p3R3e2Mju7/shasums ++ grep '^[^ ]*' -o + hash=d8601d03b01dc6a8bb97da1ebf909fab1f35e2247df6c4b63994d2e25050c161ee221386f533cc84d9a48f3b0395c32a8262e9df4bee14baba287a857391787f + update-source-version firefox-devedition-unwrapped 124.0b6 d8601d03b01dc6a8bb97da1ebf909fab1f35e2247df6c4b63994d2e25050c161ee221386f533cc84d9a48f3b0395c32a8262e9df4bee14baba287a857391787f '' --version-key=version update-source-version: error: Couldn't figure out where out where to patch in new version in 'firefox-devedition-unwrapped'! --- SHOWING ERROR LOG FOR firefox-devedition-unwrapped-124.0b5 ---------------------- The update script for firefox-devedition-unwrapped-124.0b5 failed with exit code 1 [result] Failed to update firefox-devedition-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-instafail, using log file: /var/log/nixpkgs-update/python311Packages.pytest-instafail/2024-03-03.log python311Packages.pytest-instafail 0 -> 1 attrpath: python311Packages.pytest-instafail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ss2ibyjg4wni7rsh34aszw20djmf4amd-packages.json.drv building '/nix/store/ss2ibyjg4wni7rsh34aszw20djmf4amd-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-instafail-0.5.0 Press Enter key to continue... Running update for: - python3.11-pytest-instafail-0.5.0: UPDATING ... - python3.11-pytest-instafail-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-instafail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-django, using log file: /var/log/nixpkgs-update/python311Packages.pylint-django/2024-03-03.log python311Packages.pylint-django 0 -> 1 attrpath: python311Packages.pylint-django Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p467vsi180ps7vqaq89wfpd0lwkrym3k-packages.json.drv building '/nix/store/p467vsi180ps7vqaq89wfpd0lwkrym3k-packages.json.drv'... Going to be running update for following packages: - python3.11-pylint-django-2.5.4 Press Enter key to continue... Running update for: - python3.11-pylint-django-2.5.4: UPDATING ... - python3.11-pylint-django-2.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylint-django 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath accelergy, using log file: /var/log/nixpkgs-update/accelergy/2024-03-03.log accelergy 0 -> 1 attrpath: accelergy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9rf9fswb81sw507f3m6ydd17w10f2k01-packages.json.drv building '/nix/store/9rf9fswb81sw507f3m6ydd17w10f2k01-packages.json.drv'... Going to be running update for following packages: - accelergy-unstable-2022-05-03 Press Enter key to continue... Running update for: - accelergy-unstable-2022-05-03: UPDATING ... - accelergy-unstable-2022-05-03: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update accelergy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datamodeldict, using log file: /var/log/nixpkgs-update/python311Packages.datamodeldict/2024-03-03.log python311Packages.datamodeldict 0 -> 1 attrpath: python311Packages.datamodeldict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/39gilf6yy6xvypzzgamfbdf9fcxj208z-packages.json.drv building '/nix/store/39gilf6yy6xvypzzgamfbdf9fcxj208z-packages.json.drv'... Going to be running update for following packages: - python3.11-datamodeldict-0.9.9 Press Enter key to continue... Running update for: - python3.11-datamodeldict-0.9.9: UPDATING ... - python3.11-datamodeldict-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.datamodeldict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.llvm.flang, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.flang/2024-03-03.log rocmPackages.llvm.flang 0 -> 1 attrpath: rocmPackages.llvm.flang Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/3di7lqnjbdkn9b7dsrbqxl9y97p1gvzk-update.sh.drv /nix/store/pv8sjnd02ph4w5dnxffq3hk67vdgcfcn-packages.json.drv building '/nix/store/3di7lqnjbdkn9b7dsrbqxl9y97p1gvzk-update.sh.drv'... building '/nix/store/pv8sjnd02ph4w5dnxffq3hk67vdgcfcn-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-flang-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-flang-5.7.1: UPDATING ... - rocm-llvm-flang-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-flang-5.7.1 ---------------------- 'rocmPackages_5.llvm.flang' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.flang'. --- SHOWING ERROR LOG FOR rocm-llvm-flang-5.7.1 ---------------------- The update script for rocm-llvm-flang-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.flang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mf2py, using log file: /var/log/nixpkgs-update/python311Packages.mf2py/2024-03-03.log python311Packages.mf2py 0 -> 1 attrpath: python311Packages.mf2py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v6mmic166qprwildc78zm5wlaqdpvd5r-packages.json.drv building '/nix/store/v6mmic166qprwildc78zm5wlaqdpvd5r-packages.json.drv'... Going to be running update for following packages: - python3.11-mf2py-2.0.1 Press Enter key to continue... Running update for: - python3.11-mf2py-2.0.1: UPDATING ... - python3.11-mf2py-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mf2py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.superqt, using log file: /var/log/nixpkgs-update/python311Packages.superqt/2024-03-03.log python311Packages.superqt 0 -> 1 attrpath: python311Packages.superqt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ydgk9qrh2z57530by0mf7wkym37lmsiv-packages.json.drv building '/nix/store/ydgk9qrh2z57530by0mf7wkym37lmsiv-packages.json.drv'... Going to be running update for following packages: - python3.11-superqt-0.3.8 Press Enter key to continue... Running update for: - python3.11-superqt-0.3.8: UPDATING ... - python3.11-superqt-0.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.superqt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nutils, using log file: /var/log/nixpkgs-update/python311Packages.nutils/2024-03-03.log python311Packages.nutils 0 -> 1 attrpath: python311Packages.nutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1f1ml5ifccr2rwpwfglcfa4m7yynicsv-packages.json.drv building '/nix/store/1f1ml5ifccr2rwpwfglcfa4m7yynicsv-packages.json.drv'... Going to be running update for following packages: - python3.11-nutils-8.4 Press Enter key to continue... Running update for: - python3.11-nutils-8.4: UPDATING ... - python3.11-nutils-8.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nutils/default.nix b/pkgs/development/python-modules/nutils/default.nix index 803a4f1c04fd..3447f4deddf3 100644 --- a/pkgs/development/python-modules/nutils/default.nix +++ b/pkgs/development/python-modules/nutils/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "nutils"; - version = "8.4"; + version = "8.6"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "evalf"; repo = "nutils"; rev = "refs/tags/v${version}"; - hash = "sha256-cwMo3ixTK7UO9sxhcQBN4/gNZNAoBH/xL2tZ1Orh8LE="; + hash = "sha256-vfdb7+jcJ5EuWDoZyRExWEPEWt+lgbzmAL3QhguLtHE="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.nutils nix build failed. Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/nl4bakrmc8j6ii7sn7jxkpdd1kz36lay-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_warnings.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 nutils-8.6-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 nutils-8.6-py3-none-any.whl - appdirs not installed - nutils-poly not installed - psutil not installed - stringly not satisfied by version 1.0b2 [result] Failed to update python311Packages.nutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-volume, using log file: /var/log/nixpkgs-update/python311Packages.dissect-volume/2024-03-03.log python311Packages.dissect-volume 0 -> 1 attrpath: python311Packages.dissect-volume Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mcm4cqnq1lk6syb652jvi2461g6m1vks-packages.json.drv building '/nix/store/mcm4cqnq1lk6syb652jvi2461g6m1vks-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-volume-3.8 Press Enter key to continue... Running update for: - python3.11-dissect-volume-3.8: UPDATING ... - python3.11-dissect-volume-3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-volume 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.darkdetect, using log file: /var/log/nixpkgs-update/python311Packages.darkdetect/2024-03-03.log python311Packages.darkdetect 0 -> 1 attrpath: python311Packages.darkdetect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lx9wi6v6b7qi6sbhg5vvd88kqf8jh1g5-packages.json.drv building '/nix/store/lx9wi6v6b7qi6sbhg5vvd88kqf8jh1g5-packages.json.drv'... Going to be running update for following packages: - python3.11-darkdetect-0.8.0 Press Enter key to continue... Running update for: - python3.11-darkdetect-0.8.0: UPDATING ... - python3.11-darkdetect-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.darkdetect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zigpy-deconz, using log file: /var/log/nixpkgs-update/python311Packages.zigpy-deconz/2024-03-03.log python311Packages.zigpy-deconz 0 -> 1 attrpath: python311Packages.zigpy-deconz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/51akql6j4kba21xl4yapkpc02kb5036v-packages.json.drv building '/nix/store/51akql6j4kba21xl4yapkpc02kb5036v-packages.json.drv'... Going to be running update for following packages: - python3.11-zigpy-deconz-0.23.1 Press Enter key to continue... Running update for: - python3.11-zigpy-deconz-0.23.1: UPDATING ... - python3.11-zigpy-deconz-0.23.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zigpy-deconz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyialarm, using log file: /var/log/nixpkgs-update/python311Packages.pyialarm/2024-03-03.log python311Packages.pyialarm 0 -> 1 attrpath: python311Packages.pyialarm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/srdq2zcsw8dvfa94xsf625wpj15jmx4a-packages.json.drv building '/nix/store/srdq2zcsw8dvfa94xsf625wpj15jmx4a-packages.json.drv'... Going to be running update for following packages: - python3.11-pyialarm-2.2.0 Press Enter key to continue... Running update for: - python3.11-pyialarm-2.2.0: UPDATING ... - python3.11-pyialarm-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyialarm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.recommonmark, using log file: /var/log/nixpkgs-update/python311Packages.recommonmark/2024-03-03.log python311Packages.recommonmark 0 -> 1 attrpath: python311Packages.recommonmark Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2gm5nx873khmbb0wpfyqhrbdav1a1s0j-packages.json.drv building '/nix/store/2gm5nx873khmbb0wpfyqhrbdav1a1s0j-packages.json.drv'... Going to be running update for following packages: - python3.11-recommonmark-0.7.1 Press Enter key to continue... Running update for: - python3.11-recommonmark-0.7.1: UPDATING ... - python3.11-recommonmark-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.recommonmark 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xkeysnail, using log file: /var/log/nixpkgs-update/xkeysnail/2024-03-03.log xkeysnail 0 -> 1 attrpath: xkeysnail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7vdyprcqjna7zmcgbdr5np6xhgvr2ny4-packages.json.drv building '/nix/store/7vdyprcqjna7zmcgbdr5np6xhgvr2ny4-packages.json.drv'... Going to be running update for following packages: - xkeysnail-0.4.0 Press Enter key to continue... Running update for: - xkeysnail-0.4.0: UPDATING ... - xkeysnail-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xkeysnail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.sc, using log file: /var/log/nixpkgs-update/aspellDicts.sc/2024-03-03.log aspellDicts.sc 0 -> 1 attrpath: aspellDicts.sc Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/j3l3r43dk9jwh7q0lqxh30br0pm7h1cb-update-aspellDict-sc.drv /nix/store/8m6amw93w0q74yjwlwjckdi83m64q72a-packages.json.drv building '/nix/store/j3l3r43dk9jwh7q0lqxh30br0pm7h1cb-update-aspellDict-sc.drv'... building '/nix/store/8m6amw93w0q74yjwlwjckdi83m64q72a-packages.json.drv'... Going to be running update for following packages: - aspell-dict-sc-1.0 Press Enter key to continue... Running update for: - aspell-dict-sc-1.0: UPDATING ... - aspell-dict-sc-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.sc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ripe-atlas-cousteau, using log file: /var/log/nixpkgs-update/python311Packages.ripe-atlas-cousteau/2024-03-03.log python311Packages.ripe-atlas-cousteau 0 -> 1 attrpath: python311Packages.ripe-atlas-cousteau Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iq5hy7f77qjl4i00fnf5vs4i2fyib133-packages.json.drv building '/nix/store/iq5hy7f77qjl4i00fnf5vs4i2fyib133-packages.json.drv'... Going to be running update for following packages: - python3.11-ripe-atlas-cousteau-2.0.0 Press Enter key to continue... Running update for: - python3.11-ripe-atlas-cousteau-2.0.0: UPDATING ... - python3.11-ripe-atlas-cousteau-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ripe-atlas-cousteau 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onboard, using log file: /var/log/nixpkgs-update/onboard/2024-03-03.log onboard 0 -> 1 attrpath: onboard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bcbv6qpxpp6crdns2pmli809dsw4cpy6-packages.json.drv building '/nix/store/bcbv6qpxpp6crdns2pmli809dsw4cpy6-packages.json.drv'... Going to be running update for following packages: - onboard-1.4.1 Press Enter key to continue... Running update for: - onboard-1.4.1: UPDATING ... - onboard-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onboard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cargo-about, using log file: /var/log/nixpkgs-update/cargo-about/2024-03-03.log cargo-about 0.6.0 -> 0.6.1 https://github.com/EmbarkStudios/cargo-about/releases attrpath: cargo-about Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - gnutar: make reproducible by default URL "https://api.github.com/repos/NixOS/nixpkgs/issues/107251" [result] Failed to update cargo-about 0.6.0 -> 0.6.1 https://github.com/EmbarkStudios/cargo-about/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libnabo, using log file: /var/log/nixpkgs-update/libnabo/2024-03-03.log libnabo 1.0.7 -> 1.1.0 https://github.com/ethz-asl/libnabo/releases attrpath: libnabo Checking auto update branch... An auto update branch exists with message `libnabo: 1.0.7 -> 1.1.0`. New version is 1.1.0. An auto update branch exists with an equal or greater version [result] Failed to update libnabo 1.0.7 -> 1.1.0 https://github.com/ethz-asl/libnabo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath media-downloader, using log file: /var/log/nixpkgs-update/media-downloader/2024-03-03.log media-downloader 4.2.0 -> 4.3.1 https://github.com/mhogomchungu/media-downloader/releases attrpath: media-downloader Checking auto update branch... An auto update branch exists with message `media-downloader: 4.2.0 -> 4.3.1`. New version is 4.3.1. An auto update branch exists with an equal or greater version [result] Failed to update media-downloader 4.2.0 -> 4.3.1 https://github.com/mhogomchungu/media-downloader/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kode-mono, using log file: /var/log/nixpkgs-update/kode-mono/2024-03-03.log kode-mono 1.205 -> 1.206 https://github.com/isaozler/kode-mono/releases attrpath: kode-mono Checking auto update branch... An auto update branch exists with message `kode-mono: 1.205 -> 1.206`. New version is 1.206. An auto update branch exists with an equal or greater version [result] Failed to update kode-mono 1.205 -> 1.206 https://github.com/isaozler/kode-mono/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reconplogger, using log file: /var/log/nixpkgs-update/python311Packages.reconplogger/2024-03-03.log python311Packages.reconplogger 0 -> 1 attrpath: python311Packages.reconplogger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yybd3c2r6jf6w1bcyz4il57927qv3f99-packages.json.drv building '/nix/store/yybd3c2r6jf6w1bcyz4il57927qv3f99-packages.json.drv'... Going to be running update for following packages: - python3.11-reconplogger-4.15.0 Press Enter key to continue... Running update for: - python3.11-reconplogger-4.15.0: UPDATING ... - python3.11-reconplogger-4.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reconplogger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requests-ntlm, using log file: /var/log/nixpkgs-update/python311Packages.requests-ntlm/2024-03-03.log python311Packages.requests-ntlm 0 -> 1 attrpath: python311Packages.requests-ntlm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8d5vijpzq3c7z1vq007xp8vs8qrwny1q-packages.json.drv building '/nix/store/8d5vijpzq3c7z1vq007xp8vs8qrwny1q-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-ntlm-1.2.0 Press Enter key to continue... Running update for: - python3.11-requests-ntlm-1.2.0: UPDATING ... - python3.11-requests-ntlm-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-ntlm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-openzwave, using log file: /var/log/nixpkgs-update/python311Packages.python-openzwave/2024-03-03.log python311Packages.python-openzwave 0 -> 1 attrpath: python311Packages.python-openzwave Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p2islplzwa9jr2vazcya90ayd1y50w0c-packages.json.drv building '/nix/store/p2islplzwa9jr2vazcya90ayd1y50w0c-packages.json.drv'... Going to be running update for following packages: - python3.11-python-openzwave-0.4.19 Press Enter key to continue... Running update for: - python3.11-python-openzwave-0.4.19: UPDATING ... - python3.11-python-openzwave-0.4.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-openzwave 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.logmatic-python, using log file: /var/log/nixpkgs-update/python311Packages.logmatic-python/2024-03-03.log python311Packages.logmatic-python 0 -> 1 attrpath: python311Packages.logmatic-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/7976wmm0cy5rmfp71kwr84v9zkn5kcy9-packages.json.drv building '/nix/store/7976wmm0cy5rmfp71kwr84v9zkn5kcy9-packages.json.drv'... Going to be running update for following packages: - python3.11-logmatic-python-0.1.7 Press Enter key to continue... Running update for: - python3.11-logmatic-python-0.1.7: UPDATING ... - python3.11-logmatic-python-0.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.logmatic-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 ddccontrol, using log file: /var/log/nixpkgs-update/ddccontrol/2024-03-03.log ddccontrol 1.0.0 -> 1.0.3 https://github.com/ddccontrol/ddccontrol/releases attrpath: ddccontrol Checking auto update 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 ddccontrol 1.0.0 -> 1.0.3 https://github.com/ddccontrol/ddccontrol/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luakit, using log file: /var/log/nixpkgs-update/luakit/2024-03-03.log luakit 2.3.3 -> 2.3.6 https://github.com/luakit/luakit/releases attrpath: luakit Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luakit 2.3.3 -> 2.3.6 https://github.com/luakit/luakit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ntpd-rs, using log file: /var/log/nixpkgs-update/ntpd-rs/2024-03-03.log ntpd-rs 1.1.0 -> 1.1.2 https://github.com/pendulum-project/ntpd-rs/releases attrpath: ntpd-rs 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-Badq3GYr7BoF8VNGGtKTT4/ksuds1zBcSxx5O3vLbzg= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ntpd-rs nix build failed. ---- daemon::keyexchange::tests::immediate_end_of_message stdout ---- thread 'daemon::keyexchange::tests::immediate_end_of_message' panicked at ntpd/src/daemon/keyexchange.rs:807:62: called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }) thread 'daemon::keyexchange::tests::immediate_end_of_message' panicked at ntpd/src/daemon/keyexchange.rs:942:9: assertion failed: matches!(result, Err(KeyExchangeError :: NoValidProtocol)) ---- daemon::keyexchange::tests::unrecognized_critical_record stdout ---- thread 'daemon::keyexchange::tests::unrecognized_critical_record' panicked at ntpd/src/daemon/keyexchange.rs:807:62: called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }) thread 'daemon::keyexchange::tests::unrecognized_critical_record' panicked at ntpd/src/daemon/keyexchange.rs:1027:9: assertion failed: matches!(result, Err(KeyExchangeError :: UnrecognizedCriticalRecord)) failures: daemon::keyexchange::tests::client_no_valid_algorithm daemon::keyexchange::tests::client_no_valid_protocol daemon::keyexchange::tests::client_receives_error_record daemon::keyexchange::tests::double_next_protocol daemon::keyexchange::tests::immediate_end_of_message daemon::keyexchange::tests::no_cookies daemon::keyexchange::tests::receive_cookies daemon::keyexchange::tests::records_after_end_are_ignored daemon::keyexchange::tests::records_after_end_of_message daemon::keyexchange::tests::server_expected_client_records daemon::keyexchange::tests::server_receives_error_record daemon::keyexchange::tests::unrecognized_critical_record test result: FAILED. 63 passed; 12 failed; 0 ignored; 0 measured; 2 filtered out; finished in 1.01s error: test failed, to rerun pass `-p ntpd --lib` [result] Failed to update ntpd-rs 1.1.0 -> 1.1.2 https://github.com/pendulum-project/ntpd-rs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dpkt, using log file: /var/log/nixpkgs-update/python311Packages.dpkt/2024-03-03.log python311Packages.dpkt 0 -> 1 attrpath: python311Packages.dpkt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d8xji510ik297rgl5rbgqvwaarldjds5-packages.json.drv building '/nix/store/d8xji510ik297rgl5rbgqvwaarldjds5-packages.json.drv'... Going to be running update for following packages: - python3.11-dpkt-1.9.8 Press Enter key to continue... Running update for: - python3.11-dpkt-1.9.8: UPDATING ... - python3.11-dpkt-1.9.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dpkt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.radiotherm, using log file: /var/log/nixpkgs-update/python311Packages.radiotherm/2024-03-03.log python311Packages.radiotherm 0 -> 1 attrpath: python311Packages.radiotherm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0wgl961vw8135v2sxs7gvl00a1189p4c-packages.json.drv building '/nix/store/0wgl961vw8135v2sxs7gvl00a1189p4c-packages.json.drv'... Going to be running update for following packages: - python3.11-radiotherm-2.1.0 Press Enter key to continue... Running update for: - python3.11-radiotherm-2.1.0: UPDATING ... - python3.11-radiotherm-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.radiotherm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath auditbeat, using log file: /var/log/nixpkgs-update/auditbeat/2024-03-03.log auditbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases attrpath: auditbeat Checking auto update branch... No auto update branch exists Old version 7.17.16" not present in master derivation file with contents: { lib, fetchFromGitHub, elk7Version, buildGoModule, libpcap, nixosTests, systemd, config }: let beat = package: extraArgs: buildGoModule (rec { pname = package; version = elk7Version; src = fetchFromGitHub { owner = "elastic"; repo = "beats"; rev = "v${version}"; hash = "sha256-0qwWHRIDLlnaPOCRmiiFGg+/jdanWuQtggM2QSaMR1o="; }; vendorHash = "sha256-rwCCpptppkpvwQWUtqTjBUumP8GSpPHBTCaj0nYVQv8="; subPackages = [ package ]; meta = with lib; { homepage = "https://www.elastic.co/products/beats"; license = licenses.asl20; maintainers = with maintainers; [ fadenb basvandijk dfithian ]; platforms = platforms.linux; }; } // extraArgs); in rec { auditbeat7 = beat "auditbeat" { meta.description = "Lightweight shipper for audit data"; }; filebeat7 = beat "filebeat" { meta.description = "Lightweight shipper for logfiles"; buildInputs = [ systemd ]; tags = [ "withjournald" ]; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [ (lib.getLib systemd) ]} "$out/bin/filebeat" ''; }; heartbeat7 = beat "heartbeat" { meta.description = "Lightweight shipper for uptime monitoring"; }; metricbeat7 = beat "metricbeat" { meta.description = "Lightweight shipper for metrics"; passthru.tests = lib.optionalAttrs config.allowUnfree ( assert metricbeat7.drvPath == nixosTests.elk.unfree.ELK-7.elkPackages.metricbeat.drvPath; { elk = nixosTests.elk.unfree.ELK-7; } ); }; packetbeat7 = beat "packetbeat" { buildInputs = [ libpcap ]; meta.description = "Network packet analyzer that ships data to Elasticsearch"; meta.longDescription = '' Packetbeat is an open source network packet analyzer that ships the data to Elasticsearch. Think of it like a distributed real-time Wireshark with a lot more analytics features. The Packetbeat shippers sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL, PostgreSQL, Redis or Thrift and correlate the messages into transactions. ''; }; } [result] Failed to update auditbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fcitx5, using log file: /var/log/nixpkgs-update/fcitx5/2024-03-03.log fcitx5 0 -> 1 attrpath: fcitx5 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/49ryavb8zh0bqcbwvnal24y8s4z9zn4v-packages.json.drv building '/nix/store/49ryavb8zh0bqcbwvnal24y8s4z9zn4v-packages.json.drv'... Going to be running update for following packages: - fcitx5-5.1.8 Press Enter key to continue... Running update for: - fcitx5-5.1.8: UPDATING ... - fcitx5-5.1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix index b0cd6dc6d59b..289634f39f64 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix @@ -14,13 +14,13 @@ let in stdenv.mkDerivation rec { pname = "fcitx5-qt${majorVersion}"; - version = "5.1.4"; + version = "5.1.5"; src = fetchFromGitHub { owner = "fcitx"; repo = "fcitx5-qt"; rev = version; - sha256 = "sha256-bVH2US/uEZGERslnAh/fyUbzR9fK1UfG4J+mOmrIE8Y="; + sha256 = "sha256-CxPumuXF7vVKraQruJTj8103FhDUsQZowXcd/g7fXPQ="; }; postPatch = '' Package version did not change. [result] Failed to update fcitx5 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bucketstore, using log file: /var/log/nixpkgs-update/python311Packages.bucketstore/2024-03-03.log python311Packages.bucketstore 0 -> 1 attrpath: python311Packages.bucketstore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wn97s1q5vw8w4ql3dvrr9q7993rmp4vn-packages.json.drv building '/nix/store/wn97s1q5vw8w4ql3dvrr9q7993rmp4vn-packages.json.drv'... Going to be running update for following packages: - python3.11-bucketstore-0.2.2 Press Enter key to continue... Running update for: - python3.11-bucketstore-0.2.2: UPDATING ... - python3.11-bucketstore-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bucketstore 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.gigolo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bottleneck, using log file: /var/log/nixpkgs-update/python311Packages.bottleneck/2024-03-03.log python311Packages.bottleneck 0 -> 1 attrpath: python311Packages.bottleneck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qkcvs0gk7xp388sm3cypwczc4mwj8mws-packages.json.drv building '/nix/store/qkcvs0gk7xp388sm3cypwczc4mwj8mws-packages.json.drv'... Going to be running update for following packages: - python3.11-bottleneck-1.3.8 Press Enter key to continue... Running update for: - python3.11-bottleneck-1.3.8: UPDATING ... - python3.11-bottleneck-1.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bottleneck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sarge, using log file: /var/log/nixpkgs-update/python311Packages.sarge/2024-03-03.log python311Packages.sarge 0 -> 1 attrpath: python311Packages.sarge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/98xkpl3bqgdinj7fr5ak918agpvi3jqc-packages.json.drv building '/nix/store/98xkpl3bqgdinj7fr5ak918agpvi3jqc-packages.json.drv'... Going to be running update for following packages: - python3.11-sarge-0.1.7.post1 Press Enter key to continue... Running update for: - python3.11-sarge-0.1.7.post1: UPDATING ... - python3.11-sarge-0.1.7.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sarge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.napari, using log file: /var/log/nixpkgs-update/python311Packages.napari/2024-03-03.log python311Packages.napari 0.4.18 -> 0.4.19.post1 https://github.com/napari/napari/releases attrpath: python311Packages.napari Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i8j3s9wpcd2k83ppx7w8cz1y5h115l93-packages.json.drv building '/nix/store/i8j3s9wpcd2k83ppx7w8cz1y5h115l93-packages.json.drv'... Going to be running update for following packages: - python3.11-napari-0.4.18 Press Enter key to continue... Running update for: - python3.11-napari-0.4.18: UPDATING ... - python3.11-napari-0.4.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/napari/default.nix b/pkgs/development/python-modules/napari/default.nix index 9997d58eb50b..0bccb016570c 100644 --- a/pkgs/development/python-modules/napari/default.nix +++ b/pkgs/development/python-modules/napari/default.nix @@ -38,7 +38,7 @@ mkDerivationWith buildPythonPackage rec { pname = "napari"; - version = "0.4.18"; + version = "0.4.19.post1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -47,7 +47,7 @@ mkDerivationWith buildPythonPackage rec { owner = "napari"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-xF0DYK+226MZpB050IukNvTg2iHMQAIZW0serKRJd/0="; + hash = "sha256-qw5WdFPySNkmm+dNu+hqsmr+csBpHnSl9bMpb4nKEqI="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.napari nix build failed. adding 'napari/utils/tree/group.py' adding 'napari/utils/tree/node.py' adding 'napari/utils/tree/_tests/test_tree_model.py' adding 'napari_builtins/__init__.py' adding 'napari_builtins/_skimage_data.py' adding 'napari_builtins/builtins.yaml' adding 'napari_builtins/_tests/conftest.py' adding 'napari_builtins/_tests/test_io.py' adding 'napari_builtins/_tests/test_reader.py' adding 'napari_builtins/_tests/test_writer.py' adding 'napari_builtins/io/__init__.py' adding 'napari_builtins/io/_read.py' adding 'napari_builtins/io/_write.py' adding 'napari-0.4.19.post1.dist-info/LICENSE' adding 'napari-0.4.19.post1.dist-info/METADATA' adding 'napari-0.4.19.post1.dist-info/WHEEL' adding 'napari-0.4.19.post1.dist-info/entry_points.txt' adding 'napari-0.4.19.post1.dist-info/top_level.txt' adding 'napari-0.4.19.post1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built napari-0.4.19.post1-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 napari-0.4.19.post1-py3-none-any.whl - napari-console>=0.0.9 not satisfied by version 0.0.7 - superqt>=0.4.1 not satisfied by version 0.3.8 - pandas not installed [result] Failed to update python311Packages.napari 0.4.18 -> 0.4.19.post1 https://github.com/napari/napari/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kaufkauflist, using log file: /var/log/nixpkgs-update/kaufkauflist/2024-03-03.log kaufkauflist 0 -> 1 attrpath: kaufkauflist 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] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/myn437khp03y9sd4ka2x0w9q11v39zsl-packages.json.drv building '/nix/store/myn437khp03y9sd4ka2x0w9q11v39zsl-packages.json.drv'... Going to be running update for following packages: - kaufkauflist-3.3.0 Press Enter key to continue... Running update for: - kaufkauflist-3.3.0: UPDATING ... - kaufkauflist-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kaufkauflist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.json-rpc, using log file: /var/log/nixpkgs-update/python311Packages.json-rpc/2024-03-03.log python311Packages.json-rpc 0 -> 1 attrpath: python311Packages.json-rpc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lhnz0j4laj728g6zl64lz74fgvy08ys4-packages.json.drv building '/nix/store/lhnz0j4laj728g6zl64lz74fgvy08ys4-packages.json.drv'... Going to be running update for following packages: - python3.11-json-rpc-1.15.0 Press Enter key to continue... Running update for: - python3.11-json-rpc-1.15.0: UPDATING ... - python3.11-json-rpc-1.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.json-rpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bravia-tv, using log file: /var/log/nixpkgs-update/python311Packages.bravia-tv/2024-03-03.log python311Packages.bravia-tv 0 -> 1 attrpath: python311Packages.bravia-tv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/860mgnv90ipblw46ziywh0ndbfax7vw3-packages.json.drv building '/nix/store/860mgnv90ipblw46ziywh0ndbfax7vw3-packages.json.drv'... Going to be running update for following packages: - python3.11-bravia-tv-1.0.11 Press Enter key to continue... Running update for: - python3.11-bravia-tv-1.0.11: UPDATING ... - python3.11-bravia-tv-1.0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bravia-tv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.lxqt-notificationd, using log file: /var/log/nixpkgs-update/lxqt.lxqt-notificationd/2024-03-03.log lxqt.lxqt-notificationd 0 -> 1 attrpath: lxqt.lxqt-notificationd Packages for lxqt are currently skipped. [result] Failed to update lxqt.lxqt-notificationd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath transmission-gtk, using log file: /var/log/nixpkgs-update/transmission-gtk/2024-03-03.log transmission-gtk 3.00 -> 4.0.5 https://github.com/transmission/transmission/releases attrpath: transmission-gtk Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update transmission-gtk 3.00 -> 4.0.5 https://github.com/transmission/transmission/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cypherpunkpay, using log file: /var/log/nixpkgs-update/python311Packages.cypherpunkpay/2024-03-03.log python311Packages.cypherpunkpay 0 -> 1 attrpath: python311Packages.cypherpunkpay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cdlxg98zfyn6lwv31r83kzk99k5298br-packages.json.drv building '/nix/store/cdlxg98zfyn6lwv31r83kzk99k5298br-packages.json.drv'... Going to be running update for following packages: - python3.11-cypherpunkpay-1.0.16 Press Enter key to continue... Running update for: - python3.11-cypherpunkpay-1.0.16: UPDATING ... - python3.11-cypherpunkpay-1.0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cypherpunkpay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath posteid-seed-extractor, using log file: /var/log/nixpkgs-update/posteid-seed-extractor/2024-03-03.log posteid-seed-extractor 0 -> 1 attrpath: posteid-seed-extractor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2p7gcwmmw9zm4lijfxjl4vnd3i3vlp7-packages.json.drv building '/nix/store/d2p7gcwmmw9zm4lijfxjl4vnd3i3vlp7-packages.json.drv'... Going to be running update for following packages: - posteid-seed-extractor-unstable-2022-02-23 Press Enter key to continue... Running update for: - posteid-seed-extractor-unstable-2022-02-23: UPDATING ... - posteid-seed-extractor-unstable-2022-02-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update posteid-seed-extractor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datashader, using log file: /var/log/nixpkgs-update/python311Packages.datashader/2024-03-03.log python311Packages.datashader 0 -> 1 attrpath: python311Packages.datashader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zayb0k0340qyjnjym7gb07gnvfjvgl5z-packages.json.drv building '/nix/store/zayb0k0340qyjnjym7gb07gnvfjvgl5z-packages.json.drv'... Going to be running update for following packages: - python3.11-datashader-0.16.0 Press Enter key to continue... Running update for: - python3.11-datashader-0.16.0: UPDATING ... - python3.11-datashader-0.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.datashader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnglab, using log file: /var/log/nixpkgs-update/dnglab/2024-03-03.log dnglab 0.5.2 -> 0.6.0 https://github.com/dnglab/dnglab/releases attrpath: dnglab Checking auto update branch... An auto update branch exists with message `dnglab: 0.5.2 -> 0.6.0`. New version is 0.6.0. An auto update branch exists with an equal or greater version [result] Failed to update dnglab 0.5.2 -> 0.6.0 https://github.com/dnglab/dnglab/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.timetagger, using log file: /var/log/nixpkgs-update/python311Packages.timetagger/2024-03-03.log python311Packages.timetagger 0 -> 1 attrpath: python311Packages.timetagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xdmdll8wh8w93k5p9fniw9v1kv2wlqdb-packages.json.drv building '/nix/store/xdmdll8wh8w93k5p9fniw9v1kv2wlqdb-packages.json.drv'... Going to be running update for following packages: - python3.11-timetagger-23.11.4 Press Enter key to continue... Running update for: - python3.11-timetagger-23.11.4: UPDATING ... - python3.11-timetagger-23.11.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.timetagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mailcap-fix, using log file: /var/log/nixpkgs-update/python311Packages.mailcap-fix/2024-03-03.log python311Packages.mailcap-fix 0 -> 1 attrpath: python311Packages.mailcap-fix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/157kqvsi8fwq3j483q59prlqhv70292x-packages.json.drv building '/nix/store/157kqvsi8fwq3j483q59prlqhv70292x-packages.json.drv'... Going to be running update for following packages: - python3.11-mailcap-fix-1.0.1 Press Enter key to continue... Running update for: - python3.11-mailcap-fix-1.0.1: UPDATING ... - python3.11-mailcap-fix-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mailcap-fix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-opensky, using log file: /var/log/nixpkgs-update/python311Packages.python-opensky/2024-03-03.log python311Packages.python-opensky 0 -> 1 attrpath: python311Packages.python-opensky Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pf566vymlk3wz2svg6dnb2d824hs657q-packages.json.drv building '/nix/store/pf566vymlk3wz2svg6dnb2d824hs657q-packages.json.drv'... Going to be running update for following packages: - python3.11-python-opensky-1.0.0 Press Enter key to continue... Running update for: - python3.11-python-opensky-1.0.0: UPDATING ... - python3.11-python-opensky-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-opensky 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.renault-api, using log file: /var/log/nixpkgs-update/python311Packages.renault-api/2024-03-03.log python311Packages.renault-api 0 -> 1 attrpath: python311Packages.renault-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/vyynvhs962bh7vinc4rqbp0n4pg0pk99-packages.json.drv building '/nix/store/vyynvhs962bh7vinc4rqbp0n4pg0pk99-packages.json.drv'... Going to be running update for following packages: - python3.11-renault-api-0.2.1 Press Enter key to continue... Running update for: - python3.11-renault-api-0.2.1: UPDATING ... - python3.11-renault-api-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.renault-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.blurhash-python, using log file: /var/log/nixpkgs-update/python311Packages.blurhash-python/2024-03-03.log python311Packages.blurhash-python 0 -> 1 attrpath: python311Packages.blurhash-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/xqgbbhg7k6f7i9rg9a93cw44fk4qfchm-packages.json.drv building '/nix/store/xqgbbhg7k6f7i9rg9a93cw44fk4qfchm-packages.json.drv'... Going to be running update for following packages: - python3.11-blurhash-python-1.2.2 Press Enter key to continue... Running update for: - python3.11-blurhash-python-1.2.2: UPDATING ... - python3.11-blurhash-python-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blurhash-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.batchgenerators, using log file: /var/log/nixpkgs-update/python311Packages.batchgenerators/2024-03-03.log python311Packages.batchgenerators 0 -> 1 attrpath: python311Packages.batchgenerators Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3arj2s7nwfxwcyw3sd38fmbk08zc325k-packages.json.drv building '/nix/store/3arj2s7nwfxwcyw3sd38fmbk08zc325k-packages.json.drv'... Going to be running update for following packages: - python3.11-batchgenerators-0.25 Press Enter key to continue... Running update for: - python3.11-batchgenerators-0.25: UPDATING ... - python3.11-batchgenerators-0.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.batchgenerators 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-postgresql, using log file: /var/log/nixpkgs-update/python311Packages.pytest-postgresql/2024-03-03.log python311Packages.pytest-postgresql 0 -> 1 attrpath: python311Packages.pytest-postgresql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wpqpkaqn9mlimvg462x50p6v86lkswpi-packages.json.drv building '/nix/store/wpqpkaqn9mlimvg462x50p6v86lkswpi-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-postgresql-5.0.0 Press Enter key to continue... Running update for: - python3.11-pytest-postgresql-5.0.0: UPDATING ... - python3.11-pytest-postgresql-5.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-postgresql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbsmoke, using log file: /var/log/nixpkgs-update/python311Packages.nbsmoke/2024-03-03.log python311Packages.nbsmoke 0 -> 1 attrpath: python311Packages.nbsmoke Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lqn59flywvwkjaa7p0nhjkvsr5yjnfkj-packages.json.drv building '/nix/store/lqn59flywvwkjaa7p0nhjkvsr5yjnfkj-packages.json.drv'... Going to be running update for following packages: - python3.11-nbsmoke-0.6.0 Press Enter key to continue... Running update for: - python3.11-nbsmoke-0.6.0: UPDATING ... - python3.11-nbsmoke-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nbsmoke 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qtconsole, using log file: /var/log/nixpkgs-update/python311Packages.qtconsole/2024-03-03.log python311Packages.qtconsole 0 -> 1 attrpath: python311Packages.qtconsole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ny16fvlghpn8wmwqxsf0wp6ywa92cc2r-packages.json.drv building '/nix/store/ny16fvlghpn8wmwqxsf0wp6ywa92cc2r-packages.json.drv'... Going to be running update for following packages: - python3.11-qtconsole-5.5.1 Press Enter key to continue... Running update for: - python3.11-qtconsole-5.5.1: UPDATING ... - python3.11-qtconsole-5.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qtconsole 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdm-pep517, using log file: /var/log/nixpkgs-update/python311Packages.pdm-pep517/2024-03-03.log python311Packages.pdm-pep517 0 -> 1 attrpath: python311Packages.pdm-pep517 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q5c0chqb506c2nlqbngjpq8i0q61rgqp-packages.json.drv building '/nix/store/q5c0chqb506c2nlqbngjpq8i0q61rgqp-packages.json.drv'... Going to be running update for following packages: - python3.11-pdm-pep517-1.1.4 Press Enter key to continue... Running update for: - python3.11-pdm-pep517-1.1.4: UPDATING ... - python3.11-pdm-pep517-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdm-pep517 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cfn-nag, using log file: /var/log/nixpkgs-update/cfn-nag/2024-03-03.log cfn-nag 0 -> 1 attrpath: cfn-nag 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 cfn-nag 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yabridge, using log file: /var/log/nixpkgs-update/yabridge/2024-03-03.log yabridge 0 -> 1 attrpath: yabridge 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/a3i73yl7xd1xfqrcjiy7wr466g4ljiqp-packages.json.drv building '/nix/store/a3i73yl7xd1xfqrcjiy7wr466g4ljiqp-packages.json.drv'... Going to be running update for following packages: - yabridge-5.1.0 Press Enter key to continue... Running update for: - yabridge-5.1.0: UPDATING ... - yabridge-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update yabridge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-plugin-up, using log file: /var/log/nixpkgs-update/poetryPlugins.poetry-plugin-up/2024-03-03.log poetryPlugins.poetry-plugin-up 0 -> 1 attrpath: poetryPlugins.poetry-plugin-up Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ijrsbrig80jqacyhjr73md9d18f3wqb9-packages.json.drv building '/nix/store/ijrsbrig80jqacyhjr73md9d18f3wqb9-packages.json.drv'... Going to be running update for following packages: - python3.11-poetry-plugin-up-0.7.1 Press Enter key to continue... Running update for: - python3.11-poetry-plugin-up-0.7.1: UPDATING ... - python3.11-poetry-plugin-up-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update poetryPlugins.poetry-plugin-up 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-socks, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-socks/2024-03-03.log python311Packages.aiohttp-socks 0 -> 1 attrpath: python311Packages.aiohttp-socks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7g570001b92gpdplfm4inl3ri5fsmlbm-packages.json.drv building '/nix/store/7g570001b92gpdplfm4inl3ri5fsmlbm-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-socks-0.8.4 Press Enter key to continue... Running update for: - python3.11-aiohttp-socks-0.8.4: UPDATING ... - python3.11-aiohttp-socks-0.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-socks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.networkmanager-fortisslvpn, using log file: /var/log/nixpkgs-update/gnome.networkmanager-fortisslvpn/2024-03-03.log gnome.networkmanager-fortisslvpn 0 -> 1 attrpath: gnome.networkmanager-fortisslvpn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9q97l91hljcb2376wzd8p30hq1hn00q0-packages.json.drv building '/nix/store/9q97l91hljcb2376wzd8p30hq1hn00q0-packages.json.drv'... Going to be running update for following packages: - NetworkManager-fortisslvpn-gnome-1.4.0 Press Enter key to continue... Running update for: - NetworkManager-fortisslvpn-gnome-1.4.0: UPDATING ... - NetworkManager-fortisslvpn-gnome-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome.networkmanager-fortisslvpn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyrosimple, using log file: /var/log/nixpkgs-update/pyrosimple/2024-03-03.log pyrosimple 0 -> 1 attrpath: pyrosimple Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kaw31gzsmsq8vl6492v9fr8ffqssd86y-packages.json.drv building '/nix/store/kaw31gzsmsq8vl6492v9fr8ffqssd86y-packages.json.drv'... Going to be running update for following packages: - pyrosimple-2.12.1 Press Enter key to continue... Running update for: - pyrosimple-2.12.1: UPDATING ... - pyrosimple-2.12.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/p2p/pyrosimple/default.nix b/pkgs/applications/networking/p2p/pyrosimple/default.nix index 2f75ce1b29a1..866727ba4349 100644 --- a/pkgs/applications/networking/p2p/pyrosimple/default.nix +++ b/pkgs/applications/networking/p2p/pyrosimple/default.nix @@ -10,14 +10,14 @@ python3.pkgs.buildPythonApplication rec { pname = "pyrosimple"; - version = "2.12.1"; + version = "2.13.0"; format = "pyproject"; src = fetchFromGitHub { owner = "kannibalox"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-ppSQknpRoxq35t7lPbqz7MPJzy98yq/GgSchPOx4VT4="; + hash = "sha256-e69e1Aa10/pew1UZBCIPIH3BK7I8C3HiW59fRuSZlkc="; }; pythonRelaxDeps = [ An auto update branch exists with message `pyrosimple: 2.12.1 -> 2.13.0`. New version is 2.13.0. An auto update branch exists with an equal or greater version [result] Failed to update pyrosimple 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.phone-modem, using log file: /var/log/nixpkgs-update/python311Packages.phone-modem/2024-03-03.log python311Packages.phone-modem 0 -> 1 attrpath: python311Packages.phone-modem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vymalk8km7cpngq7dv62flq971zd2ih7-packages.json.drv building '/nix/store/vymalk8km7cpngq7dv62flq971zd2ih7-packages.json.drv'... Going to be running update for following packages: - python3.11-phone-modem-0.1.2 Press Enter key to continue... Running update for: - python3.11-phone-modem-0.1.2: UPDATING ... - python3.11-phone-modem-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.phone-modem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyotgw, using log file: /var/log/nixpkgs-update/python311Packages.pyotgw/2024-03-03.log python311Packages.pyotgw 0 -> 1 attrpath: python311Packages.pyotgw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kmpnacv5xbxi3p94b6zbrh2rfsvd4vn8-packages.json.drv building '/nix/store/kmpnacv5xbxi3p94b6zbrh2rfsvd4vn8-packages.json.drv'... Going to be running update for following packages: - python3.11-pyotgw-2.1.3 Press Enter key to continue... Running update for: - python3.11-pyotgw-2.1.3: UPDATING ... - python3.11-pyotgw-2.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyotgw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsignal-ffi, using log file: /var/log/nixpkgs-update/libsignal-ffi/2024-03-03.log libsignal-ffi 0.39.2 -> 0.41.0 https://github.com/signalapp/libsignal/releases attrpath: libsignal-ffi Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/li/libsignal-ffi/package.nix b/pkgs/by-name/li/libsignal-ffi/package.nix index b6faa11f8482..ffee3ff05e7c 100644 --- a/pkgs/by-name/li/libsignal-ffi/package.nix +++ b/pkgs/by-name/li/libsignal-ffi/package.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "libsignal-ffi"; # must match the version used in mautrix-signal # see https://github.com/mautrix/signal/issues/401 - version = "0.39.2"; + version = "0.41.0"; src = fetchFromGitHub { owner = "signalapp"; repo = "libsignal"; rev = "v${version}"; - hash = "sha256-MKmkqfUhXOHUlP3jSNKsplT9kP0ERj3rmTrLLU3T2no="; + hash = "sha256-U/Wy7nzRQJLdc/dGmYR418Nt1KV70HbcgnDHmYxKytg="; }; nativeBuildInputs = [ protobuf ] ++ lib.optionals stdenv.isDarwin [ xcodebuild ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libsignal-ffi nix build failed. --- > version = "1.6.1" 4022,4025c3595 < checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" < dependencies = [ < "sha1_smol", < ] --- > checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" 4180c3750 < "bitflags 2.4.2", --- > "bitflags 2.4.1", 4488d4057 < "cfg-if", 4498d4066 < "rayon", 4500d4067 < "sha2", ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update libsignal-ffi 0.39.2 -> 0.41.0 https://github.com/signalapp/libsignal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.mate-menus, using log file: /var/log/nixpkgs-update/mate.mate-menus/2024-03-03.log mate.mate-menus 0 -> 1 attrpath: mate.mate-menus mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-menus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-fame, using log file: /var/log/nixpkgs-update/git-fame/2024-03-03.log git-fame 0 -> 1 attrpath: git-fame 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 git-fame 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hhexen, using log file: /var/log/nixpkgs-update/hhexen/2024-03-03.log hhexen 0 -> 1 attrpath: hhexen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rnkhmnach0dplcy4va5rwhga9mzbr77y-packages.json.drv building '/nix/store/rnkhmnach0dplcy4va5rwhga9mzbr77y-packages.json.drv'... Going to be running update for following packages: - hhexen-1.6.3 Press Enter key to continue... Running update for: - hhexen-1.6.3: UPDATING ... - hhexen-1.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hhexen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywbem, using log file: /var/log/nixpkgs-update/python311Packages.pywbem/2024-03-03.log python311Packages.pywbem 0 -> 1 attrpath: python311Packages.pywbem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q1y0xkvqgall8gfl53llj8l7d3vw0pm2-packages.json.drv building '/nix/store/q1y0xkvqgall8gfl53llj8l7d3vw0pm2-packages.json.drv'... Going to be running update for following packages: - python3.11-pywbem-1.6.2 Press Enter key to continue... Running update for: - python3.11-pywbem-1.6.2: UPDATING ... - python3.11-pywbem-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywbem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kicad-testing-small, using log file: /var/log/nixpkgs-update/kicad-testing-small/2024-03-03.log kicad-testing-small 0 -> 1 attrpath: kicad-testing-small Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/xkjjshq365y7dg0d5by6rpxy1i8zxszr-packages.json.drv building '/nix/store/xkjjshq365y7dg0d5by6rpxy1i8zxszr-packages.json.drv'... Going to be running update for following packages: - kicad-testing-small-7.0-2024-01-27 Press Enter key to continue... Running update for: - kicad-testing-small-7.0-2024-01-27: UPDATING ... - kicad-testing-small-7.0-2024-01-27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/electronics/kicad/versions.nix b/pkgs/applications/science/electronics/kicad/versions.nix index 11837638e1ab..d8ade7c9e978 100644 --- a/pkgs/applications/science/electronics/kicad/versions.nix +++ b/pkgs/applications/science/electronics/kicad/versions.nix @@ -25,23 +25,23 @@ }; "kicad-testing" = { kicadVersion = { - version = "7.0-2024-01-27"; + version = "8.0-2024-03-03"; src = { - rev = "13fcb571f7e5bf4bf142d151651fc577aca32053"; - sha256 = "0wvk3wx5lm2jvyip6b96ja464hdzp9klb7b7ng5i3mdldabh0jba"; + rev = "fa2ccdd083e3d244562a372dd04905fcb87cebfa"; + sha256 = "105q1rv6cihg8c3fi0kipz3zx8hk3si2np38sdkri4d4ashcz9q3"; }; }; libVersion = { - version = "7.0-2024-01-27"; + version = "8.0-2024-03-03"; libSources = { - symbols.rev = "eedf6c9ddac2816023e817d4dc91032f9d7390b9"; - symbols.sha256 = "0nlgmxf9z1vf4g350dfkxql1dawgmw275wqxkgszsfxmhdfpmi9v"; - templates.rev = "9ce98cc45f3778e05c404edebf0f98de5c247ffe"; - templates.sha256 = "0mykfwwik7472i4r0isc5szj3dnmvd0538p0vlmzh4rcgj3pj3vm"; - footprints.rev = "7061fc9847ecc1b838e60dc6826db534028494f6"; - footprints.sha256 = "1az6fzh1lma71mj12bc4bblnmzjayrxhkb8w9rjvlhvvgv33cdmy"; - packages3d.rev = "d7345b34daaa23acf0d4506ed937fb424b5b18cd"; - packages3d.sha256 = "0xzyi4mgyifwc6dppdzh6jq294mkj0a71cwkqw2ymz1kfbksw626"; + symbols.rev = "e228d4e8b295364e90e36c57f4023d8285ba88cd"; + symbols.sha256 = "049h2a7yn6ks8sybppixa872dbvyd0rwf9r6nixvdg6d13fl6rwf"; + templates.rev = "2e00c233b67e35323f90d04c190bf70237a252f2"; + templates.sha256 = "0m9bggz3cm27kqpjjwxy19mqzk0c69bywcjkqcni7kafr21c6k4z"; + footprints.rev = "6e5329a6d4aaa81290e23af3eba88f505c2f61b0"; + footprints.sha256 = "0ypjlbmzmcl3pha3q2361va70c988b1drxy8320gm66jkzfc21a1"; + packages3d.rev = "d1e521228d9f5888836b1a6a35fb05fb925456fa"; + packages3d.sha256 = "0lcy1av7ixg1f7arflk50jllpc1749sfvf3h62hkxsz97wkr97xj"; }; }; }; An auto update branch exists with message `kicad-testing-small: 7.0-2024-01-27 -> 7.0-2024-02-21`. New version is 8.0-2024-03-03. 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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kicad-testing-small Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . kicad-testing-small Standard output: error: build log of 'kicad-testing-small' is not available [result] Failed to update kicad-testing-small 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.hsa-amd-aqlprofile-bin, using log file: /var/log/nixpkgs-update/rocmPackages.hsa-amd-aqlprofile-bin/2024-03-03.log rocmPackages.hsa-amd-aqlprofile-bin 0 -> 1 attrpath: rocmPackages.hsa-amd-aqlprofile-bin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/27fja4yam68icp6k0vlwiyhbpf1x7v7a-update.sh.drv /nix/store/yjlk3r2lx5jx4bm1x80npaw9ax20pci5-packages.json.drv building '/nix/store/27fja4yam68icp6k0vlwiyhbpf1x7v7a-update.sh.drv'... building '/nix/store/yjlk3r2lx5jx4bm1x80npaw9ax20pci5-packages.json.drv'... Going to be running update for following packages: - hsa-amd-aqlprofile-bin-5.7.1 Press Enter key to continue... Running update for: - hsa-amd-aqlprofile-bin-5.7.1: UPDATING ... - hsa-amd-aqlprofile-bin-5.7.1: ERROR --- SHOWING ERROR LOG FOR hsa-amd-aqlprofile-bin-5.7.1 ---------------------- 'rocmPackages_5.hsa-amd-aqlprofile-bin' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hsa-amd-aqlprofile-bin'. --- SHOWING ERROR LOG FOR hsa-amd-aqlprofile-bin-5.7.1 ---------------------- The update script for hsa-amd-aqlprofile-bin-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hsa-amd-aqlprofile-bin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohttp-basicauth, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-basicauth/2024-03-03.log python311Packages.aiohttp-basicauth 0 -> 1 attrpath: python311Packages.aiohttp-basicauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3llfr0pmx7lzs6ynzr2xvpckicwsgm4q-packages.json.drv building '/nix/store/3llfr0pmx7lzs6ynzr2xvpckicwsgm4q-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-basicauth-1.0.0 Press Enter key to continue... Running update for: - python3.11-aiohttp-basicauth-1.0.0: UPDATING ... - python3.11-aiohttp-basicauth-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-basicauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixos-bgrt-plymouth, using log file: /var/log/nixpkgs-update/nixos-bgrt-plymouth/2024-03-03.log nixos-bgrt-plymouth 0 -> 1 attrpath: nixos-bgrt-plymouth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hc7j61s2056i0rfsnqmqf3xx5gik3x5v-packages.json.drv building '/nix/store/hc7j61s2056i0rfsnqmqf3xx5gik3x5v-packages.json.drv'... Going to be running update for following packages: - nixos-bgrt-plymouth Press Enter key to continue... Running update for: - nixos-bgrt-plymouth: UPDATING ... - nixos-bgrt-plymouth: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nixos-bgrt-plymouth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snaptime, using log file: /var/log/nixpkgs-update/python311Packages.snaptime/2024-03-03.log python311Packages.snaptime 0 -> 1 attrpath: python311Packages.snaptime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r27lml1a0w1k1k0bc46zjrv4pcg3sfm7-packages.json.drv building '/nix/store/r27lml1a0w1k1k0bc46zjrv4pcg3sfm7-packages.json.drv'... Going to be running update for following packages: - python3.11-snaptime-0.2.4 Press Enter key to continue... Running update for: - python3.11-snaptime-0.2.4: UPDATING ... - python3.11-snaptime-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snaptime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.alarmdecoder, using log file: /var/log/nixpkgs-update/python311Packages.alarmdecoder/2024-03-03.log python311Packages.alarmdecoder 0 -> 1 attrpath: python311Packages.alarmdecoder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/phbyppydq33g6a7vfz11scqr8flb165l-packages.json.drv building '/nix/store/phbyppydq33g6a7vfz11scqr8flb165l-packages.json.drv'... Going to be running update for following packages: - python3.11-alarmdecoder-1.13.11 Press Enter key to continue... Running update for: - python3.11-alarmdecoder-1.13.11: UPDATING ... - python3.11-alarmdecoder-1.13.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.alarmdecoder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohwenergy, using log file: /var/log/nixpkgs-update/python311Packages.aiohwenergy/2024-03-03.log python311Packages.aiohwenergy 0 -> 1 attrpath: python311Packages.aiohwenergy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m9whz1md0i1n39bwv63sv306s3yp35kl-packages.json.drv building '/nix/store/m9whz1md0i1n39bwv63sv306s3yp35kl-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohwenergy-0.8.0 Press Enter key to continue... Running update for: - python3.11-aiohwenergy-0.8.0: UPDATING ... - python3.11-aiohwenergy-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohwenergy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.user-agents, using log file: /var/log/nixpkgs-update/python311Packages.user-agents/2024-03-03.log python311Packages.user-agents 0 -> 1 attrpath: python311Packages.user-agents Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7yg4657m16pfbmfw45p0zlyw27pzx998-packages.json.drv building '/nix/store/7yg4657m16pfbmfw45p0zlyw27pzx998-packages.json.drv'... Going to be running update for following packages: - python3.11-user-agents-2.2.0 Press Enter key to continue... Running update for: - python3.11-user-agents-2.2.0: UPDATING ... - python3.11-user-agents-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.user-agents 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.myhome, using log file: /var/log/nixpkgs-update/python311Packages.myhome/2024-03-03.log python311Packages.myhome 0 -> 1 attrpath: python311Packages.myhome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w3nsikwfc3mmmcrdhyb8vlchpgsyglas-packages.json.drv building '/nix/store/w3nsikwfc3mmmcrdhyb8vlchpgsyglas-packages.json.drv'... Going to be running update for following packages: - python3.11-myhome-0.2.1 Press Enter key to continue... Running update for: - python3.11-myhome-0.2.1: UPDATING ... - python3.11-myhome-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.myhome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dalle-mini, using log file: /var/log/nixpkgs-update/python311Packages.dalle-mini/2024-03-03.log python311Packages.dalle-mini 0 -> 1 attrpath: python311Packages.dalle-mini Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/5jq8hk3k7m3r2xqrgzsv6cj0bswkzbl0-packages.json.drv building '/nix/store/5jq8hk3k7m3r2xqrgzsv6cj0bswkzbl0-packages.json.drv'... Going to be running update for following packages: - python3.11-dalle-mini-0.1.5 Press Enter key to continue... Running update for: - python3.11-dalle-mini-0.1.5: UPDATING ... - python3.11-dalle-mini-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dalle-mini 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.karton-classifier, using log file: /var/log/nixpkgs-update/python311Packages.karton-classifier/2024-03-03.log python311Packages.karton-classifier 0 -> 1 attrpath: python311Packages.karton-classifier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhjhf2hfbnj8sl347j2g00pzj1add3hw-packages.json.drv building '/nix/store/nhjhf2hfbnj8sl347j2g00pzj1add3hw-packages.json.drv'... Going to be running update for following packages: - python3.11-karton-classifier-2.0.0 Press Enter key to continue... Running update for: - python3.11-karton-classifier-2.0.0: UPDATING ... - python3.11-karton-classifier-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.karton-classifier 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpvScripts.thumbfast, using log file: /var/log/nixpkgs-update/mpvScripts.thumbfast/2024-03-03.log mpvScripts.thumbfast 0 -> 1 attrpath: mpvScripts.thumbfast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l0cn5hyxfdc1mhaf79pbr7f927vmcwh5-packages.json.drv building '/nix/store/l0cn5hyxfdc1mhaf79pbr7f927vmcwh5-packages.json.drv'... Going to be running update for following packages: - mpv-thumbfast-unstable-2023-12-08 Press Enter key to continue... Running update for: - mpv-thumbfast-unstable-2023-12-08: UPDATING ... - mpv-thumbfast-unstable-2023-12-08: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpvScripts.thumbfast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iteration-utilities, using log file: /var/log/nixpkgs-update/python311Packages.iteration-utilities/2024-03-03.log python311Packages.iteration-utilities 0 -> 1 attrpath: python311Packages.iteration-utilities Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9abc4wyxm38bbk1rbbcgp6x2a5n5cdcf-packages.json.drv building '/nix/store/9abc4wyxm38bbk1rbbcgp6x2a5n5cdcf-packages.json.drv'... Going to be running update for following packages: - python3.11-iteration-utilities-0.12.1 Press Enter key to continue... Running update for: - python3.11-iteration-utilities-0.12.1: UPDATING ... - python3.11-iteration-utilities-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iteration-utilities 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath plex-mpv-shim, using log file: /var/log/nixpkgs-update/plex-mpv-shim/2024-03-03.log plex-mpv-shim 0 -> 1 attrpath: plex-mpv-shim Checking auto update branch... [version] [version] generic version rewriter does not support multiple 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/dqgipdh34yhm5klcsci33rh299mlkjly-packages.json.drv building '/nix/store/dqgipdh34yhm5klcsci33rh299mlkjly-packages.json.drv'... Going to be running update for following packages: - plex-mpv-shim-1.11.0 Press Enter key to continue... Running update for: - plex-mpv-shim-1.11.0: UPDATING ... - plex-mpv-shim-1.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update plex-mpv-shim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyimpfuzzy, using log file: /var/log/nixpkgs-update/python311Packages.pyimpfuzzy/2024-03-03.log python311Packages.pyimpfuzzy 0 -> 1 attrpath: python311Packages.pyimpfuzzy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x6ri40mfrk8aa3bg8d093xjr0zdzmxcx-packages.json.drv building '/nix/store/x6ri40mfrk8aa3bg8d093xjr0zdzmxcx-packages.json.drv'... Going to be running update for following packages: - python3.11-pyimpfuzzy-0.5 Press Enter key to continue... Running update for: - python3.11-pyimpfuzzy-0.5: UPDATING ... - python3.11-pyimpfuzzy-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyimpfuzzy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.redshift-connector, using log file: /var/log/nixpkgs-update/python311Packages.redshift-connector/2024-03-03.log python311Packages.redshift-connector 0 -> 1 attrpath: python311Packages.redshift-connector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cpw0mjlv3p8bpw7zdnc4niwv3xm95b5s-packages.json.drv building '/nix/store/cpw0mjlv3p8bpw7zdnc4niwv3xm95b5s-packages.json.drv'... Going to be running update for following packages: - python3.11-redshift-connector-2.1.0 Press Enter key to continue... Running update for: - python3.11-redshift-connector-2.1.0: UPDATING ... - python3.11-redshift-connector-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.redshift-connector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ospd-openvas, using log file: /var/log/nixpkgs-update/ospd-openvas/2024-03-03.log ospd-openvas 0 -> 1 attrpath: ospd-openvas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4bz994w12nky1vg5zk5h6xj5gcmhykmf-packages.json.drv building '/nix/store/4bz994w12nky1vg5zk5h6xj5gcmhykmf-packages.json.drv'... Going to be running update for following packages: - ospd-openvas-22.6.2 Press Enter key to continue... Running update for: - ospd-openvas-22.6.2: UPDATING ... - ospd-openvas-22.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ospd-openvas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tartan, using log file: /var/log/nixpkgs-update/tartan/2024-03-03.log tartan 0 -> 1 attrpath: tartan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yfs9fwdinldkihw5p7yghqb22l235f7b-packages.json.drv building '/nix/store/yfs9fwdinldkihw5p7yghqb22l235f7b-packages.json.drv'... Going to be running update for following packages: - tartan-unstable-2021-12-23 Press Enter key to continue... Running update for: - tartan-unstable-2021-12-23: UPDATING ... - tartan-unstable-2021-12-23: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/analysis/tartan/default.nix b/pkgs/development/tools/analysis/tartan/default.nix index 1106d017cba1..998b46944910 100644 --- a/pkgs/development/tools/analysis/tartan/default.nix +++ b/pkgs/development/tools/analysis/tartan/default.nix @@ -12,14 +12,14 @@ stdenv.mkDerivation rec { pname = "tartan"; - version = "unstable-2021-12-23"; + version = "unstable-2023-05-28"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "tartan"; repo = "tartan"; - rev = "bd4ea95d8b3ce1258491e9fac7fcc37d2b241a16"; - sha256 = "l3duPt8Kh/JljzOV+Dm26XbS7gZ+mmFfYUYofWSJRyo="; + rev = "a4387a49c7bb318121a89f9042a28b4bbbec0720"; + sha256 = "0pXZiju4OhDf9+G0t1KRafRZXVZlkTLKyAhBkyCWAk0="; }; nativeBuildInputs = [ An auto update branch exists with message `tartan: unstable-2021-12-23 -> unstable-2023-05-28`. New version is unstable-2023-05-28. An auto update branch exists with an equal or greater version [result] Failed to update tartan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dolt, using log file: /var/log/nixpkgs-update/dolt/2024-03-03.log dolt 1.34.3 -> 1.35.0 https://github.com/dolthub/dolt/releases attrpath: dolt Checking auto update 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-xkqpdY/8zvRT09WQ5RajXtHIoe8MeQaJ8kQie9EFoZE=" [golangModuleVersion] Replaced vendorHash with sha256-kC/+zCuIVUZ7Fpq2WfjYa3tG0vYGkUibK926yh3DCp4= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/sql/dolt/default.nix b/pkgs/servers/sql/dolt/default.nix index 3b2b409191f7..fc725e6b084c 100644 --- a/pkgs/servers/sql/dolt/default.nix +++ b/pkgs/servers/sql/dolt/default.nix @@ -2,18 +2,18 @@ buildGoModule rec { pname = "dolt"; - version = "1.34.3"; + version = "1.35.0"; src = fetchFromGitHub { owner = "dolthub"; repo = "dolt"; rev = "v${version}"; - sha256 = "sha256-/H3jOEMrmhpcuPorv7hebs7LdNftJNXh9aRzxlpmOEY="; + sha256 = "sha256-h1ypyhslsqGrYFXzAdhoviXQwy8ub31+CNQaXMjKSB0="; }; modRoot = "./go"; subPackages = [ "cmd/dolt" ]; - vendorHash = "sha256-xkqpdY/8zvRT09WQ5RajXtHIoe8MeQaJ8kQie9EFoZE="; + vendorHash = "sha256-kC/+zCuIVUZ7Fpq2WfjYa3tG0vYGkUibK926yh3DCp4="; proxyVendor = true; doCheck = false; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/zm8cqh38ld302izx4j2hmkhm1kkf2ijj-dolt-1.35.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:
  • dolt
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/dolthub/dolt/releases. meta.description for dolt is: Relational database with version control and CLI a-la Git meta.homepage for dolt is: https://github.com/dolthub/dolt ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/dolthub/dolt/releases/tag/v1.35.0) - [Compare changes on GitHub](https://github.com/dolthub/dolt/compare/v1.34.3...v1.35.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.35.0 with grep in /nix/store/zm8cqh38ld302izx4j2hmkhm1kkf2ijj-dolt-1.35.0 - found 1.35.0 in filename of file in /nix/store/zm8cqh38ld302izx4j2hmkhm1kkf2ijj-dolt-1.35.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath dolt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/zm8cqh38ld302izx4j2hmkhm1kkf2ijj-dolt-1.35.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 dolt https://github.com/r-ryantm/nixpkgs/archive/ceb877156fb4e32a110bea3f091cc61c5c1214a0.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ceb877156fb4e32a110bea3f091cc61c5c1214a0#dolt ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/zm8cqh38ld302izx4j2hmkhm1kkf2ijj-dolt-1.35.0 ls -la /nix/store/zm8cqh38ld302izx4j2hmkhm1kkf2ijj-dolt-1.35.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:
  • dolt
--- ###### Maintainer pings cc @danbst 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/293110 [result] Success updating dolt 1.34.3 -> 1.35.0 https://github.com/dolthub/dolt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.nautilus, using log file: /var/log/nixpkgs-update/gnome.nautilus/2024-03-03.log gnome.nautilus 0 -> 1 attrpath: gnome.nautilus Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.nautilus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gajim, using log file: /var/log/nixpkgs-update/gajim/2024-03-03.log gajim 0 -> 1 attrpath: gajim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vqlpq5symmwgrpdf0m5gqsi7198cbypn-packages.json.drv building '/nix/store/vqlpq5symmwgrpdf0m5gqsi7198cbypn-packages.json.drv'... Going to be running update for following packages: - gajim-1.8.4 Press Enter key to continue... Running update for: - gajim-1.8.4: UPDATING ... - gajim-1.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gajim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meshlabxml, using log file: /var/log/nixpkgs-update/python311Packages.meshlabxml/2024-03-03.log python311Packages.meshlabxml 0 -> 1 attrpath: python311Packages.meshlabxml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dkybjh43xnbs77kjacpglgh1wzfc4r1z-packages.json.drv building '/nix/store/dkybjh43xnbs77kjacpglgh1wzfc4r1z-packages.json.drv'... Going to be running update for following packages: - python3.11-MeshLabXML-2018.3 Press Enter key to continue... Running update for: - python3.11-MeshLabXML-2018.3: UPDATING ... - python3.11-MeshLabXML-2018.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meshlabxml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath notify, using log file: /var/log/nixpkgs-update/notify/2024-03-03.log notify 0 -> 1 attrpath: notify 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/bd4fcfvl98bcz32a9q1nh5sxmlsh9zn6-packages.json.drv building '/nix/store/bd4fcfvl98bcz32a9q1nh5sxmlsh9zn6-packages.json.drv'... Going to be running update for following packages: - notify-1.0.6 Press Enter key to continue... Running update for: - notify-1.0.6: UPDATING ... - notify-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update notify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rply, using log file: /var/log/nixpkgs-update/python311Packages.rply/2024-03-03.log python311Packages.rply 0 -> 1 attrpath: python311Packages.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/fv5c0lh8r0d40bjr44vvlk0fw5bgpwd2-packages.json.drv building '/nix/store/fv5c0lh8r0d40bjr44vvlk0fw5bgpwd2-packages.json.drv'... Going to be running update for following packages: - python3.11-rply-0.7.7 Press Enter key to continue... Running update for: - python3.11-rply-0.7.7: UPDATING ... - python3.11-rply-0.7.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rply 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-canvas-core, using log file: /var/log/nixpkgs-update/python311Packages.orange-canvas-core/2024-03-03.log python311Packages.orange-canvas-core 0 -> 1 attrpath: python311Packages.orange-canvas-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/89qpxlq19v0p4bz1bz4ixnfyan5hynrm-packages.json.drv building '/nix/store/89qpxlq19v0p4bz1bz4ixnfyan5hynrm-packages.json.drv'... Going to be running update for following packages: - python3.11-orange-canvas-core-0.1.35 Press Enter key to continue... Running update for: - python3.11-orange-canvas-core-0.1.35: UPDATING ... - python3.11-orange-canvas-core-0.1.35: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/orange-canvas-core/default.nix b/pkgs/development/python-modules/orange-canvas-core/default.nix index 37683a999488..592aa2afa509 100644 --- a/pkgs/development/python-modules/orange-canvas-core/default.nix +++ b/pkgs/development/python-modules/orange-canvas-core/default.nix @@ -18,12 +18,12 @@ buildPythonPackage rec { pname = "orange-canvas-core"; - version = "0.1.35"; + version = "0.2.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-xLCwjeNDx9RqxlNkIWMo0Pcrg7akGuu4Rv9oRDgOK18="; + hash = "sha256-KMEFZkAZkDhuDPpAts+u825p5pFJZbyrsMW/S1AArp4="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.orange-canvas-core nix build failed. orangecanvas/scheme/tests/test_readwrite.py::TestReadWrite::test_io /build/orange-canvas-core-0.2.0/orangecanvas/scheme/tests/test_readwrite.py:61: DeprecationWarning: `sink_type()` is deprecated. Use `sink_types()`. self.assertEqual(link1.sink_type(), link2.sink_type()) orangecanvas/scheme/tests/test_widgetmanager.py::TestWidgetManager::test_event_dispatch /build/orange-canvas-core-0.2.0/orangecanvas/scheme/tests/test_widgetmanager.py:161: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead class Widget(QWidget): orangecanvas/scheme/tests/test_widgetmanager.py::TestWidgetManager::test_event_dispatch /build/orange-canvas-core-0.2.0/orangecanvas/scheme/tests/test_widgetmanager.py:171: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead class WidgetManager(TestingWidgetManager): orangecanvas/utils/tests/test_qinvoke.py::TestMethodinvoke::test_qinvoke /build/orange-canvas-core-0.2.0/orangecanvas/utils/tests/test_qinvoke.py:42: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead class StateSetter(QObject): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED orangecanvas/application/tests/test_mainwindow.py::TestMainWindow::test_create_new_window - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/application/tests/test_mainwindow.py::TestMainWindow::test_new_window - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/application/tests/test_mainwindow.py::TestMainWindowLoad::test_dont_load_swp_on_new_window - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/application/tests/test_widgettoolbox.py::TestWidgetToolBox::test_toolbox - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/application/tests/test_widgettoolbox.py::TestWidgetToolBox::test_widgettoolgrid - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/document/tests/test_editlinksdialog.py::TestLinksEditDialog::test_editlinksnode - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/document/tests/test_editlinksdialog.py::TestLinksEditDialog::test_links_edit - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/document/tests/test_editlinksdialog.py::TestLinksEditDialog::test_links_edit_widget - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/gui/tests/test_tooltree.py::TestToolTree::test_flattened - Failed: CALL ERROR: Exceptions caught in Qt event loop: FAILED orangecanvas/gui/tests/test_tooltree.py::TestToolTree::test_tooltree_registry - Failed: CALL ERROR: Exceptions caught in Qt event loop: =========== 10 failed, 222 passed, 1 skipped, 205 warnings in 13.90s =========== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.orange-canvas-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.backports-strenum, using log file: /var/log/nixpkgs-update/python311Packages.backports-strenum/2024-03-03.log python311Packages.backports-strenum 0 -> 1 attrpath: python311Packages.backports-strenum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xbx654b125mx3dnpwym7dz7vkvhaaq79-packages.json.drv building '/nix/store/xbx654b125mx3dnpwym7dz7vkvhaaq79-packages.json.drv'... Going to be running update for following packages: - python3.11-backports-strenum-1.2.8 Press Enter key to continue... Running update for: - python3.11-backports-strenum-1.2.8: UPDATING ... - python3.11-backports-strenum-1.2.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.backports-strenum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykulersky, using log file: /var/log/nixpkgs-update/python311Packages.pykulersky/2024-03-03.log python311Packages.pykulersky 0 -> 1 attrpath: python311Packages.pykulersky Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hqj891mddnyda2v27r9mwlaxc4ch3maz-packages.json.drv building '/nix/store/hqj891mddnyda2v27r9mwlaxc4ch3maz-packages.json.drv'... Going to be running update for following packages: - python3.11-pykulersky-0.5.5 Press Enter key to continue... Running update for: - python3.11-pykulersky-0.5.5: UPDATING ... - python3.11-pykulersky-0.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pykulersky 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.divand, using log file: /var/log/nixpkgs-update/octavePackages.divand/2024-03-03.log octavePackages.divand 0 -> 1 attrpath: octavePackages.divand Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1jp5xdnp8na9gjh6ks0v9p542dy7f8hx-packages.json.drv building '/nix/store/1jp5xdnp8na9gjh6ks0v9p542dy7f8hx-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-divand-1.1.2 Press Enter key to continue... Running update for: - octave-8.4.0-divand-1.1.2: UPDATING ... - octave-8.4.0-divand-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.divand 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.mozo, using log file: /var/log/nixpkgs-update/mate.mozo/2024-03-03.log mate.mozo 0 -> 1 attrpath: mate.mozo mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mozo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyscf, using log file: /var/log/nixpkgs-update/python311Packages.pyscf/2024-03-03.log python311Packages.pyscf 0 -> 1 attrpath: python311Packages.pyscf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nb5v6yqb5x7lk4mrl6ph1l1lav93fwmc-packages.json.drv building '/nix/store/nb5v6yqb5x7lk4mrl6ph1l1lav93fwmc-packages.json.drv'... Going to be running update for following packages: - python3.11-pyscf-2.4.0 Press Enter key to continue... Running update for: - python3.11-pyscf-2.4.0: UPDATING ... - python3.11-pyscf-2.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyscf/default.nix b/pkgs/development/python-modules/pyscf/default.nix index 779af5e7f4f8..7b60a47c44c3 100644 --- a/pkgs/development/python-modules/pyscf/default.nix +++ b/pkgs/development/python-modules/pyscf/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "pyscf"; - version = "2.4.0"; + version = "2.5.0"; format = "setuptools"; src = fetchFromGitHub { owner = "pyscf"; repo = pname; - rev = "v${version}"; - hash = "sha256-+dZsXiLqqyRWr1eOEVSHZ1KMM760hrDaT07ylZUcGmo="; + rev = "refs/tags/v${version}"; + hash = "sha256-UCchzoYsqeIGViewPf4KedmhYktXLmp5Me4lzb1i8p0="; }; # setup.py calls Cmake and passes the arguments in CMAKE_CONFIGURE_ARGS to cmake. No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pyscf nix build failed. pyscf/pbc/scf/test/test_addons.py: 18 warnings /build/source/pyscf/lib/logger.py:115: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) rec.stdout.write(msg%args) pyscf/pbc/symm/test/test_basis.py::KnowValues::test_C2h_symorb /build/source/pyscf/pbc/gto/cell.py:963: UserWarning: Electron number 29 and spin 0 are not consistent in cell warnings.warn('Electron number %d and spin %d are not consistent ' pyscf/pbc/tools/test/test_k2gamma.py::KnownValues::test_double_translation_indices pyscf/pbc/tools/test/test_k2gamma.py::KnownValues::test_k2gamma /build/source/pyscf/pbc/gto/cell.py:963: UserWarning: Electron number 3 and spin 0 are not consistent in cell warnings.warn('Electron number %d and spin %d are not consistent ' pyscf/pbc/tools/test/test_pbc.py::KnownValues::test_coulG_ws /build/source/pyscf/pbc/tools/pbc.py:227: UserWarning: cell.gs is deprecated. It is replaced by cell.mesh,the number of PWs (=2*gs+1) along each direction. warnings.warn('cell.gs is deprecated. It is replaced by cell.mesh,' pyscf/tdscf/test/test_tdrks.py::KnownValues::test_tda_with_wfnsym pyscf/tdscf/test/test_tdrks.py::KnownValues::test_tddft_with_wfnsym /build/source/pyscf/lib/linalg_helper.py:574: UserWarning: Not enough eigenvectors (len(x0)=2, nroots=3) warnings.warn(msg) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED pyscf/dft/test/test_xc_deriv.py::KnownValues::test_libxc_gga_deriv4 - AssertionError: -1159.150389551407 != -920.135878252819 within 4 places (23... = 1 failed, 2299 passed, 3 skipped, 304 deselected, 79 warnings in 1432.85s (0:23:52) = /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.pyscf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sphinx-autobuild, using log file: /var/log/nixpkgs-update/sphinx-autobuild/2024-03-03.log sphinx-autobuild 2021.3.14 -> 2024.02.04 https://github.com/executablebooks/sphinx-autobuild/releases attrpath: sphinx-autobuild Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3ccmlw1jrmz5f9gmkbyspyyw4m0dll35-packages.json.drv building '/nix/store/3ccmlw1jrmz5f9gmkbyspyyw4m0dll35-packages.json.drv'... Going to be running update for following packages: - sphinx-autobuild-2021.3.14 Press Enter key to continue... Running update for: - sphinx-autobuild-2021.3.14: UPDATING ... - sphinx-autobuild-2021.3.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-autobuild/default.nix b/pkgs/development/python-modules/sphinx-autobuild/default.nix index d090d2b8b56a..a133458cce9b 100644 --- a/pkgs/development/python-modules/sphinx-autobuild/default.nix +++ b/pkgs/development/python-modules/sphinx-autobuild/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "sphinx-autobuild"; - version = "2021.3.14"; + version = "2024.2.4"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "de1ca3b66e271d2b5b5140c35034c89e47f263f2cd5db302c9217065f7443f05"; + sha256 = "sha256-y50hIaF21i1FRxYkhyr8X613Va1mJzir5ADs9KeVQwM="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start