For attrpath rPackages.speccurvieR, using log file: /var/log/nixpkgs-update/rPackages.speccurvieR/2024-03-05.log rPackages.speccurvieR 0.1.0 -> 0.3.0 https://repology.org/project/r:speccurvier/versions attrpath: rPackages.speccurvieR 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.speccurvieR 0.1.0 -> 0.3.0 https://repology.org/project/r:speccurvier/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bazecor, using log file: /var/log/nixpkgs-update/bazecor/2024-03-05.log bazecor 1.3.9 -> 1.3.11 https://repology.org/project/bazecor/versions attrpath: bazecor Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - feat: Update `bazecor` from 1.3.9 to 1.3.10 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/283766" [result] Failed to update bazecor 1.3.9 -> 1.3.11 https://repology.org/project/bazecor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mmrm, using log file: /var/log/nixpkgs-update/rPackages.mmrm/2024-03-05.log rPackages.mmrm 0.3.7 -> 0.3.10 https://repology.org/project/r:mmrm/versions attrpath: rPackages.mmrm Checking auto update branch... No auto update branch exists Old version 0.3.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.mmrm 0.3.7 -> 0.3.10 https://repology.org/project/r:mmrm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath traefik, using log file: /var/log/nixpkgs-update/traefik/2024-03-05.log traefik 2.10.7 -> 2.11.0 https://github.com/traefik/traefik/releases attrpath: traefik 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-3SyD1mC+tc8cf5MGcw891W5VbX+b7d0cIJQfwNq2NU8=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'traefik.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ha043igj4n2pbsrx9dwwbdwgmiibdafh-traefik-2.11.0-go-modules.drv /nix/store/qxfdk6w6gwbzpwp33hags16ggxchqscr-traefik-2.11.0.drv building '/nix/store/ha043igj4n2pbsrx9dwwbdwgmiibdafh-traefik-2.11.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/psm0qdiry1l7v1kny4a2vikq2asz0l9k-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) /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context error: builder for '/nix/store/ha043igj4n2pbsrx9dwwbdwgmiibdafh-traefik-2.11.0-go-modules.drv' failed with exit code 1; last 9 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/psm0qdiry1l7v1kny4a2vikq2asz0l9k-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) > /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context For full logs, run 'nix log /nix/store/ha043igj4n2pbsrx9dwwbdwgmiibdafh-traefik-2.11.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/qxfdk6w6gwbzpwp33hags16ggxchqscr-traefik-2.11.0.drv' failed to build [result] Failed to update traefik 2.10.7 -> 2.11.0 https://github.com/traefik/traefik/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BayesFactor, using log file: /var/log/nixpkgs-update/rPackages.BayesFactor/2024-03-05.log rPackages.BayesFactor 0.9.12-4.6 -> 0.9.12.4.7 https://repology.org/project/r:bayesfactor/versions attrpath: rPackages.BayesFactor Checking auto update branch... No auto update branch exists Old version 0.9.12-4.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.BayesFactor 0.9.12-4.6 -> 0.9.12.4.7 https://repology.org/project/r:bayesfactor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath diesel-cli, using log file: /var/log/nixpkgs-update/diesel-cli/2024-03-05.log diesel-cli 2.1.1 -> 2.1.4 https://repology.org/project/diesel-cli/versions attrpath: diesel-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/wn9x58xhwyhnh1vswdhr1z5dypcl55i5-diesel_cli-2.1.4.tar.gz.drv building '/nix/store/wn9x58xhwyhnh1vswdhr1z5dypcl55i5-diesel_cli-2.1.4.tar.gz.drv'... trying https://crates.io/api/v1/crates/diesel_cli/2.1.4/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download diesel_cli-2.1.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 'diesel-cli.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/wn9x58xhwyhnh1vswdhr1z5dypcl55i5-diesel_cli-2.1.4.tar.gz.drv /nix/store/rdr8dmvnawk9sxx244yfw0pk5g00bxs5-diesel-cli-2.1.4-vendor.tar.gz.drv /nix/store/0c33a04smhc9pl0vv8fbxnq5qacbiw3b-diesel-cli-2.1.4.drv building '/nix/store/wn9x58xhwyhnh1vswdhr1z5dypcl55i5-diesel_cli-2.1.4.tar.gz.drv'... trying https://crates.io/api/v1/crates/diesel_cli/2.1.4/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download diesel_cli-2.1.4.tar.gz from any mirror error: builder for '/nix/store/wn9x58xhwyhnh1vswdhr1z5dypcl55i5-diesel_cli-2.1.4.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://crates.io/api/v1/crates/diesel_cli/2.1.4/download > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download diesel_cli-2.1.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/wn9x58xhwyhnh1vswdhr1z5dypcl55i5-diesel_cli-2.1.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/0c33a04smhc9pl0vv8fbxnq5qacbiw3b-diesel-cli-2.1.4.drv' failed to build [result] Failed to update diesel-cli 2.1.1 -> 2.1.4 https://repology.org/project/diesel-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 haskellPackages.proto-lens-arbitrary, using log file: /var/log/nixpkgs-update/haskellPackages.proto-lens-arbitrary/2024-03-05.log haskellPackages.proto-lens-arbitrary 0.1.2.11 -> 0.1.2.12 https://repology.org/project/haskell:proto-lens-arbitrary/versions attrpath: haskellPackages.proto-lens-arbitrary Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.proto-lens-arbitrary 0.1.2.11 -> 0.1.2.12 https://repology.org/project/haskell:proto-lens-arbitrary/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bluetooth-quick-connect, using log file: /var/log/nixpkgs-update/gnomeExtensions.bluetooth-quick-connect/2024-03-05.log gnomeExtensions.bluetooth-quick-connect 43 -> 46 https://repology.org/project/gnome:bluetooth-quick-connect/versions attrpath: gnomeExtensions.bluetooth-quick-connect Checking auto update branch... No auto update branch exists Old version 43" 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.bluetooth-quick-connect 43 -> 46 https://repology.org/project/gnome:bluetooth-quick-connect/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sysstat, using log file: /var/log/nixpkgs-update/sysstat/2024-03-05.log sysstat 12.7.4 -> 12.6.2 https://repology.org/project/sysstat/versions attrpath: sysstat Checking auto update branch... No auto update branch exists 12.6.2 is not newer than 12.7.4 according to Nix; versionComparison: -1 [result] Failed to update sysstat 12.7.4 -> 12.6.2 https://repology.org/project/sysstat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.AppMusicChordPro 6.030 -> 6.050.7 https://repology.org/project/perl:app-music-chordpro/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vmpk, using log file: /var/log/nixpkgs-update/vmpk/2024-03-05.log vmpk 0.8.8 -> 0.9.0 https://repology.org/project/vmpk/versions attrpath: vmpk Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/vmpk/default.nix b/pkgs/applications/audio/vmpk/default.nix index c40af7b046ed..528ceffe5daf 100644 --- a/pkgs/applications/audio/vmpk/default.nix +++ b/pkgs/applications/audio/vmpk/default.nix @@ -5,11 +5,11 @@ mkDerivation rec { pname = "vmpk"; - version = "0.8.8"; + version = "0.9.0"; src = fetchurl { url = "mirror://sourceforge/${pname}/${version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-+NjTcszb1KXGynIcCf4IEDvN4f8pgXtR1TksxGR5ZHQ="; + sha256 = "sha256-xH7hTL8ZAwdUQKytcp2ODgLkyYYGGDdWZ27qwaGuvNk="; }; nativeBuildInputs = [ cmake pkg-config qttools docbook-xsl-nons ]; [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 vmpk nix build failed. unpacking source archive /nix/store/0i9fqnl51v02v7jw370igh5sc4n39s9j-vmpk-0.9.0.tar.bz2 source root is vmpk-0.9.0 setting SOURCE_DATE_EPOCH to timestamp 1703876951 of file vmpk-0.9.0/vmpk.spec.in @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase 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/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/share/doc/VMPK -DCMAKE_INSTALL_INFODIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0/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/3mha46k44wr2wfliz5y9kgr1izhslnhc-vmpk-0.9.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:70 (find_package): Could not find a package configuration file provided by "QT" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "QT" to CMAKE_PREFIX_PATH or set "QT_DIR" to a directory containing one of the above files. If "QT" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update vmpk 0.8.8 -> 0.9.0 https://repology.org/project/vmpk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ucommon, using log file: /var/log/nixpkgs-update/ucommon/2024-03-05.log ucommon 7.0.0 -> 7.0.1 https://repology.org/project/ucommon/versions attrpath: ucommon 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/qjsssx7ql3gma0kwf4qvk2w8yvy4das7-ucommon-7.0.1.tar.gz.drv building '/nix/store/qjsssx7ql3gma0kwf4qvk2w8yvy4das7-ucommon-7.0.1.tar.gz.drv'... trying https://ftpmirror.gnu.org/commoncpp/ucommon-7.0.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 273 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.nluug.nl/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.kernel.org/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.ibcp.fr/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 277 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.dogado.de/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.tochlab.net/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.gnu.org/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 286 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/ftp.gnu.org/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (78) The file does not exist error: cannot download ucommon-7.0.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ucommon.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/qjsssx7ql3gma0kwf4qvk2w8yvy4das7-ucommon-7.0.1.tar.gz.drv /nix/store/xbkd7gm01c7gzaic9g7llxkf5z815kmz-ucommon-7.0.1.drv building '/nix/store/qjsssx7ql3gma0kwf4qvk2w8yvy4das7-ucommon-7.0.1.tar.gz.drv'... trying https://ftpmirror.gnu.org/commoncpp/ucommon-7.0.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 293 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.nluug.nl/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.kernel.org/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.ibcp.fr/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 277 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.dogado.de/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.tochlab.net/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.gnu.org/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 286 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/ftp.gnu.org/gnu/commoncpp/ucommon-7.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (78) The file does not exist error: cannot download ucommon-7.0.1.tar.gz from any mirror error: builder for '/nix/store/qjsssx7ql3gma0kwf4qvk2w8yvy4das7-ucommon-7.0.1.tar.gz.drv' failed with exit code 1; last 25 log lines: > > trying https://mirror.dogado.de/gnu/commoncpp/ucommon-7.0.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://mirror.tochlab.net/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://ftp.gnu.org/pub/gnu/commoncpp/ucommon-7.0.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 286 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying ftp://ftp.funet.fi/pub/mirrors/ftp.gnu.org/gnu/commoncpp/ucommon-7.0.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (78) The file does not exist > error: cannot download ucommon-7.0.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/qjsssx7ql3gma0kwf4qvk2w8yvy4das7-ucommon-7.0.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/xbkd7gm01c7gzaic9g7llxkf5z815kmz-ucommon-7.0.1.drv' failed to build [result] Failed to update ucommon 7.0.0 -> 7.0.1 https://repology.org/project/ucommon/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.appstream-qt, using log file: /var/log/nixpkgs-update/kdePackages.appstream-qt/2024-03-05.log kdePackages.appstream-qt 1.0.1 -> 1.0.2 https://repology.org/project/appstream/versions attrpath: kdePackages.appstream-qt Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { lib, stdenv, appstream, qtbase, qttools, nixosTests }: # TODO: look into using the libraries from the regular appstream derivation as we keep duplicates here let qtSuffix = lib.optionalString (lib.versions.major qtbase.version == "5") "5"; in stdenv.mkDerivation { pname = "appstream-qt"; inherit (appstream) version src; outputs = [ "out" "dev" "installedTests" ]; buildInputs = appstream.buildInputs ++ [ appstream qtbase ]; nativeBuildInputs = appstream.nativeBuildInputs ++ [ qttools ]; mesonFlags = appstream.mesonFlags ++ [ "-Dqt${qtSuffix}=true" ]; patches = appstream.patches; dontWrapQtApps = true; postFixup = '' sed -i "$dev/lib/cmake/AppStreamQt${qtSuffix}/AppStreamQt${qtSuffix}Config.cmake" \ -e "/INTERFACE_INCLUDE_DIRECTORIES/ s@\''${PACKAGE_PREFIX_DIR}@$dev@" ''; passthru = appstream.passthru // { tests = { installed-tests = nixosTests.installed-tests.appstream-qt; }; }; meta = appstream.meta // { description = "Software metadata handling library - Qt"; }; } [result] Failed to update kdePackages.appstream-qt 1.0.1 -> 1.0.2 https://repology.org/project/appstream/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libnice, using log file: /var/log/nixpkgs-update/libnice/2024-03-05.log libnice 0.1.21 -> 0.1.22 https://repology.org/project/libnice/versions attrpath: libnice Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update libnice 0.1.21 -> 0.1.22 https://repology.org/project/libnice/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spotifywm, using log file: /var/log/nixpkgs-update/spotifywm/2024-03-05.log spotifywm 0-unstable-2022-10-25 -> 2022-10-26 https://repology.org/project/spotifywm/versions attrpath: spotifywm Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update spotifywm 0-unstable-2022-10-25 -> 2022-10-26 https://repology.org/project/spotifywm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.parquetize, using log file: /var/log/nixpkgs-update/rPackages.parquetize/2024-03-05.log rPackages.parquetize 0.5.6.1 -> 0.5.7 https://repology.org/project/r:parquetize/versions attrpath: rPackages.parquetize Checking auto update branch... No auto update branch exists Old version 0.5.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.parquetize 0.5.6.1 -> 0.5.7 https://repology.org/project/r:parquetize/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nvmix, using log file: /var/log/nixpkgs-update/rPackages.nvmix/2024-03-05.log rPackages.nvmix 0.1-0 -> 0.1-1 https://repology.org/project/r:nvmix/versions attrpath: rPackages.nvmix 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.nvmix 0.1-0 -> 0.1-1 https://repology.org/project/r:nvmix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rasterdiv, using log file: /var/log/nixpkgs-update/rPackages.rasterdiv/2024-03-05.log rPackages.rasterdiv 0.3.1 -> 0.3.4 https://repology.org/project/r:rasterdiv/versions attrpath: rPackages.rasterdiv Checking auto update branch... No auto update branch exists Old version 0.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rasterdiv 0.3.1 -> 0.3.4 https://repology.org/project/r:rasterdiv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.microsoft-kiota-authentication-azure, using log file: /var/log/nixpkgs-update/python311Packages.microsoft-kiota-authentication-azure/2024-03-05.log python311Packages.microsoft-kiota-authentication-azure 0 -> 1 attrpath: python311Packages.microsoft-kiota-authentication-azure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w7mm4j82szn2sgjmd7hbq5nw56bvkgai-packages.json.drv building '/nix/store/w7mm4j82szn2sgjmd7hbq5nw56bvkgai-packages.json.drv'... Going to be running update for following packages: - python3.11-microsoft-kiota-authentication-azure-1.0.0 Press Enter key to continue... Running update for: - python3.11-microsoft-kiota-authentication-azure-1.0.0: UPDATING ... - python3.11-microsoft-kiota-authentication-azure-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.microsoft-kiota-authentication-azure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.predint, using log file: /var/log/nixpkgs-update/rPackages.predint/2024-03-05.log rPackages.predint 2.2.0 -> 2.2.1 https://repology.org/project/r:predint/versions attrpath: rPackages.predint 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.predint 2.2.0 -> 2.2.1 https://repology.org/project/r:predint/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.zfs_unstable, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.zfs_unstable/2024-03-05.log linuxKernel.packages.linux_6_7.zfs_unstable 2.2.3-unstable-2024-02-12-6.7.7 -> 2.2.3 https://repology.org/project/zfs/versions attrpath: linuxKernel.packages.linux_6_7.zfs_unstable Checking auto update branch... No auto update branch exists 2.2.3 is not newer than 2.2.3-unstable-2024-02-12-6.7.7 according to Nix; versionComparison: -1 [result] Failed to update linuxKernel.packages.linux_6_7.zfs_unstable 2.2.3-unstable-2024-02-12-6.7.7 -> 2.2.3 https://repology.org/project/zfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath algolia-cli, using log file: /var/log/nixpkgs-update/algolia-cli/2024-03-05.log algolia-cli 1.5.0 -> 1.6.1 https://github.com/algolia/cli/releases attrpath: algolia-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-cNuBTH7L2K4TgD0H9FZ9CjhE5AGXADaniGLD9Lhrtrk=" [golangModuleVersion] Replaced vendorHash with sha256-cNuBTH7L2K4TgD0H9FZ9CjhE5AGXADaniGLD9Lhrtrk= [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/algolia-cli/default.nix b/pkgs/development/tools/algolia-cli/default.nix index 75f69e021e1f..86135d232bc0 100644 --- a/pkgs/development/tools/algolia-cli/default.nix +++ b/pkgs/development/tools/algolia-cli/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "algolia-cli"; - version = "1.5.0"; + version = "1.6.1"; src = fetchFromGitHub { owner = "algolia"; repo = "cli"; rev = "v${version}"; - hash = "sha256-iaqr8/jPYEnOhGoiUC5lmd7l+AAOFh3iYVW+mbBV/V8="; + hash = "sha256-XcsVU/yV6c6jzuJdZvqs+kAu6XwR8ygVcJ6KEI04x9I="; }; vendorHash = "sha256-cNuBTH7L2K4TgD0H9FZ9CjhE5AGXADaniGLD9Lhrtrk="; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/hrkp17dgpig5gpz7l3aq0hvkqpckj8gp-algolia-cli-1.6.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/algolia/cli/releases. meta.description for algolia-cli is: Algolia’s official CLI devtool meta.homepage for algolia-cli is: https://algolia.com/doc/tools/cli/ ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/algolia/cli/releases/tag/v1.6.1) - [Compare changes on GitHub](https://github.com/algolia/cli/compare/v1.5.0...v1.6.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.6.1 with grep in /nix/store/hrkp17dgpig5gpz7l3aq0hvkqpckj8gp-algolia-cli-1.6.1 - found 1.6.1 in filename of file in /nix/store/hrkp17dgpig5gpz7l3aq0hvkqpckj8gp-algolia-cli-1.6.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath algolia-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hrkp17dgpig5gpz7l3aq0hvkqpckj8gp-algolia-cli-1.6.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A algolia-cli https://github.com/r-ryantm/nixpkgs/archive/60fd8256ab213610d32d200fdad4bd601e361efa.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/60fd8256ab213610d32d200fdad4bd601e361efa#algolia-cli ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hrkp17dgpig5gpz7l3aq0hvkqpckj8gp-algolia-cli-1.6.1 ls -la /nix/store/hrkp17dgpig5gpz7l3aq0hvkqpckj8gp-algolia-cli-1.6.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @marsam 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/293362 [result] Success updating algolia-cli 1.5.0 -> 1.6.1 https://github.com/algolia/cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.partR2, using log file: /var/log/nixpkgs-update/rPackages.partR2/2024-03-05.log rPackages.partR2 0.9.1 -> 0.9.2 https://repology.org/project/r:partr2/versions attrpath: rPackages.partR2 Checking auto update branch... No auto update branch exists Old version 0.9.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.partR2 0.9.1 -> 0.9.2 https://repology.org/project/r:partr2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coq_8_19, using log file: /var/log/nixpkgs-update/coq_8_19/2024-03-05.log coq_8_19 8.19.0 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_19 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/science/logic/coq/default.nix b/pkgs/applications/science/logic/coq/default.nix index e52a51936180..70d02307a0b4 100644 --- a/pkgs/applications/science/logic/coq/default.nix +++ b/pkgs/applications/science/logic/coq/default.nix @@ -56,7 +56,7 @@ let "8.17.0".sha256 = "sha256-TGwm7S6+vkeZ8cidvp8pkiAd9tk008jvvPvYgfEOXhM="; "8.17.1".sha256 = "sha256-x+RwkbxMg9aR0L3WSCtpIz8jwA5cJA4tXAtHMZb20y4="; "8.18.0".sha256 = "sha256-WhiBs4nzPHQ0R24xAdM49kmxSCPOxiOVMA1iiMYunz4="; - "8.19.0".sha256 = "sha256-ixsYCvCXpBHqJ71hLQklphlwoOO3i/6w2PJjllKqf9k="; + "8.19.1".sha256 = "sha256-kmZ8Uk8jpzjOd67aAPp3C+vU2oNaBw9pr7+Uixcgg94="; }; releaseRev = v: "V${v}"; fetched = import ../../../../build-support/coq/meta-fetch/default.nix [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/z8gxny6mdvzm82qnqcqnwsjs3bxyc4nd-coq-8.19.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/coq/coq/releases. meta.description for coq_8_19 is: Coq proof assistant meta.homepage for coq_8_19 is: https://coq.inria.fr ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/coq/coq/releases/tag/V8.19.1) - [Compare changes on GitHub](https://github.com/coq/coq/compare/V8.19.0...V8.19.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 8.19.1 with grep in /nix/store/z8gxny6mdvzm82qnqcqnwsjs3bxyc4nd-coq-8.19.1 - found 8.19.1 in filename of file in /nix/store/z8gxny6mdvzm82qnqcqnwsjs3bxyc4nd-coq-8.19.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath coq_8_19 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/z8gxny6mdvzm82qnqcqnwsjs3bxyc4nd-coq-8.19.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 coq_8_19 https://github.com/r-ryantm/nixpkgs/archive/e3f283e4dd43fb421fd6888f91f4f753a8b9dbb2.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e3f283e4dd43fb421fd6888f91f4f753a8b9dbb2#coq_8_19 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/z8gxny6mdvzm82qnqcqnwsjs3bxyc4nd-coq-8.19.1 ls -la /nix/store/z8gxny6mdvzm82qnqcqnwsjs3bxyc4nd-coq-8.19.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @roconnor @thoughtpolice @vbgl @Zimmi48 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/293367 [result] Success updating coq_8_19 8.19.0 -> 8.19.1 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cairo-lang, using log file: /var/log/nixpkgs-update/cairo-lang/2024-03-05.log cairo-lang 2.5.4 -> 2.6.0 https://github.com/starkware-libs/cairo/releases attrpath: cairo-lang 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-4JOxgdx5pyTiHtpexevVEhTOwiVXuXZsKuuJd17OioE= 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 cairo-lang nix build failed. running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s  Running unittests src/main.rs (target/x86_64-unknown-linux-gnu/release/deps/generate_syntax-22c664df4195dd36) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s  Running unittests src/main.rs (target/x86_64-unknown-linux-gnu/release/deps/get_lowering-209dcd4d3c936288) running 1 test test test_lowering_consistency ... FAILED failures: ---- test_lowering_consistency stdout ---- thread 'test_lowering_consistency' panicked at crates/bin/get-lowering/src/main.rs:37:10: called `Result::unwrap()` on an `Err` value: Failed to find development corelib. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: test_lowering_consistency test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s error: test failed, to rerun pass `-p get-lowering --bin get-lowering` [result] Failed to update cairo-lang 2.5.4 -> 2.6.0 https://github.com/starkware-libs/cairo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath _1password-gui, using log file: /var/log/nixpkgs-update/_1password-gui/2024-03-05.log _1password-gui 8.10.26 -> 8.10.27 https://repology.org/project/1password/versions attrpath: _1password-gui 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 _1password-gui 8.10.26 -> 8.10.27 https://repology.org/project/1password/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_2.kramdown-rfc2629, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.kramdown-rfc2629/2024-03-05.log rubyPackages_3_2.kramdown-rfc2629 1.7.5 -> 1.7.7 https://repology.org/project/kramdown-rfc/versions attrpath: rubyPackages_3_2.kramdown-rfc2629 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages_3_2.kramdown-rfc2629 1.7.5 -> 1.7.7 https://repology.org/project/kramdown-rfc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath antlr, using log file: /var/log/nixpkgs-update/antlr/2024-03-05.log antlr 4.13.0 -> 4.13.1 https://repology.org/project/antlr/versions attrpath: antlr 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 antlr 4.13.0 -> 4.13.1 https://repology.org/project/antlr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.jlmerclusterperm, using log file: /var/log/nixpkgs-update/rPackages.jlmerclusterperm/2024-03-05.log rPackages.jlmerclusterperm 1.1.0 -> 1.1.3 https://repology.org/project/r:jlmerclusterperm/versions attrpath: rPackages.jlmerclusterperm Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.jlmerclusterperm 1.1.0 -> 1.1.3 https://repology.org/project/r:jlmerclusterperm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aaaaxy, using log file: /var/log/nixpkgs-update/aaaaxy/2024-03-05.log aaaaxy 1.5.23 -> 1.5.42 https://github.com/divVerent/aaaaxy/releases attrpath: aaaaxy 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-ECKzKGMQjmZFHn/lzVzijpXlFcAKuUsiD/HVz59clAc=" [golangModuleVersion] Replaced vendorHash with sha256-q/nDfh+A2eJDAaSWN4Xsgxp76AKsYIX7PNn/psBPmg0= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/aa/aaaaxy/package.nix b/pkgs/by-name/aa/aaaaxy/package.nix index d0a6585fcd2e..dd0b57a69176 100644 --- a/pkgs/by-name/aa/aaaaxy/package.nix +++ b/pkgs/by-name/aa/aaaaxy/package.nix @@ -20,17 +20,17 @@ buildGoModule rec { pname = "aaaaxy"; - version = "1.5.23"; + version = "1.5.42"; src = fetchFromGitHub { owner = "divVerent"; repo = pname; rev = "v${version}"; - hash = "sha256-AB2MBXNWfWo8X5QTt2w8nrSG3v9qpIkMB7BUUKQtQEk="; + hash = "sha256-RfjEr0oOtLcrHKQj1dYbykRbHoGoi0o7D3hjVG3siIQ="; fetchSubmodules = true; }; - vendorHash = "sha256-ECKzKGMQjmZFHn/lzVzijpXlFcAKuUsiD/HVz59clAc="; + vendorHash = "sha256-q/nDfh+A2eJDAaSWN4Xsgxp76AKsYIX7PNn/psBPmg0="; buildInputs = [ alsa-lib [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/n9s2v76b934cpv1qlfcgh4ww6hq0s58b-aaaaxy-1.5.42" 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 = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages 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/divVerent/aaaaxy/releases. meta.description for aaaaxy is: A nonlinear 2D puzzle platformer taking place in impossible spaces meta.homepage for aaaaxy is: https://divverent.github.io/aaaaxy/ ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.5.42 with grep in /nix/store/n9s2v76b934cpv1qlfcgh4ww6hq0s58b-aaaaxy-1.5.42 - found 1.5.42 in filename of file in /nix/store/n9s2v76b934cpv1qlfcgh4ww6hq0s58b-aaaaxy-1.5.42 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath aaaaxy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/n9s2v76b934cpv1qlfcgh4ww6hq0s58b-aaaaxy-1.5.42 \ --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 aaaaxy https://github.com/r-ryantm/nixpkgs/archive/2f5d6f37b094f48dbef51f534e0687538c643585.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2f5d6f37b094f48dbef51f534e0687538c643585#aaaaxy ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/n9s2v76b934cpv1qlfcgh4ww6hq0s58b-aaaaxy-1.5.42 ls -la /nix/store/n9s2v76b934cpv1qlfcgh4ww6hq0s58b-aaaaxy-1.5.42/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @Luflosi 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/293378 [result] Success updating aaaaxy 1.5.23 -> 1.5.42 https://github.com/divVerent/aaaaxy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath x11basic, using log file: /var/log/nixpkgs-update/x11basic/2024-03-05.log x11basic 1.27 -> 1.28 https://repology.org/project/x11basic/versions attrpath: x11basic Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/compilers/x11basic/default.nix b/pkgs/development/compilers/x11basic/default.nix index 3ce548c9b483..6ba9024f8b50 100644 --- a/pkgs/development/compilers/x11basic/default.nix +++ b/pkgs/development/compilers/x11basic/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "X11basic"; - version = "1.27"; + version = "1.28"; src = fetchFromGitHub { owner = "kollokollo"; repo = pname; rev = version; - sha256 = "1hpxzdqnjl1fiwgs2vrjg4kxm29c7pqwk3g1m4p5pm4x33a3d1q2"; + sha256 = "sha256-bCl+szQ3BSLL1VCXK8xfM6+6WQ1iFh49GhvHvxG9bGs="; }; nativeBuildInputs = [ autoconf automake ]; [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 x11basic nix build failed. | ^~~~~~~~ bytecode.c:1452:40: note: in expansion of macro 'TR' 1452 | if(TL!=PL_ARBINT) BCADD(BC_X2AI);TR(PL_ARBINT); | ^~ bytecode.c: In function 'bc_parser': bytecode.c:517:7: warning: 'a' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 517 | arbint_parser(funktion,a); | ^~~~~~~~~~~~~~~~~~~~~~~~~ bytecode.c:515:14: note: 'a' was declared here 515 | ARBINT a; | ^ bytecode.c:1033:9: warning: 'a' may be used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized]8;;] 1033 | arbint_parser(s,a); | ^~~~~~~~~~~~~~~~~~ bytecode.c:1031:16: note: 'a' was declared here 1031 | ARBINT a; | ^ gcc -Wall -g -O2 -I /usr/include/freetype2/ -DUSE_SDL -DUSE_X11 -O3 -fno-omit-frame-pointer -c -o xbbc.o xbbc.c gcc -Wall -o xbbc bytecode.o xbbc.o -L . -ldl -lm -lpthread -lutil -lreadline -lbluetooth -lX11 -lx11basic strip xbbc gcc -Wall -g -O2 -I /usr/include/freetype2/ -DUSE_SDL -DUSE_X11 -O3 -fno-omit-frame-pointer -c -o xbvm.o xbvm.c gcc -Wall -o xbvm xbvm.o -L . -ldl -lm -lpthread -lutil -lreadline -lbluetooth -lX11 -lx11basic strip xbvm LD_LIBRARY_PATH=. ./xbasic examples/compiler/xbc.bas --dynamic -o xbc -L . strip xbc LD_LIBRARY_PATH=. ./xbc examples/compiler/bas2x11basic.bas --dynamic -o bas2x11basic -L . strip bas2x11basic fig2dev -L eps ../artwork/x11basicVersion.fig x11basic.eps /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: fig2dev: command not found make: *** [Makefile:790: x11basic.eps] Error 127 [result] Failed to update x11basic 1.27 -> 1.28 https://repology.org/project/x11basic/versions [options] github_user: r-ryantm, pull_request: 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.TestSimple13 1.302195 -> 1.302198 https://repology.org/project/perl:test-simple/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath antidote, using log file: /var/log/nixpkgs-update/antidote/2024-03-05.log antidote 1.9.4 -> 1.9.5 https://github.com/mattmc3/antidote/releases attrpath: antidote Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/shells/zsh/antidote/default.nix b/pkgs/shells/zsh/antidote/default.nix index 041640de7c1c..01f6084cb591 100644 --- a/pkgs/shells/zsh/antidote/default.nix +++ b/pkgs/shells/zsh/antidote/default.nix @@ -1,14 +1,14 @@ { lib, stdenv, fetchFromGitHub }: stdenv.mkDerivation (finalAttrs: { - version = "1.9.4"; + version = "1.9.5"; pname = "antidote"; src = fetchFromGitHub { owner = "mattmc3"; repo = "antidote"; rev = "v${finalAttrs.version}"; - hash = "sha256-gZBDLKkLVfHC+DHlaMS/ySUjb14Jo1192JbkDQnzi7c="; + hash = "sha256-eS2sf+N50N+oyk8wCp71hYF7WDagFBlTcAB/sFdhw9U="; }; dontPatch = true; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/n8wym8lw5qb3753lfhnw7plfndym648l-antidote-1.9.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 = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [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/mattmc3/antidote/releases. meta.description for antidote is: A zsh plugin manager made from the ground up thinking about performance meta.homepage for antidote is: https://getantidote.github.io/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/mattmc3/antidote/releases/tag/v1.9.5) - [Compare changes on GitHub](https://github.com/mattmc3/antidote/compare/v1.9.4...v1.9.5) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.9.5 with grep in /nix/store/n8wym8lw5qb3753lfhnw7plfndym648l-antidote-1.9.5 - found 1.9.5 in filename of file in /nix/store/n8wym8lw5qb3753lfhnw7plfndym648l-antidote-1.9.5 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath antidote ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/n8wym8lw5qb3753lfhnw7plfndym648l-antidote-1.9.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 antidote https://github.com/r-ryantm/nixpkgs/archive/2ddff143eb904c9f9fde95193ae9fdcdc10d5065.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2ddff143eb904c9f9fde95193ae9fdcdc10d5065#antidote ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/n8wym8lw5qb3753lfhnw7plfndym648l-antidote-1.9.5 ls -la /nix/store/n8wym8lw5qb3753lfhnw7plfndym648l-antidote-1.9.5/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @hitsmaxft 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/293385 [result] Success updating antidote 1.9.4 -> 1.9.5 https://github.com/mattmc3/antidote/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uae, using log file: /var/log/nixpkgs-update/uae/2024-03-05.log uae 0.8.29 -> 3.1.66 https://repology.org/project/uae/versions attrpath: uae 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/h0gyb6pmxba9km8ydajrkyjd8zfn2jpl-uae-3.1.66.tar.bz2.drv building '/nix/store/h0gyb6pmxba9km8ydajrkyjd8zfn2jpl-uae-3.1.66.tar.bz2.drv'... trying https://web.archive.org/web/20130905032631/http://www.amigaemulator.org/files/sources/develop/uae-3.1.66.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download uae-3.1.66.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 'uae.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/h0gyb6pmxba9km8ydajrkyjd8zfn2jpl-uae-3.1.66.tar.bz2.drv /nix/store/bjghpi723za6j2hqwdip0vgvjxg5qvhx-uae-3.1.66.drv building '/nix/store/h0gyb6pmxba9km8ydajrkyjd8zfn2jpl-uae-3.1.66.tar.bz2.drv'... trying https://web.archive.org/web/20130905032631/http://www.amigaemulator.org/files/sources/develop/uae-3.1.66.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download uae-3.1.66.tar.bz2 from any mirror error: builder for '/nix/store/h0gyb6pmxba9km8ydajrkyjd8zfn2jpl-uae-3.1.66.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying https://web.archive.org/web/20130905032631/http://www.amigaemulator.org/files/sources/develop/uae-3.1.66.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download uae-3.1.66.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/h0gyb6pmxba9km8ydajrkyjd8zfn2jpl-uae-3.1.66.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/bjghpi723za6j2hqwdip0vgvjxg5qvhx-uae-3.1.66.drv' failed to build [result] Failed to update uae 0.8.29 -> 3.1.66 https://repology.org/project/uae/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bwbasic, using log file: /var/log/nixpkgs-update/bwbasic/2024-03-05.log bwbasic 3.20 -> 3.22 https://repology.org/project/bwbasic/versions attrpath: bwbasic 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/4h4wq20nvhivq7q3g8p2wdc13ysrdx1a-bwbasic-3.22.zip.drv building '/nix/store/4h4wq20nvhivq7q3g8p2wdc13ysrdx1a-bwbasic-3.22.zip.drv'... trying https://downloads.sourceforge.net/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1038 0 --:--:-- --:--:-- --:--:-- 1045 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % 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/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 337 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/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download bwbasic-3.22.zip from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'bwbasic.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/4h4wq20nvhivq7q3g8p2wdc13ysrdx1a-bwbasic-3.22.zip.drv /nix/store/4nf815vj0mr7i6gld7ygj0krwv8sq3c1-bwbasic-3.22.drv building '/nix/store/4h4wq20nvhivq7q3g8p2wdc13ysrdx1a-bwbasic-3.22.zip.drv'... trying https://downloads.sourceforge.net/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1286 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/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % 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/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 337 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/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download bwbasic-3.22.zip from any mirror error: builder for '/nix/store/4h4wq20nvhivq7q3g8p2wdc13ysrdx1a-bwbasic-3.22.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip > % 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/project/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 337 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/bwbasic/bwbasic/version%203.22/bwbasic-3.22.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download bwbasic-3.22.zip from any mirror For full logs, run 'nix log /nix/store/4h4wq20nvhivq7q3g8p2wdc13ysrdx1a-bwbasic-3.22.zip.drv'. error: 1 dependencies of derivation '/nix/store/4nf815vj0mr7i6gld7ygj0krwv8sq3c1-bwbasic-3.22.drv' failed to build [result] Failed to update bwbasic 3.20 -> 3.22 https://repology.org/project/bwbasic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qtractor, using log file: /var/log/nixpkgs-update/qtractor/2024-03-05.log qtractor 0.9.38 -> 0.9.39 https://repology.org/project/qtractor/versions attrpath: qtractor Checking auto update branch... An auto update branch exists with message `qtractor: 0.9.38 -> 0.9.39`. New version is 0.9.39. An auto update branch exists with an equal or greater version [result] Failed to update qtractor 0.9.38 -> 0.9.39 https://repology.org/project/qtractor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.peyotls-codec, using log file: /var/log/nixpkgs-update/haskellPackages.peyotls-codec/2024-03-05.log haskellPackages.peyotls-codec 0.3.1.0 -> 0.3.1.1 https://repology.org/project/haskell:peyotls-codec/versions attrpath: haskellPackages.peyotls-codec Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.peyotls-codec 0.3.1.0 -> 0.3.1.1 https://repology.org/project/haskell:peyotls-codec/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qarte, using log file: /var/log/nixpkgs-update/qarte/2024-03-05.log qarte 5.5.0 -> 5.7.1 https://repology.org/project/qarte/versions attrpath: qarte Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update qarte 5.5.0 -> 5.7.1 https://repology.org/project/qarte/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poco, using log file: /var/log/nixpkgs-update/poco/2024-03-05.log poco 1.12.5p2 -> 1.13.2-release https://github.com/pocoproject/poco/releases attrpath: poco Checking auto update branch... An auto update branch exists with message `poco: 1.12.5 -> 1.13.0`. New version is 1.13.2-release. The auto update branch does not match or exceed the new version. [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/ljg2xah5cq0nzvfmzdcrk44na9l3ijy7-source.drv building '/nix/store/ljg2xah5cq0nzvfmzdcrk44na9l3ijy7-source.drv'... trying https://github.com/pocoproject/poco/archive/poco-1.13.2-release-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'poco.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ljg2xah5cq0nzvfmzdcrk44na9l3ijy7-source.drv /nix/store/9lzyg5wn7cya4hahyc4q18g9lzwrphiw-poco-1.13.2-release.drv building '/nix/store/ljg2xah5cq0nzvfmzdcrk44na9l3ijy7-source.drv'... trying https://github.com/pocoproject/poco/archive/poco-1.13.2-release-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/ljg2xah5cq0nzvfmzdcrk44na9l3ijy7-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/pocoproject/poco/archive/poco-1.13.2-release-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/ljg2xah5cq0nzvfmzdcrk44na9l3ijy7-source.drv'. error: 1 dependencies of derivation '/nix/store/9lzyg5wn7cya4hahyc4q18g9lzwrphiw-poco-1.13.2-release.drv' failed to build [result] Failed to update poco 1.12.5p2 -> 1.13.2-release https://github.com/pocoproject/poco/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.congress, using log file: /var/log/nixpkgs-update/rPackages.congress/2024-03-05.log rPackages.congress 0.0.1 -> 0.0.3 https://repology.org/project/r:congress/versions attrpath: rPackages.congress Checking auto update branch... No auto update branch exists Old version 0.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.congress 0.0.1 -> 0.0.3 https://repology.org/project/r:congress/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dialog, using log file: /var/log/nixpkgs-update/dialog/2024-03-05.log dialog 1.3-20231002 -> 1.3 https://repology.org/project/dialog/versions attrpath: dialog Checking auto update branch... No auto update branch exists 1.3 is not newer than 1.3-20231002 according to Nix; versionComparison: -1 [result] Failed to update dialog 1.3-20231002 -> 1.3 https://repology.org/project/dialog/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fomp, using log file: /var/log/nixpkgs-update/fomp/2024-03-05.log fomp 1.2.2 -> 1.2.4 https://repology.org/project/fomp/versions attrpath: fomp 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/sq4fmyyw5ypal6r9qfx2mvgkrflq1r1k-fomp-1.2.4.tar.bz2.drv building '/nix/store/sq4fmyyw5ypal6r9qfx2mvgkrflq1r1k-fomp-1.2.4.tar.bz2.drv'... trying https://download.drobilla.net/fomp-1.2.4.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download fomp-1.2.4.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 'fomp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/sq4fmyyw5ypal6r9qfx2mvgkrflq1r1k-fomp-1.2.4.tar.bz2.drv /nix/store/zvfdh4yi3qrycb9l85xnb72h3c3w8f71-fomp-1.2.4.drv building '/nix/store/sq4fmyyw5ypal6r9qfx2mvgkrflq1r1k-fomp-1.2.4.tar.bz2.drv'... trying https://download.drobilla.net/fomp-1.2.4.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download fomp-1.2.4.tar.bz2 from any mirror error: builder for '/nix/store/sq4fmyyw5ypal6r9qfx2mvgkrflq1r1k-fomp-1.2.4.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying https://download.drobilla.net/fomp-1.2.4.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download fomp-1.2.4.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/sq4fmyyw5ypal6r9qfx2mvgkrflq1r1k-fomp-1.2.4.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/zvfdh4yi3qrycb9l85xnb72h3c3w8f71-fomp-1.2.4.drv' failed to build [result] Failed to update fomp 1.2.2 -> 1.2.4 https://repology.org/project/fomp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.LWP 6.72 -> 6.760.0 https://repology.org/project/perl:libwww-perl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.zmq-lwt, using log file: /var/log/nixpkgs-update/ocamlPackages.zmq-lwt/2024-03-05.log ocamlPackages.zmq-lwt 5.2.1 -> 5.2.2 https://github.com/issuu/ocaml-zmq/releases attrpath: ocamlPackages.zmq-lwt Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/zmq/default.nix b/pkgs/development/ocaml-modules/zmq/default.nix index b92d8e6cb867..8ed1dd5e41c2 100644 --- a/pkgs/development/ocaml-modules/zmq/default.nix +++ b/pkgs/development/ocaml-modules/zmq/default.nix @@ -2,11 +2,11 @@ buildDunePackage rec { pname = "zmq"; - version = "5.2.1"; + version = "5.2.2"; src = fetchurl { url = "https://github.com/issuu/ocaml-zmq/releases/download/${version}/zmq-${version}.tbz"; - hash = "sha256-hVKfaTrUFqEBsv5hFB7JwsR630M0DKnqhB0QHpxcHKc="; + hash = "sha256-E7dOalD1ZIXvDVY6LSJ1xT0vW1HWOPIEQS33lKZt/2E="; }; buildInputs = [ czmq dune-configurator ]; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.zmq-lwt 5.2.1 -> 5.2.2 https://github.com/issuu/ocaml-zmq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.synchronicity, using log file: /var/log/nixpkgs-update/rPackages.synchronicity/2024-03-05.log rPackages.synchronicity 1.3.5 -> 1.3.10 https://repology.org/project/r:synchronicity/versions attrpath: rPackages.synchronicity Checking auto update branch... No auto update branch exists Old version 1.3.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.synchronicity 1.3.5 -> 1.3.10 https://repology.org/project/r:synchronicity/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-s3, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-s3/2024-03-05.log python311Packages.mypy-boto3-s3 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-s3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/msi0dkd9q772f0h3iazapmgqgw78jh21-packages.json.drv building '/nix/store/msi0dkd9q772f0h3iazapmgqgw78jh21-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-s3-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-s3-1.34.0: UPDATING ... - python3.11-mypy-boto3-s3-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-s3 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 xearth, using log file: /var/log/nixpkgs-update/xearth/2024-03-05.log xearth 1.1 -> 1.2 https://repology.org/project/xearth/versions attrpath: xearth 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/hpmjskn2289b7b1v5ymy1bx6zdax28qc-xearth-1.2.tar.gz.drv building '/nix/store/hpmjskn2289b7b1v5ymy1bx6zdax28qc-xearth-1.2.tar.gz.drv'... trying http://xearth.org/xearth-1.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 510 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 494 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download xearth-1.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 'xearth.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hpmjskn2289b7b1v5ymy1bx6zdax28qc-xearth-1.2.tar.gz.drv /nix/store/9y8dxj0fn9wnikvs6zm6s67wjca9lg53-xearth-1.2.drv building '/nix/store/hpmjskn2289b7b1v5ymy1bx6zdax28qc-xearth-1.2.tar.gz.drv'... trying http://xearth.org/xearth-1.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 510 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 494 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download xearth-1.2.tar.gz from any mirror error: builder for '/nix/store/hpmjskn2289b7b1v5ymy1bx6zdax28qc-xearth-1.2.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://xearth.org/xearth-1.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 510 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 494 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download xearth-1.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/hpmjskn2289b7b1v5ymy1bx6zdax28qc-xearth-1.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/9y8dxj0fn9wnikvs6zm6s67wjca9lg53-xearth-1.2.drv' failed to build [result] Failed to update xearth 1.1 -> 1.2 https://repology.org/project/xearth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.klassR, using log file: /var/log/nixpkgs-update/rPackages.klassR/2024-03-05.log rPackages.klassR 0.2.1 -> 0.2.3 https://repology.org/project/r:klassr/versions attrpath: rPackages.klassR 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.klassR 0.2.1 -> 0.2.3 https://repology.org/project/r:klassr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.crunch, using log file: /var/log/nixpkgs-update/rPackages.crunch/2024-03-05.log rPackages.crunch 1.30.3 -> 1.30.4 https://repology.org/project/r:crunch/versions attrpath: rPackages.crunch Checking auto update branch... No auto update branch exists Old version 1.30.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.crunch 1.30.3 -> 1.30.4 https://repology.org/project/r:crunch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gopher, using log file: /var/log/nixpkgs-update/gopher/2024-03-05.log gopher 3.0.17 -> 3.0.17.3 https://repology.org/project/gopher/versions attrpath: gopher Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/xibpwdpw99qb4d119qz1vm6jsmnl5cyx-source.drv building '/nix/store/xibpwdpw99qb4d119qz1vm6jsmnl5cyx-source.drv'... trying https://github.com/jgoerzen/gopher/archive/release/3.0.17.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gopher.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/xibpwdpw99qb4d119qz1vm6jsmnl5cyx-source.drv /nix/store/c0d42zirna6izlbjwl8cb1wi3frjjxyl-gopher-3.0.17.3.drv building '/nix/store/xibpwdpw99qb4d119qz1vm6jsmnl5cyx-source.drv'... trying https://github.com/jgoerzen/gopher/archive/release/3.0.17.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/xibpwdpw99qb4d119qz1vm6jsmnl5cyx-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/jgoerzen/gopher/archive/release/3.0.17.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/xibpwdpw99qb4d119qz1vm6jsmnl5cyx-source.drv'. error: 1 dependencies of derivation '/nix/store/c0d42zirna6izlbjwl8cb1wi3frjjxyl-gopher-3.0.17.3.drv' failed to build [result] Failed to update gopher 3.0.17 -> 3.0.17.3 https://repology.org/project/gopher/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath grap, using log file: /var/log/nixpkgs-update/grap/2024-03-05.log grap 1.3.1 -> 1.47 https://repology.org/project/grap/versions attrpath: grap 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/5x2m0175c6nvwmmvv3wsk957yfw1315b-source.drv building '/nix/store/5x2m0175c6nvwmmvv3wsk957yfw1315b-source.drv'... trying https://github.com/QuoSecGmbH/grap/archive/v1.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 'grap.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/5x2m0175c6nvwmmvv3wsk957yfw1315b-source.drv /nix/store/64hsfgc2jh1s0f9qfywmk5ddyvf7brfq-grap-1.47.drv building '/nix/store/5x2m0175c6nvwmmvv3wsk957yfw1315b-source.drv'... trying https://github.com/QuoSecGmbH/grap/archive/v1.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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/5x2m0175c6nvwmmvv3wsk957yfw1315b-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/QuoSecGmbH/grap/archive/v1.47.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 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/5x2m0175c6nvwmmvv3wsk957yfw1315b-source.drv'. error: 1 dependencies of derivation '/nix/store/64hsfgc2jh1s0f9qfywmk5ddyvf7brfq-grap-1.47.drv' failed to build [result] Failed to update grap 1.3.1 -> 1.47 https://repology.org/project/grap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.polygon3, using log file: /var/log/nixpkgs-update/python311Packages.polygon3/2024-03-05.log python311Packages.polygon3 3.0.9 -> 3.0.9.1 https://repology.org/project/python:polygon3/versions attrpath: python311Packages.polygon3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8z7xn3a8rdrc1gfdvnmgxzcqq6cvgi8p-packages.json.drv building '/nix/store/8z7xn3a8rdrc1gfdvnmgxzcqq6cvgi8p-packages.json.drv'... Going to be running update for following packages: - python3.11-polygon3-3.0.9 Press Enter key to continue... Running update for: - python3.11-polygon3-3.0.9: UPDATING ... - python3.11-polygon3-3.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.polygon3 3.0.9 -> 3.0.9.1 https://repology.org/project/python:polygon3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nabi, using log file: /var/log/nixpkgs-update/nabi/2024-03-05.log nabi 1.0.0 -> 1.0.1 https://repology.org/project/nabi/versions attrpath: nabi Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/7pbd5433c6540jddib5xs5ialhznh9n6-nabi-1.0.1.tar.gz.drv building '/nix/store/7pbd5433c6540jddib5xs5ialhznh9n6-nabi-1.0.1.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nabi/nabi-1.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download nabi-1.0.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'nabi.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/7pbd5433c6540jddib5xs5ialhznh9n6-nabi-1.0.1.tar.gz.drv /nix/store/zpjcdvajjqdmr0pqqw7gdlncm2l7xmsv-nabi-1.0.1.drv this path will be fetched (1.77 MiB download, 6.26 MiB unpacked): /nix/store/nakqibkqpbm5dawblkh8kzh21fkpqphk-libhangul-0.1.0 copying path '/nix/store/nakqibkqpbm5dawblkh8kzh21fkpqphk-libhangul-0.1.0' from 'https://cache.nixos.org'... building '/nix/store/7pbd5433c6540jddib5xs5ialhznh9n6-nabi-1.0.1.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nabi/nabi-1.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download nabi-1.0.1.tar.gz from any mirror error: builder for '/nix/store/7pbd5433c6540jddib5xs5ialhznh9n6-nabi-1.0.1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/nabi/nabi-1.0.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download nabi-1.0.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/7pbd5433c6540jddib5xs5ialhznh9n6-nabi-1.0.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/zpjcdvajjqdmr0pqqw7gdlncm2l7xmsv-nabi-1.0.1.drv' failed to build [result] Failed to update nabi 1.0.0 -> 1.0.1 https://repology.org/project/nabi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath docbook_xml_dtd_45, using log file: /var/log/nixpkgs-update/docbook_xml_dtd_45/2024-03-05.log docbook_xml_dtd_45 4.5 -> 5.1 https://repology.org/project/docbook-xml/versions attrpath: docbook_xml_dtd_45 Checking auto update branch... No auto update branch exists Old version 4.5" not present in master derivation file with contents: { lib, stdenv, unzip, src, version, postInstall ? "true", findXMLCatalogs }: stdenv.mkDerivation { inherit version src postInstall; pname = "docbook-xml"; nativeBuildInputs = [ unzip ]; propagatedNativeBuildInputs = [ findXMLCatalogs ]; unpackPhase = '' mkdir -p $out/xml/dtd/docbook cd $out/xml/dtd/docbook unpackFile $src ''; installPhase = '' find . -type f -exec chmod -x {} \; runHook postInstall ''; meta = { branch = version; platforms = lib.platforms.unix; }; } [result] Failed to update docbook_xml_dtd_45 4.5 -> 5.1 https://repology.org/project/docbook-xml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.misty, using log file: /var/log/nixpkgs-update/rPackages.misty/2024-03-05.log rPackages.misty 0.5.4 -> 0.6.2 https://repology.org/project/r:misty/versions attrpath: rPackages.misty Checking auto update branch... No auto update branch exists Old version 0.5.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.misty 0.5.4 -> 0.6.2 https://repology.org/project/r:misty/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hdl-dump, using log file: /var/log/nixpkgs-update/hdl-dump/2024-03-05.log hdl-dump 2022-09-19 -> 20200727 https://repology.org/project/hdl-dump/versions attrpath: hdl-dump Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update hdl-dump 2022-09-19 -> 20200727 https://repology.org/project/hdl-dump/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.anywidget, using log file: /var/log/nixpkgs-update/python312Packages.anywidget/2024-03-05.log python312Packages.anywidget 0.9.2 -> @0.9.3 https://github.com/manzt/anywidget/releases attrpath: python312Packages.anywidget Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/za5rzlpck4pw6cww8816l53jpvawp5lw-packages.json.drv building '/nix/store/za5rzlpck4pw6cww8816l53jpvawp5lw-packages.json.drv'... Going to be running update for following packages: - python3.12-anywidget-0.9.2 Press Enter key to continue... Running update for: - python3.12-anywidget-0.9.2: UPDATING ... - python3.12-anywidget-0.9.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/anywidget/default.nix b/pkgs/development/python-modules/anywidget/default.nix index d12798092413..fa5a0aa10209 100644 --- a/pkgs/development/python-modules/anywidget/default.nix +++ b/pkgs/development/python-modules/anywidget/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "anywidget"; - version = "0.9.2"; + version = "0.9.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-S6nB3Df17sD1Zrsp+1Di66FNeaVmE1rqt8hogjI/3I4="; + hash = "sha256-Coae8oretZHhb1c9i5x0Sm1nVruN89kRZSEMyeLibbg="; }; # We do not need the jupyterlab build dependency, because we do not need to 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.anywidget Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.anywidget Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.anywidget/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.anywidget/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.anywidget/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.anywidget 0.9.2 -> @0.9.3 https://github.com/manzt/anywidget/releases [options] github_user: r-ryantm, pull_request: 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.ENVUtil 0.03 -> 0.04 https://repology.org/project/perl:env-util/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.critpath, using log file: /var/log/nixpkgs-update/rPackages.critpath/2024-03-05.log rPackages.critpath 0.2.1 -> 0.2.2 https://repology.org/project/r:critpath/versions attrpath: rPackages.critpath 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.critpath 0.2.1 -> 0.2.2 https://repology.org/project/r:critpath/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.redis-glob, using log file: /var/log/nixpkgs-update/haskellPackages.redis-glob/2024-03-05.log haskellPackages.redis-glob 0.1.0.6 -> 0.1.0.7 https://repology.org/project/haskell:redis-glob/versions attrpath: haskellPackages.redis-glob Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.redis-glob 0.1.0.6 -> 0.1.0.7 https://repology.org/project/haskell:redis-glob/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.mccs, using log file: /var/log/nixpkgs-update/ocamlPackages.mccs/2024-03-05.log ocamlPackages.mccs 1.1+13 -> 1.1+17 https://github.com/AltGr/ocaml-mccs/releases attrpath: ocamlPackages.mccs Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/mccs/default.nix b/pkgs/development/ocaml-modules/mccs/default.nix index 50abdf631db8..53969e2339a5 100644 --- a/pkgs/development/ocaml-modules/mccs/default.nix +++ b/pkgs/development/ocaml-modules/mccs/default.nix @@ -2,13 +2,13 @@ buildDunePackage rec { pname = "mccs"; - version = "1.1+13"; + version = "1.1+17"; src = fetchFromGitHub { owner = "AltGr"; repo = "ocaml-mccs"; rev = version; - sha256 = "sha256-K249E9qkWNK4BC+ynaR3bVEyu9Tk8iCE7GptKk/aVJc="; + sha256 = "sha256-0NZF2W/eWwZRXnMJh9LmOdbE/CRDYeLUUx6ty4irP6U="; }; useDune2 = true; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.mccs 1.1+13 -> 1.1+17 https://github.com/AltGr/ocaml-mccs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.shapviz, using log file: /var/log/nixpkgs-update/rPackages.shapviz/2024-03-05.log rPackages.shapviz 0.9.2 -> 0.9.3 https://repology.org/project/r:shapviz/versions attrpath: rPackages.shapviz Checking auto update branch... No auto update branch exists Old version 0.9.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.shapviz 0.9.2 -> 0.9.3 https://repology.org/project/r:shapviz/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.microsoft-kiota-abstractions, using log file: /var/log/nixpkgs-update/python312Packages.microsoft-kiota-abstractions/2024-03-05.log python312Packages.microsoft-kiota-abstractions 1.2.0 -> 1.3.0 https://github.com/microsoft/kiota-abstractions-python/releases attrpath: python312Packages.microsoft-kiota-abstractions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fagxz13ilakc2kgqv0j7gwvvlrdjwk5y-packages.json.drv building '/nix/store/fagxz13ilakc2kgqv0j7gwvvlrdjwk5y-packages.json.drv'... Going to be running update for following packages: - python3.12-microsoft-kiota-abstractions-1.2.0 Press Enter key to continue... Running update for: - python3.12-microsoft-kiota-abstractions-1.2.0: UPDATING ... - python3.12-microsoft-kiota-abstractions-1.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/microsoft-kiota-abstractions/default.nix b/pkgs/development/python-modules/microsoft-kiota-abstractions/default.nix index c8927fb8d108..f05ac402503e 100644 --- a/pkgs/development/python-modules/microsoft-kiota-abstractions/default.nix +++ b/pkgs/development/python-modules/microsoft-kiota-abstractions/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "microsoft-kiota-abstractions"; - version = "1.2.0"; + version = "1.3.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "microsoft"; repo = "kiota-abstractions-python"; rev = "refs/tags/v${version}"; - hash = "sha256-ubDbpQhrqoyiBNne15nlO44lXg2wG+wrL8EJasMUocc="; + hash = "sha256-PAomuAOwpX5/ijVOi0hjTlUnSWgF+qsb3kpuydIV6nc="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.microsoft-kiota-abstractions: 1.2.0 -> 1.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293359" [result] Failed to update python312Packages.microsoft-kiota-abstractions 1.2.0 -> 1.3.0 https://github.com/microsoft/kiota-abstractions-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libabigail, using log file: /var/log/nixpkgs-update/libabigail/2024-03-05.log libabigail 2.1 -> 2.4 https://repology.org/project/libabigail/versions attrpath: libabigail 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/xqvw3kqyz06635ran7q268ki1pfnqszl-libabigail-2.4.tar.gz.drv building '/nix/store/xqvw3kqyz06635ran7q268ki1pfnqszl-libabigail-2.4.tar.gz.drv'... trying https://mirrors.kernel.org/sourceware/libabigail/libabigail-2.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libabigail-2.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 'libabigail.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/xqvw3kqyz06635ran7q268ki1pfnqszl-libabigail-2.4.tar.gz.drv /nix/store/h1gl6b3jcsydb1zvrkr7rdhphab6ldxh-libabigail-2.4.drv building '/nix/store/xqvw3kqyz06635ran7q268ki1pfnqszl-libabigail-2.4.tar.gz.drv'... trying https://mirrors.kernel.org/sourceware/libabigail/libabigail-2.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libabigail-2.4.tar.gz from any mirror error: builder for '/nix/store/xqvw3kqyz06635ran7q268ki1pfnqszl-libabigail-2.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://mirrors.kernel.org/sourceware/libabigail/libabigail-2.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libabigail-2.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/xqvw3kqyz06635ran7q268ki1pfnqszl-libabigail-2.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/h1gl6b3jcsydb1zvrkr7rdhphab6ldxh-libabigail-2.4.drv' failed to build [result] Failed to update libabigail 2.1 -> 2.4 https://repology.org/project/libabigail/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emacsPackages.gnugo, using log file: /var/log/nixpkgs-update/emacsPackages.gnugo/2024-03-05.log emacsPackages.gnugo 3.1.2 -> 3.8 https://repology.org/project/gnugo/versions attrpath: emacsPackages.gnugo Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update emacsPackages.gnugo 3.1.2 -> 3.8 https://repology.org/project/gnugo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath outline, using log file: /var/log/nixpkgs-update/outline/2024-03-05.log outline 0.75.0 -> 0.75.2 https://github.com/outline/outline/releases attrpath: outline 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 outline 0.75.0 -> 0.75.2 https://github.com/outline/outline/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shorewall, using log file: /var/log/nixpkgs-update/shorewall/2024-03-05.log shorewall 5.2.3.3 -> 5.2.8 https://repology.org/project/shorewall/versions attrpath: shorewall 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 shorewall 5.2.3.3 -> 5.2.8 https://repology.org/project/shorewall/versions [options] github_user: r-ryantm, pull_request: 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.DBDmysql 4.050 -> 5.003 https://repology.org/project/perl:dbd-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 rPackages.CountsEPPM, using log file: /var/log/nixpkgs-update/rPackages.CountsEPPM/2024-03-05.log rPackages.CountsEPPM 3.0 -> 3.1 https://repology.org/project/r:countseppm/versions attrpath: rPackages.CountsEPPM Checking auto update branch... No auto update branch exists Old version 3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.CountsEPPM 3.0 -> 3.1 https://repology.org/project/r:countseppm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jack1, using log file: /var/log/nixpkgs-update/jack1/2024-03-05.log jack1 0.125.0 -> 1.9.22 https://repology.org/project/jack-audio-connection-kit/versions attrpath: jack1 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/pswav5l3w1gz0v287d3gmf3lsqxk8bw0-jack-audio-connection-kit-1.9.22.tar.gz.drv building '/nix/store/pswav5l3w1gz0v287d3gmf3lsqxk8bw0-jack-audio-connection-kit-1.9.22.tar.gz.drv'... trying https://jackaudio.org/downloads/jack-audio-connection-kit-1.9.22.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9379 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download jack-audio-connection-kit-1.9.22.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 'jack1.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/pswav5l3w1gz0v287d3gmf3lsqxk8bw0-jack-audio-connection-kit-1.9.22.tar.gz.drv /nix/store/zfvmj1akr8rgx506bai0rh86wdm7c9fa-jack1-1.9.22.drv these 5 paths will be fetched (0.31 MiB download, 2.08 MiB unpacked): /nix/store/qr64k3sll7024d9m5qyqhyj74hd8vfkd-celt-0.11.3-dev /nix/store/sccfgimldqjq4pg7g4k7yzm8qdbm8dza-dbus-cplusplus-0.9.0 /nix/store/blf42ia7634aw7qldpbhc5fgbcza46v0-ffado-2.4.8-bin /nix/store/iqh3s6dpwy9k10bq08sksziihp8msv6v-ffado-2.4.8-dev /nix/store/gzwbcfyscxryn82vj7bjlyd84g4fx7nl-python3-3.11.8-env copying path '/nix/store/qr64k3sll7024d9m5qyqhyj74hd8vfkd-celt-0.11.3-dev' from 'https://cache.nixos.org'... copying path '/nix/store/sccfgimldqjq4pg7g4k7yzm8qdbm8dza-dbus-cplusplus-0.9.0' from 'https://cache.nixos.org'... copying path '/nix/store/gzwbcfyscxryn82vj7bjlyd84g4fx7nl-python3-3.11.8-env' from 'https://cache.nixos.org'... building '/nix/store/pswav5l3w1gz0v287d3gmf3lsqxk8bw0-jack-audio-connection-kit-1.9.22.tar.gz.drv'... copying path '/nix/store/blf42ia7634aw7qldpbhc5fgbcza46v0-ffado-2.4.8-bin' from 'https://cache.nixos.org'... copying path '/nix/store/iqh3s6dpwy9k10bq08sksziihp8msv6v-ffado-2.4.8-dev' from 'https://cache.nixos.org'... trying https://jackaudio.org/downloads/jack-audio-connection-kit-1.9.22.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9379 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download jack-audio-connection-kit-1.9.22.tar.gz from any mirror error: builder for '/nix/store/pswav5l3w1gz0v287d3gmf3lsqxk8bw0-jack-audio-connection-kit-1.9.22.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://jackaudio.org/downloads/jack-audio-connection-kit-1.9.22.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9379 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download jack-audio-connection-kit-1.9.22.tar.gz from any mirror For full logs, run 'nix log /nix/store/pswav5l3w1gz0v287d3gmf3lsqxk8bw0-jack-audio-connection-kit-1.9.22.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/zfvmj1akr8rgx506bai0rh86wdm7c9fa-jack1-1.9.22.drv' failed to build [result] Failed to update jack1 0.125.0 -> 1.9.22 https://repology.org/project/jack-audio-connection-kit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fitPS, using log file: /var/log/nixpkgs-update/rPackages.fitPS/2024-03-05.log rPackages.fitPS 0.2-6 -> 1.0.0 https://repology.org/project/r:fitps/versions attrpath: rPackages.fitPS Checking auto update branch... No auto update branch exists Old version 0.2-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.fitPS 0.2-6 -> 1.0.0 https://repology.org/project/r:fitps/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ibus-engines.mozc, using log file: /var/log/nixpkgs-update/ibus-engines.mozc/2024-03-05.log ibus-engines.mozc 2.29.5268.102 -> 2.29.5374.102 https://repology.org/project/ibus-mozc/versions attrpath: ibus-engines.mozc Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update ibus-engines.mozc 2.29.5268.102 -> 2.29.5374.102 https://repology.org/project/ibus-mozc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MultiAssayExperiment, using log file: /var/log/nixpkgs-update/rPackages.MultiAssayExperiment/2024-03-05.log rPackages.MultiAssayExperiment 1.28.0 -> 1.29.0 https://repology.org/project/r:multiassayexperiment/versions attrpath: rPackages.MultiAssayExperiment Checking auto update branch... No auto update branch exists Old version 1.28.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MultiAssayExperiment 1.28.0 -> 1.29.0 https://repology.org/project/r:multiassayexperiment/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath migmix, using log file: /var/log/nixpkgs-update/migmix/2024-03-05.log migmix 20150712 -> 20200307 https://repology.org/project/fonts:migmix/versions attrpath: migmix 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 migmix 20150712 -> 20200307 https://repology.org/project/fonts:migmix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pytest-filter-subpackage, using log file: /var/log/nixpkgs-update/python312Packages.pytest-filter-subpackage/2024-03-05.log python312Packages.pytest-filter-subpackage 0.1.2 -> 0.2.0 https://github.com/astropy/pytest-filter-subpackage/releases attrpath: python312Packages.pytest-filter-subpackage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y347d9fyi8vi3z4jj8gvf1d2c54sg1d9-packages.json.drv building '/nix/store/y347d9fyi8vi3z4jj8gvf1d2c54sg1d9-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-filter-subpackage-0.1.2 Press Enter key to continue... Running update for: - python3.12-pytest-filter-subpackage-0.1.2: UPDATING ... - python3.12-pytest-filter-subpackage-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-filter-subpackage/default.nix b/pkgs/development/python-modules/pytest-filter-subpackage/default.nix index 054170408be6..af173182f313 100644 --- a/pkgs/development/python-modules/pytest-filter-subpackage/default.nix +++ b/pkgs/development/python-modules/pytest-filter-subpackage/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "pytest-filter-subpackage"; - version = "0.1.2"; + version = "0.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-H66jZxeAPlJFiNbBCdJtINOzRCLo1qloEnWJd9ygF4I="; + hash = "sha256-P0aPGzZRgSiGm5Xeq2YbpF7WKThUMp/vFNpMjKx4r1Y="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 101 > 25 [result] Failed to update python312Packages.pytest-filter-subpackage 0.1.2 -> 0.2.0 https://github.com/astropy/pytest-filter-subpackage/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-desktop-base, using log file: /var/log/nixpkgs-update/deepin.deepin-desktop-base/2024-03-05.log deepin.deepin-desktop-base 2023.09.05 -> 2024.01.03 https://github.com/linuxdeepin/deepin-desktop-base/releases attrpath: deepin.deepin-desktop-base deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-desktop-base 2023.09.05 -> 2024.01.03 https://github.com/linuxdeepin/deepin-desktop-base/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath google-fonts, using log file: /var/log/nixpkgs-update/google-fonts/2024-03-05.log google-fonts 2023-10-20 -> 20170830 https://repology.org/project/google-fonts/versions attrpath: google-fonts Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update google-fonts 2023-10-20 -> 20170830 https://repology.org/project/google-fonts/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tesla-fleet-api, using log file: /var/log/nixpkgs-update/python312Packages.tesla-fleet-api/2024-03-05.log python312Packages.tesla-fleet-api 0.4.6 -> 0.4.9 https://github.com/Teslemetry/python-tesla-fleet-api/releases attrpath: python312Packages.tesla-fleet-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/c6i69c4ywi6rn58b8aqr1851dbxx9lj7-packages.json.drv building '/nix/store/c6i69c4ywi6rn58b8aqr1851dbxx9lj7-packages.json.drv'... Going to be running update for following packages: - python3.12-tesla-fleet-api-0.4.6 Press Enter key to continue... Running update for: - python3.12-tesla-fleet-api-0.4.6: UPDATING ... - python3.12-tesla-fleet-api-0.4.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tesla-fleet-api/default.nix b/pkgs/development/python-modules/tesla-fleet-api/default.nix index faed23aa2d14..fd59d7acd50f 100644 --- a/pkgs/development/python-modules/tesla-fleet-api/default.nix +++ b/pkgs/development/python-modules/tesla-fleet-api/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "tesla-fleet-api"; - version = "0.4.6"; + version = "0.4.9"; pyproject = true; disabled = pythonOlder "3.10"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Teslemetry"; repo = "python-tesla-fleet-api"; rev = "refs/tags/v${version}"; - hash = "sha256-4IXLtQyEi4R7aakaLCl9jpm3D/Es3wLIwigSTYK12kg="; + hash = "sha256-GiDhVN6aBj0yeIg596ox2ES28Dca81pVnsYWvc1SZ+A="; }; 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 python312Packages.tesla-fleet-api nix build failed. running install_scripts creating build/bdist.linux-x86_64/wheel/tesla_fleet_api-0.4.9.dist-info/WHEEL creating '/build/source/dist/.tmp-bhf9l3a6/tesla_fleet_api-0.4.9-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'tesla_fleet_api/__init__.py' adding 'tesla_fleet_api/charging.py' adding 'tesla_fleet_api/const.py' adding 'tesla_fleet_api/energy.py' adding 'tesla_fleet_api/energyspecific.py' adding 'tesla_fleet_api/exceptions.py' adding 'tesla_fleet_api/partner.py' adding 'tesla_fleet_api/teslafleetapi.py' adding 'tesla_fleet_api/teslafleetoauth.py' adding 'tesla_fleet_api/teslemetry.py' adding 'tesla_fleet_api/user.py' adding 'tesla_fleet_api/vehicle.py' adding 'tesla_fleet_api/vehiclespecific.py' adding 'tesla_fleet_api-0.4.9.dist-info/LICENSE' adding 'tesla_fleet_api-0.4.9.dist-info/METADATA' adding 'tesla_fleet_api-0.4.9.dist-info/WHEEL' adding 'tesla_fleet_api-0.4.9.dist-info/top_level.txt' adding 'tesla_fleet_api-0.4.9.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built tesla_fleet_api-0.4.9-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 tesla_fleet_api-0.4.9-py3-none-any.whl - aiolimiter not installed [result] Failed to update python312Packages.tesla-fleet-api 0.4.6 -> 0.4.9 https://github.com/Teslemetry/python-tesla-fleet-api/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.CDDB_get 2.28 -> 2.28.1 https://repology.org/project/perl:cddb-get/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pool, using log file: /var/log/nixpkgs-update/rPackages.pool/2024-03-05.log rPackages.pool 1.0.1 -> 1.0.3 https://repology.org/project/r:pool/versions attrpath: rPackages.pool 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.pool 1.0.1 -> 1.0.3 https://repology.org/project/r:pool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xf86_input_cmt, using log file: /var/log/nixpkgs-update/xf86_input_cmt/2024-03-05.log xf86_input_cmt 2.0.2 -> 3.0 https://repology.org/project/xdrv:cmt/versions attrpath: xf86_input_cmt Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/pldzhjgzdda9b67zr1zzfd2sbcrlj87z-source.drv building '/nix/store/pldzhjgzdda9b67zr1zzfd2sbcrlj87z-source.drv'... trying https://github.com/hugegreenbug/xf86-input-cmt/archive/v3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'xf86_input_cmt.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/pldzhjgzdda9b67zr1zzfd2sbcrlj87z-source.drv /nix/store/zpclbgr2hs3sbyjczwwci2kgp3nybw5d-xf86-input-cmt-3.0.drv these 2 paths will be fetched (0.21 MiB download, 1.06 MiB unpacked): /nix/store/6ix81fwsn5pmkn1hs5s489r7bdd0hl3l-libevdevc-2.0.1 /nix/store/anwzsl8s4dq8xq6nams2ggjbaq3ipq5y-libgestures-2.0.1 copying path '/nix/store/6ix81fwsn5pmkn1hs5s489r7bdd0hl3l-libevdevc-2.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/anwzsl8s4dq8xq6nams2ggjbaq3ipq5y-libgestures-2.0.1' from 'https://cache.nixos.org'... building '/nix/store/pldzhjgzdda9b67zr1zzfd2sbcrlj87z-source.drv'... trying https://github.com/hugegreenbug/xf86-input-cmt/archive/v3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/pldzhjgzdda9b67zr1zzfd2sbcrlj87z-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/hugegreenbug/xf86-input-cmt/archive/v3.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/pldzhjgzdda9b67zr1zzfd2sbcrlj87z-source.drv'. error: 1 dependencies of derivation '/nix/store/zpclbgr2hs3sbyjczwwci2kgp3nybw5d-xf86-input-cmt-3.0.drv' failed to build [result] Failed to update xf86_input_cmt 2.0.2 -> 3.0 https://repology.org/project/xdrv:cmt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.monomer-flatpak-example, using log file: /var/log/nixpkgs-update/haskellPackages.monomer-flatpak-example/2024-03-05.log haskellPackages.monomer-flatpak-example 0.0.14.0 -> 0.0.15.2 https://repology.org/project/haskell:monomer-flatpak-example/versions attrpath: haskellPackages.monomer-flatpak-example Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.monomer-flatpak-example 0.0.14.0 -> 0.0.15.2 https://repology.org/project/haskell:monomer-flatpak-example/versions [options] github_user: r-ryantm, pull_request: 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.MojoliciousPluginI18N 1.6 -> 1.60 https://repology.org/project/perl:mojolicious-plugin-i18n/versions [options] github_user: r-ryantm, pull_request: 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.Imager 1.019 -> 1.023 https://repology.org/project/perl:imager/versions [options] github_user: r-ryantm, pull_request: 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.NetDNS 1.40 -> 1.44 https://repology.org/project/perl:net-dns/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.esqueleto, using log file: /var/log/nixpkgs-update/haskellPackages.esqueleto/2024-03-05.log haskellPackages.esqueleto 3.5.11.0 -> 3.5.11.1 https://repology.org/project/haskell:esqueleto/versions attrpath: haskellPackages.esqueleto Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.esqueleto 3.5.11.0 -> 3.5.11.1 https://repology.org/project/haskell:esqueleto/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.riskmetric, using log file: /var/log/nixpkgs-update/rPackages.riskmetric/2024-03-05.log rPackages.riskmetric 0.2.3 -> 0.2.4 https://repology.org/project/r:riskmetric/versions attrpath: rPackages.riskmetric Checking auto update branch... No auto update branch exists Old version 0.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.riskmetric 0.2.3 -> 0.2.4 https://repology.org/project/r:riskmetric/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DImodels, using log file: /var/log/nixpkgs-update/rPackages.DImodels/2024-03-05.log rPackages.DImodels 1.3 -> 1.3.2 https://repology.org/project/r:dimodels/versions attrpath: rPackages.DImodels Checking auto update branch... No auto update branch exists Old version 1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DImodels 1.3 -> 1.3.2 https://repology.org/project/r:dimodels/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spicy-parser-generator, using log file: /var/log/nixpkgs-update/spicy-parser-generator/2024-03-05.log spicy-parser-generator 1.9.0 -> 1.10.0 https://github.com/zeek/spicy/releases attrpath: spicy-parser-generator Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/parsing/spicy/default.nix b/pkgs/development/tools/parsing/spicy/default.nix index 4b6db0adb731..7476e57bedff 100644 --- a/pkgs/development/tools/parsing/spicy/default.nix +++ b/pkgs/development/tools/parsing/spicy/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { pname = "spicy"; - version = "1.9.0"; + version = "1.10.0"; strictDeps = true; @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { owner = "zeek"; repo = "spicy"; rev = "v${version}"; - hash = "sha256-nVHm0JJsFXGnYlBBlcR5zBS46PZuALle3ik3GMTPYTQ="; + hash = "sha256-LFAeZ1UsnOKaXlnSd/cMfJQk0ZfaNAzSbvSuoKmmOoI="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/igcx4b9mdvi9f8qbb5wgg5f4jcq42088-spicy-1.10.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/zeek/spicy/releases. meta.description for spicy-parser-generator is: A C++ parser generator for dissecting protocols & files meta.homepage for spicy-parser-generator is: https://github.com/zeek/spicy ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.10.0 with grep in /nix/store/igcx4b9mdvi9f8qbb5wgg5f4jcq42088-spicy-1.10.0 - found 1.10.0 in filename of file in /nix/store/igcx4b9mdvi9f8qbb5wgg5f4jcq42088-spicy-1.10.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath spicy-parser-generator ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/igcx4b9mdvi9f8qbb5wgg5f4jcq42088-spicy-1.10.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 spicy-parser-generator https://github.com/r-ryantm/nixpkgs/archive/783d1559b501990faeeb54e99e30fed224352c9a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/783d1559b501990faeeb54e99e30fed224352c9a#spicy-parser-generator ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/igcx4b9mdvi9f8qbb5wgg5f4jcq42088-spicy-1.10.0 ls -la /nix/store/igcx4b9mdvi9f8qbb5wgg5f4jcq42088-spicy-1.10.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 @tobim 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/293397 [result] Success updating spicy-parser-generator 1.9.0 -> 1.10.0 https://github.com/zeek/spicy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath witness, using log file: /var/log/nixpkgs-update/witness/2024-03-05.log witness 0.3.0 -> 0.3.1 https://github.com/in-toto/witness/releases attrpath: witness 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-ktBpv2NDsha2mN3OtZWIDkneR8zi1RZkVQdvi9XPSLY=" [golangModuleVersion] Replaced vendorHash with sha256-9IkDBaDRJGWfPRN5+rYU4uH6nAsfnytDkF518rfNpyc= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/witness/default.nix b/pkgs/tools/security/witness/default.nix index 2b600f4a8617..0b62b31d94e1 100644 --- a/pkgs/tools/security/witness/default.nix +++ b/pkgs/tools/security/witness/default.nix @@ -10,15 +10,15 @@ buildGoModule rec { pname = "witness"; - version = "0.3.0"; + version = "0.3.1"; src = fetchFromGitHub { owner = "in-toto"; repo = "witness"; rev = "v${version}"; - sha256 = "sha256-uwps/sHPgOdVhjaFxATVL5A/BGw6zPX/GSkYm802jmU="; + sha256 = "sha256-uv/HxPYOKxZskmlAxUS2I1sW4YsSAmIeNHjoJeR7VWs="; }; - vendorHash = "sha256-ktBpv2NDsha2mN3OtZWIDkneR8zi1RZkVQdvi9XPSLY="; + vendorHash = "sha256-9IkDBaDRJGWfPRN5+rYU4uH6nAsfnytDkF518rfNpyc="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/607rpqpj734ngnf2mj6vjwpvhag0hd78-witness-0.3.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
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/in-toto/witness/releases. meta.description for witness is: A pluggable framework for software supply chain security. Witness prevents tampering of build materials and verifies the integrity of the build process from source to target meta.homepage for witness is: https://github.com/testifysec/witness meta.changelog for witness is: https://github.com/testifysec/witness/releases/tag/v0.3.1 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/in-toto/witness/releases/tag/v0.3.1) - [Compare changes on GitHub](https://github.com/in-toto/witness/compare/v0.3.0...v0.3.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.3.1 with grep in /nix/store/607rpqpj734ngnf2mj6vjwpvhag0hd78-witness-0.3.1 - found 0.3.1 in filename of file in /nix/store/607rpqpj734ngnf2mj6vjwpvhag0hd78-witness-0.3.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath witness ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/607rpqpj734ngnf2mj6vjwpvhag0hd78-witness-0.3.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A witness https://github.com/r-ryantm/nixpkgs/archive/dd88b31dee6311e8280c7bbe6afa0eb0d2d57f06.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/dd88b31dee6311e8280c7bbe6afa0eb0d2d57f06#witness ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/607rpqpj734ngnf2mj6vjwpvhag0hd78-witness-0.3.1 ls -la /nix/store/607rpqpj734ngnf2mj6vjwpvhag0hd78-witness-0.3.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @fkautz @06kellyjac for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/293401 [result] Success updating witness 0.3.0 -> 0.3.1 https://github.com/in-toto/witness/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath c-ares, using log file: /var/log/nixpkgs-update/c-ares/2024-03-05.log c-ares 1.26.0 -> 1.27.0 https://repology.org/project/c-ares/versions attrpath: c-ares Checking auto update branch... No auto update branch exists Old version 1.26.0" not present in staging derivation file with contents: { lib, stdenv, fetchurl, writeTextDir , withCMake ? true, cmake # sensitive downstream packages , curl , grpc # consumes cmake config }: # Note: this package is used for bootstrapping fetchurl, and thus # cannot use fetchpatch! All mutable patches (generated by GitHub or # cgit) that are needed here should be included directly in Nixpkgs as # files. stdenv.mkDerivation rec { pname = "c-ares"; version = "1.27.0"; src = fetchurl { url = "https://c-ares.org/download/${pname}-${version}.tar.gz"; hash = "sha256-CnK+ZpWZVcQ+KvL70DQY6Cor1UZGBOyaYhR+N6zrQgs="; }; outputs = [ "out" "dev" "man" ]; nativeBuildInputs = lib.optionals withCMake [ cmake ]; cmakeFlags = [] ++ lib.optionals stdenv.hostPlatform.isStatic [ "-DCARES_SHARED=OFF" "-DCARES_STATIC=ON" ]; enableParallelBuilding = true; passthru.tests = { inherit grpc; curl = (curl.override { c-aresSupport = true; }).tests.withCheck; }; meta = with lib; { description = "A C library for asynchronous DNS requests"; homepage = "https://c-ares.haxx.se"; changelog = "https://c-ares.org/changelog.html#${lib.replaceStrings [ "." ] [ "_" ] version}"; license = licenses.mit; platforms = platforms.all; }; } [result] Failed to update c-ares 1.26.0 -> 1.27.0 https://repology.org/project/c-ares/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alex, using log file: /var/log/nixpkgs-update/alex/2024-03-05.log alex 3.3.0.0 -> 3.5.0.0 https://repology.org/project/alex/versions attrpath: alex Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update alex 3.3.0.0 -> 3.5.0.0 https://repology.org/project/alex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.scFeatures, using log file: /var/log/nixpkgs-update/rPackages.scFeatures/2024-03-05.log rPackages.scFeatures 1.2.0 -> 1.3.2 https://repology.org/project/r:scfeatures/versions attrpath: rPackages.scFeatures Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.scFeatures 1.2.0 -> 1.3.2 https://repology.org/project/r:scfeatures/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath macopix, using log file: /var/log/nixpkgs-update/macopix/2024-03-05.log macopix 1.7.4 -> 3.4.0 https://repology.org/project/macopix/versions attrpath: macopix Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/jdh6xa5d8v5x645lr588ss3qyirp3pdm-macopix-3.4.0.tar.bz2.drv building '/nix/store/jdh6xa5d8v5x645lr588ss3qyirp3pdm-macopix-3.4.0.tar.bz2.drv'... trying http://rosegray.sakura.ne.jp/macopix/macopix-3.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download macopix-3.4.0.tar.bz2 from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'macopix.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/jdh6xa5d8v5x645lr588ss3qyirp3pdm-macopix-3.4.0.tar.bz2.drv /nix/store/25kxhvpn39phsgx0s2vnxb1rbmawn9pf-macopix-3.4.0.drv building '/nix/store/jdh6xa5d8v5x645lr588ss3qyirp3pdm-macopix-3.4.0.tar.bz2.drv'... trying http://rosegray.sakura.ne.jp/macopix/macopix-3.4.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download macopix-3.4.0.tar.bz2 from any mirror error: builder for '/nix/store/jdh6xa5d8v5x645lr588ss3qyirp3pdm-macopix-3.4.0.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying http://rosegray.sakura.ne.jp/macopix/macopix-3.4.0.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download macopix-3.4.0.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/jdh6xa5d8v5x645lr588ss3qyirp3pdm-macopix-3.4.0.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/25kxhvpn39phsgx0s2vnxb1rbmawn9pf-macopix-3.4.0.drv' failed to build [result] Failed to update macopix 1.7.4 -> 3.4.0 https://repology.org/project/macopix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-eks, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-eks/2024-03-05.log python311Packages.mypy-boto3-eks 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-eks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jl4qmkfclp2vgfq5yrvcsayrk4iabrdj-packages.json.drv building '/nix/store/jl4qmkfclp2vgfq5yrvcsayrk4iabrdj-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-eks-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-eks-1.34.0: UPDATING ... - python3.11-mypy-boto3-eks-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-eks 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 dns-root-data, using log file: /var/log/nixpkgs-update/dns-root-data/2024-03-05.log dns-root-data 2023-11-27 -> 2023112702 https://repology.org/project/dns-root-data/versions attrpath: dns-root-data Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#dns-root-data.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/dns-root-data' does not provide attribute 'packages.x86_64-linux.dns-root-data.src', 'legacyPackages.x86_64-linux.dns-root-data.src' or 'dns-root-data.src' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#dns-root-data.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/dns-root-data' does not provide attribute 'packages.x86_64-linux.dns-root-data.originalSrc', 'legacyPackages.x86_64-linux.dns-root-data.originalSrc' or 'dns-root-data.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#dns-root-data --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ [result] Failed to update dns-root-data 2023-11-27 -> 2023112702 https://repology.org/project/dns-root-data/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hydroTSM, using log file: /var/log/nixpkgs-update/rPackages.hydroTSM/2024-03-05.log rPackages.hydroTSM 0.6-0 -> 0.7-0 https://repology.org/project/r:hydrotsm/versions attrpath: rPackages.hydroTSM Checking auto update branch... No auto update branch exists Old version 0.6-0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.hydroTSM 0.6-0 -> 0.7-0 https://repology.org/project/r:hydrotsm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libcutl, using log file: /var/log/nixpkgs-update/libcutl/2024-03-05.log libcutl 1.10.0 -> 1.11.0 https://repology.org/project/libcutl/versions attrpath: libcutl 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/q14dpsi9490a6zdsaqag5iq4svzsnvnz-libcutl-1.11.0.tar.bz2.drv building '/nix/store/q14dpsi9490a6zdsaqag5iq4svzsnvnz-libcutl-1.11.0.tar.bz2.drv'... trying https://codesynthesis.com/download/libcutl/1.11/libcutl-1.11.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 280 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libcutl-1.11.0.tar.bz2 from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libcutl.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/q14dpsi9490a6zdsaqag5iq4svzsnvnz-libcutl-1.11.0.tar.bz2.drv /nix/store/z41b4kd91hahf6xz1wcdcb04w58m8dlf-libcutl-1.11.0.drv building '/nix/store/q14dpsi9490a6zdsaqag5iq4svzsnvnz-libcutl-1.11.0.tar.bz2.drv'... trying https://codesynthesis.com/download/libcutl/1.11/libcutl-1.11.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 280 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libcutl-1.11.0.tar.bz2 from any mirror error: builder for '/nix/store/q14dpsi9490a6zdsaqag5iq4svzsnvnz-libcutl-1.11.0.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying https://codesynthesis.com/download/libcutl/1.11/libcutl-1.11.0.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 280 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libcutl-1.11.0.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/q14dpsi9490a6zdsaqag5iq4svzsnvnz-libcutl-1.11.0.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/z41b4kd91hahf6xz1wcdcb04w58m8dlf-libcutl-1.11.0.drv' failed to build [result] Failed to update libcutl 1.10.0 -> 1.11.0 https://repology.org/project/libcutl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.NNS, using log file: /var/log/nixpkgs-update/rPackages.NNS/2024-03-05.log rPackages.NNS 10.4 -> 10.6 https://repology.org/project/r:nns/versions attrpath: rPackages.NNS Checking auto update branch... No auto update branch exists Old version 10.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.NNS 10.4 -> 10.6 https://repology.org/project/r:nns/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gurobi, using log file: /var/log/nixpkgs-update/gurobi/2024-03-05.log gurobi 9.5.1 -> 11.0.0 https://repology.org/project/gurobi/versions attrpath: gurobi Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/science/math/gurobi/default.nix b/pkgs/applications/science/math/gurobi/default.nix index 35b9e9d7a8d4..53fd4da85761 100644 --- a/pkgs/applications/science/math/gurobi/default.nix +++ b/pkgs/applications/science/math/gurobi/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "gurobi"; - version = "9.5.1"; + version = "11.0.0"; src = fetchurl { url = "https://packages.gurobi.com/${lib.versions.majorMinor version}/gurobi${version}_linux64.tar.gz"; - sha256 = "sha256-+oKFnTPwj7iuudpmsPvZFxjtVzxTT1capSNyyd64kdo="; + sha256 = "sha256-ah7HSZsjCuoFQryJO/BkKujOmD3V7ww3yzolPYJ85jQ="; }; sourceRoot = "gurobi${builtins.replaceStrings ["."] [""] version}/linux64"; [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 gurobi Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . gurobi Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/gurobi/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/gurobi/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘gurobi-11.0.0’ in /var/cache/nixpkgs-update/worker/worktree/gurobi/pkgs/applications/science/math/gurobi/default.nix:47 has an unfree license (‘unfree’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "gurobi-11.0.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update gurobi 9.5.1 -> 11.0.0 https://repology.org/project/gurobi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nex, using log file: /var/log/nixpkgs-update/nex/2024-03-05.log nex 2021-03-30 -> 20210330 https://repology.org/project/nex/versions attrpath: nex Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update nex 2021-03-30 -> 20210330 https://repology.org/project/nex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.regmedint, using log file: /var/log/nixpkgs-update/rPackages.regmedint/2024-03-05.log rPackages.regmedint 1.0.0 -> 1.0.1 https://repology.org/project/r:regmedint/versions attrpath: rPackages.regmedint Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.regmedint 1.0.0 -> 1.0.1 https://repology.org/project/r:regmedint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.AgroReg, using log file: /var/log/nixpkgs-update/rPackages.AgroReg/2024-03-05.log rPackages.AgroReg 1.2.9 -> 1.2.10 https://repology.org/project/r:agroreg/versions attrpath: rPackages.AgroReg Checking auto update branch... No auto update branch exists Old version 1.2.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.AgroReg 1.2.9 -> 1.2.10 https://repology.org/project/r:agroreg/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.servant-benchmark, using log file: /var/log/nixpkgs-update/haskellPackages.servant-benchmark/2024-03-05.log haskellPackages.servant-benchmark 0.1.2.0 -> 0.2.0.0 https://repology.org/project/haskell:servant-benchmark/versions attrpath: haskellPackages.servant-benchmark Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.servant-benchmark 0.1.2.0 -> 0.2.0.0 https://repology.org/project/haskell:servant-benchmark/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.ModernPerl 1.20230106 -> 1.20240120 https://repology.org/project/perl:modern-perl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.EdisonCore, using log file: /var/log/nixpkgs-update/haskellPackages.EdisonCore/2024-03-05.log haskellPackages.EdisonCore 1.3.3 -> 1.3.3.1 https://repology.org/project/haskell:edisoncore/versions attrpath: haskellPackages.EdisonCore Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.EdisonCore 1.3.3 -> 1.3.3.1 https://repology.org/project/haskell:edisoncore/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.arkhe, using log file: /var/log/nixpkgs-update/rPackages.arkhe/2024-03-05.log rPackages.arkhe 1.4.0 -> 1.6.0 https://repology.org/project/r:arkhe/versions attrpath: rPackages.arkhe Checking auto update branch... No auto update branch exists Old version 1.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.arkhe 1.4.0 -> 1.6.0 https://repology.org/project/r:arkhe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath molotov, using log file: /var/log/nixpkgs-update/molotov/2024-03-05.log molotov 4.4.0 -> 5.0.0 https://repology.org/project/molotov/versions attrpath: molotov Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/hvfpw9fg9xkq5a47vkq7mmzmqm1498k8-molotov.AppImage.drv building '/nix/store/hvfpw9fg9xkq5a47vkq7mmzmqm1498k8-molotov.AppImage.drv'... trying http://desktop-auto-upgrade.molotov.tv/linux/5.0.0/molotov.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download molotov.AppImage from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'molotov.originalSrc' not found stderr did not split as expected full stderr was: these 9 derivations will be built: /nix/store/hd3gqgb6xbvkmmblylvg6pvw8wqgv7sw-profile.drv /nix/store/1iw48bga56w6xvk8ca2k7hbjcdcynx67-molotov-5.0.0-chrootenv-etc.drv /nix/store/hvfpw9fg9xkq5a47vkq7mmzmqm1498k8-molotov.AppImage.drv /nix/store/9wfbxlf6d4jx8n8wl1h3nszdd1p5zza6-molotov-5.0.0-extracted.drv /nix/store/a0fn94k12h1cl94xka0kypa4niwgzhvh-molotov-5.0.0-usr-target.drv /nix/store/pcaq4mmy6bv6lmrkkdhs1zhih3ki9knq-molotov-5.0.0-init.drv /nix/store/yac59754xfijv1kkng5rsp3r17z7b0yx-molotov-5.0.0-fhs.drv /nix/store/fjkgk4x12ihx27x9q0agmhw30w3wz92g-molotov-5.0.0-bwrap.drv /nix/store/dpq6gsqrqsnybrm3sl2hxwvi7dw2257b-molotov-5.0.0.drv building '/nix/store/hd3gqgb6xbvkmmblylvg6pvw8wqgv7sw-profile.drv'... building '/nix/store/hvfpw9fg9xkq5a47vkq7mmzmqm1498k8-molotov.AppImage.drv'... building '/nix/store/1iw48bga56w6xvk8ca2k7hbjcdcynx67-molotov-5.0.0-chrootenv-etc.drv'... /nix/store/wfwywf3azwx5mnanb83xv8a5sal63zsn-molotov-5.0.0-chrootenv-etc/etc /build building '/nix/store/a0fn94k12h1cl94xka0kypa4niwgzhvh-molotov-5.0.0-usr-target.drv'... warning: collision between `/nix/store/ssarggxx3laydmfkq1dlv4ilcsw7phfq-glibc-2.38-44-bin/bin/ldconfig' and `/nix/store/rqspjfx1k503fq2y0pd7vg16jp3baci4-ldconfig/bin/ldconfig' warning: collision between `/nix/store/8mc30d49ghc8m5z96yz39srlhg5s9sjj-glibc-2.38-44/lib/locale/locale-archive' and `/nix/store/9kjxsvc6ja2iwcj85ki815n94557nd06-glibc-locales-2.38-44/lib/locale/locale-archive' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/sh' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/sh' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/bashbug' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/bashbug' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/bash' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/bash' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mktemp' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mktemp' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/rm' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/rm' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/logname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/logname' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mkfifo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mkfifo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mkdir' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mkdir' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/printenv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/printenv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/basename' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/basename' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/setpgid' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/setpgid' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/print' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/print' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/Makefile.sample' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/Makefile.sample' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/cut' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/cut' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/sleep' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/sleep' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/seq' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/seq' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/finfo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/finfo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/tee' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/tee' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/rmdir' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/rmdir' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/fdflags' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/fdflags' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/realpath' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/realpath' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/strftime' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/strftime' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/dsv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/dsv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/id' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/id' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/loadables.h' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/loadables.h' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/dirname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/dirname' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/head' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/head' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/sync' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/sync' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/tty' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/tty' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/push' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/push' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/csv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/csv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/whoami' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/whoami' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/stat' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/stat' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/ln' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/ln' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mypid' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mypid' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/getconf' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/getconf' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/unlink' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/unlink' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/pathchk' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/pathchk' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/truefalse' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/truefalse' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/accept' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/accept' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/uname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/uname' warning: collision between `/nix/store/sbgq69ls47c0d9si99wyj1n6230rz9gg-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' and `/nix/store/hn092awm7px3v4x00j29dgmjl4254j1g-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' warning: collision between `/nix/store/sbgq69ls47c0d9si99wyj1n6230rz9gg-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' and `/nix/store/hn092awm7px3v4x00j29dgmjl4254j1g-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' warning: collision between `/nix/store/6wbxhdmr3x2jfl6dz85g9pk1d9b4agjm-gtk+-2.24.33/bin/gtk-update-icon-cache' and `/nix/store/lk8kgif9ynk1l6aiqnbvzvys83n0h956-gtk+3-3.24.41/bin/gtk-update-icon-cache' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uclampset' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uclampset' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swapoff' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swapoff' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.minix' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.minix' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hwclock' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hwclock' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hexdump' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hexdump' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsfreeze' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsfreeze' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setsid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setsid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/isosize' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/isosize' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.bfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.bfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/utmpdump' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/utmpdump' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/pipesz' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/pipesz' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/flock' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/flock' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rev' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rev' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lslogins' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lslogins' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chsh' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chsh' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/findfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/findfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/readprofile' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/readprofile' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swapon' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swapon' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fstrim' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fstrim' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/taskset' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/taskset' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fallocate' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fallocate' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.cramfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.cramfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsblk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsblk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/col' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/col' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidparse' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidparse' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/script' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/script' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/sfdisk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/sfdisk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fdisk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fdisk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lslocks' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lslocks' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rfkill' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rfkill' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck.minix' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck.minix' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setpriv' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setpriv' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swaplabel' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swaplabel' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mount' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mount' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkzone' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkzone' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/colrm' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/colrm' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcmk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcmk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/last' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/last' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rtcwake' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rtcwake' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fincore' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fincore' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/write' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/write' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/dmesg' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/dmesg' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/waitpid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/waitpid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/look' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/look' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/findmnt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/findmnt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkswap' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkswap' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mountpoint' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mountpoint' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/umount' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/umount' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/namei' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/namei' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/pivot_root' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/pivot_root' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rename' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rename' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/partx' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/partx' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/addpart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/addpart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidgen' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidgen' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsns' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsns' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/scriptlive' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/scriptlive' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/eject' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/eject' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ldattach' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ldattach' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mcookie' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mcookie' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/delpart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/delpart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/unshare' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/unshare' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/logger' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/logger' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/cal' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/cal' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wall' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wall' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/scriptreplay' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/scriptreplay' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lscpu' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lscpu' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setarch' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setarch' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkdiscard' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkdiscard' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsirq' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsirq' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chfn' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chfn' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/getopt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/getopt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ionice' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ionice' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/column' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/column' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mesg' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mesg' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wipefs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wipefs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/whereis' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/whereis' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hardlink' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hardlink' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chcpu' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chcpu' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck.cramfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck.cramfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/zramctl' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/zramctl' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/colcrt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/colcrt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wdctl' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wdctl' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/resizepart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/resizepart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsipc' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsipc' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/prlimit' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/prlimit' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/losetup' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/losetup' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chmem' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chmem' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ctrlaltdel' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ctrlaltdel' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcrm' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcrm' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fadvise' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fadvise' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidd' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidd' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blockdev' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blockdev' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/renice' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/renice' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chrt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chrt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsmem' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsmem' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/nsenter' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/nsenter' trying http://desktop-auto-upgrade.molotov.tv/linux/5.0.0/molotov.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed warning: collision between `/nix/store/y70dn4x8rgs0dsskrx0kjvrchdvsi83h-librsvg-2.57.1/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache' and `/nix/store/jrlkyy3pzizi39lywafsd1psd9vg3p9b-gdk-pixbuf-2.42.10/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache' warning: collision between `/nix/store/hrbp2ii7w0l59sb2bzplv6dpwv4q8pan-e2fsprogs-1.47.0-bin/bin/compile_et' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/bin/compile_et' warning: collision between `/nix/store/hrbp2ii7w0l59sb2bzplv6dpwv4q8pan-e2fsprogs-1.47.0-bin/sbin/compile_et' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/sbin/compile_et' warning: collision between `/nix/store/769z3b82knxsz8wih1q3vf4xdrr3f6ar-e2fsprogs-1.47.0-man/share/man/man1/compile_et.1.gz' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/share/man/man1/compile_et.1.gz' warning: collision between `/nix/store/54bhx9x47c2ah0rhl52jf50n1cfzp5nb-e2fsprogs-1.47.0/share/et/et_h.awk' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/share/et/et_h.awk' warning: collision between `/nix/store/54bhx9x47c2ah0rhl52jf50n1cfzp5nb-e2fsprogs-1.47.0/share/et/et_c.awk' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/share/et/et_c.awk' warning: collision between `/nix/store/54bhx9x47c2ah0rhl52jf50n1cfzp5nb-e2fsprogs-1.47.0/lib/libcom_err.so' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/lib/libcom_err.so' 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download molotov.AppImage from any mirror error: builder for '/nix/store/hvfpw9fg9xkq5a47vkq7mmzmqm1498k8-molotov.AppImage.drv' failed with exit code 1; last 7 log lines: > > trying http://desktop-auto-upgrade.molotov.tv/linux/5.0.0/molotov.AppImage > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download molotov.AppImage from any mirror For full logs, run 'nix log /nix/store/hvfpw9fg9xkq5a47vkq7mmzmqm1498k8-molotov.AppImage.drv'. error: 1 dependencies of derivation '/nix/store/9wfbxlf6d4jx8n8wl1h3nszdd1p5zza6-molotov-5.0.0-extracted.drv' failed to build error: 1 dependencies of derivation '/nix/store/dpq6gsqrqsnybrm3sl2hxwvi7dw2257b-molotov-5.0.0.drv' failed to build [result] Failed to update molotov 4.4.0 -> 5.0.0 https://repology.org/project/molotov/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pet, using log file: /var/log/nixpkgs-update/pet/2024-03-05.log pet 0.6.3 -> 0.11.6 https://repology.org/project/pet/versions attrpath: pet Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/bp1a3iax1f9xdrljgr3cswz8hzckgsc0-source.drv building '/nix/store/bp1a3iax1f9xdrljgr3cswz8hzckgsc0-source.drv'... trying https://github.com/knqyf263/pet/archive/v0.11.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'pet.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/bp1a3iax1f9xdrljgr3cswz8hzckgsc0-source.drv /nix/store/ci15ikvs7dvwnblgw77z4gnhbx4gj8jc-pet-0.11.6-go-modules.drv /nix/store/laqa5pr69lb86ldczma7cjjay1gzyjza-pet-0.11.6.drv building '/nix/store/bp1a3iax1f9xdrljgr3cswz8hzckgsc0-source.drv'... trying https://github.com/knqyf263/pet/archive/v0.11.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/bp1a3iax1f9xdrljgr3cswz8hzckgsc0-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/knqyf263/pet/archive/v0.11.6.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/bp1a3iax1f9xdrljgr3cswz8hzckgsc0-source.drv'. error: 1 dependencies of derivation '/nix/store/laqa5pr69lb86ldczma7cjjay1gzyjza-pet-0.11.6.drv' failed to build [result] Failed to update pet 0.6.3 -> 0.11.6 https://repology.org/project/pet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zug, using log file: /var/log/nixpkgs-update/zug/2024-03-05.log zug 0.1.0 -> 0.1.1 https://repology.org/project/zug/versions attrpath: zug Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/zu/zug/package.nix b/pkgs/by-name/zu/zug/package.nix index f3356dd51ae6..3d6bc76eb384 100644 --- a/pkgs/by-name/zu/zug/package.nix +++ b/pkgs/by-name/zu/zug/package.nix @@ -9,12 +9,12 @@ stdenv.mkDerivation rec { pname = "zug"; - version = "0.1.0"; + version = "0.1.1"; src = fetchFromGitHub { owner = "arximboldi"; repo = "zug"; rev = "v${version}"; - hash = "sha256-7xTMDhPIx1I1PiYNanGUsK8pdrWuemMWM7BW+NQs2BQ="; + hash = "sha256-Ti0EurhGQgWSXzSOlH9/Zsp6kQ/+qGjWbfHGTPpfehs="; }; nativeBuildInputs = [ cmake [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A zug nix build failed. -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/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 -- Could not find ccache CMake Error at CMakeLists.txt:60 (find_package): By not providing "FindCatch2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Catch2", but CMake did not find one. Could not find a package configuration file provided by "Catch2" with any of the following names: Catch2Config.cmake catch2-config.cmake Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set "Catch2_DIR" to a directory containing one of the above files. If "Catch2" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update zug 0.1.0 -> 0.1.1 https://repology.org/project/zug/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cernlib, using log file: /var/log/nixpkgs-update/cernlib/2024-03-05.log cernlib 2006 -> 20061220 https://repology.org/project/cernlib/versions attrpath: cernlib 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/aggslmdhls0ildgwd2b5xb9s44xar9d4-20061220_src.tar.gz.drv building '/nix/store/aggslmdhls0ildgwd2b5xb9s44xar9d4-20061220_src.tar.gz.drv'... trying https://ftp.riken.jp/cernlib/download/20061220_source/tar/20061220_src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 254 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://cernlib.web.cern.ch/cernlib/download/20061220_source/tar/20061220_src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4470 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download 20061220_src.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 'cernlib.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/aggslmdhls0ildgwd2b5xb9s44xar9d4-20061220_src.tar.gz.drv /nix/store/rr7xqb74337g5ad6r4h5vbk315jfv0cx-cernlib-20061220.drv building '/nix/store/aggslmdhls0ildgwd2b5xb9s44xar9d4-20061220_src.tar.gz.drv'... trying https://ftp.riken.jp/cernlib/download/20061220_source/tar/20061220_src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 254 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://cernlib.web.cern.ch/cernlib/download/20061220_source/tar/20061220_src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4470 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download 20061220_src.tar.gz from any mirror error: builder for '/nix/store/aggslmdhls0ildgwd2b5xb9s44xar9d4-20061220_src.tar.gz.drv' failed with exit code 1; last 13 log lines: > > trying https://ftp.riken.jp/cernlib/download/20061220_source/tar/20061220_src.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 254 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://cernlib.web.cern.ch/cernlib/download/20061220_source/tar/20061220_src.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 4470 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download 20061220_src.tar.gz from any mirror For full logs, run 'nix log /nix/store/aggslmdhls0ildgwd2b5xb9s44xar9d4-20061220_src.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/rr7xqb74337g5ad6r4h5vbk315jfv0cx-cernlib-20061220.drv' failed to build [result] Failed to update cernlib 2006 -> 20061220 https://repology.org/project/cernlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath adbfs-rootless, using log file: /var/log/nixpkgs-update/adbfs-rootless/2024-03-05.log adbfs-rootless 2023-03-21 -> 20200229 https://repology.org/project/adbfs-rootless/versions attrpath: adbfs-rootless 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/mobile/adbfs-rootless/default.nix b/pkgs/development/mobile/adbfs-rootless/default.nix index 674988dccb17..1b6c9a8067cc 100644 --- a/pkgs/development/mobile/adbfs-rootless/default.nix +++ b/pkgs/development/mobile/adbfs-rootless/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "adbfs-rootless"; - version = "unstable-2023-03-21"; + version = "unstable-20200229"; src = fetchFromGitHub { owner = "spion"; repo = pname; rev = "fd56381af4dc9ae2f09b904c295686871a46ed0f"; - sha256 = "atiVjRfqvhTlm8Q+3iTNNPQiNkLIaHDLg5HZDJvpl2Q="; + sha256 = "sha256-atiVjRfqvhTlm8Q+3iTNNPQiNkLIaHDLg5HZDJvpl2Q="; }; nativeBuildInputs = [ pkg-config ]; Source url did not change. [result] Failed to update adbfs-rootless 2023-03-21 -> 20200229 https://repology.org/project/adbfs-rootless/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kalibrate-rtl, using log file: /var/log/nixpkgs-update/kalibrate-rtl/2024-03-05.log kalibrate-rtl 2022-02-02 -> 20131215 https://repology.org/project/kalibrate-rtl/versions attrpath: kalibrate-rtl Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/radio/kalibrate-rtl/default.nix b/pkgs/applications/radio/kalibrate-rtl/default.nix index b463faa4a255..bc2293abf726 100644 --- a/pkgs/applications/radio/kalibrate-rtl/default.nix +++ b/pkgs/applications/radio/kalibrate-rtl/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "kalibrate-rtl"; - version = "unstable-2022-02-02"; + version = "unstable-20131215"; src = fetchFromGitHub { owner = "steve-m"; repo = "kalibrate-rtl"; rev = "340003eb0846b069c3edef19ed3363b8ac7b5215"; - sha256 = "n9mfu8H2OS8dKPNhtJxBfMDp8aHEIcxg/R+kcRNOBpk="; + sha256 = "sha256-n9mfu8H2OS8dKPNhtJxBfMDp8aHEIcxg/R+kcRNOBpk="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; Source url did not change. [result] Failed to update kalibrate-rtl 2022-02-02 -> 20131215 https://repology.org/project/kalibrate-rtl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gif, using log file: /var/log/nixpkgs-update/rPackages.gif/2024-03-05.log rPackages.gif 0.1.0 -> 0.1.1 https://repology.org/project/r:gif/versions attrpath: rPackages.gif 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.gif 0.1.0 -> 0.1.1 https://repology.org/project/r:gif/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.base, using log file: /var/log/nixpkgs-update/ocamlPackages.base/2024-03-05.log ocamlPackages.base 0.16.2 -> 0.16.3 https://repology.org/project/ocaml:base/versions attrpath: ocamlPackages.base Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update ocamlPackages.base 0.16.2 -> 0.16.3 https://repology.org/project/ocaml:base/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RCSL, using log file: /var/log/nixpkgs-update/rPackages.RCSL/2024-03-05.log rPackages.RCSL 0.99.95 -> 1.8.0 https://repology.org/project/r:rcsl/versions attrpath: rPackages.RCSL Checking auto update branch... No auto update branch exists Old version 0.99.95" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RCSL 0.99.95 -> 1.8.0 https://repology.org/project/r:rcsl/versions [options] github_user: r-ryantm, pull_request: 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.TermTable 0.017 -> 0.018 https://repology.org/project/perl:term-table/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.censobr, using log file: /var/log/nixpkgs-update/rPackages.censobr/2024-03-05.log rPackages.censobr 0.2.0 -> 0.3.1 https://repology.org/project/r:censobr/versions attrpath: rPackages.censobr 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.censobr 0.2.0 -> 0.3.1 https://repology.org/project/r:censobr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fte, using log file: /var/log/nixpkgs-update/fte/2024-03-05.log fte 0.50.02 -> 20110708 https://repology.org/project/fte/versions attrpath: fte 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 fte 0.50.02 -> 20110708 https://repology.org/project/fte/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bigmemory, using log file: /var/log/nixpkgs-update/rPackages.bigmemory/2024-03-05.log rPackages.bigmemory 4.6.1 -> 4.6.4 https://repology.org/project/r:bigmemory/versions attrpath: rPackages.bigmemory Checking auto update branch... No auto update branch exists Old version 4.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bigmemory 4.6.1 -> 4.6.4 https://repology.org/project/r:bigmemory/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.manynet, using log file: /var/log/nixpkgs-update/rPackages.manynet/2024-03-05.log rPackages.manynet 0.3.0 -> 0.4.1 https://repology.org/project/r:manynet/versions attrpath: rPackages.manynet Checking auto update branch... No auto update branch exists Old version 0.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.manynet 0.3.0 -> 0.4.1 https://repology.org/project/r:manynet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ogdf, using log file: /var/log/nixpkgs-update/ogdf/2024-03-05.log ogdf 2022.02 -> 202309 https://repology.org/project/ogdf/versions attrpath: ogdf Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ogdf 2022.02 -> 202309 https://repology.org/project/ogdf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hw-probe, using log file: /var/log/nixpkgs-update/hw-probe/2024-03-05.log hw-probe 1.6.5 -> 1.6.5_20230812 https://repology.org/project/hw-probe/versions attrpath: hw-probe 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/4wkixxakrwwyc8ii9vn3alnygwkj768d-source.drv building '/nix/store/4wkixxakrwwyc8ii9vn3alnygwkj768d-source.drv'... trying https://github.com/linuxhw/hw-probe/archive/1.6.5_20230812.tar.gz % 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 'hw-probe.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/4wkixxakrwwyc8ii9vn3alnygwkj768d-source.drv /nix/store/a04hdbknr7ym0bfzqb7792cq9arjy310-hw-probe-1.6.5_20230812.drv these 11 paths will be fetched (7.17 MiB download, 71.29 MiB unpacked): /nix/store/fwx0h950bmxy6qi4kkkcrz7lnj92kxsg-acpica-tools-20230628 /nix/store/v2n6j02vb8i3qrv2s3zhjkzd14f9aciv-cpuid-20230614 /nix/store/r3lii9hdfigg3f0dnwdpjyfxcynji9l2-drm_info-2.3.0 /nix/store/ll5rmhmppqpa0hv9f0wbc1p6i6xnj2d0-edid-decode-unstable-2022-12-14 /nix/store/cd0jwifhnniyc40387yc0h4s53m3k9i7-hdparm-9.65 /nix/store/78hcplkzqq3xzg3fgw3brdch6x2irkap-hwinfo-23.2 /nix/store/n792xf0wq62rvvskxar3pdw4kkinxkrg-libva-utils-2.20.1 /nix/store/hkf8ngcyqzx7p30nwrm08asjd93940m7-libx86emu-3.5 /nix/store/4x2cs1qhy43lrghjaqkpq2xqspfmcdjw-mcelog-180 /nix/store/98d7zdn5fwgliapzb5jcj42539gd6jc2-memtester-4.6.0 /nix/store/6i4k1qi0qk7wi2yjwqazlvigx46fcwyx-mesa-demos-9.0.0 copying path '/nix/store/fwx0h950bmxy6qi4kkkcrz7lnj92kxsg-acpica-tools-20230628' from 'https://cache.nixos.org'... copying path '/nix/store/v2n6j02vb8i3qrv2s3zhjkzd14f9aciv-cpuid-20230614' from 'https://cache.nixos.org'... copying path '/nix/store/r3lii9hdfigg3f0dnwdpjyfxcynji9l2-drm_info-2.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/ll5rmhmppqpa0hv9f0wbc1p6i6xnj2d0-edid-decode-unstable-2022-12-14' from 'https://cache.nixos.org'... copying path '/nix/store/cd0jwifhnniyc40387yc0h4s53m3k9i7-hdparm-9.65' from 'https://cache.nixos.org'... copying path '/nix/store/n792xf0wq62rvvskxar3pdw4kkinxkrg-libva-utils-2.20.1' from 'https://cache.nixos.org'... copying path '/nix/store/4x2cs1qhy43lrghjaqkpq2xqspfmcdjw-mcelog-180' from 'https://cache.nixos.org'... copying path '/nix/store/98d7zdn5fwgliapzb5jcj42539gd6jc2-memtester-4.6.0' from 'https://cache.nixos.org'... copying path '/nix/store/6i4k1qi0qk7wi2yjwqazlvigx46fcwyx-mesa-demos-9.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/hkf8ngcyqzx7p30nwrm08asjd93940m7-libx86emu-3.5' from 'https://cache.nixos.org'... building '/nix/store/4wkixxakrwwyc8ii9vn3alnygwkj768d-source.drv'... copying path '/nix/store/78hcplkzqq3xzg3fgw3brdch6x2irkap-hwinfo-23.2' from 'https://cache.nixos.org'... trying https://github.com/linuxhw/hw-probe/archive/1.6.5_20230812.tar.gz % 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/4wkixxakrwwyc8ii9vn3alnygwkj768d-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/linuxhw/hw-probe/archive/1.6.5_20230812.tar.gz > % 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/4wkixxakrwwyc8ii9vn3alnygwkj768d-source.drv'. error: 1 dependencies of derivation '/nix/store/a04hdbknr7ym0bfzqb7792cq9arjy310-hw-probe-1.6.5_20230812.drv' failed to build [result] Failed to update hw-probe 1.6.5 -> 1.6.5_20230812 https://repology.org/project/hw-probe/versions [options] github_user: r-ryantm, pull_request: 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.ConfigTiny 2.29 -> 2.30 https://repology.org/project/perl:config-tiny/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openzwave, using log file: /var/log/nixpkgs-update/openzwave/2024-03-05.log openzwave 1.6 -> 1.6.1914 https://repology.org/project/openzwave/versions attrpath: openzwave 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 openzwave 1.6 -> 1.6.1914 https://repology.org/project/openzwave/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xflux, using log file: /var/log/nixpkgs-update/xflux/2024-03-05.log xflux 2013-09-01 -> 20170103 https://repology.org/project/xflux/versions attrpath: xflux Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/xflux/default.nix b/pkgs/tools/misc/xflux/default.nix index 5cfda2df174f..33c7af401dcb 100644 --- a/pkgs/tools/misc/xflux/default.nix +++ b/pkgs/tools/misc/xflux/default.nix @@ -1,10 +1,10 @@ {lib, stdenv, fetchurl, libXxf86vm, libXext, libX11, libXrandr, gcc}: stdenv.mkDerivation { pname = "xflux"; - version = "unstable-2013-09-01"; + version = "unstable-20170103"; src = fetchurl { url = "https://justgetflux.com/linux/xflux64.tgz"; - sha256 = "cc50158fabaeee58c331f006cc1c08fd2940a126e99d37b76c8e878ef20c2021"; + sha256 = "sha256-zFAVj6uu7ljDMfAGzBwI/SlAoSbpnTe3bI6HjvIMICE="; }; libPath = lib.makeLibraryPath [ Source url did not change. [result] Failed to update xflux 2013-09-01 -> 20170103 https://repology.org/project/xflux/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GenomicRanges, using log file: /var/log/nixpkgs-update/rPackages.GenomicRanges/2024-03-05.log rPackages.GenomicRanges 1.54.1 -> 1.55.1 https://repology.org/project/r:genomicranges/versions attrpath: rPackages.GenomicRanges Checking auto update branch... No auto update branch exists Old version 1.54.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.GenomicRanges 1.54.1 -> 1.55.1 https://repology.org/project/r:genomicranges/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sensible-utils, using log file: /var/log/nixpkgs-update/sensible-utils/2024-03-05.log sensible-utils 0.0.18 -> 0.0.22 https://repology.org/project/sensible-utils/versions attrpath: sensible-utils Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/sensible-utils/default.nix b/pkgs/tools/misc/sensible-utils/default.nix index 238b9f400b89..a43f6819def0 100644 --- a/pkgs/tools/misc/sensible-utils/default.nix +++ b/pkgs/tools/misc/sensible-utils/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "sensible-utils"; - version = "0.0.18"; + version = "0.0.22"; src = fetchFromGitLab { domain = "salsa.debian.org"; owner = "debian"; repo = "sensible-utils"; rev = "debian/${version}"; - sha256 = "sha256-fZJKPnEkPfo/3luUcHzAmGB2k1nkA4ATEQMSz0aN0YY="; + sha256 = "sha256-d5DIydkVnH+r8KMh/fVEpJ3mn5pTd36nyGDsbvfghkk="; }; nativeBuildInputs = [ makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sensible-utils nix build failed. got build log for 'sensible-utils' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/c4z515k18v0168id022dfii34fhx3l44-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase cp: cannot stat 'sensible-browser': No such file or directory cp: cannot stat 'sensible-editor': No such file or directory cp: cannot stat 'sensible-pager': No such file or directory cp: cannot stat 'sensible-terminal': No such file or directory [result] Failed to update sensible-utils 0.0.18 -> 0.0.22 https://repology.org/project/sensible-utils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.XMLParser 2.46 -> 2.47 https://repology.org/project/perl:xml-parser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.bearriver, using log file: /var/log/nixpkgs-update/haskellPackages.bearriver/2024-03-05.log haskellPackages.bearriver 0.14.5 -> 0.14.6 https://repology.org/project/haskell:bearriver/versions attrpath: haskellPackages.bearriver Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.bearriver 0.14.5 -> 0.14.6 https://repology.org/project/haskell:bearriver/versions [options] github_user: r-ryantm, pull_request: 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.MetaCPANClient 2.030000 -> 2.031000 https://repology.org/project/perl:metacpan-client/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.pinch-gen, using log file: /var/log/nixpkgs-update/haskellPackages.pinch-gen/2024-03-05.log haskellPackages.pinch-gen 0.4.3.0 -> 0.4.4.0 https://repology.org/project/haskell:pinch-gen/versions attrpath: haskellPackages.pinch-gen Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.pinch-gen 0.4.3.0 -> 0.4.4.0 https://repology.org/project/haskell:pinch-gen/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.glirc, using log file: /var/log/nixpkgs-update/haskellPackages.glirc/2024-03-05.log haskellPackages.glirc 2.40 -> 2.40.1 https://repology.org/project/haskell:glirc/versions attrpath: haskellPackages.glirc Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.glirc 2.40 -> 2.40.1 https://repology.org/project/haskell:glirc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pop-icon-theme, using log file: /var/log/nixpkgs-update/pop-icon-theme/2024-03-05.log pop-icon-theme 3.3.0 -> 20210111 https://repology.org/project/pop-icon-theme/versions attrpath: pop-icon-theme 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/nw49fq958r2p1hvfhnyym1lbnbhkbryn-source.drv building '/nix/store/nw49fq958r2p1hvfhnyym1lbnbhkbryn-source.drv'... trying https://github.com/pop-os/icon-theme/archive/v20210111.tar.gz % 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 'pop-icon-theme.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/nw49fq958r2p1hvfhnyym1lbnbhkbryn-source.drv /nix/store/8grj6fnnnrk13bjqc4c0dxsh0l0zai9k-pop-icon-theme-20210111.drv building '/nix/store/nw49fq958r2p1hvfhnyym1lbnbhkbryn-source.drv'... trying https://github.com/pop-os/icon-theme/archive/v20210111.tar.gz % 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/nw49fq958r2p1hvfhnyym1lbnbhkbryn-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/pop-os/icon-theme/archive/v20210111.tar.gz > % 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/nw49fq958r2p1hvfhnyym1lbnbhkbryn-source.drv'. error: 1 dependencies of derivation '/nix/store/8grj6fnnnrk13bjqc4c0dxsh0l0zai9k-pop-icon-theme-20210111.drv' failed to build [result] Failed to update pop-icon-theme 3.3.0 -> 20210111 https://repology.org/project/pop-icon-theme/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cbc, using log file: /var/log/nixpkgs-update/cbc/2024-03-05.log cbc 2.10.4 -> 2.10.11 https://repology.org/project/coin-or-cbc/versions attrpath: cbc 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/fnxzf1z4vbcfy7dssd4028gkjhafls2n-Cbc-2.10.11.tgz.drv building '/nix/store/fnxzf1z4vbcfy7dssd4028gkjhafls2n-Cbc-2.10.11.tgz.drv'... trying https://www.coin-or.org/download/source/Cbc/Cbc-2.10.11.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Cbc-2.10.11.tgz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'cbc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/fnxzf1z4vbcfy7dssd4028gkjhafls2n-Cbc-2.10.11.tgz.drv /nix/store/pc73xr1jkzkb28x3fxc10jsi07i41har-cbc-2.10.11.drv building '/nix/store/fnxzf1z4vbcfy7dssd4028gkjhafls2n-Cbc-2.10.11.tgz.drv'... trying https://www.coin-or.org/download/source/Cbc/Cbc-2.10.11.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Cbc-2.10.11.tgz from any mirror error: builder for '/nix/store/fnxzf1z4vbcfy7dssd4028gkjhafls2n-Cbc-2.10.11.tgz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.coin-or.org/download/source/Cbc/Cbc-2.10.11.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download Cbc-2.10.11.tgz from any mirror For full logs, run 'nix log /nix/store/fnxzf1z4vbcfy7dssd4028gkjhafls2n-Cbc-2.10.11.tgz.drv'. error: 1 dependencies of derivation '/nix/store/pc73xr1jkzkb28x3fxc10jsi07i41har-cbc-2.10.11.drv' failed to build [result] Failed to update cbc 2.10.4 -> 2.10.11 https://repology.org/project/coin-or-cbc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath molden, using log file: /var/log/nixpkgs-update/molden/2024-03-05.log molden 6.3 -> 7.3 https://repology.org/project/molden/versions attrpath: molden 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/9xcn7abanln37ygklnqfn4hhf3w9i99h-molden7.3.tar.gz.drv building '/nix/store/9xcn7abanln37ygklnqfn4hhf3w9i99h-molden7.3.tar.gz.drv'... trying https://ftp.science.ru.nl/Molden//molden7.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to ftp.science.ru.nl port 443 after 61 ms: Couldn't connect to server error: cannot download molden7.3.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 'molden.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9xcn7abanln37ygklnqfn4hhf3w9i99h-molden7.3.tar.gz.drv /nix/store/dbpz81qk2kk2lk71r53nqkd2z7vrakfy-molden-7.3.drv building '/nix/store/9xcn7abanln37ygklnqfn4hhf3w9i99h-molden7.3.tar.gz.drv'... trying https://ftp.science.ru.nl/Molden//molden7.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (7) Failed to connect to ftp.science.ru.nl port 443 after 32 ms: Couldn't connect to server error: cannot download molden7.3.tar.gz from any mirror error: builder for '/nix/store/9xcn7abanln37ygklnqfn4hhf3w9i99h-molden7.3.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://ftp.science.ru.nl/Molden//molden7.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (7) Failed to connect to ftp.science.ru.nl port 443 after 32 ms: Couldn't connect to server > error: cannot download molden7.3.tar.gz from any mirror For full logs, run 'nix log /nix/store/9xcn7abanln37ygklnqfn4hhf3w9i99h-molden7.3.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/dbpz81qk2kk2lk71r53nqkd2z7vrakfy-molden-7.3.drv' failed to build [result] Failed to update molden 6.3 -> 7.3 https://repology.org/project/molden/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cups-bjnp, using log file: /var/log/nixpkgs-update/cups-bjnp/2024-03-05.log cups-bjnp 1.2.2 -> 2.0.3 https://repology.org/project/cups-bjnp/versions attrpath: cups-bjnp 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/misc/cups/drivers/cups-bjnp/default.nix b/pkgs/misc/cups/drivers/cups-bjnp/default.nix index 6c8c8f21a3a2..6b8b79f22f65 100644 --- a/pkgs/misc/cups/drivers/cups-bjnp/default.nix +++ b/pkgs/misc/cups/drivers/cups-bjnp/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "cups-bjnp"; - version = "1.2.2"; + version = "2.0.3"; src = fetchurl { url = "mirror://sourceforge/cups-bjnp/cups-bjnp-${version}.tar.gz"; - sha256 = "0sb0vm1sf8ismzd9ba33qswxmsirj2z1b7lnyrc9v5ixm7q0bnrm"; + sha256 = "sha256-yRSy/Z2OJs4i8t9iRNne/uwx7ppTYPcj7ss7APIWhQA="; }; preConfigure = ''configureFlags="--with-cupsbackenddir=$out/lib/cups/backend"''; [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 cups-bjnp nix build failed. checking for ntohs... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strerror... yes checking for strncasecmp... yes checking for strstr... yes checking for strtol... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep checking for egrep... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for getifaddrs... yes checking whether to enable IPv6... yes checking whether struct sockaddr_storage has an ss_family member... yes checking cups development support... yes checking cups backend directory... configure: error: cups backend directory not found! [result] Failed to update cups-bjnp 1.2.2 -> 2.0.3 https://repology.org/project/cups-bjnp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath telegram-bot-api, using log file: /var/log/nixpkgs-update/telegram-bot-api/2024-03-05.log telegram-bot-api 5.7 -> 20231228 https://repology.org/project/telegram-bot-api/versions attrpath: telegram-bot-api Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update telegram-bot-api 5.7 -> 20231228 https://repology.org/project/telegram-bot-api/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.faktory_1_1_2_5, using log file: /var/log/nixpkgs-update/haskellPackages.faktory_1_1_2_5/2024-03-05.log haskellPackages.faktory_1_1_2_5 1.1.2.5 -> 1.1.2.6 https://repology.org/project/haskell:faktory/versions attrpath: haskellPackages.faktory_1_1_2_5 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.faktory_1_1_2_5 not compatible with 1.1.2.6 [result] Failed to update haskellPackages.faktory_1_1_2_5 1.1.2.5 -> 1.1.2.6 https://repology.org/project/haskell:faktory/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath obs-studio-plugins.droidcam-obs, using log file: /var/log/nixpkgs-update/obs-studio-plugins.droidcam-obs/2024-03-05.log obs-studio-plugins.droidcam-obs 2.0.2 -> 2.3.1 https://github.com/dev47apps/droidcam-obs-plugin/releases attrpath: obs-studio-plugins.droidcam-obs Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/video/obs-studio/plugins/droidcam-obs/default.nix b/pkgs/applications/video/obs-studio/plugins/droidcam-obs/default.nix index a1cf5f2e7eef..ae0d49036dd3 100644 --- a/pkgs/applications/video/obs-studio/plugins/droidcam-obs/default.nix +++ b/pkgs/applications/video/obs-studio/plugins/droidcam-obs/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "droidcam-obs"; - version = "2.0.2"; + version = "2.3.1"; src = fetchFromGitHub { owner = "dev47apps"; repo = "droidcam-obs-plugin"; rev = version; - sha256 = "sha256-YtfWwgBhyQYx6QfrKld7p6qUf8BEV/kkQX4QcdHuaYU="; + sha256 = "sha256-SK1sfQgLhx/htJQCAYzbw2/t+Rua6O3T1GSKFAx+E18="; }; 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 obs-studio-plugins.droidcam-obs nix build failed. In file included from src/net.cc:20: src/plugin.h:3:10: fatal error: obs-module.h: No such file or directory 3 | #include  | ^~~~~~~~~~~~~~ compilation terminated. In file included from src/plugin.cc:42: src/plugin.h:3:10: fatal error: obs-module.h: No such file or directory 3 | #include  | ^~~~~~~~~~~~~~ compilation terminated. src/proxy.cc:20:10: fatal error: util/platform.h: No such file or directory 20 | #include  | ^~~~~~~~~~~~~~~~~ compilation terminated. src/source.cc:18:10: fatal error: util/threading.h: No such file or directory 18 | #include  | ^~~~~~~~~~~~~~~~~~ compilation terminated. In file included from src/command.h:5, from src/sys/unix/cmd.cc:21: src/plugin.h:3:10: fatal error: obs-module.h: No such file or directory 3 | #include  | ^~~~~~~~~~~~~~ compilation terminated. In file included from src/sys/unix/util.cc:17: src/plugin.h:3:10: fatal error: obs-module.h: No such file or directory 3 | #include  | ^~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:49: build/droidcam-obs.so] Error 1 [result] Failed to update obs-studio-plugins.droidcam-obs 2.0.2 -> 2.3.1 https://github.com/dev47apps/droidcam-obs-plugin/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.PDL 2.025 -> 2.085 https://repology.org/project/perl:pdl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.csranks, using log file: /var/log/nixpkgs-update/rPackages.csranks/2024-03-05.log rPackages.csranks 1.2.1 -> 1.2.2 https://repology.org/project/r:csranks/versions attrpath: rPackages.csranks Checking auto update branch... No auto update branch exists Old version 1.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.csranks 1.2.1 -> 1.2.2 https://repology.org/project/r:csranks/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sundtek, using log file: /var/log/nixpkgs-update/sundtek/2024-03-05.log sundtek 2016-01-26 -> 150728.175535 https://repology.org/project/sundtek/versions attrpath: sundtek 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 sundtek 2016-01-26 -> 150728.175535 https://repology.org/project/sundtek/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libbass_fx, using log file: /var/log/nixpkgs-update/libbass_fx/2024-03-05.log libbass_fx 2.4.12.1 -> 2.4.12.6 https://repology.org/project/libbass-fx/versions attrpath: libbass_fx 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 libbass_fx 2.4.12.1 -> 2.4.12.6 https://repology.org/project/libbass-fx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mirai, using log file: /var/log/nixpkgs-update/rPackages.mirai/2024-03-05.log rPackages.mirai 0.11.3 -> 0.12.1 https://repology.org/project/r:mirai/versions attrpath: rPackages.mirai Checking auto update branch... No auto update branch exists Old version 0.11.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.mirai 0.11.3 -> 0.12.1 https://repology.org/project/r:mirai/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.redist, using log file: /var/log/nixpkgs-update/rPackages.redist/2024-03-05.log rPackages.redist 4.1.1 -> 4.2.0 https://repology.org/project/r:redist/versions attrpath: rPackages.redist Checking auto update branch... No auto update branch exists Old version 4.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.redist 4.1.1 -> 4.2.0 https://repology.org/project/r:redist/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.material-shell, using log file: /var/log/nixpkgs-update/gnomeExtensions.material-shell/2024-03-05.log gnomeExtensions.material-shell 32 -> 44 https://repology.org/project/gnome:material-shell/versions attrpath: gnomeExtensions.material-shell Checking auto update branch... No auto update branch exists Old version 32" 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.material-shell 32 -> 44 https://repology.org/project/gnome:material-shell/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wyrd, using log file: /var/log/nixpkgs-update/wyrd/2024-03-05.log wyrd 1.4.6 -> 1.7.1 https://repology.org/project/wyrd/versions attrpath: wyrd Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/wyrd/default.nix b/pkgs/tools/misc/wyrd/default.nix index 4010a0b42d0f..1615282b07be 100644 --- a/pkgs/tools/misc/wyrd/default.nix +++ b/pkgs/tools/misc/wyrd/default.nix @@ -1,12 +1,12 @@ { lib, stdenv, fetchurl, ocamlPackages, ncurses, remind }: stdenv.mkDerivation rec { - version = "1.4.6"; + version = "1.7.1"; pname = "wyrd"; src = fetchurl { url = "http://pessimization.com/software/wyrd/wyrd-${version}.tar.gz"; - sha256 = "0zlrg602q781q8dij62lwdprpfliyy9j1rqfqcz8p2wgndpivddj"; + sha256 = "sha256-H4zrOP8U9IGI3wN5ebj5RcSAPZzttE3lwNnUp7NF9js="; }; preConfigure = '' [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 wyrd nix build failed. got build log for 'wyrd' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/y01sdj9ppf3wmra678l4cxyd378xb6cz-wyrd-1.7.1.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /nix/store/y01sdj9ppf3wmra678l4cxyd378xb6cz-wyrd-1.7.1.tar.gz [result] Failed to update wyrd 1.4.6 -> 1.7.1 https://repology.org/project/wyrd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath voxelands, using log file: /var/log/nixpkgs-update/voxelands/2024-03-05.log voxelands 1704.00 -> 1709.00 https://repology.org/project/voxelands/versions attrpath: voxelands 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/vvr1055r2vhx2j1xc2gxrj900fdiis2s-source.drv building '/nix/store/vvr1055r2vhx2j1xc2gxrj900fdiis2s-source.drv'... trying https://gitlab.com/api/v4/projects/voxelands%2Fvoxelands/repository/archive.tar.gz?sha=1709.00 % 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 'voxelands.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vvr1055r2vhx2j1xc2gxrj900fdiis2s-source.drv /nix/store/3099q0zy1jkgarhx3njfw84qcwz5b1lz-voxelands-1709.00.drv this path will be fetched (2.05 MiB download, 8.31 MiB unpacked): /nix/store/15g146bda77b4kfypan7sgwknrihxv8h-irrlicht-1.8.4 copying path '/nix/store/15g146bda77b4kfypan7sgwknrihxv8h-irrlicht-1.8.4' from 'https://cache.nixos.org'... building '/nix/store/vvr1055r2vhx2j1xc2gxrj900fdiis2s-source.drv'... trying https://gitlab.com/api/v4/projects/voxelands%2Fvoxelands/repository/archive.tar.gz?sha=1709.00 % 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/vvr1055r2vhx2j1xc2gxrj900fdiis2s-source.drv' failed with exit code 1; last 7 log lines: > > trying https://gitlab.com/api/v4/projects/voxelands%2Fvoxelands/repository/archive.tar.gz?sha=1709.00 > % 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/vvr1055r2vhx2j1xc2gxrj900fdiis2s-source.drv'. error: 1 dependencies of derivation '/nix/store/3099q0zy1jkgarhx3njfw84qcwz5b1lz-voxelands-1709.00.drv' failed to build [result] Failed to update voxelands 1704.00 -> 1709.00 https://repology.org/project/voxelands/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.pandoc_3_1_11, using log file: /var/log/nixpkgs-update/haskellPackages.pandoc_3_1_11/2024-03-05.log haskellPackages.pandoc_3_1_11 3.1.11 -> 3.1.11.1 https://repology.org/project/haskell:pandoc/versions attrpath: haskellPackages.pandoc_3_1_11 Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.pandoc_3_1_11 3.1.11 -> 3.1.11.1 https://repology.org/project/haskell:pandoc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cdemu-daemon, using log file: /var/log/nixpkgs-update/cdemu-daemon/2024-03-05.log cdemu-daemon 3.2.5 -> 3.2.6 https://repology.org/project/cdemu-daemon/versions attrpath: cdemu-daemon Checking auto update branch... No auto update branch exists Old version 3.2.5" not present in master derivation file with contents: { pname, version, pkgSha256 }: attrs@{ lib, stdenv, fetchurl, cmake, pkg-config, buildInputs, drvParams ? {}, ... }: stdenv.mkDerivation ( rec { inherit pname version buildInputs; src = fetchurl { url = "mirror://sourceforge/cdemu/${pname}-${version}.tar.xz"; sha256 = pkgSha256; }; nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkg-config cmake ]; setSourceRoot = '' mkdir build cd build sourceRoot="`pwd`" ''; configurePhase = '' cmake ../${pname}-${version} -DCMAKE_INSTALL_PREFIX=$out -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON ''; meta = with lib; { description = "A suite of tools for emulating optical drives and discs"; longDescription = '' CDEmu consists of: - a kernel module implementing a virtual drive-controller - libmirage which is a software library for interpreting optical disc images - a daemon which emulates the functionality of an optical drive+disc - textmode and GTK clients for controlling the emulator - an image analyzer to view the structure of image files Optical media emulated by CDemu can be mounted within Linux. Automounting is also allowed. ''; homepage = "https://cdemu.sourceforge.io/"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with lib.maintainers; [ bendlas ]; }; } // drvParams) [result] Failed to update cdemu-daemon 3.2.5 -> 3.2.6 https://repology.org/project/cdemu-daemon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.qlcal, using log file: /var/log/nixpkgs-update/rPackages.qlcal/2024-03-05.log rPackages.qlcal 0.0.9 -> 0.0.10 https://repology.org/project/r:qlcal/versions attrpath: rPackages.qlcal Checking auto update branch... No auto update branch exists Old version 0.0.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.qlcal 0.0.9 -> 0.0.10 https://repology.org/project/r:qlcal/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mmutils, using log file: /var/log/nixpkgs-update/mmutils/2024-03-05.log mmutils 1.4.1 -> 1.7 https://repology.org/project/wmutils/versions attrpath: mmutils 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/3iay4s180vaz9xsf8vrrblpcyvqf3ck4-source.drv building '/nix/store/3iay4s180vaz9xsf8vrrblpcyvqf3ck4-source.drv'... trying https://github.com/pockata/mmutils/archive/v1.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 'mmutils.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3iay4s180vaz9xsf8vrrblpcyvqf3ck4-source.drv /nix/store/0px7ssx8w4qpy0qi8y70kjrr7zyx95a6-wmutils-1.7.drv building '/nix/store/3iay4s180vaz9xsf8vrrblpcyvqf3ck4-source.drv'... trying https://github.com/pockata/mmutils/archive/v1.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/3iay4s180vaz9xsf8vrrblpcyvqf3ck4-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/pockata/mmutils/archive/v1.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/3iay4s180vaz9xsf8vrrblpcyvqf3ck4-source.drv'. error: 1 dependencies of derivation '/nix/store/0px7ssx8w4qpy0qi8y70kjrr7zyx95a6-wmutils-1.7.drv' failed to build [result] Failed to update mmutils 1.4.1 -> 1.7 https://repology.org/project/wmutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath liblangtag, using log file: /var/log/nixpkgs-update/liblangtag/2024-03-05.log liblangtag 0.6.3 -> 0.6.7 https://repology.org/project/liblangtag/versions attrpath: liblangtag Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update liblangtag 0.6.3 -> 0.6.7 https://repology.org/project/liblangtag/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emacsPackages.ebuild-mode, using log file: /var/log/nixpkgs-update/emacsPackages.ebuild-mode/2024-03-05.log emacsPackages.ebuild-mode 1.67 -> 1.70 https://repology.org/project/emacs:ebuild-mode/versions attrpath: emacsPackages.ebuild-mode Checking auto update branch... An auto update branch exists with message `emacsPackages.ebuild-mode: 1.67 -> 1.70`. New version is 1.70. An auto update branch exists with an equal or greater version [result] Failed to update emacsPackages.ebuild-mode 1.67 -> 1.70 https://repology.org/project/emacs:ebuild-mode/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath castnow, using log file: /var/log/nixpkgs-update/castnow/2024-03-05.log castnow 0.6.0 -> 20170309 https://repology.org/project/castnow/versions attrpath: castnow Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/r9i0lbiwp6yhkn8mxxgmpwpk6937hini-source.drv building '/nix/store/r9i0lbiwp6yhkn8mxxgmpwpk6937hini-source.drv'... trying https://github.com/xat/castnow/archive/v20170309.tar.gz % 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 'castnow.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/r9i0lbiwp6yhkn8mxxgmpwpk6937hini-source.drv /nix/store/28qvp4wza8br0kjb9gmh3h5l7c9d9j6v-castnow-20170309-npm-deps.drv /nix/store/57wwa3wds796hgicpak83p9p2pjv3b8b-castnow-20170309.drv building '/nix/store/r9i0lbiwp6yhkn8mxxgmpwpk6937hini-source.drv'... trying https://github.com/xat/castnow/archive/v20170309.tar.gz % 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/r9i0lbiwp6yhkn8mxxgmpwpk6937hini-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/xat/castnow/archive/v20170309.tar.gz > % 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/r9i0lbiwp6yhkn8mxxgmpwpk6937hini-source.drv'. error: 1 dependencies of derivation '/nix/store/57wwa3wds796hgicpak83p9p2pjv3b8b-castnow-20170309.drv' failed to build [result] Failed to update castnow 0.6.0 -> 20170309 https://repology.org/project/castnow/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.expm, using log file: /var/log/nixpkgs-update/rPackages.expm/2024-03-05.log rPackages.expm 0.999-8 -> 0.999.9 https://repology.org/project/r:expm/versions attrpath: rPackages.expm Checking auto update branch... No auto update branch exists Old version 0.999-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.expm 0.999-8 -> 0.999.9 https://repology.org/project/r:expm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath catppuccin-kde, using log file: /var/log/nixpkgs-update/catppuccin-kde/2024-03-05.log catppuccin-kde 0.2.4 -> 23.08.4 https://repology.org/project/kde/versions attrpath: catppuccin-kde Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update catppuccin-kde 0.2.4 -> 23.08.4 https://repology.org/project/kde/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO complicated package [result] Failed to update haskellPackages.github-release 2.0.0.9 -> 2.0.0.10 https://repology.org/project/haskell:github-release/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.NeuralSens, using log file: /var/log/nixpkgs-update/rPackages.NeuralSens/2024-03-05.log rPackages.NeuralSens 1.0.3 -> 1.1.2 https://repology.org/project/r:neuralsens/versions attrpath: rPackages.NeuralSens 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.NeuralSens 1.0.3 -> 1.1.2 https://repology.org/project/r:neuralsens/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dub, using log file: /var/log/nixpkgs-update/dub/2024-03-05.log dub 1.33.0 -> 1.36.0 https://github.com/dlang/dub/releases attrpath: dub Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/build-managers/dub/default.nix b/pkgs/development/tools/build-managers/dub/default.nix index 8c9261628bfe..3e532c2389a2 100644 --- a/pkgs/development/tools/build-managers/dub/default.nix +++ b/pkgs/development/tools/build-managers/dub/default.nix @@ -4,7 +4,7 @@ assert dcompiler != null; stdenv.mkDerivation rec { pname = "dub"; - version = "1.33.0"; + version = "1.36.0"; enableParallelBuilding = true; @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { owner = "dlang"; repo = "dub"; rev = "v${version}"; - sha256 = "sha256-4Mha7WF6cg3DIccfpvOnheuvgfziv/7wo8iFsPXO4yY="; + sha256 = "sha256-S8pls9zxbGAQTwqYf4bDT2q7Ow12S8bBsJE5UmsACBs="; }; dubvar = "\\$DUB"; [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 dub nix build failed. [INFO] Testing /build/source/test/issue1053-extra-files-visuald/... [INFO] Building /build/source/test/issue1636-betterC-dub-test/... [INFO] Testing /build/source/test/issue1636-betterC-dub-test/... [INFO] Building /build/source/test/issue2086-copyfiles-subpackage-targetpath/... [INFO] Testing /build/source/test/issue2086-copyfiles-subpackage-targetpath/... [INFO] Building /build/source/test/issue2192-environment-variables/... [INFO] Testing /build/source/test/issue2192-environment-variables/... [INFO] Building /build/source/test/issue2234-copy-read-only-files/... [INFO] Running /build/source/test/issue2234-copy-read-only-files/... [INFO] Testing /build/source/test/issue2234-copy-read-only-files/... [INFO] Building /build/source/test/issue2448/... [INFO] Running /build/source/test/issue2448/... [INFO] Testing /build/source/test/issue2448/... [INFO] Building /build/source/test/issue2452/... [INFO] Running /build/source/test/issue2452/... [INFO] Building /build/source/test/issue2684-recipe-file/... [INFO] Running /build/source/test/issue2684-recipe-file/... [INFO] Testing /build/source/test/issue2684-recipe-file/... [INFO] Building /build/source/test/mutex-main-1/... [INFO] Building /build/source/test/mutex-main-2/... [INFO] Building /build/source/test/mutex-main-3/, expected failure... [INFO] Building /build/source/test/pr2642-cache-db/... [INFO] Running /build/source/test/pr2642-cache-db/... [ERROR] Run failure. [INFO] Building /build/source/test/pr2644-describe-artifact-path/... [INFO] Running /build/source/test/pr2644-describe-artifact-path/... [ERROR] Run failure. [INFO] Building /build/source/test/pr2647-build-deep/... [INFO] Running /build/source/test/pr2647-build-deep/... [ERROR] Run failure. [result] Failed to update dub 1.33.0 -> 1.36.0 https://github.com/dlang/dub/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-icon-theme, using log file: /var/log/nixpkgs-update/deepin.deepin-icon-theme/2024-03-05.log deepin.deepin-icon-theme 2023.11.28 -> 2024.01.31 https://github.com/linuxdeepin/deepin-icon-theme/releases attrpath: deepin.deepin-icon-theme deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-icon-theme 2023.11.28 -> 2024.01.31 https://github.com/linuxdeepin/deepin-icon-theme/releases [options] github_user: r-ryantm, pull_request: 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.Catmandu 1.2020 -> 1.2021 https://repology.org/project/perl:catmandu/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gomobile, using log file: /var/log/nixpkgs-update/gomobile/2024-03-05.log gomobile 2022-05-18 -> 20240203 https://repology.org/project/gomobile/versions attrpath: gomobile 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 gomobile 2022-05-18 -> 20240203 https://repology.org/project/gomobile/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jmespath, using log file: /var/log/nixpkgs-update/jmespath/2024-03-05.log jmespath 0.4.0 -> 1.0.1 https://repology.org/project/jmespath/versions attrpath: jmespath 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/gp54yr12dvrz2yqg8nyjydh9vglmnlyv-source.drv building '/nix/store/gp54yr12dvrz2yqg8nyjydh9vglmnlyv-source.drv'... trying https://github.com/jmespath/go-jmespath/archive/v1.0.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 'jmespath.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/gp54yr12dvrz2yqg8nyjydh9vglmnlyv-source.drv /nix/store/kjmmqda2kzh8fqc4hql4dlch9qs4nzk2-jmespath-1.0.1-go-modules.drv /nix/store/5m1xhd56yc7lmjqhcq2cqgmskq6bf3by-jmespath-1.0.1.drv building '/nix/store/gp54yr12dvrz2yqg8nyjydh9vglmnlyv-source.drv'... trying https://github.com/jmespath/go-jmespath/archive/v1.0.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/gp54yr12dvrz2yqg8nyjydh9vglmnlyv-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/jmespath/go-jmespath/archive/v1.0.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/gp54yr12dvrz2yqg8nyjydh9vglmnlyv-source.drv'. error: 1 dependencies of derivation '/nix/store/5m1xhd56yc7lmjqhcq2cqgmskq6bf3by-jmespath-1.0.1.drv' failed to build [result] Failed to update jmespath 0.4.0 -> 1.0.1 https://repology.org/project/jmespath/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bootstrap.build, using log file: /var/log/nixpkgs-update/python311Packages.bootstrap.build/2024-03-05.log python311Packages.bootstrap.build 1.0.3 -> 1.1.1 https://github.com/pypa/build/releases attrpath: python311Packages.bootstrap.build 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 'source' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/python311Packages.bootstrap.build/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'SSL_CERT_FILE' of derivation 'source' at /var/cache/nixpkgs-update/worker/worktree/python311Packages.bootstrap.build/pkgs/build-support/fetchurl/default.nix:167:3: 166| 167| SSL_CERT_FILE = if (hash_.outputHash == "" || hash_.outputHash == lib.fakeSha256 || hash_.outputHash == lib.fakeSha512 || hash_.outputHash == lib.fakeHash) | ^ 168| then "${cacert}/etc/ssl/certs/ca-bundle.crt" (stack trace truncated; use '--show-trace' to show the full trace) error: infinite recursion encountered at /var/cache/nixpkgs-update/worker/worktree/python311Packages.bootstrap.build/pkgs/build-support/fetchurl/default.nix:168:25: 167| SSL_CERT_FILE = if (hash_.outputHash == "" || hash_.outputHash == lib.fakeSha256 || hash_.outputHash == lib.fakeSha512 || hash_.outputHash == lib.fakeHash) 168| then "${cacert}/etc/ssl/certs/ca-bundle.crt" | ^ 169| else "/no-cert-file.crt"; stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'python311Packages.bootstrap.build.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 'python3.11-bootstrap-build-1.1.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/python311Packages.bootstrap.build/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'src' of derivation 'python3.11-bootstrap-build-1.1.1' at /var/cache/nixpkgs-update/worker/worktree/python311Packages.bootstrap.build/pkgs/development/python-modules/bootstrap/build/default.nix:15:26: 14| pname = "${python.libPrefix}-bootstrap-${basePackage.pname}"; 15| inherit (basePackage) version src meta; | ^ 16| (stack trace truncated; use '--show-trace' to show the full trace) error: infinite recursion encountered at /var/cache/nixpkgs-update/worker/worktree/python311Packages.bootstrap.build/pkgs/build-support/fetchurl/default.nix:168:25: 167| SSL_CERT_FILE = if (hash_.outputHash == "" || hash_.outputHash == lib.fakeSha256 || hash_.outputHash == lib.fakeSha512 || hash_.outputHash == lib.fakeHash) 168| then "${cacert}/etc/ssl/certs/ca-bundle.crt" | ^ 169| else "/no-cert-file.crt"; [result] Failed to update python311Packages.bootstrap.build 1.0.3 -> 1.1.1 https://github.com/pypa/build/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath creduce, using log file: /var/log/nixpkgs-update/creduce/2024-03-05.log creduce 2.10.0 -> 2.11.0.l13.g20220117 https://repology.org/project/creduce/versions attrpath: creduce 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 creduce 2.10.0 -> 2.11.0.l13.g20220117 https://repology.org/project/creduce/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fuzzy, using log file: /var/log/nixpkgs-update/haskellPackages.fuzzy/2024-03-05.log haskellPackages.fuzzy 0.1.0.1 -> 0.1.1.0 https://repology.org/project/haskell:fuzzy/versions attrpath: haskellPackages.fuzzy Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.fuzzy 0.1.0.1 -> 0.1.1.0 https://repology.org/project/haskell:fuzzy/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ffi-compiler, using log file: /var/log/nixpkgs-update/rubyPackages.ffi-compiler/2024-03-05.log rubyPackages.ffi-compiler 1.0.1 -> 1.2.1 https://repology.org/project/ruby:ffi-compiler/versions attrpath: rubyPackages.ffi-compiler 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.ffi-compiler 1.0.1 -> 1.2.1 https://repology.org/project/ruby:ffi-compiler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emacsPackages.auctex, using log file: /var/log/nixpkgs-update/emacsPackages.auctex/2024-03-05.log emacsPackages.auctex 13.3.0 -> 14.0.3 https://repology.org/project/emacs:auctex/versions attrpath: emacsPackages.auctex Checking auto update branch... No auto update branch exists Old version 13.3.0" not present in staging derivation file with contents: { callPackage }: { ace-window = callPackage ({ avy, elpaBuild, fetchurl, lib }: elpaBuild { pname = "ace-window"; ename = "ace-window"; version = "0.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ace-window-0.10.0.tar"; sha256 = "1kfyf7za4zc41gf0k3rq8byvwkw7q5pxnyynh5i0gv686zrzak1i"; }; packageRequires = [ avy ]; meta = { homepage = "https://elpa.gnu.org/packages/ace-window.html"; license = lib.licenses.free; }; }) {}; ack = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ack"; ename = "ack"; version = "1.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/ack-1.11.tar"; sha256 = "0fsi3lgfkyv9gxwcs0q5c9fawksz6x0pqarjagcndnd7jlbxjw7z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ack.html"; license = lib.licenses.free; }; }) {}; activities = callPackage ({ elpaBuild, emacs, fetchurl, lib, persist }: elpaBuild { pname = "activities"; ename = "activities"; version = "0.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/activities-0.5.1.tar"; sha256 = "0ng9sgajcpal881s3kavkmz0fc38f2h207hpqj62cf14z7bsk0zk"; }; packageRequires = [ emacs persist ]; meta = { homepage = "https://elpa.gnu.org/packages/activities.html"; license = lib.licenses.free; }; }) {}; ada-mode = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , uniquify-files , wisi }: elpaBuild { pname = "ada-mode"; ename = "ada-mode"; version = "8.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ada-mode-8.1.0.tar"; sha256 = "1nfqm173gbk6483xgdkmxp5nb8biihq1623058gbl0dfwn0p9njh"; }; packageRequires = [ emacs gnat-compiler uniquify-files wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/ada-mode.html"; license = lib.licenses.free; }; }) {}; ada-ref-man = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ada-ref-man"; ename = "ada-ref-man"; version = "2020.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ada-ref-man-2020.1.tar"; sha256 = "1g4brb9g2spd55issyqldfc4azwilbrz8kh8sl0lka2kn42l3qqc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ada-ref-man.html"; license = lib.licenses.free; }; }) {}; adaptive-wrap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "adaptive-wrap"; ename = "adaptive-wrap"; version = "0.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/adaptive-wrap-0.8.tar"; sha256 = "1gs1pqzywvvw4prj63vpj8abh8h14pjky11xfl23pgpk9l3ldrb0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/adaptive-wrap.html"; license = lib.licenses.free; }; }) {}; adjust-parens = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "adjust-parens"; ename = "adjust-parens"; version = "3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/adjust-parens-3.2.tar"; sha256 = "01l8bgfqgbkh5p9r8mc5pqizg0sgr7bl6x7x657gm0qjnwmfwai5"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/adjust-parens.html"; license = lib.licenses.free; }; }) {}; advice-patch = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "advice-patch"; ename = "advice-patch"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/advice-patch-0.1.el"; sha256 = "0mb7linzsnf72vzkn9h6w2i2b0h92h6qzkapyrv61vh5a67k1m0s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/advice-patch.html"; license = lib.licenses.free; }; }) {}; aggressive-completion = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aggressive-completion"; ename = "aggressive-completion"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/aggressive-completion-1.7.tar"; sha256 = "1rpy53kh19ljjr2xgna716jynajjpgkkjgcl3gzryxsmky8mwbfl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aggressive-completion.html"; license = lib.licenses.free; }; }) {}; aggressive-indent = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aggressive-indent"; ename = "aggressive-indent"; version = "1.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/aggressive-indent-1.10.0.tar"; sha256 = "166jk1z0vw481lfi3gbg7f9vsgwfv8fiyxpkfphgvgcmf5phv4q1"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aggressive-indent.html"; license = lib.licenses.free; }; }) {}; ahungry-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ahungry-theme"; ename = "ahungry-theme"; version = "1.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ahungry-theme-1.10.0.tar"; sha256 = "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ahungry-theme.html"; license = lib.licenses.free; }; }) {}; aircon-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aircon-theme"; ename = "aircon-theme"; version = "0.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/aircon-theme-0.0.6.tar"; sha256 = "09yjjx9gy1x2i8xk7jlblzk6gkx7cgglb0pwxbl8n6aj19ba40nd"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aircon-theme.html"; license = lib.licenses.free; }; }) {}; all = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "all"; ename = "all"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/all-1.0.el"; sha256 = "17h4cp0xnh08szh3snbmn1mqq2smgqkn45bq7v0cpsxq1i301hi3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/all.html"; license = lib.licenses.free; }; }) {}; altcaps = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "altcaps"; ename = "altcaps"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/altcaps-1.2.0.tar"; sha256 = "0pfd3j8x2ayqnvg418qcm4rkxjvm5qm2ks9xsw4irv04452zhahc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/altcaps.html"; license = lib.licenses.free; }; }) {}; ampc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ampc"; ename = "ampc"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ampc-0.2.el"; sha256 = "1pdy5mvi6h8m7qjnxiy217fgcp9w91375hq29bacfgh7bix56jlr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ampc.html"; license = lib.licenses.free; }; }) {}; arbitools = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "arbitools"; ename = "arbitools"; version = "0.977"; src = fetchurl { url = "https://elpa.gnu.org/packages/arbitools-0.977.el"; sha256 = "0nvdy14lqvy2ca4vw2qlr2kg2vv4y4sr8sa7kqrpf8cg7k9q3mbv"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/arbitools.html"; license = lib.licenses.free; }; }) {}; ascii-art-to-unicode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ascii-art-to-unicode"; ename = "ascii-art-to-unicode"; version = "1.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/ascii-art-to-unicode-1.13.el"; sha256 = "1c0jva3amhl9c5xc5yzdpi58c8m1djym4ccj31z6wmakq7npy07p"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ascii-art-to-unicode.html"; license = lib.licenses.free; }; }) {}; async = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "async"; ename = "async"; version = "1.9.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/async-1.9.8.tar"; sha256 = "00x22dh96vhyvgailxm3mv2jqhwlb6lisrjv10m8vpkmlk5mhnwb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/async.html"; license = lib.licenses.free; }; }) {}; auctex = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "auctex"; ename = "auctex"; version = "14.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/auctex-14.0.3.tar"; sha256 = "1xk29nk3r7ilxk2vag3diacamqvlws7mbjk5a0iivz5y6fy7hmjc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/auctex.html"; license = lib.licenses.free; }; }) {}; aumix-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "aumix-mode"; ename = "aumix-mode"; version = "7"; src = fetchurl { url = "https://elpa.gnu.org/packages/aumix-mode-7.el"; sha256 = "0qyjw2g3pzcxqdg1cpp889nmb524jxqq32dz7b7cg2m903lv5gmv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/aumix-mode.html"; license = lib.licenses.free; }; }) {}; auto-correct = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-correct"; ename = "auto-correct"; version = "1.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-correct-1.1.4.el"; sha256 = "1ml35l6lk4sf51sh6cal1ylsn61iddz0s01wwly199i3nim0qnw8"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/auto-correct.html"; license = lib.licenses.free; }; }) {}; auto-header = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-header"; ename = "auto-header"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-header-0.1.2.tar"; sha256 = "0rk7xq7bzgaxdyw7j3vjnishf2pyzs84xamq4blgbb93n0f4nlfj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/auto-header.html"; license = lib.licenses.free; }; }) {}; auto-overlays = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-overlays"; ename = "auto-overlays"; version = "0.10.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-overlays-0.10.10.tar"; sha256 = "0wln6b4j3pd3mhx6sx0bnz74c4n6fidmkg77cqfpxs4j5l1zjp2z"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/auto-overlays.html"; license = lib.licenses.free; }; }) {}; autocrypt = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "autocrypt"; ename = "autocrypt"; version = "0.4.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/autocrypt-0.4.1.tar"; sha256 = "1r2b1nyw2ai58br3kh4r5rpy450njz7rcccbmcwxsyfgiz4wbqy8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/autocrypt.html"; license = lib.licenses.free; }; }) {}; avy = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "avy"; ename = "avy"; version = "0.5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/avy-0.5.0.tar"; sha256 = "1xfcml38qmrwdd0rkhwrvv2s7dbznwhk3vy9pjd6ljpg22wkb80d"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/avy.html"; license = lib.licenses.free; }; }) {}; bbdb = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bbdb"; ename = "bbdb"; version = "3.2.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/bbdb-3.2.2.4.tar"; sha256 = "13i8ggknc29sny16rq126q0ssz26m3fam0zpdhlsm05pa8dydd7p"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bbdb.html"; license = lib.licenses.free; }; }) {}; beacon = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "beacon"; ename = "beacon"; version = "1.3.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/beacon-1.3.4.tar"; sha256 = "1fy76c2x0xpnx7wfpsxfawdlrspan4dbj2157k9sa62i6a1c8f21"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/beacon.html"; license = lib.licenses.free; }; }) {}; beframe = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "beframe"; ename = "beframe"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/beframe-1.0.1.tar"; sha256 = "0j4ks5i67ck1cid6whvwq564s94xb0q5fchb006wzbniy1inwcna"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/beframe.html"; license = lib.licenses.free; }; }) {}; bicep-ts-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "bicep-ts-mode"; ename = "bicep-ts-mode"; version = "0.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/bicep-ts-mode-0.1.3.tar"; sha256 = "1di4pkk682kl46acdq44d1xykzqnvayhd84rwf71rj3q252di5a6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/bicep-ts-mode.html"; license = lib.licenses.free; }; }) {}; bind-key = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "bind-key"; ename = "bind-key"; version = "2.4.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bind-key-2.4.1.tar"; sha256 = "0jrbm2l6h4r7qjcdcsfczbijmbf3njzzzrymv08zanchmy7lvsv2"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/bind-key.html"; license = lib.licenses.free; }; }) {}; blist = callPackage ({ elpaBuild, emacs, fetchurl, ilist, lib }: elpaBuild { pname = "blist"; ename = "blist"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/blist-0.3.tar"; sha256 = "1cqvj6jjkch4xivdn2vyxz38amm6w403hnrfx0hhknbwxq5k8swp"; }; packageRequires = [ emacs ilist ]; meta = { homepage = "https://elpa.gnu.org/packages/blist.html"; license = lib.licenses.free; }; }) {}; bluetooth = callPackage ({ dash, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bluetooth"; ename = "bluetooth"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bluetooth-0.3.1.tar"; sha256 = "1p10kcim5wqnbj2kiqv6hgjkzznaa48qysnnf8ym90mylsczr70z"; }; packageRequires = [ dash emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bluetooth.html"; license = lib.licenses.free; }; }) {}; bnf-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bnf-mode"; ename = "bnf-mode"; version = "0.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/bnf-mode-0.4.5.tar"; sha256 = "0bj5ffqi54cdrraj5bp4v2cpbxjzly1p467dx1hzrlwv2b1svy2y"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bnf-mode.html"; license = lib.licenses.free; }; }) {}; boxy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "boxy"; ename = "boxy"; version = "1.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/boxy-1.1.3.tar"; sha256 = "1z153lccj6rgix9kj5xk8xzdc44ixq8flia7ppjxpj7c0slr3sm2"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/boxy.html"; license = lib.licenses.free; }; }) {}; boxy-headings = callPackage ({ boxy, elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "boxy-headings"; ename = "boxy-headings"; version = "2.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/boxy-headings-2.1.4.tar"; sha256 = "101kiw10p0sd8j8px16zsw57my7h2f1anhnwj678z22hxhs8vla7"; }; packageRequires = [ boxy emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/boxy-headings.html"; license = lib.licenses.free; }; }) {}; breadcrumb = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "breadcrumb"; ename = "breadcrumb"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/breadcrumb-1.0.1.tar"; sha256 = "0yqsyk8j0r1na2gybil64fb928dq7liwnk5xj18j9z8vgkdm0z0y"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/breadcrumb.html"; license = lib.licenses.free; }; }) {}; brief = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "brief"; ename = "brief"; version = "5.88.22.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/brief-5.88.22.2.tar"; sha256 = "1i4sdm8kcrazzp22gb4hi1gd4lfq6hdh6pnldmi1zjjyhl1gbzn3"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/brief.html"; license = lib.licenses.free; }; }) {}; buffer-env = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "buffer-env"; ename = "buffer-env"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/buffer-env-0.5.tar"; sha256 = "17q0flxp0rp52ksyh5ijcamvvm003icbyzv28r6vknrw3qsphb3p"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buffer-env.html"; license = lib.licenses.free; }; }) {}; buffer-expose = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "buffer-expose"; ename = "buffer-expose"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/buffer-expose-0.4.3.el"; sha256 = "1blpvan31mvqhzal16sdn564jnfnn7xsfn8zb65ijndh23drljwd"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buffer-expose.html"; license = lib.licenses.free; }; }) {}; bufferlo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bufferlo"; ename = "bufferlo"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/bufferlo-0.6.tar"; sha256 = "0q942zsxv27gvkx3b391yzshh58l2xd75y04rqyqk269q0cdhqff"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bufferlo.html"; license = lib.licenses.free; }; }) {}; bug-hunter = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, seq }: elpaBuild { pname = "bug-hunter"; ename = "bug-hunter"; version = "1.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bug-hunter-1.3.1.tar"; sha256 = "0cgwq8b6jglbg9ydvf80ijgbbccrks3yb9af46sdd6aqdmvdlx21"; }; packageRequires = [ cl-lib seq ]; meta = { homepage = "https://elpa.gnu.org/packages/bug-hunter.html"; license = lib.licenses.free; }; }) {}; buildbot = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "buildbot"; ename = "buildbot"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/buildbot-0.0.1.tar"; sha256 = "0glvybvjgwbx3dnr09w9y65v2ic080a4zhs88893amvfw29ig4lx"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buildbot.html"; license = lib.licenses.free; }; }) {}; calibre = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "calibre"; ename = "calibre"; version = "1.4.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/calibre-1.4.1.tar"; sha256 = "1wjz4d2hrhwcd9ljngygacxm28ddgwndp9krz5cxhjz2dkhs1pgb"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/calibre.html"; license = lib.licenses.free; }; }) {}; cape = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cape"; ename = "cape"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/cape-1.3.tar"; sha256 = "1178f6js821zcmsc3zrlclnaf4sswgvzs2qazzi975dkcfqcn3vq"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cape.html"; license = lib.licenses.free; }; }) {}; capf-autosuggest = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "capf-autosuggest"; ename = "capf-autosuggest"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/capf-autosuggest-0.3.tar"; sha256 = "05abnvg84248pbqr2hdkyxr1q1qlgsf4nji23nw41bfly795ikpm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/capf-autosuggest.html"; license = lib.licenses.free; }; }) {}; caps-lock = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "caps-lock"; ename = "caps-lock"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/caps-lock-1.0.el"; sha256 = "1i4hwam81p4dr0bk8257fkiz4xmv6knkjxj7a00fa35kgx5blpva"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/caps-lock.html"; license = lib.licenses.free; }; }) {}; captain = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "captain"; ename = "captain"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/captain-1.0.3.el"; sha256 = "02b4s4pfnwfwc3xgh4g96wrqll37m35dc2x09pjwkdjxglki7045"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/captain.html"; license = lib.licenses.free; }; }) {}; chess = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "chess"; ename = "chess"; version = "2.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/chess-2.0.5.tar"; sha256 = "1a4iwjdh6k348df6qywjws9z9f862d62m0b2sz57z4xhywiyxpr7"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/chess.html"; license = lib.licenses.free; }; }) {}; cl-generic = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cl-generic"; ename = "cl-generic"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/cl-generic-0.3.el"; sha256 = "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cl-generic.html"; license = lib.licenses.free; }; }) {}; cl-lib = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cl-lib"; ename = "cl-lib"; version = "0.7.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cl-lib-0.7.1.tar"; sha256 = "1pnsm335wi1lkg7vi0lnqxajm12rvyakzd5iccxhipbk3gz3r6my"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cl-lib.html"; license = lib.licenses.free; }; }) {}; clipboard-collector = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "clipboard-collector"; ename = "clipboard-collector"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/clipboard-collector-0.3.tar"; sha256 = "09zxbivmc1zhcj8ksac2a0qpqh74rrx2slnj6cwz1n1nixn19743"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/clipboard-collector.html"; license = lib.licenses.free; }; }) {}; cobol-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "cobol-mode"; ename = "cobol-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cobol-mode-1.1.tar"; sha256 = "1ivp0pghrkflhr2md34a6a86gwns867bnl30nqzwq8m4qc5xqjra"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/cobol-mode.html"; license = lib.licenses.free; }; }) {}; code-cells = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "code-cells"; ename = "code-cells"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/code-cells-0.4.tar"; sha256 = "0a7m6d5slz2zarbk54900cihs5071i63qdz4yj8n7j3zfz28x5kg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/code-cells.html"; license = lib.licenses.free; }; }) {}; comint-mime = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "comint-mime"; ename = "comint-mime"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/comint-mime-0.3.tar"; sha256 = "0dlzwzmiwq9z8riq6h1gpq1g713x09kxgaz2m4anxkbmgb95r7hf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/comint-mime.html"; license = lib.licenses.free; }; }) {}; compact-docstrings = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "compact-docstrings"; ename = "compact-docstrings"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/compact-docstrings-0.2.el"; sha256 = "0qcxvcwpl263fs1zd6gmbqliwlpkw012p5ba6y05fpm9p10v600h"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/compact-docstrings.html"; license = lib.licenses.free; }; }) {}; company = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "company"; ename = "company"; version = "0.10.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-0.10.2.tar"; sha256 = "0j2qrnx2w2al4f2n37b89q0pkabh5ccv00gsknvgaylhy0za5gq9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/company.html"; license = lib.licenses.free; }; }) {}; company-ebdb = callPackage ({ company, ebdb, elpaBuild, fetchurl, lib }: elpaBuild { pname = "company-ebdb"; ename = "company-ebdb"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-ebdb-1.1.el"; sha256 = "146qpiigz12zp1823ggxfrx090g0mxs7gz1ba7sa0iq6ibgzwwm9"; }; packageRequires = [ company ebdb ]; meta = { homepage = "https://elpa.gnu.org/packages/company-ebdb.html"; license = lib.licenses.free; }; }) {}; company-math = callPackage ({ company , elpaBuild , fetchurl , lib , math-symbol-lists }: elpaBuild { pname = "company-math"; ename = "company-math"; version = "1.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-math-1.5.1.tar"; sha256 = "1inib2ywb4ycr9hxgrzyffqi0jnrpjsn52bkwlsqyzgfxr5n4qsw"; }; packageRequires = [ company math-symbol-lists ]; meta = { homepage = "https://elpa.gnu.org/packages/company-math.html"; license = lib.licenses.free; }; }) {}; company-statistics = callPackage ({ company , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "company-statistics"; ename = "company-statistics"; version = "0.2.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-statistics-0.2.3.tar"; sha256 = "0780xp09f739jys469x4fqpgj1lysi8gnhiaz0735jib07lmh4ww"; }; packageRequires = [ company emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/company-statistics.html"; license = lib.licenses.free; }; }) {}; compat = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "compat"; ename = "compat"; version = "29.1.4.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/compat-29.1.4.4.tar"; sha256 = "0710g552b1nznnfx2774gmg6yizs27s0bakqm95nsjrp6kgznbfr"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/compat.html"; license = lib.licenses.free; }; }) {}; consult = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "consult"; ename = "consult"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-1.3.tar"; sha256 = "1qyqvc4rp0287lidpzhvi669ygjnqmlw8wq0hc0nks2703p283c8"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/consult.html"; license = lib.licenses.free; }; }) {}; consult-hoogle = callPackage ({ consult , elpaBuild , emacs , fetchurl , haskell-mode , lib }: elpaBuild { pname = "consult-hoogle"; ename = "consult-hoogle"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-hoogle-0.1.1.tar"; sha256 = "1bcl7h5ykcgrsfj27wkv9l9jvbj2bbkh0w9d60663m1bkp0p3y2r"; }; packageRequires = [ consult emacs haskell-mode ]; meta = { homepage = "https://elpa.gnu.org/packages/consult-hoogle.html"; license = lib.licenses.free; }; }) {}; consult-recoll = callPackage ({ consult, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "consult-recoll"; ename = "consult-recoll"; version = "0.8.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-recoll-0.8.1.tar"; sha256 = "0z2vlnv0q6hzvj6hk2a5flhp1gmm71c65j8nrpk4a18aq5gir213"; }; packageRequires = [ consult emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/consult-recoll.html"; license = lib.licenses.free; }; }) {}; context-coloring = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "context-coloring"; ename = "context-coloring"; version = "8.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/context-coloring-8.1.0.tar"; sha256 = "01wm36qgxsg7lgdxkn7avzfmxcpilsmvfwz3s7y04i0sdrsjvzp4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/context-coloring.html"; license = lib.licenses.free; }; }) {}; corfu = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "corfu"; ename = "corfu"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/corfu-1.2.tar"; sha256 = "1yy4lqbkj8hkvbzaw5wrjqxwp2afhgwjyvmqncils37hvyih4rwl"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/corfu.html"; license = lib.licenses.free; }; }) {}; coterm = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "coterm"; ename = "coterm"; version = "1.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/coterm-1.6.tar"; sha256 = "0ikfm1acdsckflv1hcy9lmssyac2099x2yybhvb6vkghcgy99p00"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/coterm.html"; license = lib.licenses.free; }; }) {}; counsel = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib, swiper }: elpaBuild { pname = "counsel"; ename = "counsel"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/counsel-0.14.2.tar"; sha256 = "13119alyzr2xipk3jra3iawplqkqgvv0gdcm4yd527z592b0s7f0"; }; packageRequires = [ emacs ivy swiper ]; meta = { homepage = "https://elpa.gnu.org/packages/counsel.html"; license = lib.licenses.free; }; }) {}; cpio-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cpio-mode"; ename = "cpio-mode"; version = "0.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/cpio-mode-0.17.tar"; sha256 = "144ajbxmz6amb2234a278c9sl4zg69ndswb8vk0mcq8y9s2abm1x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cpio-mode.html"; license = lib.licenses.free; }; }) {}; cpupower = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cpupower"; ename = "cpupower"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/cpupower-1.0.5.tar"; sha256 = "1hg5jwdkxl6mx145wwdmnhc8k3z3srvpm757kppj1ybmvjbpxx0y"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cpupower.html"; license = lib.licenses.free; }; }) {}; crdt = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "crdt"; ename = "crdt"; version = "0.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/crdt-0.3.5.tar"; sha256 = "0pir9ap8lryrw12slgg4v30bzjphc37r6p0fw36larlh9wp8jj5z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/crdt.html"; license = lib.licenses.free; }; }) {}; crisp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "crisp"; ename = "crisp"; version = "1.3.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/crisp-1.3.6.el"; sha256 = "0jf4668h0mzh8han2vbvpzz8m02b8rsbdrj0ddar30w5i6v2f8kz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/crisp.html"; license = lib.licenses.free; }; }) {}; csharp-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "csharp-mode"; ename = "csharp-mode"; version = "2.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/csharp-mode-2.0.0.tar"; sha256 = "16b9zp6psf32ds9kk7vwf57xppz2jvbk4wpr7mqbn75bx3qvl44m"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/csharp-mode.html"; license = lib.licenses.free; }; }) {}; csv-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "csv-mode"; ename = "csv-mode"; version = "1.23"; src = fetchurl { url = "https://elpa.gnu.org/packages/csv-mode-1.23.tar"; sha256 = "0bdx56bn5aw0xjqgqhx2ccrrns3si04zy9ya755jz7n1djqn3mcz"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/csv-mode.html"; license = lib.licenses.free; }; }) {}; cursory = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cursory"; ename = "cursory"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cursory-1.0.1.tar"; sha256 = "0m6q7x5144l2q582gdaqgirvgy30ljd1qyjf82l3v1jkc5qf9wfr"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cursory.html"; license = lib.licenses.free; }; }) {}; cycle-quotes = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cycle-quotes"; ename = "cycle-quotes"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cycle-quotes-0.1.tar"; sha256 = "0aa6ykblgb6anqmi4qxakbvyrq9v02skgayhfb2qddffiww404ka"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cycle-quotes.html"; license = lib.licenses.free; }; }) {}; dape = callPackage ({ elpaBuild, emacs, fetchurl, jsonrpc, lib }: elpaBuild { pname = "dape"; ename = "dape"; version = "0.7.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/dape-0.7.0.tar"; sha256 = "0fbafwmrs9dlv875vcg1c9gh0hqs1zpnyqxgkdvbrazww7ffn60g"; }; packageRequires = [ emacs jsonrpc ]; meta = { homepage = "https://elpa.gnu.org/packages/dape.html"; license = lib.licenses.free; }; }) {}; darkroom = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "darkroom"; ename = "darkroom"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/darkroom-0.3.el"; sha256 = "0l1xg5kqmjw22k78qnsln0ifx2dx74xxqj0qp8xxcpqvzzx0xh86"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/darkroom.html"; license = lib.licenses.free; }; }) {}; dash = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dash"; ename = "dash"; version = "2.19.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dash-2.19.1.tar"; sha256 = "0c11lm7wpgmqk8zbdcpmyas12ylml5yhp99mj9h1wqqw0p33xaiw"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dash.html"; license = lib.licenses.free; }; }) {}; dbus-codegen = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "dbus-codegen"; ename = "dbus-codegen"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dbus-codegen-0.1.el"; sha256 = "1gi7jc6rn6hlgh01zfwb7cczb5hi3c05wlnzw6akj1h9kai1lmzw"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/dbus-codegen.html"; license = lib.licenses.free; }; }) {}; debbugs = callPackage ({ elpaBuild, emacs, fetchurl, lib, soap-client }: elpaBuild { pname = "debbugs"; ename = "debbugs"; version = "0.40"; src = fetchurl { url = "https://elpa.gnu.org/packages/debbugs-0.40.tar"; sha256 = "0yfl9gd23xnfk3iwiq26brd7fg9ikhd201lw4awng0rdh0fddxwd"; }; packageRequires = [ emacs soap-client ]; meta = { homepage = "https://elpa.gnu.org/packages/debbugs.html"; license = lib.licenses.free; }; }) {}; delight = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "delight"; ename = "delight"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/delight-1.7.el"; sha256 = "0pihsghrf9xnd1kqlq48qmjcmp5ra95wwwgrb3l8m1wagmmc0bi1"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/delight.html"; license = lib.licenses.free; }; }) {}; denote = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "denote"; ename = "denote"; version = "2.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/denote-2.2.4.tar"; sha256 = "0a0f4s715nfb7kly82m1gb2ady69z089wlay5i53n9bxzi61x3j7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/denote.html"; license = lib.licenses.free; }; }) {}; denote-menu = callPackage ({ denote, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "denote-menu"; ename = "denote-menu"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/denote-menu-1.2.0.tar"; sha256 = "1zm68bz6hya360g5zvs4r5naznykamgzqxhvfhpfyxb70hsnmx5w"; }; packageRequires = [ denote emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/denote-menu.html"; license = lib.licenses.free; }; }) {}; detached = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "detached"; ename = "detached"; version = "0.10.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/detached-0.10.1.tar"; sha256 = "1qfcxhzd3gc66kq58k77cvxy18cr371c40z3n4w4m4ngxmpk96hi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/detached.html"; license = lib.licenses.free; }; }) {}; devdocs = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "devdocs"; ename = "devdocs"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/devdocs-0.5.tar"; sha256 = "0qyp8lhf76yv2ym7cryvygvf2m9jah5nsl1g79gqjrsin6vlhqka"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/devdocs.html"; license = lib.licenses.free; }; }) {}; devicetree-ts-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "devicetree-ts-mode"; ename = "devicetree-ts-mode"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/devicetree-ts-mode-0.3.tar"; sha256 = "1vhk9b0aa9w6yalv0d712dc9d7pmcgbg5b4baggc7dyaa5n6ilkn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/devicetree-ts-mode.html"; license = lib.licenses.free; }; }) {}; dict-tree = callPackage ({ elpaBuild , emacs , fetchurl , heap , lib , tNFA , trie }: elpaBuild { pname = "dict-tree"; ename = "dict-tree"; version = "0.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/dict-tree-0.17.tar"; sha256 = "0f9vj6kr8q9mfd522svwy3wmzsl5lc4y2p8ggwmckn88dpz79w02"; }; packageRequires = [ emacs heap tNFA trie ]; meta = { homepage = "https://elpa.gnu.org/packages/dict-tree.html"; license = lib.licenses.free; }; }) {}; diff-hl = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "diff-hl"; ename = "diff-hl"; version = "1.9.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/diff-hl-1.9.2.tar"; sha256 = "1avpqwrxhbx8zxwghc8714rcdfhc15b5chq2ixb366ml8xdmvhck"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/diff-hl.html"; license = lib.licenses.free; }; }) {}; diffview = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "diffview"; ename = "diffview"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/diffview-1.0.el"; sha256 = "1gkdmzmgjixz9nak7dxvqy28kz0g7i672gavamwgnc1jl37wkcwi"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/diffview.html"; license = lib.licenses.free; }; }) {}; diminish = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "diminish"; ename = "diminish"; version = "0.46"; src = fetchurl { url = "https://elpa.gnu.org/packages/diminish-0.46.tar"; sha256 = "17lsm5khp7cqrva13kn252ab57lw28sibf14615wdjvfqwlwwha4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/diminish.html"; license = lib.licenses.free; }; }) {}; dired-du = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-du"; ename = "dired-du"; version = "0.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-du-0.5.2.tar"; sha256 = "0vhph7vcicsiq28b10h3b4dvnhckcy4gccpdgsad5j7pwa5k26m1"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-du.html"; license = lib.licenses.free; }; }) {}; dired-duplicates = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-duplicates"; ename = "dired-duplicates"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-duplicates-0.3.tar"; sha256 = "1b9drjkbs9anqil274jrn031agpkir9mhs96l2ylm13n8imx9msl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-duplicates.html"; license = lib.licenses.free; }; }) {}; dired-git-info = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-git-info"; ename = "dired-git-info"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-git-info-0.3.1.el"; sha256 = "1kd0rpw7l32wvwi7q8s0inx4bc66xrl7hkllnlicyczsnzw2z52z"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-git-info.html"; license = lib.licenses.free; }; }) {}; dired-preview = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-preview"; ename = "dired-preview"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-preview-0.1.1.tar"; sha256 = "1qmrh0sd9s908xkxz5vfhq956ynrx6k2bx8lddmdp8ci8xkw6wmh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-preview.html"; license = lib.licenses.free; }; }) {}; disk-usage = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "disk-usage"; ename = "disk-usage"; version = "1.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/disk-usage-1.3.3.el"; sha256 = "0h1jwznd41gi0vg830ilfgm01q05zknikzahwasm9cizwm2wyizj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/disk-usage.html"; license = lib.licenses.free; }; }) {}; dismal = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dismal"; ename = "dismal"; version = "1.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/dismal-1.5.2.tar"; sha256 = "0pl5cnziilm4ps1xzh1fa8irazn7vcp9nsxnxcvjqbkflpcpq5c7"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dismal.html"; license = lib.licenses.free; }; }) {}; djvu = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "djvu"; ename = "djvu"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/djvu-1.1.2.tar"; sha256 = "0i7xwgg2fxndy81lnng6fh9iknals8xvx4f1nmxq7c099bzwb57c"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/djvu.html"; license = lib.licenses.free; }; }) {}; do-at-point = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "do-at-point"; ename = "do-at-point"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/do-at-point-0.1.1.tar"; sha256 = "0y58a0x0pfk52h1cz930sbwr9y6nzy9g8f3935pk34dj2jf92rsj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/do-at-point.html"; license = lib.licenses.free; }; }) {}; doc-toc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "doc-toc"; ename = "doc-toc"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/doc-toc-1.2.tar"; sha256 = "0vz2jyqgx0sf3mhxnnm0fl395a9mcd9fg661pp3mz0pywpl3ymax"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/doc-toc.html"; license = lib.licenses.free; }; }) {}; docbook = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "docbook"; ename = "docbook"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/docbook-0.1.el"; sha256 = "01x0g8dhw65mzp9mk6qhx9p2bsvkw96hz1awrrf2ji17sp8hd1v6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/docbook.html"; license = lib.licenses.free; }; }) {}; drepl = callPackage ({ comint-mime, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "drepl"; ename = "drepl"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/drepl-0.1.tar"; sha256 = "0lx94kcxgp8s13w7hz9857r9baqfswvj7vc9frjq4crc4ps7fi7r"; }; packageRequires = [ comint-mime emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/drepl.html"; license = lib.licenses.free; }; }) {}; dts-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dts-mode"; ename = "dts-mode"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/dts-mode-1.0.tar"; sha256 = "0ihwqkv1ddysjgxh01vpayv3ia0vx55ny8ym0mi5b4iz95idj60s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dts-mode.html"; license = lib.licenses.free; }; }) {}; easy-escape = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "easy-escape"; ename = "easy-escape"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/easy-escape-0.2.1.tar"; sha256 = "19blpwka440y6r08hzzaz61gb24jr6a046pai2j1a3jg6x9fr3j5"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/easy-escape.html"; license = lib.licenses.free; }; }) {}; easy-kill = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "easy-kill"; ename = "easy-kill"; version = "0.9.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/easy-kill-0.9.5.tar"; sha256 = "0h8rzd23sgkj3vxnyhis9iyq8n3xqp9x1mvxlm61s6wwj9j398j6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/easy-kill.html"; license = lib.licenses.free; }; }) {}; ebdb = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "ebdb"; ename = "ebdb"; version = "0.8.22"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-0.8.22.tar"; sha256 = "12sydb2lm571096gpb8r0jpg19wiqpl52rcnrhkvzlhzxgg18pg5"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb.html"; license = lib.licenses.free; }; }) {}; ebdb-gnorb = callPackage ({ ebdb, elpaBuild, fetchurl, gnorb, lib }: elpaBuild { pname = "ebdb-gnorb"; ename = "ebdb-gnorb"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-gnorb-1.0.2.el"; sha256 = "0bma7mqilp3lfgv0z2mk6nnqzh1nn1prkz2aiwrs4hxwydmda13i"; }; packageRequires = [ ebdb gnorb ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb-gnorb.html"; license = lib.licenses.free; }; }) {}; ebdb-i18n-chn = callPackage ({ ebdb, elpaBuild, fetchurl, lib, pyim }: elpaBuild { pname = "ebdb-i18n-chn"; ename = "ebdb-i18n-chn"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-i18n-chn-1.3.2.tar"; sha256 = "06ii9xi2y157vfbhx75mn80ash22d1xgcyp9kzz1s0lkxwlv74zj"; }; packageRequires = [ ebdb pyim ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb-i18n-chn.html"; license = lib.licenses.free; }; }) {}; ediprolog = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ediprolog"; ename = "ediprolog"; version = "2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ediprolog-2.2.tar"; sha256 = "021jm5zdxrjg7xcja18vgc2v52rk17xi1k7xxw8q802nmixhy0js"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ediprolog.html"; license = lib.licenses.free; }; }) {}; eev = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "eev"; ename = "eev"; version = "20240205"; src = fetchurl { url = "https://elpa.gnu.org/packages/eev-20240205.tar"; sha256 = "06psmcf3yi7pincsbhjrcrml0wzwgmlv6xy2fbpg1sg8vlibbgi3"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/eev.html"; license = lib.licenses.free; }; }) {}; ef-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ef-themes"; ename = "ef-themes"; version = "1.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ef-themes-1.5.1.tar"; sha256 = "00qh5b7kx0dlms7drnzj95mvgwfzg5h5m9prkbr8qi4ssx939gdw"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ef-themes.html"; license = lib.licenses.free; }; }) {}; eglot = callPackage ({ eldoc , elpaBuild , emacs , external-completion , fetchurl , flymake ? null , jsonrpc , lib , project , seq , xref }: elpaBuild { pname = "eglot"; ename = "eglot"; version = "1.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/eglot-1.17.tar"; sha256 = "1can988d7qdn0dj4wg8adjz1s9j5yin8bcp7ylhq1pr327d5flky"; }; packageRequires = [ eldoc emacs external-completion flymake jsonrpc project seq xref ]; meta = { homepage = "https://elpa.gnu.org/packages/eglot.html"; license = lib.licenses.free; }; }) {}; el-search = callPackage ({ cl-print ? null , elpaBuild , emacs , fetchurl , lib , stream }: elpaBuild { pname = "el-search"; ename = "el-search"; version = "1.12.6.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/el-search-1.12.6.1.tar"; sha256 = "150f4rirg107hmzpv8ifa32k2mgf07smbf9z44ln5rh8n17xwqah"; }; packageRequires = [ cl-print emacs stream ]; meta = { homepage = "https://elpa.gnu.org/packages/el-search.html"; license = lib.licenses.free; }; }) {}; eldoc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "eldoc"; ename = "eldoc"; version = "1.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/eldoc-1.15.0.tar"; sha256 = "1wn7q2f19lfdc3b639ffhbmsglnm3zc6rvgyc6amqwnpc2n2gkdl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/eldoc.html"; license = lib.licenses.free; }; }) {}; electric-spacing = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "electric-spacing"; ename = "electric-spacing"; version = "5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/electric-spacing-5.0.el"; sha256 = "1jk6v84z0n8jljzsz4wk7rgzh7drpfvxf4bp6xis8gapnd3ycfyv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/electric-spacing.html"; license = lib.licenses.free; }; }) {}; elisp-benchmarks = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "elisp-benchmarks"; ename = "elisp-benchmarks"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/elisp-benchmarks-1.14.tar"; sha256 = "1n9p4kl4d5rcbjgl8yifv0nqnrzxsx937fm0d2j589gg28rzlqpb"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/elisp-benchmarks.html"; license = lib.licenses.free; }; }) {}; ellama = callPackage ({ dash , elpaBuild , emacs , fetchurl , lib , llm , spinner }: elpaBuild { pname = "ellama"; ename = "ellama"; version = "0.8.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/ellama-0.8.7.tar"; sha256 = "0qmd7zrh026rjic26bdp9zinb7vkppdm14inwpwaashqxa5brwi5"; }; packageRequires = [ dash emacs llm spinner ]; meta = { homepage = "https://elpa.gnu.org/packages/ellama.html"; license = lib.licenses.free; }; }) {}; emacs-gc-stats = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "emacs-gc-stats"; ename = "emacs-gc-stats"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/emacs-gc-stats-1.4.2.tar"; sha256 = "19wb4s7bm9fhkbjw28fi5pkxzqnkc7wrx338vgrrzyaficblkcps"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/emacs-gc-stats.html"; license = lib.licenses.free; }; }) {}; embark = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "embark"; ename = "embark"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/embark-1.0.tar"; sha256 = "01kgln4hvy0hfga7syjvrdvwwalx93pq0s2na0qyvy44rsszlwwh"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/embark.html"; license = lib.licenses.free; }; }) {}; embark-consult = callPackage ({ compat , consult , elpaBuild , emacs , embark , fetchurl , lib }: elpaBuild { pname = "embark-consult"; ename = "embark-consult"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/embark-consult-1.0.tar"; sha256 = "18zbaanza8vvrmk3gbj0glijyxgb4qd7yzc46lv9fr7xr4l58jqc"; }; packageRequires = [ compat consult emacs embark ]; meta = { homepage = "https://elpa.gnu.org/packages/embark-consult.html"; license = lib.licenses.free; }; }) {}; ement = callPackage ({ elpaBuild , emacs , fetchurl , lib , map , persist , plz , svg-lib , taxy , taxy-magit-section , transient }: elpaBuild { pname = "ement"; ename = "ement"; version = "0.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/ement-0.14.tar"; sha256 = "02ay594byrlwkcl85drxn82fgvlzf11l9rl4hbk9phz9axy2mgyw"; }; packageRequires = [ emacs map persist plz svg-lib taxy taxy-magit-section transient ]; meta = { homepage = "https://elpa.gnu.org/packages/ement.html"; license = lib.licenses.free; }; }) {}; emms = callPackage ({ cl-lib ? null , elpaBuild , fetchurl , lib , nadvice , seq }: elpaBuild { pname = "emms"; ename = "emms"; version = "18"; src = fetchurl { url = "https://elpa.gnu.org/packages/emms-18.tar"; sha256 = "1jslk37kx7yzvwy4hq1a6b71kp4a3bgfzzp8bpplv7z6vcmwrmgq"; }; packageRequires = [ cl-lib nadvice seq ]; meta = { homepage = "https://elpa.gnu.org/packages/emms.html"; license = lib.licenses.free; }; }) {}; engrave-faces = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "engrave-faces"; ename = "engrave-faces"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/engrave-faces-0.3.1.tar"; sha256 = "1q4sjl2rvcfwcirm32nmi53258ln71yhh1dgszlxwknm38a14v3i"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/engrave-faces.html"; license = lib.licenses.free; }; }) {}; enwc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "enwc"; ename = "enwc"; version = "2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/enwc-2.0.tar"; sha256 = "17w35b06am5n19nlq00ni5w3jvys9i7swyw4glb7081d2jbij2mn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/enwc.html"; license = lib.licenses.free; }; }) {}; epoch-view = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "epoch-view"; ename = "epoch-view"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/epoch-view-0.0.1.el"; sha256 = "1wy25ryyg9f4v83qjym2pwip6g9mszhqkf5a080z0yl47p71avfx"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/epoch-view.html"; license = lib.licenses.free; }; }) {}; erc = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "erc"; ename = "erc"; version = "5.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/erc-5.5.tar"; sha256 = "02649ijnpyalk0k1yq1dcinj92awhbnkia2x9sdb9xjk80xw1gqp"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/erc.html"; license = lib.licenses.free; }; }) {}; ergoemacs-mode = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , undo-tree }: elpaBuild { pname = "ergoemacs-mode"; ename = "ergoemacs-mode"; version = "5.16.10.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/ergoemacs-mode-5.16.10.12.tar"; sha256 = "1zfzjmi30lllrbyzicmp11c9lpa82g57wi134q9bajvzn9ryx4jr"; }; packageRequires = [ cl-lib emacs undo-tree ]; meta = { homepage = "https://elpa.gnu.org/packages/ergoemacs-mode.html"; license = lib.licenses.free; }; }) {}; ess = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ess"; ename = "ess"; version = "24.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ess-24.1.1.tar"; sha256 = "1gy1yp6svr8agv38rikmfcji570n80c8jqssrcrrgrq3a2k9j34h"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ess.html"; license = lib.licenses.free; }; }) {}; excorporate = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , fsm , lib , nadvice , soap-client , url-http-ntlm , url-http-oauth }: elpaBuild { pname = "excorporate"; ename = "excorporate"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/excorporate-1.1.2.tar"; sha256 = "11w53idm7m20jhmwnj9wiqiv6fzydjrgy2s3mp36barlj3xq0l0z"; }; packageRequires = [ cl-lib emacs fsm nadvice soap-client url-http-ntlm url-http-oauth ]; meta = { homepage = "https://elpa.gnu.org/packages/excorporate.html"; license = lib.licenses.free; }; }) {}; expand-region = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "expand-region"; ename = "expand-region"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/expand-region-1.0.0.tar"; sha256 = "04xwdcxahymppcyvkfh2bn2f4fs4f8z27kycva67i6qldhashq7y"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/expand-region.html"; license = lib.licenses.free; }; }) {}; expreg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "expreg"; ename = "expreg"; version = "1.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/expreg-1.3.1.tar"; sha256 = "13s3hq6nfnv4md2z704ad1axqnir0drz9vvhvisrlp2lis16xzik"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/expreg.html"; license = lib.licenses.free; }; }) {}; external-completion = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "external-completion"; ename = "external-completion"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/external-completion-0.1.tar"; sha256 = "12pddwp5jby2icshj77w4kwxv75zi00jdxw18f721d7zx3l7q668"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/external-completion.html"; license = lib.licenses.free; }; }) {}; exwm = callPackage ({ elpaBuild, fetchurl, lib, xelb }: elpaBuild { pname = "exwm"; ename = "exwm"; version = "0.28"; src = fetchurl { url = "https://elpa.gnu.org/packages/exwm-0.28.tar"; sha256 = "00h5awqazk807zxvb02a9dp8gd5ifi3y1kcwmr1czk6kdmkjx32l"; }; packageRequires = [ xelb ]; meta = { homepage = "https://elpa.gnu.org/packages/exwm.html"; license = lib.licenses.free; }; }) {}; f90-interface-browser = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "f90-interface-browser"; ename = "f90-interface-browser"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/f90-interface-browser-1.1.el"; sha256 = "0mf32w2bgc6b43k0r4a11bywprj7y3rvl21i0ry74v425r6hc3is"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/f90-interface-browser.html"; license = lib.licenses.free; }; }) {}; face-shift = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "face-shift"; ename = "face-shift"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/face-shift-0.2.1.tar"; sha256 = "115959sgy7jivb5534rkm5mbqpjayfci9wpzx75p7cjsn02hfi0p"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/face-shift.html"; license = lib.licenses.free; }; }) {}; filechooser = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "filechooser"; ename = "filechooser"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/filechooser-0.1.2.tar"; sha256 = "0s0mdc851zd2hy8hfpbamiimbh7c788cyz8mxnwzkpmf6jlj6xdw"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/filechooser.html"; license = lib.licenses.free; }; }) {}; filladapt = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "filladapt"; ename = "filladapt"; version = "2.12.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/filladapt-2.12.2.el"; sha256 = "1cxyxfdjg1dsmn1jrl6b7xy03xr42fb6vyggh27s4dk417ils6yg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/filladapt.html"; license = lib.licenses.free; }; }) {}; firefox-javascript-repl = callPackage ({ elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "firefox-javascript-repl"; ename = "firefox-javascript-repl"; version = "0.9.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/firefox-javascript-repl-0.9.5.tar"; sha256 = "0ml59kiigqnss84az1c8hp87bmcs9dngz01ly63x47wfym2af8mi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/firefox-javascript-repl.html"; license = lib.licenses.free; }; }) {}; flylisp = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "flylisp"; ename = "flylisp"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/flylisp-0.2.el"; sha256 = "0hh09qy1xwlv52lsh49nr11h4lk8qlmk06b669q494d79hxyv4v6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flylisp.html"; license = lib.licenses.free; }; }) {}; flymake = callPackage ({ eldoc, elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "flymake"; ename = "flymake"; version = "1.3.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-1.3.7.tar"; sha256 = "07n72y77q1vqvz1rv36jq1cxdp1brp572plvsi2g6mizif5y531z"; }; packageRequires = [ eldoc emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake.html"; license = lib.licenses.free; }; }) {}; flymake-codespell = callPackage ({ compat , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "flymake-codespell"; ename = "flymake-codespell"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-codespell-0.1.tar"; sha256 = "0r1g0imh9azy1yf0naxif80vmzrjvn5dx3lcrlpj70xb86wzliym"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake-codespell.html"; license = lib.licenses.free; }; }) {}; flymake-proselint = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "flymake-proselint"; ename = "flymake-proselint"; version = "0.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-proselint-0.3.0.tar"; sha256 = "1x1hp06hggywmpbimyw4cg0cyg7g9v39r552ypivq9pvz94kmkp0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake-proselint.html"; license = lib.licenses.free; }; }) {}; fontaine = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "fontaine"; ename = "fontaine"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/fontaine-1.0.0.tar"; sha256 = "1p34d84z87s2zsfxdc18bjpif21fdixfzv2k4b9g4i0pcr94nc4v"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/fontaine.html"; license = lib.licenses.free; }; }) {}; frame-tabs = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "frame-tabs"; ename = "frame-tabs"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/frame-tabs-1.1.el"; sha256 = "0fx9zc7mvyl703k7sjjcvffm2qw42ncr7r3d4fm0h45p9pi83svz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/frame-tabs.html"; license = lib.licenses.free; }; }) {}; frog-menu = callPackage ({ avy, elpaBuild, emacs, fetchurl, lib, posframe }: elpaBuild { pname = "frog-menu"; ename = "frog-menu"; version = "0.2.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/frog-menu-0.2.11.el"; sha256 = "06iw11z61fd0g4w3562k3smcmzaq3nivvvc6gzm8y8k5pcrqzdff"; }; packageRequires = [ avy emacs posframe ]; meta = { homepage = "https://elpa.gnu.org/packages/frog-menu.html"; license = lib.licenses.free; }; }) {}; fsm = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "fsm"; ename = "fsm"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/fsm-0.2.1.el"; sha256 = "1jyxyqdbfl8nv7c50q0sg3w5p7whp1sqgi7w921k5hfar4d11qqp"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/fsm.html"; license = lib.licenses.free; }; }) {}; ftable = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ftable"; ename = "ftable"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ftable-1.1.tar"; sha256 = "0ww2kl5gb2dkkz0dxinjjnd3qafr31qjcqp1x10r3vcfbp9cfy4b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ftable.html"; license = lib.licenses.free; }; }) {}; gcmh = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gcmh"; ename = "gcmh"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gcmh-0.2.1.el"; sha256 = "0a51bkkfdj3x26yalvk7v35rxbl3m1wk6n0f33zhrhl6i5fsrfin"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gcmh.html"; license = lib.licenses.free; }; }) {}; ggtags = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ggtags"; ename = "ggtags"; version = "0.9.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ggtags-0.9.0.tar"; sha256 = "0p79x9g94jynl83ndvqp9349vhgkzxzhnc517r8hn44iqxqf6ghg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ggtags.html"; license = lib.licenses.free; }; }) {}; gited = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gited"; ename = "gited"; version = "0.6.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gited-0.6.0.tar"; sha256 = "187asqrxfpxv53hhnrcid1sy46vcy07qx5yqgnrczi54jpcc57j5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gited.html"; license = lib.licenses.free; }; }) {}; gle-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "gle-mode"; ename = "gle-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gle-mode-1.1.el"; sha256 = "0p9glalhkf8i4486pjwvrb9z4lqxl6jcqfk6jrjl6b1xi72xmdi0"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/gle-mode.html"; license = lib.licenses.free; }; }) {}; gnat-compiler = callPackage ({ elpaBuild, emacs, fetchurl, lib, wisi }: elpaBuild { pname = "gnat-compiler"; ename = "gnat-compiler"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnat-compiler-1.0.3.tar"; sha256 = "1l5j3br5yrhp3ic0va666ar636hywfd8vssxma3gc858zb9qbzw2"; }; packageRequires = [ emacs wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gnat-compiler.html"; license = lib.licenses.free; }; }) {}; gnome-c-style = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnome-c-style"; ename = "gnome-c-style"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnome-c-style-0.1.tar"; sha256 = "09w68jbpzyyhcaqw335qpr840j7xx0j81zxxkxq4ahqv6ck27v4x"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnome-c-style.html"; license = lib.licenses.free; }; }) {}; gnorb = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnorb"; ename = "gnorb"; version = "1.6.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnorb-1.6.11.tar"; sha256 = "0724i8p1hywgbfk0czxvrcwlwigj8r7x6ww0ap3k2sg90531ymws"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/gnorb.html"; license = lib.licenses.free; }; }) {}; gnu-elpa = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnu-elpa"; ename = "gnu-elpa"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnu-elpa-1.1.tar"; sha256 = "0b0law1xwwqa42wb09b3w73psq2kx16lkiwxjxl0sshjcmarhv8r"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnu-elpa.html"; license = lib.licenses.free; }; }) {}; gnu-elpa-keyring-update = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "gnu-elpa-keyring-update"; ename = "gnu-elpa-keyring-update"; version = "2022.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnu-elpa-keyring-update-2022.12.tar"; sha256 = "1kij50xw5km14x44zjsfc1cdkz4xq79nv7hgfjsz3pgypq672z5z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnu-elpa-keyring-update.html"; license = lib.licenses.free; }; }) {}; gnugo = callPackage ({ ascii-art-to-unicode , cl-lib ? null , elpaBuild , fetchurl , lib , xpm }: elpaBuild { pname = "gnugo"; ename = "gnugo"; version = "3.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnugo-3.1.2.tar"; sha256 = "138gzdyi8scqimvs49da66j8f5a43bhgpasn1bxzdj2zffwlwp6g"; }; packageRequires = [ ascii-art-to-unicode cl-lib xpm ]; meta = { homepage = "https://elpa.gnu.org/packages/gnugo.html"; license = lib.licenses.free; }; }) {}; gnus-mock = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnus-mock"; ename = "gnus-mock"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnus-mock-0.5.tar"; sha256 = "1lyh1brb68zaasnw2brymsspcyl3jxmnvbvpvrqfxhhl3fq9nbv1"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnus-mock.html"; license = lib.licenses.free; }; }) {}; gpastel = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gpastel"; ename = "gpastel"; version = "0.5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpastel-0.5.0.el"; sha256 = "1wky6047071vgyyw2m929nbwg4d9qqp1mjqwk7a5rs8hfr4xqxfw"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gpastel.html"; license = lib.licenses.free; }; }) {}; gpr-mode = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , wisi }: elpaBuild { pname = "gpr-mode"; ename = "gpr-mode"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpr-mode-1.0.5.tar"; sha256 = "1ksafa4nfd4n1kdxpjk6i59l5rxfdmcqjkkpmmc8w402xka0vwn4"; }; packageRequires = [ emacs gnat-compiler wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gpr-mode.html"; license = lib.licenses.free; }; }) {}; gpr-query = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , wisi }: elpaBuild { pname = "gpr-query"; ename = "gpr-query"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpr-query-1.0.4.tar"; sha256 = "0a6wrkjqszqq4d0a1amrp7yx4w2hwjbyy7qxd40k9n1vdp7jbzri"; }; packageRequires = [ emacs gnat-compiler wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gpr-query.html"; license = lib.licenses.free; }; }) {}; graphql = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "graphql"; ename = "graphql"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/graphql-0.1.2.tar"; sha256 = "1mzgz4piszm0v18gdn63xb46zqd1r17fkh24rw863i0p1achl21m"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/graphql.html"; license = lib.licenses.free; }; }) {}; greader = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "greader"; ename = "greader"; version = "0.9.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/greader-0.9.7.tar"; sha256 = "08q2qfcwyxrnmjbzblgk16xhshhn2314swjs0kr5jrdijdgpfghh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/greader.html"; license = lib.licenses.free; }; }) {}; greenbar = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "greenbar"; ename = "greenbar"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/greenbar-1.1.el"; sha256 = "01ixv3489zdx2b67zqad6h7g8cpnzpzrvvkqyx7csqyrfx0qy27n"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/greenbar.html"; license = lib.licenses.free; }; }) {}; gtags-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gtags-mode"; ename = "gtags-mode"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gtags-mode-1.0.tar"; sha256 = "0nyzsr3fnds931ihw2dp5xlgv151kzph7qv1n751r1cajimzlp7n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gtags-mode.html"; license = lib.licenses.free; }; }) {}; guess-language = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , nadvice }: elpaBuild { pname = "guess-language"; ename = "guess-language"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/guess-language-0.0.1.el"; sha256 = "11a6m2337j4ncppaf59yr2vavvvsph2qh51d12zmq58g9wh3d7wz"; }; packageRequires = [ cl-lib emacs nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/guess-language.html"; license = lib.licenses.free; }; }) {}; hcel = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hcel"; ename = "hcel"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hcel-1.0.0.tar"; sha256 = "1j6snbyi710qnxr68mbmj1v2i6gqf6znd872fkjkyj85pg3iibia"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hcel.html"; license = lib.licenses.free; }; }) {}; heap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "heap"; ename = "heap"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/heap-0.5.el"; sha256 = "13qv0w3fi87c85jcy7lv359r6rpsgnp5zzs2f2zq4dl3540wzrxg"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/heap.html"; license = lib.licenses.free; }; }) {}; hiddenquote = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hiddenquote"; ename = "hiddenquote"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/hiddenquote-1.2.tar"; sha256 = "1ssfy1ha5a1pakihmkifry200k7z1mxcgl4w9pwvp7wmzbkv2zql"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hiddenquote.html"; license = lib.licenses.free; }; }) {}; highlight-escape-sequences = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "highlight-escape-sequences"; ename = "highlight-escape-sequences"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/highlight-escape-sequences-0.4.el"; sha256 = "1z8r9rnppn7iy7xv4kprfsqxday16h7c471i7rkyi3rv3l0pfxd0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/highlight-escape-sequences.html"; license = lib.licenses.free; }; }) {}; hook-helpers = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hook-helpers"; ename = "hook-helpers"; version = "1.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/hook-helpers-1.1.1.tar"; sha256 = "05nqlshdqh32smav58hzqg8wp04h7w9sxr239qrz4wqxwlxlv9im"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hook-helpers.html"; license = lib.licenses.free; }; }) {}; html5-schema = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "html5-schema"; ename = "html5-schema"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/html5-schema-0.1.tar"; sha256 = "19k1jal6j64zq78w8h0lw7cljivmp2jzs5sa1ppc0mqkpn2hyq1i"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/html5-schema.html"; license = lib.licenses.free; }; }) {}; hydra = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, lv }: elpaBuild { pname = "hydra"; ename = "hydra"; version = "0.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hydra-0.15.0.tar"; sha256 = "1mppx20920kfq97wd7mkrn4bcmm46k5m8wqm49asd54w701iq3n1"; }; packageRequires = [ cl-lib lv ]; meta = { homepage = "https://elpa.gnu.org/packages/hydra.html"; license = lib.licenses.free; }; }) {}; hyperbole = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hyperbole"; ename = "hyperbole"; version = "9.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hyperbole-9.0.0.tar"; sha256 = "07kpyp3ggf4knakn18niy819l184apx4d9vbcwv57j8zyqgn4c3l"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hyperbole.html"; license = lib.licenses.free; }; }) {}; ilist = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ilist"; ename = "ilist"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ilist-0.3.tar"; sha256 = "1gg77fnk2ky5z5153axszs43a9npb1xg56ik23rz45xl9hg7v8as"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ilist.html"; license = lib.licenses.free; }; }) {}; inspector = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "inspector"; ename = "inspector"; version = "0.36"; src = fetchurl { url = "https://elpa.gnu.org/packages/inspector-0.36.tar"; sha256 = "139w0qc99grd6yzxkpfblgddnbza02mh4hhcpbjgsm4bwdxq8az0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/inspector.html"; license = lib.licenses.free; }; }) {}; ioccur = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ioccur"; ename = "ioccur"; version = "2.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/ioccur-2.6.tar"; sha256 = "0k7nr73gmd0z5zqkwdacvfsmyflri3f15a15zpr7va28pnxqzsdk"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ioccur.html"; license = lib.licenses.free; }; }) {}; isearch-mb = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "isearch-mb"; ename = "isearch-mb"; version = "0.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/isearch-mb-0.7.tar"; sha256 = "1dfjh4ya9515vx0q2dv1brddw350gxd40h1g1vsa783ivvm0hm75"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/isearch-mb.html"; license = lib.licenses.free; }; }) {}; iterators = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "iterators"; ename = "iterators"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/iterators-0.1.1.el"; sha256 = "1r2cz2n6cr6wal5pqiqi5pn28pams639czgrvd60xcqmlr3li3g5"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/iterators.html"; license = lib.licenses.free; }; }) {}; ivy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ivy"; ename = "ivy"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-0.14.2.tar"; sha256 = "1zjksh0jvxyqhzgwmh9i26gaip6c04q400xckh730r2gjs287pjj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy.html"; license = lib.licenses.free; }; }) {}; ivy-avy = callPackage ({ avy, elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "ivy-avy"; ename = "ivy-avy"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-avy-0.14.2.tar"; sha256 = "0vdrfn2i078567lklhxfhzq2cjplfpawyq2rzpdpww0fzz6fi426"; }; packageRequires = [ avy emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-avy.html"; license = lib.licenses.free; }; }) {}; ivy-explorer = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "ivy-explorer"; ename = "ivy-explorer"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-explorer-0.3.2.el"; sha256 = "0q9gy9w22hnq30bfmnpqknk0qc1rcbjcybpjgb8hnlldvcci95l7"; }; packageRequires = [ emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-explorer.html"; license = lib.licenses.free; }; }) {}; ivy-hydra = callPackage ({ elpaBuild, emacs, fetchurl, hydra, ivy, lib }: elpaBuild { pname = "ivy-hydra"; ename = "ivy-hydra"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-hydra-0.14.2.tar"; sha256 = "10qav0rvgc5bnlazjiwnv9dlk6hivl4acif0zq2f0qqgld9nh528"; }; packageRequires = [ emacs hydra ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-hydra.html"; license = lib.licenses.free; }; }) {}; ivy-posframe = callPackage ({ elpaBuild , emacs , fetchurl , ivy , lib , posframe }: elpaBuild { pname = "ivy-posframe"; ename = "ivy-posframe"; version = "0.6.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-posframe-0.6.3.tar"; sha256 = "0b498qzaydjrhplx4d7zcrs883dlrhfiz812sv4m3pmhfwifcchh"; }; packageRequires = [ emacs ivy posframe ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-posframe.html"; license = lib.licenses.free; }; }) {}; jami-bot = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jami-bot"; ename = "jami-bot"; version = "0.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/jami-bot-0.0.4.tar"; sha256 = "1gspzqxznqskc008bcix2fyg1brr3xzxzbqx18q4cy4mz0vm8h1b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jami-bot.html"; license = lib.licenses.free; }; }) {}; jarchive = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jarchive"; ename = "jarchive"; version = "0.11.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/jarchive-0.11.0.tar"; sha256 = "1hn0lyszm667a54j95v2ppddz4g89cp8byj9pd3k1gha2rplm9d8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jarchive.html"; license = lib.licenses.free; }; }) {}; javaimp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "javaimp"; ename = "javaimp"; version = "0.9.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/javaimp-0.9.1.tar"; sha256 = "106wn53z39fcna3sv4p0idmjg9lg5lijm5hyb4lbibp4s5yh2y3b"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/javaimp.html"; license = lib.licenses.free; }; }) {}; jgraph-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "jgraph-mode"; ename = "jgraph-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/jgraph-mode-1.1.el"; sha256 = "0479irjz5r79x6ngl3lfkl1gqsmvcw8kn6285sm6nkn66m1dfs8l"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/jgraph-mode.html"; license = lib.licenses.free; }; }) {}; jinx = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jinx"; ename = "jinx"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/jinx-1.3.tar"; sha256 = "0xlfw1sw92qf8bwpw9qnjhkz4ax6n7kcl72ypqm3swmj92jbgsg7"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jinx.html"; license = lib.licenses.free; }; }) {}; jit-spell = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jit-spell"; ename = "jit-spell"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/jit-spell-0.3.tar"; sha256 = "0q8wd9phd0zcjhc92j633vz82fr0ji8zc9vir7kcn1msrf6jspwz"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jit-spell.html"; license = lib.licenses.free; }; }) {}; js2-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "js2-mode"; ename = "js2-mode"; version = "20231224"; src = fetchurl { url = "https://elpa.gnu.org/packages/js2-mode-20231224.tar"; sha256 = "1yc7rs748dwpbxy2bqxfspinfiay28qh8l0fly1k76fhk159rwj4"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/js2-mode.html"; license = lib.licenses.free; }; }) {}; json-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "json-mode"; ename = "json-mode"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/json-mode-0.2.el"; sha256 = "16ph6v9snvlmclg9shnyck86dqvlj4lf8205dhqx4l8vmhfy3d14"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/json-mode.html"; license = lib.licenses.free; }; }) {}; jsonrpc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jsonrpc"; ename = "jsonrpc"; version = "1.0.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/jsonrpc-1.0.24.tar"; sha256 = "05nwxfybczxx7pmflq762dq3wypm3pmcfljqs5kh81icxvdqvk8s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jsonrpc.html"; license = lib.licenses.free; }; }) {}; jumpc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "jumpc"; ename = "jumpc"; version = "3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/jumpc-3.1.tar"; sha256 = "04wqajw4i7sslsw8cwqbw30kbwwf9qlqxjm17v0bsxh5sp27y1jc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/jumpc.html"; license = lib.licenses.free; }; }) {}; kind-icon = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg-lib }: elpaBuild { pname = "kind-icon"; ename = "kind-icon"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/kind-icon-0.2.2.tar"; sha256 = "1jpc4izbi5ajqqrvvfp5yqfmljaw2mq06ym36d4p2cxkz95vcmi7"; }; packageRequires = [ emacs svg-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/kind-icon.html"; license = lib.licenses.free; }; }) {}; kiwix = callPackage ({ elpaBuild, emacs, fetchurl, lib, request }: elpaBuild { pname = "kiwix"; ename = "kiwix"; version = "1.1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/kiwix-1.1.5.tar"; sha256 = "17k4aa8s9m24c572qvl5a481iw9ny6wmd5yrg47iv4d2lb2i13h2"; }; packageRequires = [ emacs request ]; meta = { homepage = "https://elpa.gnu.org/packages/kiwix.html"; license = lib.licenses.free; }; }) {}; kmb = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "kmb"; ename = "kmb"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/kmb-0.1.el"; sha256 = "1wjfk28illfd5bkka3rlhhq59r0pad9zik1njlxym0ha8kbhzsj8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/kmb.html"; license = lib.licenses.free; }; }) {}; landmark = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "landmark"; ename = "landmark"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/landmark-1.0.el"; sha256 = "0mz1l9zc1nvggjhg4jcly8ncw38xkprlrha8l8vfl9k9rg7s1dv4"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/landmark.html"; license = lib.licenses.free; }; }) {}; latex-table-wizard = callPackage ({ auctex , elpaBuild , emacs , fetchurl , lib , transient }: elpaBuild { pname = "latex-table-wizard"; ename = "latex-table-wizard"; version = "1.5.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/latex-table-wizard-1.5.4.tar"; sha256 = "1vmwx7g79chcr6hrzdjh1ndpnqy8qn52n03789dhmxxr1ji7nk0i"; }; packageRequires = [ auctex emacs transient ]; meta = { homepage = "https://elpa.gnu.org/packages/latex-table-wizard.html"; license = lib.licenses.free; }; }) {}; leaf = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "leaf"; ename = "leaf"; version = "4.5.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/leaf-4.5.5.tar"; sha256 = "1rdbrf84ijapiqhq72gy8r5xgk54sf0jy31pgd3w4rl1wywh5cas"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/leaf.html"; license = lib.licenses.free; }; }) {}; let-alist = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "let-alist"; ename = "let-alist"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/let-alist-1.0.6.el"; sha256 = "0szj7vnjzz4zci5fvz7xqgcpi4pzdyyf4qi2s8xar2hi7v3yaawr"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/let-alist.html"; license = lib.licenses.free; }; }) {}; lex = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "lex"; ename = "lex"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/lex-1.2.tar"; sha256 = "03g5lm6gyh4k8l4iccdl9z0qinr46fkpqlwdw0gdfj9d0b782mbs"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/lex.html"; license = lib.licenses.free; }; }) {}; lin = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "lin"; ename = "lin"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/lin-1.0.0.tar"; sha256 = "0b090g2l8mvm3b6k7s31v9lw48qjcvcif2p201wlqgipddm6s180"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/lin.html"; license = lib.licenses.free; }; }) {}; llm = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "llm"; ename = "llm"; version = "0.9.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/llm-0.9.1.tar"; sha256 = "0vib0zl41fsacc5d79f1l52j2vxnbqc37471b86cxw9rha0clr8m"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/llm.html"; license = lib.licenses.free; }; }) {}; lmc = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "lmc"; ename = "lmc"; version = "1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/lmc-1.4.el"; sha256 = "0fm4sclx9gg0d0615smz105x320sk45y4ivpjk3nbc67c5l0sh2h"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/lmc.html"; license = lib.licenses.free; }; }) {}; load-dir = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "load-dir"; ename = "load-dir"; version = "0.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/load-dir-0.0.5.el"; sha256 = "1575ipn155nzzb5yghblxc7v1vpq4i16w1ff7y56qw2498ligpc5"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/load-dir.html"; license = lib.licenses.free; }; }) {}; load-relative = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "load-relative"; ename = "load-relative"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/load-relative-1.3.2.tar"; sha256 = "1fwa51jp0sq5l69y98l2zyj0iq9s6rj1rnqrmvncif61smma8fd7"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/load-relative.html"; license = lib.licenses.free; }; }) {}; loc-changes = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "loc-changes"; ename = "loc-changes"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/loc-changes-1.2.el"; sha256 = "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/loc-changes.html"; license = lib.licenses.free; }; }) {}; loccur = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "loccur"; ename = "loccur"; version = "1.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/loccur-1.2.4.el"; sha256 = "00f1ifa4z5ay90bd2002fmj83d7xqzrcr9018q8crlypmpxkyh7j"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/loccur.html"; license = lib.licenses.free; }; }) {}; logos = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "logos"; ename = "logos"; version = "1.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/logos-1.1.1.tar"; sha256 = "1lg4disxfzw9nf438j32q1cna447mlxy3sg523cqzhimh1mk5s9f"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/logos.html"; license = lib.licenses.free; }; }) {}; luwak = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "luwak"; ename = "luwak"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/luwak-1.0.0.tar"; sha256 = "10jcblm0q5948l3ar911dfj6y9p5bggwz9nmq9d3prlgz5zczv34"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/luwak.html"; license = lib.licenses.free; }; }) {}; lv = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "lv"; ename = "lv"; version = "0.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/lv-0.15.0.tar"; sha256 = "1xnyk8bvr0bdz68qc1sga3w9lwdga5qpp3m7290z1vyv0mznh4gm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/lv.html"; license = lib.licenses.free; }; }) {}; map = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "map"; ename = "map"; version = "3.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/map-3.3.1.tar"; sha256 = "1gvywhdfg27nx6pyq7yfwq9x6j96jama59i5s9rp41pvg2dlmvm0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/map.html"; license = lib.licenses.free; }; }) {}; marginalia = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "marginalia"; ename = "marginalia"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/marginalia-1.5.tar"; sha256 = "1hc4jjvrwfkqmhb1kvmjzzkmnqfx188ywy1cmxpns1wivnjic79h"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/marginalia.html"; license = lib.licenses.free; }; }) {}; markchars = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "markchars"; ename = "markchars"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/markchars-0.2.2.el"; sha256 = "09a471c2mcjm6ia37xqz0573sy8f68d5ljgnmhrj0v455g1g44lj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/markchars.html"; license = lib.licenses.free; }; }) {}; math-symbol-lists = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "math-symbol-lists"; ename = "math-symbol-lists"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/math-symbol-lists-1.3.tar"; sha256 = "0h330j7vxmb56z66xgynqlxkr5bnp5id25j0w4ikyms407sdyrbs"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/math-symbol-lists.html"; license = lib.licenses.free; }; }) {}; mct = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mct"; ename = "mct"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/mct-1.0.0.tar"; sha256 = "1gzk0bjvry8wzi35yvghz003rbkz7ky4zd9vafg328b809n9ggff"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mct.html"; license = lib.licenses.free; }; }) {}; memory-usage = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "memory-usage"; ename = "memory-usage"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/memory-usage-0.2.el"; sha256 = "03qwb7sprdh1avxv3g7hhnhl41pwvnpxcpnqrikl7picy78h1gwj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/memory-usage.html"; license = lib.licenses.free; }; }) {}; metar = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "metar"; ename = "metar"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/metar-0.3.el"; sha256 = "07gv0v0xwb5yzynwagmvf0n5c9wljy1jg4ympnxpa2d9r1zqc02g"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/metar.html"; license = lib.licenses.free; }; }) {}; midi-kbd = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "midi-kbd"; ename = "midi-kbd"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/midi-kbd-0.2.el"; sha256 = "1783k07gyiaq784wqv8qqc89cw5d6q1bdqz68b7n1lx4vmvfrhmh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/midi-kbd.html"; license = lib.licenses.free; }; }) {}; mines = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mines"; ename = "mines"; version = "1.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/mines-1.6.tar"; sha256 = "1199s1v4my0qpvc5aaxzbqayjn59vilxbqnywvyhvm7hz088aps2"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mines.html"; license = lib.licenses.free; }; }) {}; minibuffer-header = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "minibuffer-header"; ename = "minibuffer-header"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/minibuffer-header-0.5.tar"; sha256 = "1nw53h34izm0z8njsf6jacc40fhg4x5l8r403ysmw2ps89i80p36"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/minibuffer-header.html"; license = lib.licenses.free; }; }) {}; minibuffer-line = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "minibuffer-line"; ename = "minibuffer-line"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/minibuffer-line-0.1.el"; sha256 = "1ny4iirp26na5118wfgxlv6fxlrdclzdbd9m0lkrv51w0qw7spil"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/minibuffer-line.html"; license = lib.licenses.free; }; }) {}; minimap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "minimap"; ename = "minimap"; version = "1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/minimap-1.4.el"; sha256 = "09fm0ziy8cdzzw08l7l6p63dxz2a27p3laia2v51mvbva8177ls1"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/minimap.html"; license = lib.licenses.free; }; }) {}; mmm-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mmm-mode"; ename = "mmm-mode"; version = "0.5.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/mmm-mode-0.5.11.tar"; sha256 = "07pda4bvvcmdwkwh8dnfqgvhkdni2wjgps1094kn1j5c9j254741"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mmm-mode.html"; license = lib.licenses.free; }; }) {}; modus-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "modus-themes"; ename = "modus-themes"; version = "4.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/modus-themes-4.3.0.tar"; sha256 = "0zsglzqc36bw9r7fgvxjdcrdjar6xwad29kwyqd2k36bq3pivzq3"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/modus-themes.html"; license = lib.licenses.free; }; }) {}; multi-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "multi-mode"; ename = "multi-mode"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/multi-mode-1.14.tar"; sha256 = "0aslndqr0277ai0iwywbmj07vmz88vpmc0mgydcy4li8fkn8h066"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/multi-mode.html"; license = lib.licenses.free; }; }) {}; multishell = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "multishell"; ename = "multishell"; version = "1.1.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/multishell-1.1.10.tar"; sha256 = "1ipn9rlh9jg55i04adjy32n8dkjhhw1bcd72w97mlsdk66g8j6l3"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/multishell.html"; license = lib.licenses.free; }; }) {}; muse = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "muse"; ename = "muse"; version = "3.20.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/muse-3.20.2.tar"; sha256 = "0g2ff6x45x2k5dnkp31sk3bjj92jyhhnar7l5hzn8vp22l0rv8wn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/muse.html"; license = lib.licenses.free; }; }) {}; myers = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "myers"; ename = "myers"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/myers-0.1.el"; sha256 = "0yrxklkksj16cfbvwmdxjj43vngjd6q0fivib1xim3c9g3c9b670"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/myers.html"; license = lib.licenses.free; }; }) {}; nadvice = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "nadvice"; ename = "nadvice"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/nadvice-0.4.tar"; sha256 = "0ac7zxi04gzcd5hz81lib1db3c6a7xmwkb381ljxvaha1mlzp1k0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/nadvice.html"; license = lib.licenses.free; }; }) {}; nameless = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nameless"; ename = "nameless"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/nameless-1.0.2.el"; sha256 = "13c1payc46ry5bf8ia8cwqpshm2ya74fi5r4sxq5n410z5f0pgqx"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nameless.html"; license = lib.licenses.free; }; }) {}; names = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , nadvice }: elpaBuild { pname = "names"; ename = "names"; version = "20151201.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/names-20151201.0.tar"; sha256 = "13smsf039x4yd7pzvllgn1vz8lhkwghnhip9y2bka38vk37w912d"; }; packageRequires = [ cl-lib emacs nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/names.html"; license = lib.licenses.free; }; }) {}; nano-agenda = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-agenda"; ename = "nano-agenda"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-agenda-0.3.tar"; sha256 = "1ip21vjapcrla6j0qbjkcrdhs6xq773cswmwbhnsxb3xpzsa1z7x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-agenda.html"; license = lib.licenses.free; }; }) {}; nano-modeline = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-modeline"; ename = "nano-modeline"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-modeline-1.0.1.tar"; sha256 = "1bjxsqbi540cx2zxzrps2bdwj3hkaxw1s9wha1lrldhvckq7dm91"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-modeline.html"; license = lib.licenses.free; }; }) {}; nano-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-theme"; ename = "nano-theme"; version = "0.3.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-theme-0.3.4.tar"; sha256 = "1hfw6zxnzm4x55iqk1pg6nlp79c86np856bbdac4nv65ff4dkiqq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-theme.html"; license = lib.licenses.free; }; }) {}; nftables-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nftables-mode"; ename = "nftables-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/nftables-mode-1.1.tar"; sha256 = "0wcd31frnvxzkns4jdfxraai0bfi1184wcn64r8lg73h933p47iz"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nftables-mode.html"; license = lib.licenses.free; }; }) {}; nhexl-mode = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "nhexl-mode"; ename = "nhexl-mode"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/nhexl-mode-1.5.el"; sha256 = "0qvxfg7sv4iqyjxzaim6b4v9k5hav36qd4vkf9jwzw6p5fri8w8d"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nhexl-mode.html"; license = lib.licenses.free; }; }) {}; nlinum = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "nlinum"; ename = "nlinum"; version = "1.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/nlinum-1.9.el"; sha256 = "03zqlz58fvh4cpfl43h7py2fpnc7m37f1ys8zhrc511ccq9cwkdn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/nlinum.html"; license = lib.licenses.free; }; }) {}; notes-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "notes-mode"; ename = "notes-mode"; version = "1.30"; src = fetchurl { url = "https://elpa.gnu.org/packages/notes-mode-1.30.tar"; sha256 = "1aqivlfa0nk0y27gdv68k5rg3m5wschh8cw196a13qb7kaghk9r6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/notes-mode.html"; license = lib.licenses.free; }; }) {}; notmuch-indicator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "notmuch-indicator"; ename = "notmuch-indicator"; version = "1.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/notmuch-indicator-1.1.0.tar"; sha256 = "0k5csfrs8y1r6g7hs2y0961jpx0ih090kb6rkijljny2qhfj0573"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/notmuch-indicator.html"; license = lib.licenses.free; }; }) {}; ntlm = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ntlm"; ename = "ntlm"; version = "2.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ntlm-2.1.0.el"; sha256 = "01d0bcmh8a36qf871w6bc05kjk9bmnh843m9869xw06zyvqwg9mv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ntlm.html"; license = lib.licenses.free; }; }) {}; num3-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "num3-mode"; ename = "num3-mode"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/num3-mode-1.5.tar"; sha256 = "0i01v0sl0wi98xvc3wkk2lwc3nxmnhhpyrhr9gn88x5ygc0p4rdw"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/num3-mode.html"; license = lib.licenses.free; }; }) {}; oauth2 = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "oauth2"; ename = "oauth2"; version = "0.16"; src = fetchurl { url = "https://elpa.gnu.org/packages/oauth2-0.16.tar"; sha256 = "1rzly2nwjywrfgcmp8zidbmjl2ahyd8l8507lb1mxm4xqryvf316"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/oauth2.html"; license = lib.licenses.free; }; }) {}; ob-asymptote = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ob-asymptote"; ename = "ob-asymptote"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ob-asymptote-1.0.tar"; sha256 = "0m9i21zailg7drglm19v9ysyigzvz3p2r3q069a3n04di56d4629"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ob-asymptote.html"; license = lib.licenses.free; }; }) {}; ob-haxe = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ob-haxe"; ename = "ob-haxe"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ob-haxe-1.0.tar"; sha256 = "1x19b3aappv4d3mvpf01r505l1sfndbzbpr5sbid411g9g9k3rwr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ob-haxe.html"; license = lib.licenses.free; }; }) {}; objed = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "objed"; ename = "objed"; version = "0.8.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/objed-0.8.3.tar"; sha256 = "1s38d6bvggdk5p45ww1jb4gxifzgjwgw1m6ar920nlg0j4fgbcvr"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/objed.html"; license = lib.licenses.free; }; }) {}; omn-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "omn-mode"; ename = "omn-mode"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/omn-mode-1.2.el"; sha256 = "0p7lmqabdcn625q9z7libn7q1b6mjc74bkic2kjhhckzvlfjk742"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/omn-mode.html"; license = lib.licenses.free; }; }) {}; on-screen = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "on-screen"; ename = "on-screen"; version = "1.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/on-screen-1.3.3.el"; sha256 = "0ga4hw23ki583li2z2hr7l6hk1nc2kdg4afndg06cm9jn158wza7"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/on-screen.html"; license = lib.licenses.free; }; }) {}; openpgp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "openpgp"; ename = "openpgp"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/openpgp-1.0.1.tar"; sha256 = "1cm6c8394869dw2a5ykb92crz7c4pdav82a8nslbi533knxn7wn6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/openpgp.html"; license = lib.licenses.free; }; }) {}; orderless = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "orderless"; ename = "orderless"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/orderless-1.0.tar"; sha256 = "0kslgrs857h3mm837hcb8v52ankbv0hm2pz0q136imckzj32m43s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/orderless.html"; license = lib.licenses.free; }; }) {}; org = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org"; ename = "org"; version = "9.6.19"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-9.6.19.tar"; sha256 = "0ibgw0i7nsn589k0ynifwdp1f3ia6p8369myhjqgmwy392cwrcxg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org.html"; license = lib.licenses.free; }; }) {}; org-contacts = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-contacts"; ename = "org-contacts"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-contacts-1.1.tar"; sha256 = "1kzdw9kbnpryxdb9ywh2va4nnjcxw6asszf5n7a95rw2gl6m3l10"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-contacts.html"; license = lib.licenses.free; }; }) {}; org-edna = callPackage ({ elpaBuild, emacs, fetchurl, lib, org, seq }: elpaBuild { pname = "org-edna"; ename = "org-edna"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-edna-1.1.2.tar"; sha256 = "1a022ssqpxbkp03n2bij78srwjx7kacpsgj9a6wbm0yn946hgjpz"; }; packageRequires = [ emacs org seq ]; meta = { homepage = "https://elpa.gnu.org/packages/org-edna.html"; license = lib.licenses.free; }; }) {}; org-jami-bot = callPackage ({ elpaBuild, emacs, fetchurl, jami-bot, lib }: elpaBuild { pname = "org-jami-bot"; ename = "org-jami-bot"; version = "0.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-jami-bot-0.0.5.tar"; sha256 = "0nh0sp1l8hn568n6j11nkl42rm6b3gbjwi3lsf6vanr0lzvrl58r"; }; packageRequires = [ emacs jami-bot ]; meta = { homepage = "https://elpa.gnu.org/packages/org-jami-bot.html"; license = lib.licenses.free; }; }) {}; org-modern = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org-modern"; ename = "org-modern"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-modern-1.1.tar"; sha256 = "1aclips7y3dasjh6rjdcx1b6fkaripjam6120b7wm487qpjcrzc8"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org-modern.html"; license = lib.licenses.free; }; }) {}; org-notify = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org-notify"; ename = "org-notify"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-notify-0.1.1.tar"; sha256 = "0y0zj7sri7m0q3nibwv0m1snkwhma403hbxpcd346xk3s3ljiz2k"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org-notify.html"; license = lib.licenses.free; }; }) {}; org-real = callPackage ({ boxy, elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-real"; ename = "org-real"; version = "1.0.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-real-1.0.7.tar"; sha256 = "16isfsaxmgxiqfqx4lcsqlxazxjgxakr0k9pgpam13bqqqkq3cmp"; }; packageRequires = [ boxy emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-real.html"; license = lib.licenses.free; }; }) {}; org-remark = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-remark"; ename = "org-remark"; version = "1.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-remark-1.2.1.tar"; sha256 = "0xf10kgb0g4y9i4s1d3a1i5a119a1pijzhp5xxj2b2wyvjs2g3yk"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-remark.html"; license = lib.licenses.free; }; }) {}; org-transclusion = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-transclusion"; ename = "org-transclusion"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-transclusion-1.3.2.tar"; sha256 = "02r48jzr5zivk11c3c3a9vj1cixfgf1wlmv1kjr5bxldayhg7aqb"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-transclusion.html"; license = lib.licenses.free; }; }) {}; org-translate = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-translate"; ename = "org-translate"; version = "0.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-translate-0.1.4.tar"; sha256 = "0dvg3h8mmzlqfg60rwxjgy17sqv84p6nj2ngjdafkp9a4halv0g7"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-translate.html"; license = lib.licenses.free; }; }) {}; orgalist = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "orgalist"; ename = "orgalist"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/orgalist-1.14.tar"; sha256 = "08gx8aqi7ph75vhhss2xl1lfypzy8a3zmj7w8flcrvz1nk0z738s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/orgalist.html"; license = lib.licenses.free; }; }) {}; osc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "osc"; ename = "osc"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/osc-0.4.tar"; sha256 = "0zfrzxalvvf9wwwhwsqgl3v2ca6m2rfl5hd7sz662s6gmbwawqqa"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/osc.html"; license = lib.licenses.free; }; }) {}; osm = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "osm"; ename = "osm"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/osm-1.3.tar"; sha256 = "09c6wgq470hi2kgk7s8pbcqaggw13hg3f2zz5qwi68hfh7nq7z7k"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/osm.html"; license = lib.licenses.free; }; }) {}; other-frame-window = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "other-frame-window"; ename = "other-frame-window"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/other-frame-window-1.0.6.el"; sha256 = "04h0jr73xv8inm52h8b8zbc9lsnlzkn40qy99x4x0lkkdqqxw1ny"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/other-frame-window.html"; license = lib.licenses.free; }; }) {}; pabbrev = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "pabbrev"; ename = "pabbrev"; version = "4.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/pabbrev-4.3.0.tar"; sha256 = "0a54ld80s0r9zrc2kd861p4ii3jzqhxykzcnvi64fhxxg3x2aggx"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/pabbrev.html"; license = lib.licenses.free; }; }) {}; paced = callPackage ({ async, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "paced"; ename = "paced"; version = "1.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/paced-1.1.3.tar"; sha256 = "1gaszf68h0nnv6p6yzv48m24csw6v479nsq0f02y6slixxaflnwl"; }; packageRequires = [ async emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/paced.html"; license = lib.licenses.free; }; }) {}; parsec = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "parsec"; ename = "parsec"; version = "0.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/parsec-0.1.3.tar"; sha256 = "032m9iks5a05vbc4159dfs9b7shmqm6mk05jgbs9ndvy400drwd6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/parsec.html"; license = lib.licenses.free; }; }) {}; parser-generator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "parser-generator"; ename = "parser-generator"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/parser-generator-0.2.1.tar"; sha256 = "17kqkqz3d29pmn8ydw5kxs2fdgwqh0q31f13hdf1bnw009j24rl9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/parser-generator.html"; license = lib.licenses.free; }; }) {}; path-iterator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "path-iterator"; ename = "path-iterator"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/path-iterator-1.0.tar"; sha256 = "0kgl7rhv9x23jyr6ahfy6ql447zpz9fnmfwldkpn69g7jdx6a3cc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/path-iterator.html"; license = lib.licenses.free; }; }) {}; peg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "peg"; ename = "peg"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/peg-1.0.1.tar"; sha256 = "0yxfwwwc6fck1p9smcm1dwnva42868xvavhy7j749vlxrgb3v94x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/peg.html"; license = lib.licenses.free; }; }) {}; perl-doc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "perl-doc"; ename = "perl-doc"; version = "0.81"; src = fetchurl { url = "https://elpa.gnu.org/packages/perl-doc-0.81.tar"; sha256 = "1hbf36zrpjx0xx257370axxfs1yb3iz6g9kc4wg83gcag09j3lci"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/perl-doc.html"; license = lib.licenses.free; }; }) {}; persist = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "persist"; ename = "persist"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/persist-0.6.tar"; sha256 = "0n68dshbbyrs713989bllmm1vypch8766hc8b4y989nmyclixjwp"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/persist.html"; license = lib.licenses.free; }; }) {}; phps-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "phps-mode"; ename = "phps-mode"; version = "0.4.48"; src = fetchurl { url = "https://elpa.gnu.org/packages/phps-mode-0.4.48.tar"; sha256 = "1nm1j0f77afmwhb5cavk60nn4ifnx5qaycdy0c7qj8w3vdhyn3da"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/phps-mode.html"; license = lib.licenses.free; }; }) {}; pinentry = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pinentry"; ename = "pinentry"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pinentry-0.1.el"; sha256 = "0iiw11prk4w32czk69mvc3x6ja9xbhbvpg9b0nidrsg5njjjh76d"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pinentry.html"; license = lib.licenses.free; }; }) {}; plz = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "plz"; ename = "plz"; version = "0.7.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/plz-0.7.2.tar"; sha256 = "1qpr4j5rqpvr17arxrrix1z9fzbqy1mddakyylqbvm9lg5yg2wnk"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/plz.html"; license = lib.licenses.free; }; }) {}; plz-see = callPackage ({ elpaBuild, emacs, fetchurl, lib, plz }: elpaBuild { pname = "plz-see"; ename = "plz-see"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/plz-see-0.1.tar"; sha256 = "0dmckrny21rlm5spiwx7j6q0xikzwlsrhg8yz890w47zpdxpl3bb"; }; packageRequires = [ emacs plz ]; meta = { homepage = "https://elpa.gnu.org/packages/plz-see.html"; license = lib.licenses.free; }; }) {}; poke = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "poke"; ename = "poke"; version = "3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/poke-3.2.tar"; sha256 = "0rhcz7kg20j72hf9rhq5zacdak8ayhn4cnwhgq9qwr18z00bxxm7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/poke.html"; license = lib.licenses.free; }; }) {}; poke-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "poke-mode"; ename = "poke-mode"; version = "3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/poke-mode-3.1.tar"; sha256 = "1lirhws5d8l16qs5ddrvvz0f9xfl004q9yp333pdgsmcpk3ww7sr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/poke-mode.html"; license = lib.licenses.free; }; }) {}; poker = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "poker"; ename = "poker"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/poker-0.2.el"; sha256 = "0sikspimvnzvwhyivi1gvr0630zz2pr3q2fwagl57iv06jas9f00"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/poker.html"; license = lib.licenses.free; }; }) {}; popper = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "popper"; ename = "popper"; version = "0.4.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/popper-0.4.6.tar"; sha256 = "0zkrhpplgs6h4xz0ma5nc4pvlkdgdzqwlqlw57xspqbc2f1bds5s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/popper.html"; license = lib.licenses.free; }; }) {}; posframe = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "posframe"; ename = "posframe"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/posframe-1.4.2.tar"; sha256 = "0ca43wgbr0n5ri7cyxjmn7blq59xq43rx9z9q02a2j4yn05w8nss"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/posframe.html"; license = lib.licenses.free; }; }) {}; project = callPackage ({ elpaBuild, emacs, fetchurl, lib, xref }: elpaBuild { pname = "project"; ename = "project"; version = "0.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/project-0.10.0.tar"; sha256 = "060iw06c60vjy1bp771zz0n24x4s7kpyvdjs51147v2kz35n08pb"; }; packageRequires = [ emacs xref ]; meta = { homepage = "https://elpa.gnu.org/packages/project.html"; license = lib.licenses.free; }; }) {}; psgml = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "psgml"; ename = "psgml"; version = "1.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/psgml-1.3.5.tar"; sha256 = "12ndv9xj4zg0k2vas4bmpf2iwy71hy203zxfd7sfwskdd96kzjjv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/psgml.html"; license = lib.licenses.free; }; }) {}; pspp-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pspp-mode"; ename = "pspp-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pspp-mode-1.1.el"; sha256 = "1qnwj7r367qs0ykw71c6s96ximgg2wb3hxg5fwsl9q2vfhbh35ca"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pspp-mode.html"; license = lib.licenses.free; }; }) {}; pulsar = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "pulsar"; ename = "pulsar"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pulsar-1.0.1.tar"; sha256 = "0qknyd6ihqg4n940yll5v2hz3w07fsp4mbdfh7drbws13c1ivnly"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/pulsar.html"; license = lib.licenses.free; }; }) {}; pyim = callPackage ({ async, elpaBuild, emacs, fetchurl, lib, xr }: elpaBuild { pname = "pyim"; ename = "pyim"; version = "5.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/pyim-5.3.3.tar"; sha256 = "04dz3gdqq6pcxycpzkzzmhbg6lk629v41y64jlh6si21jwfr6wnx"; }; packageRequires = [ async emacs xr ]; meta = { homepage = "https://elpa.gnu.org/packages/pyim.html"; license = lib.licenses.free; }; }) {}; pyim-basedict = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pyim-basedict"; ename = "pyim-basedict"; version = "0.5.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/pyim-basedict-0.5.4.tar"; sha256 = "1zppp12217aakawgndy6daxpw1098lh7lsjar2wwd4qv4xs0d4p6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pyim-basedict.html"; license = lib.licenses.free; }; }) {}; python = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "python"; ename = "python"; version = "0.28"; src = fetchurl { url = "https://elpa.gnu.org/packages/python-0.28.tar"; sha256 = "1kc596b8bbcp8y87kqyxsv3bblz8l0vyc0d645ayb1cmwwvk35d5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/python.html"; license = lib.licenses.free; }; }) {}; quarter-plane = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "quarter-plane"; ename = "quarter-plane"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/quarter-plane-0.1.el"; sha256 = "0hj3asdzf05h8j1fsxx9y71arnprg2xwk2dcb81zj04hzggzpwmm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/quarter-plane.html"; license = lib.licenses.free; }; }) {}; queue = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "queue"; ename = "queue"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/queue-0.2.el"; sha256 = "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/queue.html"; license = lib.licenses.free; }; }) {}; rainbow-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rainbow-mode"; ename = "rainbow-mode"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/rainbow-mode-1.0.6.tar"; sha256 = "04v73cm1cap19vwc8lqsw0rmfr9v7r3swc4wgxnk9dnzxi9j2527"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rainbow-mode.html"; license = lib.licenses.free; }; }) {}; rbit = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rbit"; ename = "rbit"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/rbit-0.1.el"; sha256 = "0h0f9jx4xmkbyxk39wibrvnj65b1ylkz4sk4np7qcavfjs6dz3lm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rbit.html"; license = lib.licenses.free; }; }) {}; rcirc-color = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rcirc-color"; ename = "rcirc-color"; version = "0.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-color-0.4.5.tar"; sha256 = "0j2bcx2dplcy5zgh9zdhla8i12rq916ilbnw4ns83xdg7k0dwncf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-color.html"; license = lib.licenses.free; }; }) {}; rcirc-menu = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rcirc-menu"; ename = "rcirc-menu"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-menu-1.1.el"; sha256 = "0w77qlwlmx59v5894i96fldn6x4lliv4ddv8967vq1kfchn4w5mc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-menu.html"; license = lib.licenses.free; }; }) {}; rcirc-sqlite = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rcirc-sqlite"; ename = "rcirc-sqlite"; version = "0.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-sqlite-0.1.3.tar"; sha256 = "1pwxkw6dzwbg5g3rxilpp6iy3mzxgpn0mw59i3dcx25hdyizqhip"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-sqlite.html"; license = lib.licenses.free; }; }) {}; realgud = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , loc-changes , test-simple }: elpaBuild { pname = "realgud"; ename = "realgud"; version = "1.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-1.5.1.tar"; sha256 = "01155sydricdvxy3djk64w2zc6x0q4j669bvz8m8rd766wsmida8"; }; packageRequires = [ emacs load-relative loc-changes test-simple ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud.html"; license = lib.licenses.free; }; }) {}; realgud-ipdb = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-ipdb"; ename = "realgud-ipdb"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-ipdb-1.0.0.tar"; sha256 = "1ljh2igm6na92jdvnn4f51019v3klc6k03nayxf6qxzaxwq2w254"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-ipdb.html"; license = lib.licenses.free; }; }) {}; realgud-jdb = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-jdb"; ename = "realgud-jdb"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-jdb-1.0.0.tar"; sha256 = "081lqsxbg6cxv8hz8s0z2gbdif9drp5b0crbixmwf164i4h8l4gc"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-jdb.html"; license = lib.licenses.free; }; }) {}; realgud-lldb = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-lldb"; ename = "realgud-lldb"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-lldb-1.0.2.tar"; sha256 = "0nqbvknhvw5lwf4i44q8wvh4y4s9mvs5kn7lskg3xicl464ag1d0"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-lldb.html"; license = lib.licenses.free; }; }) {}; realgud-node-debug = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-node-debug"; ename = "realgud-node-debug"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-node-debug-1.0.0.tar"; sha256 = "1wyh6apy289a3qa1bnwv68x8pjkpqy4m18ygqnr4x759hjkq3nir"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-node-debug.html"; license = lib.licenses.free; }; }) {}; realgud-node-inspect = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-node-inspect"; ename = "realgud-node-inspect"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-node-inspect-1.0.0.tar"; sha256 = "16cx0rq4zx5k0y75j044dbqzrzs1df3r95rissmhfgsi5m2qf1h2"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-node-inspect.html"; license = lib.licenses.free; }; }) {}; realgud-trepan-ni = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-trepan-ni"; ename = "realgud-trepan-ni"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-trepan-ni-1.0.1.tar"; sha256 = "0vakfzlk4pgqi66mdvwqhzgdsnks6clgnj7cjjbi80v3ipkfdnak"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-trepan-ni.html"; license = lib.licenses.free; }; }) {}; realgud-trepan-xpy = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-trepan-xpy"; ename = "realgud-trepan-xpy"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-trepan-xpy-1.0.1.tar"; sha256 = "0qd9hcq7a9vn453rs4pf3p8wwh7fynxhim9j6sf97lm8pilif9yd"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-trepan-xpy.html"; license = lib.licenses.free; }; }) {}; rec-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rec-mode"; ename = "rec-mode"; version = "1.9.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rec-mode-1.9.3.tar"; sha256 = "15m0h84fcrcxpx67mc9any4ap2dcqysfjm1d2a7sx4clx8h3mgk0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rec-mode.html"; license = lib.licenses.free; }; }) {}; register-list = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "register-list"; ename = "register-list"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/register-list-0.1.el"; sha256 = "1azgfm4yvhp2bqqplmfbz1fij8gda527lks82bslnpnabd8m6sjh"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/register-list.html"; license = lib.licenses.free; }; }) {}; relint = callPackage ({ elpaBuild, emacs, fetchurl, lib, xr }: elpaBuild { pname = "relint"; ename = "relint"; version = "1.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/relint-1.24.tar"; sha256 = "0wc7jzapzc4s7v7yqwp315ymbs6xighy2clx1ylvf60zs49y2bwm"; }; packageRequires = [ emacs xr ]; meta = { homepage = "https://elpa.gnu.org/packages/relint.html"; license = lib.licenses.free; }; }) {}; repology = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "repology"; ename = "repology"; version = "1.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/repology-1.2.4.tar"; sha256 = "0l53wl0bk8rnqwsjdh1hwvkvbay080l10bslcj3scn42bgbi59j1"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/repology.html"; license = lib.licenses.free; }; }) {}; rich-minority = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "rich-minority"; ename = "rich-minority"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rich-minority-1.0.3.tar"; sha256 = "1w61qvx2rw6a6gmrm61080zghil95nzdv4w06c0pvyb62m4rwab0"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/rich-minority.html"; license = lib.licenses.free; }; }) {}; rnc-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rnc-mode"; ename = "rnc-mode"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rnc-mode-0.3.tar"; sha256 = "1bd4pxaijcs0w8v9r7x9aiqyqf1rl46153dxl0ilhm3fc90iyf2r"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rnc-mode.html"; license = lib.licenses.free; }; }) {}; rt-liberation = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rt-liberation"; ename = "rt-liberation"; version = "6"; src = fetchurl { url = "https://elpa.gnu.org/packages/rt-liberation-6.tar"; sha256 = "1l87q2h1hqm5zpg1fz835gmbf5fgl9fvcqg42c17v6kim4has8zd"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rt-liberation.html"; license = lib.licenses.free; }; }) {}; ruby-end = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ruby-end"; ename = "ruby-end"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ruby-end-0.4.3.tar"; sha256 = "0b6hh31vpyv6j86v97migw4if2i9m95075p0bf5ai61cqb42crg4"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ruby-end.html"; license = lib.licenses.free; }; }) {}; rudel = callPackage ({ cl-generic , cl-lib ? null , cl-print ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "rudel"; ename = "rudel"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/rudel-0.3.2.tar"; sha256 = "03hcvpp6ykavidwn5x48gs986w1i5icvh7ks6p74pdaagpgw4jmk"; }; packageRequires = [ cl-generic cl-lib cl-print emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rudel.html"; license = lib.licenses.free; }; }) {}; satchel = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "satchel"; ename = "satchel"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/satchel-0.2.tar"; sha256 = "1ajsfrr988nglw2l4kqjbbdq9x8gidv0ymsrg3jm2b9nisfhnixv"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/satchel.html"; license = lib.licenses.free; }; }) {}; scanner = callPackage ({ dash, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "scanner"; ename = "scanner"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/scanner-0.2.tar"; sha256 = "1nbfpgndjkv7mr81bxy58k4y13lc4cidyz9mbwh7433r8rfhymb5"; }; packageRequires = [ dash emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/scanner.html"; license = lib.licenses.free; }; }) {}; scroll-restore = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "scroll-restore"; ename = "scroll-restore"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/scroll-restore-1.0.el"; sha256 = "0h55szlmkmzmcvd6gvv8l74n7y64i0l78nwwmq7xsbzprlmj6khn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/scroll-restore.html"; license = lib.licenses.free; }; }) {}; sed-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sed-mode"; ename = "sed-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/sed-mode-1.1.tar"; sha256 = "1vpfzr95xfvjiq7x1pkhjm96936yzsy9bzm1v8p3hyr486bar0mp"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sed-mode.html"; license = lib.licenses.free; }; }) {}; seq = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "seq"; ename = "seq"; version = "2.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/seq-2.24.tar"; sha256 = "1w2cysad3qwnzdabhq9xipbslsjm528fcxkwnslhlkh8v07karml"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/seq.html"; license = lib.licenses.free; }; }) {}; setup = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "setup"; ename = "setup"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/setup-1.3.2.tar"; sha256 = "1sr514w4mn0fbdawjb5p0fd6i6q2zi9737rbwcgakb1l9cqvb5qy"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/setup.html"; license = lib.licenses.free; }; }) {}; shelisp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "shelisp"; ename = "shelisp"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/shelisp-1.0.0.tar"; sha256 = "05r26gy1ajl47ir0yz5gn62xw2f31vdq04n3r8ywlzxbqyvzlc0d"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/shelisp.html"; license = lib.licenses.free; }; }) {}; shell-command-plus = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "shell-command-plus"; ename = "shell-command+"; version = "2.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/shell-command+-2.4.2.tar"; sha256 = "1ldvil6hjs8c7wpdwx0jwaar867dil5qh6vy2k27i1alffr9nnqm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/shell-command+.html"; license = lib.licenses.free; }; }) {}; shen-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "shen-mode"; ename = "shen-mode"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/shen-mode-0.1.tar"; sha256 = "1dr24kkah4hr6vrfxwhl9vzjnwn4n773bw23c3j9bkmlgnbvn0kz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/shen-mode.html"; license = lib.licenses.free; }; }) {}; sisu-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sisu-mode"; ename = "sisu-mode"; version = "7.1.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/sisu-mode-7.1.8.el"; sha256 = "12zs6y4rzng1d7djl9wh3wc0f9fj0bqb7h754rvixvndlr5c10nj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sisu-mode.html"; license = lib.licenses.free; }; }) {}; site-lisp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "site-lisp"; ename = "site-lisp"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/site-lisp-0.1.2.tar"; sha256 = "07704nz5rrzixmvw65h79rf4fpnf58jrrgbp1brvknidp6j95r0n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/site-lisp.html"; license = lib.licenses.free; }; }) {}; sketch-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sketch-mode"; ename = "sketch-mode"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/sketch-mode-1.0.4.tar"; sha256 = "1gv03ykr40laf52hm8p0glfsy895jghkp5a8q599zwg5wpz3zdc9"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sketch-mode.html"; license = lib.licenses.free; }; }) {}; slime-volleyball = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "slime-volleyball"; ename = "slime-volleyball"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/slime-volleyball-1.2.0.tar"; sha256 = "07xavg6xq5ckrfy5sk5k5ldb46m5w8nw1r1k006ck8f23ajaw5z2"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/slime-volleyball.html"; license = lib.licenses.free; }; }) {}; sm-c-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sm-c-mode"; ename = "sm-c-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/sm-c-mode-1.1.el"; sha256 = "1k46628dkmg4bvd5f68lv5kjcjbgm2pd8jc0zhq9n70jwf5z2ip8"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sm-c-mode.html"; license = lib.licenses.free; }; }) {}; smalltalk-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "smalltalk-mode"; ename = "smalltalk-mode"; version = "4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/smalltalk-mode-4.0.tar"; sha256 = "1i1w2fk241z10mph92lry8ly55rxr24n1v4840cddpiw81nrqpcn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/smalltalk-mode.html"; license = lib.licenses.free; }; }) {}; smart-yank = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "smart-yank"; ename = "smart-yank"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/smart-yank-0.1.1.el"; sha256 = "1v7hbn8pl4bzal31m132dn04rgsgjjcc7k2knd1jqzk1wq6azpdn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/smart-yank.html"; license = lib.licenses.free; }; }) {}; sml-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sml-mode"; ename = "sml-mode"; version = "6.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/sml-mode-6.12.tar"; sha256 = "19wyxsnw60lmjbb7ijislpv9vzk9996rh1b0iw7wyrqszfxy2p20"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sml-mode.html"; license = lib.licenses.free; }; }) {}; so-long = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "so-long"; ename = "so-long"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/so-long-1.1.2.tar"; sha256 = "0gb5ypl9phhv8sx7akw9xn7njfq86yqngixhxf8qj1fxp57gfpdb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/so-long.html"; license = lib.licenses.free; }; }) {}; soap-client = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "soap-client"; ename = "soap-client"; version = "3.2.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/soap-client-3.2.3.tar"; sha256 = "0z6af253iwimam03jnpai2h989i6vyv05wdz7dadna6amdryfznc"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/soap-client.html"; license = lib.licenses.free; }; }) {}; sokoban = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sokoban"; ename = "sokoban"; version = "1.4.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/sokoban-1.4.9.tar"; sha256 = "1zri4czw2d5impkgn8d4hliyw31vndadg7wj31gairk8kyakjpgm"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sokoban.html"; license = lib.licenses.free; }; }) {}; sotlisp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sotlisp"; ename = "sotlisp"; version = "1.6.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sotlisp-1.6.2.el"; sha256 = "05cr4dmhg4wbmw7jbcfh0yrnbq6dhzp2wrbzvhwrfznz51j03nhi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sotlisp.html"; license = lib.licenses.free; }; }) {}; spacious-padding = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "spacious-padding"; ename = "spacious-padding"; version = "0.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/spacious-padding-0.3.0.tar"; sha256 = "1iiaxgl18k8hkwwyz3qnargv6q8kwzyh39ai46k5xbpmyrsj4b16"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/spacious-padding.html"; license = lib.licenses.free; }; }) {}; spinner = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "spinner"; ename = "spinner"; version = "1.7.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/spinner-1.7.4.tar"; sha256 = "140kss25ijbwf8hzflbjz67ry76w2cyrh02axk95n6qcxv7jr7pv"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/spinner.html"; license = lib.licenses.free; }; }) {}; sql-beeline = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sql-beeline"; ename = "sql-beeline"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-beeline-0.2.tar"; sha256 = "1bqzs53x506bzgchvjfr1ljqxbb9y041n7aj9n7ajb2634i7lllr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sql-beeline.html"; license = lib.licenses.free; }; }) {}; sql-cassandra = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sql-cassandra"; ename = "sql-cassandra"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-cassandra-0.2.2.tar"; sha256 = "06h301fpqax24x295x06bz08ipjjnxs9smisyz82z08kgszq92c6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sql-cassandra.html"; license = lib.licenses.free; }; }) {}; sql-indent = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "sql-indent"; ename = "sql-indent"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-indent-1.7.tar"; sha256 = "043qcy97a5hx68w0ac7xsk380l2i7bphgrdz6aby2zfpp90vrjpn"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/sql-indent.html"; license = lib.licenses.free; }; }) {}; srht = callPackage ({ elpaBuild, emacs, fetchurl, lib, plz, transient }: elpaBuild { pname = "srht"; ename = "srht"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/srht-0.4.tar"; sha256 = "1g3znmpi0lbl0f4rp1v8v5jl7gngclwmcngkzwdk2w4prsh6skb1"; }; packageRequires = [ emacs plz transient ]; meta = { homepage = "https://elpa.gnu.org/packages/srht.html"; license = lib.licenses.free; }; }) {}; ssh-deploy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ssh-deploy"; ename = "ssh-deploy"; version = "3.1.16"; src = fetchurl { url = "https://elpa.gnu.org/packages/ssh-deploy-3.1.16.tar"; sha256 = "0ajmsg4r9yba2m9wn08dsdzl8pr3pjixyqqp263mpwsh02h8im2g"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ssh-deploy.html"; license = lib.licenses.free; }; }) {}; standard-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "standard-themes"; ename = "standard-themes"; version = "2.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/standard-themes-2.0.1.tar"; sha256 = "0vdl90xjqq20mw6cgmn6zd42ppr5y471g03a9ljzcpwmbd1wnr60"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/standard-themes.html"; license = lib.licenses.free; }; }) {}; stream = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "stream"; ename = "stream"; version = "2.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/stream-2.3.0.tar"; sha256 = "1jvk5j0wn2f4dxnyqji85f8cgbpyrxk02mz5dzyw4xlqr0d9zc9n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/stream.html"; license = lib.licenses.free; }; }) {}; substitute = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "substitute"; ename = "substitute"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/substitute-0.2.1.tar"; sha256 = "1p9lhgi4y224aghwnnjxm14da461pj0ym4a7asla02hf33y61i5j"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/substitute.html"; license = lib.licenses.free; }; }) {}; svg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "svg"; ename = "svg"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-1.1.el"; sha256 = "0j69xsaj0d1pnxjfb5m0yf2vxbrcmr8i3g75km4dzbha46v4xxvg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/svg.html"; license = lib.licenses.free; }; }) {}; svg-clock = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg }: elpaBuild { pname = "svg-clock"; ename = "svg-clock"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-clock-1.2.el"; sha256 = "15pmj07wnlcpv78av9qpnbfwdjlkf237vib8smpa7nvyikdfszfr"; }; packageRequires = [ emacs svg ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-clock.html"; license = lib.licenses.free; }; }) {}; svg-lib = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "svg-lib"; ename = "svg-lib"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-lib-0.3.tar"; sha256 = "0d0xkfmk351h8lx28dxgync47r780nyk4fk12sb4j0byfr0lsh8d"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-lib.html"; license = lib.licenses.free; }; }) {}; svg-tag-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg-lib }: elpaBuild { pname = "svg-tag-mode"; ename = "svg-tag-mode"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-tag-mode-0.3.2.tar"; sha256 = "1sg05dg0d9ai21l8rgpqywmwgw29sl21x2zkvlv04rl3hdvdq75y"; }; packageRequires = [ emacs svg-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-tag-mode.html"; license = lib.licenses.free; }; }) {}; swiper = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "swiper"; ename = "swiper"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/swiper-0.14.2.tar"; sha256 = "1x6jnc0nrk68kww12gq6w8nss6ny76xz0fgxf57550bbipx9pa8m"; }; packageRequires = [ emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/swiper.html"; license = lib.licenses.free; }; }) {}; switchy-window = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "switchy-window"; ename = "switchy-window"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/switchy-window-1.3.tar"; sha256 = "1ax63fksjmjsgai7xxzm1mj5bhbc7dzk7c389abd280g637z2cy7"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/switchy-window.html"; license = lib.licenses.free; }; }) {}; sxhkdrc-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sxhkdrc-mode"; ename = "sxhkdrc-mode"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/sxhkdrc-mode-1.0.0.tar"; sha256 = "1vzb7ijx61rq31xj0d13yidlirp038841fwdvlqlv88hi6hb2faq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sxhkdrc-mode.html"; license = lib.licenses.free; }; }) {}; system-packages = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "system-packages"; ename = "system-packages"; version = "1.0.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/system-packages-1.0.13.tar"; sha256 = "0m34ifs7c27g7avc173z501rs2g6ag7f4bc3rgfp9zdaix53c0i9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/system-packages.html"; license = lib.licenses.free; }; }) {}; tNFA = callPackage ({ elpaBuild, fetchurl, lib, queue }: elpaBuild { pname = "tNFA"; ename = "tNFA"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tNFA-0.1.1.el"; sha256 = "01n4p8lg8f2k55l2z77razb2sl202qisjqm5lff96a2kxnxinsds"; }; packageRequires = [ queue ]; meta = { homepage = "https://elpa.gnu.org/packages/tNFA.html"; license = lib.licenses.free; }; }) {}; tam = callPackage ({ elpaBuild, emacs, fetchurl, lib, queue }: elpaBuild { pname = "tam"; ename = "tam"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tam-0.1.tar"; sha256 = "1f66la9mmw1frpy2k9vr9k1q2x3b1y9018z43rdhrp50zx1b2vsg"; }; packageRequires = [ emacs queue ]; meta = { homepage = "https://elpa.gnu.org/packages/tam.html"; license = lib.licenses.free; }; }) {}; taxy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "taxy"; ename = "taxy"; version = "0.10.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/taxy-0.10.1.tar"; sha256 = "05czw8fkifb25rwl99dmncr1g0rjfx1bqijl7igqs9j6h9ia2xvg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/taxy.html"; license = lib.licenses.free; }; }) {}; taxy-magit-section = callPackage ({ elpaBuild , emacs , fetchurl , lib , magit-section , taxy }: elpaBuild { pname = "taxy-magit-section"; ename = "taxy-magit-section"; version = "0.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/taxy-magit-section-0.13.tar"; sha256 = "1712hbcna0ph9chaq28a6fanv4sccdiphd5z0hg34ig3g6pslgn9"; }; packageRequires = [ emacs magit-section taxy ]; meta = { homepage = "https://elpa.gnu.org/packages/taxy-magit-section.html"; license = lib.licenses.free; }; }) {}; temp-buffer-browse = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "temp-buffer-browse"; ename = "temp-buffer-browse"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/temp-buffer-browse-1.5.el"; sha256 = "1drfvqxc6g4vfijmx787b1ygq7x2s5wq26l45qnz4wdrqqmcqx3c"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/temp-buffer-browse.html"; license = lib.licenses.free; }; }) {}; tempel = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tempel"; ename = "tempel"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tempel-1.1.tar"; sha256 = "1780dgyfj569vxzzg8gqky9953fzw8x5kzy2l05vl7my06nyk46i"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tempel.html"; license = lib.licenses.free; }; }) {}; test-simple = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "test-simple"; ename = "test-simple"; version = "1.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/test-simple-1.3.0.el"; sha256 = "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/test-simple.html"; license = lib.licenses.free; }; }) {}; theme-buffet = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "theme-buffet"; ename = "theme-buffet"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/theme-buffet-0.1.2.tar"; sha256 = "1cb9kn07naz2dkl4cznnwi2hy5ccq9igl5jnm7qhaliaszpg2rf9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/theme-buffet.html"; license = lib.licenses.free; }; }) {}; timerfunctions = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "timerfunctions"; ename = "timerfunctions"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/timerfunctions-1.4.2.el"; sha256 = "122q8nv08pz1mkgilvi9qfrs7rsnc5picr7jyz2jpnvpd9qw6jw5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/timerfunctions.html"; license = lib.licenses.free; }; }) {}; tiny = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "tiny"; ename = "tiny"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tiny-0.2.1.tar"; sha256 = "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/tiny.html"; license = lib.licenses.free; }; }) {}; tmr = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tmr"; ename = "tmr"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/tmr-0.4.0.tar"; sha256 = "1s4q7gbqjhqsvwzcfqr9ykm2pdrjybsi2fanxm01vvmzwg2bi6d8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tmr.html"; license = lib.licenses.free; }; }) {}; tomelr = callPackage ({ elpaBuild, emacs, fetchurl, lib, map, seq }: elpaBuild { pname = "tomelr"; ename = "tomelr"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/tomelr-0.4.3.tar"; sha256 = "03dj7mhqyfdpxr32nyvfgkqr6wr55cd7yk9a0izjs4468zx8vl0d"; }; packageRequires = [ emacs map seq ]; meta = { homepage = "https://elpa.gnu.org/packages/tomelr.html"; license = lib.licenses.free; }; }) {}; topspace = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "topspace"; ename = "topspace"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/topspace-0.3.1.tar"; sha256 = "1c2raqmbyv5bd48gimh6dazfb6dmipjmf1j0w53vyrs48dx6kskq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/topspace.html"; license = lib.licenses.free; }; }) {}; tramp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp"; ename = "tramp"; version = "2.6.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-2.6.2.1.tar"; sha256 = "145riknpdvw7rvpz20m766yci3w012f241mw38pbbb9cb8pn2rbf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp.html"; license = lib.licenses.free; }; }) {}; tramp-nspawn = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp-nspawn"; ename = "tramp-nspawn"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-nspawn-1.0.1.tar"; sha256 = "1w8h563pcdksqqy5v5vi7vrx76r6pi4bzhqywk1v67rhnr33qsvq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp-nspawn.html"; license = lib.licenses.free; }; }) {}; tramp-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp-theme"; ename = "tramp-theme"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-theme-0.2.el"; sha256 = "1q1j0vcdyv5gnfbnfl08rnwd5j4ayc1gi1vpinr99ny70wsv7gbf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp-theme.html"; license = lib.licenses.free; }; }) {}; transcribe = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "transcribe"; ename = "transcribe"; version = "1.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/transcribe-1.5.2.el"; sha256 = "08m1n6adab46bfywm47gygswf10vnxcfh16yjxglvcsg4prkn2vh"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/transcribe.html"; license = lib.licenses.free; }; }) {}; transient = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "transient"; ename = "transient"; version = "0.5.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/transient-0.5.3.tar"; sha256 = "12ak6rykg627rkwwiga5d9g9pzcrq2sliynqbr3lm8rvlwbdhkhx"; }; packageRequires = [ compat emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/transient.html"; license = lib.licenses.free; }; }) {}; transient-cycles = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "transient-cycles"; ename = "transient-cycles"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/transient-cycles-1.0.tar"; sha256 = "1gad71kqdw6rm9dy5rxm85l4a5qibs20ijl8bpaxbbq37j44lvjb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/transient-cycles.html"; license = lib.licenses.free; }; }) {}; tree-inspector = callPackage ({ elpaBuild, emacs, fetchurl, lib, treeview }: elpaBuild { pname = "tree-inspector"; ename = "tree-inspector"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/tree-inspector-0.4.tar"; sha256 = "0jsd32qk9rap8mhmm6qkyafvb6c2gyaa0adzdsh3bh03byi3sj6c"; }; packageRequires = [ emacs treeview ]; meta = { homepage = "https://elpa.gnu.org/packages/tree-inspector.html"; license = lib.licenses.free; }; }) {}; trie = callPackage ({ elpaBuild, fetchurl, heap, lib, tNFA }: elpaBuild { pname = "trie"; ename = "trie"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/trie-0.6.tar"; sha256 = "0vh0cizpbdiaq0y018rkrzjyv6lq0jwv9pwlvggbjfsz34kd10a4"; }; packageRequires = [ heap tNFA ]; meta = { homepage = "https://elpa.gnu.org/packages/trie.html"; license = lib.licenses.free; }; }) {}; triples = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "triples"; ename = "triples"; version = "0.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/triples-0.3.5.tar"; sha256 = "086w3izri2fvg2w9lq4srjcq9gc6amz5vj2iihhysd10ypj3zxwy"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/triples.html"; license = lib.licenses.free; }; }) {}; typo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "typo"; ename = "typo"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/typo-1.0.1.tar"; sha256 = "11k1dca7kw1yviiw310slfj02a7x1w6m3qg7v71d2gcmdbp112ib"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/typo.html"; license = lib.licenses.free; }; }) {}; ulisp-repl = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ulisp-repl"; ename = "ulisp-repl"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ulisp-repl-1.0.3.tar"; sha256 = "09n0wp0dfg9xyxw0hwwb5p6namninvsw1fs710hmnh224q6wffgy"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ulisp-repl.html"; license = lib.licenses.free; }; }) {}; undo-tree = callPackage ({ elpaBuild, emacs, fetchurl, lib, queue }: elpaBuild { pname = "undo-tree"; ename = "undo-tree"; version = "0.8.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/undo-tree-0.8.2.tar"; sha256 = "0fgir9pls9439zwyl3j2yvrwx9wigisj1jil4ijma27dfrpgm288"; }; packageRequires = [ emacs queue ]; meta = { homepage = "https://elpa.gnu.org/packages/undo-tree.html"; license = lib.licenses.free; }; }) {}; uni-confusables = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "uni-confusables"; ename = "uni-confusables"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/uni-confusables-0.3.tar"; sha256 = "1grmppbyzvjjz0yiv5vvgpykhalisj9jnh6p9ip9vbnnll63iz4w"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/uni-confusables.html"; license = lib.licenses.free; }; }) {}; uniquify-files = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "uniquify-files"; ename = "uniquify-files"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/uniquify-files-1.0.4.tar"; sha256 = "0ry52l9p2sz8nsfh15ffa25s46vqhna466ahmjmnmlihgjhdm85q"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/uniquify-files.html"; license = lib.licenses.free; }; }) {}; urgrep = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "urgrep"; ename = "urgrep"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/urgrep-0.4.0.tar"; sha256 = "0l0gswml6hkna48gfljj3hajhcx3bbc1rqwb2v01hvqab05an7zs"; }; packageRequires = [ compat emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/urgrep.html"; license = lib.licenses.free; }; }) {}; url-http-ntlm = callPackage ({ cl-lib ? null , elpaBuild , fetchurl , lib , nadvice , ntlm ? null }: elpaBuild { pname = "url-http-ntlm"; ename = "url-http-ntlm"; version = "2.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-http-ntlm-2.0.5.tar"; sha256 = "0bpjif0c4yzz75v59wsv7hilkpj2gv4kyc0rdk8h3d9hvmlq7791"; }; packageRequires = [ cl-lib nadvice ntlm ]; meta = { homepage = "https://elpa.gnu.org/packages/url-http-ntlm.html"; license = lib.licenses.free; }; }) {}; url-http-oauth = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "url-http-oauth"; ename = "url-http-oauth"; version = "0.8.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-http-oauth-0.8.3.tar"; sha256 = "1vcbx8rpzvx4v4g7iyja6kpsqidaiy2xzj7glrwwzhppkbp0xkvy"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/url-http-oauth.html"; license = lib.licenses.free; }; }) {}; url-scgi = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "url-scgi"; ename = "url-scgi"; version = "0.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-scgi-0.9.tar"; sha256 = "0mfbqr03302gk38aamlg1lgdznd6y3blcc3zizfb72ppb87j78mc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/url-scgi.html"; license = lib.licenses.free; }; }) {}; use-package = callPackage ({ bind-key, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "use-package"; ename = "use-package"; version = "2.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/use-package-2.4.5.tar"; sha256 = "09aimbmkcpyffrq1qnavzx6c4ccfawz7ndz2ac8md7qxilxx58yc"; }; packageRequires = [ bind-key emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/use-package.html"; license = lib.licenses.free; }; }) {}; validate = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , seq }: elpaBuild { pname = "validate"; ename = "validate"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/validate-1.0.4.el"; sha256 = "0vksssk98hcnz804g62k8kika13argf6p7bx8rf9hwidvzdsv6mi"; }; packageRequires = [ cl-lib emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/validate.html"; license = lib.licenses.free; }; }) {}; valign = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "valign"; ename = "valign"; version = "3.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/valign-3.1.1.tar"; sha256 = "1nla0zfj0rxwhdjgnsy2c34wzrxfxiwl89cjb6aicyvfxninz7j0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/valign.html"; license = lib.licenses.free; }; }) {}; vc-backup = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vc-backup"; ename = "vc-backup"; version = "1.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-backup-1.1.0.tar"; sha256 = "1ipkymndxymbayrgr3jz27p64bkjf1nq9h4w3afpzkpqzw237ak5"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vc-backup.html"; license = lib.licenses.free; }; }) {}; vc-got = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vc-got"; ename = "vc-got"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-got-1.2.tar"; sha256 = "074di4bchhnpfixkjdis8dwxx6r32j1qypxk647q1z7lvd92j39s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vc-got.html"; license = lib.licenses.free; }; }) {}; vc-hgcmd = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vc-hgcmd"; ename = "vc-hgcmd"; version = "1.14.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-hgcmd-1.14.1.tar"; sha256 = "12izw5ln22xdgwh6mqm6axzdfpcnqq7qcj72nmykrbsgpagp5fy6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vc-hgcmd.html"; license = lib.licenses.free; }; }) {}; vcard = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vcard"; ename = "vcard"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vcard-0.2.2.tar"; sha256 = "0f06qzmj91kdpdlhlykh7v7jx0xvwxg8072ys145g1mvh5l23yig"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vcard.html"; license = lib.licenses.free; }; }) {}; vcl-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vcl-mode"; ename = "vcl-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/vcl-mode-1.1.el"; sha256 = "1r70pmvr95k5f2xphvhliqvyh7al0qabm7wvkamximcssvs38q1h"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vcl-mode.html"; license = lib.licenses.free; }; }) {}; vdiff = callPackage ({ elpaBuild, emacs, fetchurl, hydra, lib }: elpaBuild { pname = "vdiff"; ename = "vdiff"; version = "0.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/vdiff-0.2.4.tar"; sha256 = "1mgzfrzp6nbb4xv2zjqk4za2dv3r5645jasiwf45wzqq5wbrgq2c"; }; packageRequires = [ emacs hydra ]; meta = { homepage = "https://elpa.gnu.org/packages/vdiff.html"; license = lib.licenses.free; }; }) {}; verilog-mode = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "verilog-mode"; ename = "verilog-mode"; version = "2023.6.6.141322628"; src = fetchurl { url = "https://elpa.gnu.org/packages/verilog-mode-2023.6.6.141322628.tar"; sha256 = "14qls4v5yxrgyiimvvggimw5ddlx0ll387a1r6awm274rj4p3d19"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/verilog-mode.html"; license = lib.licenses.free; }; }) {}; vertico = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vertico"; ename = "vertico"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/vertico-1.7.tar"; sha256 = "1dglwscp29c5281spmrxv5k1pbvswcz5rcap6w5s97fqk5ziinsm"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vertico.html"; license = lib.licenses.free; }; }) {}; vertico-posframe = callPackage ({ elpaBuild , emacs , fetchurl , lib , posframe , vertico }: elpaBuild { pname = "vertico-posframe"; ename = "vertico-posframe"; version = "0.7.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/vertico-posframe-0.7.7.tar"; sha256 = "0xqbbqkzd2v7kqgmiwlx9pmpck2mpfwxmvy66i7dpzysvargi70q"; }; packageRequires = [ emacs posframe vertico ]; meta = { homepage = "https://elpa.gnu.org/packages/vertico-posframe.html"; license = lib.licenses.free; }; }) {}; vigenere = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vigenere"; ename = "vigenere"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vigenere-1.0.el"; sha256 = "1i5s6h1nngcp74gf53dw9pvj5y0ywk9j8pyvkfr7gqq49bz22hmm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vigenere.html"; license = lib.licenses.free; }; }) {}; visual-filename-abbrev = callPackage ({ elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "visual-filename-abbrev"; ename = "visual-filename-abbrev"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/visual-filename-abbrev-1.2.tar"; sha256 = "0sipyqrgf723ii2zd6r8hvihn5kax5qd0dwwrrxqy6f58wnhyq1r"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/visual-filename-abbrev.html"; license = lib.licenses.free; }; }) {}; visual-fill = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "visual-fill"; ename = "visual-fill"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/visual-fill-0.1.el"; sha256 = "1y4xqcr1am74y9jy7kdkjigvx7h3208si5lm4p6a0kzxa3xizhvx"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/visual-fill.html"; license = lib.licenses.free; }; }) {}; vlf = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vlf"; ename = "vlf"; version = "1.7.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vlf-1.7.2.tar"; sha256 = "0hpri19z6b7dqmrj5ckp8sf0m0l72lkgahqzvfmwhgpgv2p81bny"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vlf.html"; license = lib.licenses.free; }; }) {}; vundo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vundo"; ename = "vundo"; version = "2.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vundo-2.2.0.tar"; sha256 = "1vb5mq51krpcaw741dai3b9s12yicn73l1bqql41gylpanca83py"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vundo.html"; license = lib.licenses.free; }; }) {}; wcheck-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wcheck-mode"; ename = "wcheck-mode"; version = "2021"; src = fetchurl { url = "https://elpa.gnu.org/packages/wcheck-mode-2021.tar"; sha256 = "0qcj0af0570cssy9b7f74v9pv0pssm6ysnl1lyh8wwvl4yf0zx61"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wcheck-mode.html"; license = lib.licenses.free; }; }) {}; wconf = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "wconf"; ename = "wconf"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/wconf-0.2.1.el"; sha256 = "13p1xycp3mcrg8jv65mcyqvln4h7awhjz35dzr5bi86zb824ryxf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/wconf.html"; license = lib.licenses.free; }; }) {}; web-server = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "web-server"; ename = "web-server"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/web-server-0.1.2.tar"; sha256 = "10lcsl4dg2yr9zjd99gq9jz150wvvh6r5y9pd88l8y9vz16f2lim"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/web-server.html"; license = lib.licenses.free; }; }) {}; webfeeder = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "webfeeder"; ename = "webfeeder"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/webfeeder-1.1.2.tar"; sha256 = "1l128q424qsq9jv2wk8cv4zli71rk34q5kgwa9axdz0d27p9l6v4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/webfeeder.html"; license = lib.licenses.free; }; }) {}; websocket = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "websocket"; ename = "websocket"; version = "1.15"; src = fetchurl { url = "https://elpa.gnu.org/packages/websocket-1.15.tar"; sha256 = "0mvvq9gsx856ip2gkrvjw4k8a85vrrkp27dcpkvamxq93lfd7hin"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/websocket.html"; license = lib.licenses.free; }; }) {}; which-key = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "which-key"; ename = "which-key"; version = "3.6.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/which-key-3.6.0.tar"; sha256 = "05wy147734mlpzwwxdhidnsplrz2vzs1whczzs4jw1i7kp7jvy3v"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/which-key.html"; license = lib.licenses.free; }; }) {}; window-commander = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "window-commander"; ename = "window-commander"; version = "3.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/window-commander-3.0.2.tar"; sha256 = "1v85g89rz8r2ypw6651lrb9mvrimdwhxan7kxzhpgam2i2g7kcr7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/window-commander.html"; license = lib.licenses.free; }; }) {}; windower = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "windower"; ename = "windower"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/windower-0.0.1.el"; sha256 = "19xizbfbnzhhmhlqy20ir1a1y87bjwrq67bcawxy6nxpkwbizsv7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/windower.html"; license = lib.licenses.free; }; }) {}; windresize = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "windresize"; ename = "windresize"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/windresize-0.1.el"; sha256 = "0b5bfs686nkp7s05zgfqvr1mpagmkd74j1grq8kp2w9arj0qfi3x"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/windresize.html"; license = lib.licenses.free; }; }) {}; wisi = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "wisi"; ename = "wisi"; version = "4.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/wisi-4.3.2.tar"; sha256 = "0y3wh0wvxqw7ig2bfrha4zs03993aqcpdp9pald20nady6sqri37"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/wisi.html"; license = lib.licenses.free; }; }) {}; wisitoken-grammar-mode = callPackage ({ elpaBuild , emacs , fetchurl , lib , mmm-mode , wisi }: elpaBuild { pname = "wisitoken-grammar-mode"; ename = "wisitoken-grammar-mode"; version = "1.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/wisitoken-grammar-mode-1.3.0.tar"; sha256 = "05g2zn3p9r7rha20wv8jy1dwvllfyjjpzr6agkcm523rj639jh2b"; }; packageRequires = [ emacs mmm-mode wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/wisitoken-grammar-mode.html"; license = lib.licenses.free; }; }) {}; wpuzzle = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wpuzzle"; ename = "wpuzzle"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/wpuzzle-1.1.el"; sha256 = "1wjg411dc0fvj2n8ak73igfrzc31nizzvvr2qa87fhq99bgh62kj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wpuzzle.html"; license = lib.licenses.free; }; }) {}; wrap-search = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wrap-search"; ename = "wrap-search"; version = "4.12.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/wrap-search-4.12.10.tar"; sha256 = "0r1ggggpm7x201r5yp0nhnc9146nrqzb5df1bjg7z2am2150r1i9"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wrap-search.html"; license = lib.licenses.free; }; }) {}; xclip = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "xclip"; ename = "xclip"; version = "1.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/xclip-1.11.tar"; sha256 = "0hgblj8ng7vfsdb7g1mm9m2qhzfprycdd77836l59prpak5kp55q"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/xclip.html"; license = lib.licenses.free; }; }) {}; xeft = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xeft"; ename = "xeft"; version = "3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/xeft-3.3.tar"; sha256 = "1jzas6qy0s686s0ghdrgcz2bfyp32s70qvkqw00sm3mm3jypiplm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xeft.html"; license = lib.licenses.free; }; }) {}; xelb = callPackage ({ cl-generic, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xelb"; ename = "xelb"; version = "0.18"; src = fetchurl { url = "https://elpa.gnu.org/packages/xelb-0.18.tar"; sha256 = "1fp5mzl63sh0h3ws4l5p4qgvi7ny8a3fj6k4dhqa98xgw2bx03v7"; }; packageRequires = [ cl-generic emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xelb.html"; license = lib.licenses.free; }; }) {}; xpm = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, queue }: elpaBuild { pname = "xpm"; ename = "xpm"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/xpm-1.0.5.tar"; sha256 = "13p6s6b2v7h4bnwdkkrd1qz84jd7g2s18w0czhpxv6hvj9sqf5hx"; }; packageRequires = [ cl-lib queue ]; meta = { homepage = "https://elpa.gnu.org/packages/xpm.html"; license = lib.licenses.free; }; }) {}; xr = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xr"; ename = "xr"; version = "1.25"; src = fetchurl { url = "https://elpa.gnu.org/packages/xr-1.25.tar"; sha256 = "0w4gaxypl76d1jw9vcq0zhj7ksj44wyfb148l1fb0vl7h6wpv0pg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xr.html"; license = lib.licenses.free; }; }) {}; xref = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xref"; ename = "xref"; version = "1.6.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/xref-1.6.3.tar"; sha256 = "0ccfp47y769zrb5sza8skzy4nj4793lzd0jn5c83s3g916gp304l"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xref.html"; license = lib.licenses.free; }; }) {}; xref-union = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xref-union"; ename = "xref-union"; version = "0.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/xref-union-0.2.0.tar"; sha256 = "0kcmg9fm9gcpdxfwx7c6zz29krf69j5nh6knv2x3df65sbzwdj0b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xref-union.html"; license = lib.licenses.free; }; }) {}; yasnippet = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "yasnippet"; ename = "yasnippet"; version = "0.14.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/yasnippet-0.14.1.tar"; sha256 = "05nc76wzc9b1a34998xx6l1wc5ss682afllf6dnl6rdj8hza65wy"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/yasnippet.html"; license = lib.licenses.free; }; }) {}; yasnippet-classic-snippets = callPackage ({ elpaBuild , fetchurl , lib , yasnippet }: elpaBuild { pname = "yasnippet-classic-snippets"; ename = "yasnippet-classic-snippets"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/yasnippet-classic-snippets-1.0.2.tar"; sha256 = "1kk1sf9kgj6qp3z2d9nbswigl444sqq11pdrhx0gny2jsgi3283l"; }; packageRequires = [ yasnippet ]; meta = { homepage = "https://elpa.gnu.org/packages/yasnippet-classic-snippets.html"; license = lib.licenses.free; }; }) {}; zones = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "zones"; ename = "zones"; version = "2023.6.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/zones-2023.6.11.tar"; sha256 = "1znz720s9pchc7r9g1mpz9jcnz122bppimmh09g1rn94fh3m6vm3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/zones.html"; license = lib.licenses.free; }; }) {}; ztree = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "ztree"; ename = "ztree"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/ztree-1.0.6.tar"; sha256 = "1cyd31az566dmh3lyp7czw7kkkih7drr4c88b7da1xzbfkvibm2j"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/ztree.html"; license = lib.licenses.free; }; }) {}; zuul = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "zuul"; ename = "zuul"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/zuul-0.4.0.tar"; sha256 = "1bm91g001q3n5m9ihxc719siiiy23pkpfkhplwi9p1i4i9zrpx5g"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/zuul.html"; license = lib.licenses.free; }; }) {}; } [result] Failed to update emacsPackages.auctex 13.3.0 -> 14.0.3 https://repology.org/project/emacs:auctex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cubeb, using log file: /var/log/nixpkgs-update/cubeb/2024-03-05.log cubeb 2022-10-18 -> 20230517 https://repology.org/project/cubeb/versions attrpath: cubeb Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update cubeb 2022-10-18 -> 20230517 https://repology.org/project/cubeb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-docdb, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-docdb/2024-03-05.log python311Packages.mypy-boto3-docdb 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-docdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hsgvm8mvvzz4fby6gxyv2khr5552g6qc-packages.json.drv building '/nix/store/hsgvm8mvvzz4fby6gxyv2khr5552g6qc-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-docdb-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-docdb-1.34.0: UPDATING ... - python3.11-mypy-boto3-docdb-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-docdb 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aseprite, using log file: /var/log/nixpkgs-update/aseprite/2024-03-05.log aseprite 1.3.2 -> 1.3.5 https://github.com/aseprite/aseprite/releases attrpath: aseprite 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/aseprite/default.nix b/pkgs/applications/editors/aseprite/default.nix index 92d8771383dc..f47077ec9a33 100644 --- a/pkgs/applications/editors/aseprite/default.nix +++ b/pkgs/applications/editors/aseprite/default.nix @@ -14,14 +14,14 @@ let in stdenv.mkDerivation rec { pname = "aseprite"; - version = "1.3.2"; + version = "1.3.5"; src = fetchFromGitHub { owner = "aseprite"; repo = "aseprite"; rev = "v${version}"; fetchSubmodules = true; - hash = "sha256-8PXqMDf2ATxmtFqyZlGip+DhGrdK8M6Ztte7fGH6Fmo="; + hash = "sha256-QXhoSfVyMLLTKFUDeX7WaNcX2IvDK729LxV0u0q1AoA="; }; 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 aseprite Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . aseprite Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/aseprite/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/aseprite/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘aseprite-1.3.5’ in /var/cache/nixpkgs-update/worker/worktree/aseprite/pkgs/applications/editors/aseprite/default.nix:90 has an unfree license (‘unfree’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "aseprite-1.3.5" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update aseprite 1.3.2 -> 1.3.5 https://github.com/aseprite/aseprite/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llama-index-multi-modal-llms-openai, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-multi-modal-llms-openai/2024-03-05.log python311Packages.llama-index-multi-modal-llms-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-multi-modal-llms-openai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b14bbh16m3ndb6x85l26zlvq479cqfxi-packages.json.drv building '/nix/store/b14bbh16m3ndb6x85l26zlvq479cqfxi-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-multi-modal-llms-openai-0.10.14 Press Enter key to continue... Running update for: - python3.11-llama-index-multi-modal-llms-openai-0.10.14: UPDATING ... - python3.11-llama-index-multi-modal-llms-openai-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists There might already be an open PR for this update: - python311Packages.llama-index: 0.10.14 -> 0.10.15 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293216" [result] Failed to update python311Packages.llama-index-multi-modal-llms-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llama-index-llms-openai, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-llms-openai/2024-03-05.log python311Packages.llama-index-llms-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-llms-openai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fj8kj1i8r773xq39s4zlg903dkxxsm4r-packages.json.drv building '/nix/store/fj8kj1i8r773xq39s4zlg903dkxxsm4r-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-llms-openai-0.10.14 Press Enter key to continue... Running update for: - python3.11-llama-index-llms-openai-0.10.14: UPDATING ... - python3.11-llama-index-llms-openai-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists There might already be an open PR for this update: - python311Packages.llama-index: 0.10.14 -> 0.10.15 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293216" [result] Failed to update python311Packages.llama-index-llms-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llama-index-readers-weather, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-readers-weather/2024-03-05.log python311Packages.llama-index-readers-weather 0.1.4 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-readers-weather Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4kq5z8x9i2b92s5hyhs2d6rv1f2wiv7q-packages.json.drv building '/nix/store/4kq5z8x9i2b92s5hyhs2d6rv1f2wiv7q-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-readers-weather-0.1.4 Press Enter key to continue... Running update for: - python3.11-llama-index-readers-weather-0.1.4: UPDATING ... - python3.11-llama-index-readers-weather-0.1.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; Package version did not change. [result] Failed to update python311Packages.llama-index-readers-weather 0.1.4 -> 0.10.15 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.direct-sqlite, using log file: /var/log/nixpkgs-update/haskellPackages.direct-sqlite/2024-03-05.log haskellPackages.direct-sqlite 2.3.28 -> 2.3.29 https://repology.org/project/haskell:direct-sqlite/versions attrpath: haskellPackages.direct-sqlite Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.direct-sqlite 2.3.28 -> 2.3.29 https://repology.org/project/haskell:direct-sqlite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO gstreamer plugins are kept in lockstep. [result] Failed to update gst_all_1.gst-plugins-good 1.22.9 -> 1.22.10 https://repology.org/project/gstreamer:good/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-terminal, using log file: /var/log/nixpkgs-update/deepin.deepin-terminal/2024-03-05.log deepin.deepin-terminal 6.0.9 -> 6.0.11 https://github.com/linuxdeepin/deepin-terminal/releases attrpath: deepin.deepin-terminal deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-terminal 6.0.9 -> 6.0.11 https://github.com/linuxdeepin/deepin-terminal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iheatmapr, using log file: /var/log/nixpkgs-update/rPackages.iheatmapr/2024-03-05.log rPackages.iheatmapr 0.7.0 -> 0.7.1 https://repology.org/project/r:iheatmapr/versions attrpath: rPackages.iheatmapr Checking auto update branch... No auto update branch exists Old version 0.7.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.iheatmapr 0.7.0 -> 0.7.1 https://repology.org/project/r:iheatmapr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gbfs, using log file: /var/log/nixpkgs-update/rPackages.gbfs/2024-03-05.log rPackages.gbfs 1.3.8 -> 1.3.9 https://repology.org/project/r:gbfs/versions attrpath: rPackages.gbfs 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.gbfs 1.3.8 -> 1.3.9 https://repology.org/project/r:gbfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CSTools, using log file: /var/log/nixpkgs-update/rPackages.CSTools/2024-03-05.log rPackages.CSTools 5.1.1 -> 5.2.0 https://repology.org/project/r:cstools/versions attrpath: rPackages.CSTools Checking auto update branch... No auto update branch exists Old version 5.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.CSTools 5.1.1 -> 5.2.0 https://repology.org/project/r:cstools/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.clion, using log file: /var/log/nixpkgs-update/jetbrains.clion/2024-03-05.log jetbrains.clion 2023.3.3 -> 2023.3.4 https://repology.org/project/clion/versions attrpath: jetbrains.clion 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.clion 2023.3.3 -> 2023.3.4 https://repology.org/project/clion/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-zip, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-module-zip/2024-03-05.log haskellPackages.hslua-module-zip 1.1.0 -> 1.1.1 https://repology.org/project/haskell:hslua-module-zip/versions attrpath: haskellPackages.hslua-module-zip Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-module-zip 1.1.0 -> 1.1.1 https://repology.org/project/haskell:hslua-module-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.rts2, using log file: /var/log/nixpkgs-update/rPackages.rts2/2024-03-05.log rPackages.rts2 0.5 -> 0.7.1 https://repology.org/project/r:rts2/versions attrpath: rPackages.rts2 Checking auto update branch... No auto update branch exists Old version 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.rts2 0.5 -> 0.7.1 https://repology.org/project/r:rts2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rbcb, using log file: /var/log/nixpkgs-update/rPackages.rbcb/2024-03-05.log rPackages.rbcb 0.1.13 -> 0.1.14 https://repology.org/project/r:rbcb/versions attrpath: rPackages.rbcb Checking auto update branch... No auto update branch exists Old version 0.1.13" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rbcb 0.1.13 -> 0.1.14 https://repology.org/project/r:rbcb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mrfDepth, using log file: /var/log/nixpkgs-update/rPackages.mrfDepth/2024-03-05.log rPackages.mrfDepth 1.0.15 -> 1.0.16 https://repology.org/project/r:mrfdepth/versions attrpath: rPackages.mrfDepth Checking auto update branch... No auto update branch exists Old version 1.0.15" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mrfDepth 1.0.15 -> 1.0.16 https://repology.org/project/r:mrfdepth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ClassifyR, using log file: /var/log/nixpkgs-update/rPackages.ClassifyR/2024-03-05.log rPackages.ClassifyR 3.6.2 -> 3.6.5 https://repology.org/project/r:classifyr/versions attrpath: rPackages.ClassifyR Checking auto update branch... No auto update branch exists Old version 3.6.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ClassifyR 3.6.2 -> 3.6.5 https://repology.org/project/r:classifyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FPDclustering, using log file: /var/log/nixpkgs-update/rPackages.FPDclustering/2024-03-05.log rPackages.FPDclustering 2.2 -> 2.3.1 https://repology.org/project/r:fpdclustering/versions attrpath: rPackages.FPDclustering Checking auto update branch... No auto update branch exists Old version 2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.FPDclustering 2.2 -> 2.3.1 https://repology.org/project/r:fpdclustering/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.exvatools, using log file: /var/log/nixpkgs-update/rPackages.exvatools/2024-03-05.log rPackages.exvatools 0.5.0 -> 0.6.0 https://repology.org/project/r:exvatools/versions attrpath: rPackages.exvatools Checking auto update branch... No auto update branch exists Old version 0.5.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.exvatools 0.5.0 -> 0.6.0 https://repology.org/project/r:exvatools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.python-mbedtls, using log file: /var/log/nixpkgs-update/python312Packages.python-mbedtls/2024-03-05.log python312Packages.python-mbedtls 2.8.0 -> 2.9.2 https://repology.org/project/python:python-mbedtls/versions attrpath: python312Packages.python-mbedtls Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4rjndqkm4l3658pzr5lvgkly2viibs3i-packages.json.drv building '/nix/store/4rjndqkm4l3658pzr5lvgkly2viibs3i-packages.json.drv'... Going to be running update for following packages: - python3.12-python-mbedtls-2.8.0 Press Enter key to continue... Running update for: - python3.12-python-mbedtls-2.8.0: UPDATING ... - python3.12-python-mbedtls-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.python-mbedtls 2.8.0 -> 2.9.2 https://repology.org/project/python:python-mbedtls/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SiPSiC, using log file: /var/log/nixpkgs-update/rPackages.SiPSiC/2024-03-05.log rPackages.SiPSiC 1.2.1 -> 1.2.2 https://repology.org/project/r:sipsic/versions attrpath: rPackages.SiPSiC Checking auto update branch... No auto update branch exists Old version 1.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SiPSiC 1.2.1 -> 1.2.2 https://repology.org/project/r:sipsic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.imf_data, using log file: /var/log/nixpkgs-update/rPackages.imf_data/2024-03-05.log rPackages.imf_data 0.1.3 -> 0.1.4 https://repology.org/project/r:imf.data/versions attrpath: rPackages.imf_data Checking auto update branch... No auto update branch exists Old version 0.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.imf_data 0.1.3 -> 0.1.4 https://repology.org/project/r:imf.data/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opera, using log file: /var/log/nixpkgs-update/opera/2024-03-05.log opera 106.0.4998.70 -> 107.0.5045.36 https://repology.org/project/opera/versions attrpath: opera Checking auto update branch... An auto update branch exists with message `opera: 106.0.4998.70 -> 107.0.5045.36`. New version is 107.0.5045.36. An auto update branch exists with an equal or greater version [result] Failed to update opera 106.0.4998.70 -> 107.0.5045.36 https://repology.org/project/opera/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PRECAST, using log file: /var/log/nixpkgs-update/rPackages.PRECAST/2024-03-05.log rPackages.PRECAST 1.6.3 -> 1.6.4 https://repology.org/project/r:precast/versions attrpath: rPackages.PRECAST Checking auto update branch... No auto update branch exists Old version 1.6.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.PRECAST 1.6.3 -> 1.6.4 https://repology.org/project/r:precast/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bizdays, using log file: /var/log/nixpkgs-update/rPackages.bizdays/2024-03-05.log rPackages.bizdays 1.0.13 -> 1.0.16 https://repology.org/project/r:bizdays/versions attrpath: rPackages.bizdays Checking auto update branch... No auto update branch exists Old version 1.0.13" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bizdays 1.0.13 -> 1.0.16 https://repology.org/project/r:bizdays/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ace, using log file: /var/log/nixpkgs-update/ace/2024-03-05.log ace 7.0.11 -> 7.1.3 https://repology.org/project/ace-framework/versions attrpath: ace Checking auto update branch... An auto update branch exists with message `ace: 7.0.11 -> 7.1.3`. New version is 7.1.3. An auto update branch exists with an equal or greater version [result] Failed to update ace 7.0.11 -> 7.1.3 https://repology.org/project/ace-framework/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cosmocc, using log file: /var/log/nixpkgs-update/cosmocc/2024-03-05.log cosmocc 2.2 -> 3.3 https://repology.org/project/cosmocc/versions attrpath: cosmocc Checking auto update branch... No auto update branch exists Old version 2.2" not present in master derivation file with contents: { runCommand, cosmopolitan }: let cosmocc = runCommand "cosmocc-${cosmopolitan.version}" { pname = "cosmocc"; inherit (cosmopolitan) version; passthru.tests = { cc = runCommand "c-test" { } '' ${cosmocc}/bin/cosmocc ${./hello.c} ./a.out > $out ''; }; meta = cosmopolitan.meta // { description = "compilers for Cosmopolitan C/C++ programs"; }; } '' mkdir -p $out/bin install ${cosmopolitan.dist}/tool/scripts/{cosmocc,cosmoc++} $out/bin sed 's|/opt/cosmo\([ /]\)|${cosmopolitan.dist}\1|g' -i $out/bin/* ''; in cosmocc [result] Failed to update cosmocc 2.2 -> 3.3 https://repology.org/project/cosmocc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath safe, using log file: /var/log/nixpkgs-update/safe/2024-03-05.log safe 1.8.0 -> 2.1 https://repology.org/project/safe/versions attrpath: safe Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/pyli1kpix44kwa51jbfsr83jlwz921j7-source.drv building '/nix/store/pyli1kpix44kwa51jbfsr83jlwz921j7-source.drv'... trying https://github.com/starkandwayne/safe/archive/v2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'safe.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/pyli1kpix44kwa51jbfsr83jlwz921j7-source.drv /nix/store/074zw50a18xivwfqyl23q3rx71bx091p-safe-2.1-go-modules.drv /nix/store/hq2w7a3kmn3gnagvy5mhcck0i5z2g88c-safe-2.1.drv building '/nix/store/pyli1kpix44kwa51jbfsr83jlwz921j7-source.drv'... trying https://github.com/starkandwayne/safe/archive/v2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/pyli1kpix44kwa51jbfsr83jlwz921j7-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/starkandwayne/safe/archive/v2.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/pyli1kpix44kwa51jbfsr83jlwz921j7-source.drv'. error: 1 dependencies of derivation '/nix/store/hq2w7a3kmn3gnagvy5mhcck0i5z2g88c-safe-2.1.drv' failed to build [result] Failed to update safe 1.8.0 -> 2.1 https://repology.org/project/safe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.home-assistant-chip-core, using log file: /var/log/nixpkgs-update/python312Packages.home-assistant-chip-core/2024-03-05.log python312Packages.home-assistant-chip-core 2024.2.1 -> 2024.2.2 https://github.com/home-assistant-libs/chip-wheels/releases attrpath: python312Packages.home-assistant-chip-core Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7n0hxmccpkjan65byxzwg6rh9i4adwmq-packages.json.drv building '/nix/store/7n0hxmccpkjan65byxzwg6rh9i4adwmq-packages.json.drv'... Going to be running update for following packages: - python3.12-home-assistant-chip-core-2024.2.1 Press Enter key to continue... Running update for: - python3.12-home-assistant-chip-core-2024.2.1: UPDATING ... - python3.12-home-assistant-chip-core-2024.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.home-assistant-chip-core 2024.2.1 -> 2024.2.2 https://github.com/home-assistant-libs/chip-wheels/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tibblify, using log file: /var/log/nixpkgs-update/rPackages.tibblify/2024-03-05.log rPackages.tibblify 0.3.0 -> 0.3.1 https://repology.org/project/r:tibblify/versions attrpath: rPackages.tibblify 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.tibblify 0.3.0 -> 0.3.1 https://repology.org/project/r:tibblify/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index-legacy, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-legacy/2024-03-05.log python312Packages.llama-index-legacy 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-legacy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xljk1khrkn8zd581gw9svaviwinqjy0y-packages.json.drv building '/nix/store/xljk1khrkn8zd581gw9svaviwinqjy0y-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-legacy-0.10.14 Press Enter key to continue... Running update for: - python3.12-llama-index-legacy-0.10.14: UPDATING ... - python3.12-llama-index-legacy-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; 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.llama-index-legacy Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-legacy Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-legacy/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-legacy/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.llama-index-legacy 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index-multi-modal-llms-openai, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-multi-modal-llms-openai/2024-03-05.log python312Packages.llama-index-multi-modal-llms-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-multi-modal-llms-openai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w9dh1blw5p6d7v9wmpzaj5j514pv317x-packages.json.drv building '/nix/store/w9dh1blw5p6d7v9wmpzaj5j514pv317x-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-multi-modal-llms-openai-0.10.14 Press Enter key to continue... Running update for: - python3.12-llama-index-multi-modal-llms-openai-0.10.14: UPDATING ... - python3.12-llama-index-multi-modal-llms-openai-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; 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.llama-index-multi-modal-llms-openai Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-multi-modal-llms-openai Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-multi-modal-llms-openai/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-multi-modal-llms-openai/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.llama-index-multi-modal-llms-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.llama-index-embeddings-openai, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-embeddings-openai/2024-03-05.log python312Packages.llama-index-embeddings-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-embeddings-openai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2zh4gqm573z4c8lxjhiv0i6gzsa3amxg-packages.json.drv building '/nix/store/2zh4gqm573z4c8lxjhiv0i6gzsa3amxg-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-embeddings-openai-0.10.14 Press Enter key to continue... Running update for: - python3.12-llama-index-embeddings-openai-0.10.14: UPDATING ... - python3.12-llama-index-embeddings-openai-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; 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.llama-index-embeddings-openai Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-embeddings-openai Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-embeddings-openai/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-embeddings-openai/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.llama-index-embeddings-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.qiskit-machine-learning, using log file: /var/log/nixpkgs-update/python312Packages.qiskit-machine-learning/2024-03-05.log python312Packages.qiskit-machine-learning 0.7.1 -> 0.7.2 https://github.com/qiskit/qiskit-machine-learning/releases attrpath: python312Packages.qiskit-machine-learning Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w2ig691vmcrifz203j2hm1z987dd59x9-packages.json.drv building '/nix/store/w2ig691vmcrifz203j2hm1z987dd59x9-packages.json.drv'... Going to be running update for following packages: - python3.12-qiskit-machine-learning-0.7.1 Press Enter key to continue... Running update for: - python3.12-qiskit-machine-learning-0.7.1: UPDATING ... - python3.12-qiskit-machine-learning-0.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-machine-learning/default.nix b/pkgs/development/python-modules/qiskit-machine-learning/default.nix index 16ed373894e9..1ad1b138af87 100644 --- a/pkgs/development/python-modules/qiskit-machine-learning/default.nix +++ b/pkgs/development/python-modules/qiskit-machine-learning/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "qiskit-machine-learning"; - version = "0.7.1"; + version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.6"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-qTHacEUTp0RY2piplE6XoYKpJyeFswTPBvjfQ9Gvwt0="; + hash = "sha256-EBjWWoNRuIZFWQkrjf9IyZZ648rP5d7MZkjeIYifgGk="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update python312Packages.qiskit-machine-learning 0.7.1 -> 0.7.2 https://github.com/qiskit/qiskit-machine-learning/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.predictmeans, using log file: /var/log/nixpkgs-update/rPackages.predictmeans/2024-03-05.log rPackages.predictmeans 1.0.9 -> 1.1.0 https://repology.org/project/r:predictmeans/versions attrpath: rPackages.predictmeans Checking auto update branch... No auto update branch exists Old version 1.0.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.predictmeans 1.0.9 -> 1.1.0 https://repology.org/project/r:predictmeans/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath R, using log file: /var/log/nixpkgs-update/R/2024-03-05.log R 4.3.2 -> 4.3.3 https://repology.org/project/r/versions attrpath: R Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - micronaut: 4.2.4 -> 4.3.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286951" [result] Failed to update R 4.3.2 -> 4.3.3 https://repology.org/project/r/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.svSocket, using log file: /var/log/nixpkgs-update/rPackages.svSocket/2024-03-05.log rPackages.svSocket 1.1.0 -> 1.1.5 https://repology.org/project/r:svsocket/versions attrpath: rPackages.svSocket 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.svSocket 1.1.0 -> 1.1.5 https://repology.org/project/r:svsocket/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Directional, using log file: /var/log/nixpkgs-update/rPackages.Directional/2024-03-05.log rPackages.Directional 6.4 -> 6.5 https://repology.org/project/r:directional/versions attrpath: rPackages.Directional Checking auto update branch... No auto update branch exists Old version 6.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Directional 6.4 -> 6.5 https://repology.org/project/r:directional/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath screenly-cli, using log file: /var/log/nixpkgs-update/screenly-cli/2024-03-05.log screenly-cli 0 -> 1 attrpath: screenly-cli 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/xg59a9mqqfpkc4gz2pzxw7xnj9fdk7pk-packages.json.drv building '/nix/store/xg59a9mqqfpkc4gz2pzxw7xnj9fdk7pk-packages.json.drv'... Going to be running update for following packages: - screenly-cli-0.2.4 Press Enter key to continue... Running update for: - screenly-cli-0.2.4: UPDATING ... - screenly-cli-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update screenly-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.intendo, using log file: /var/log/nixpkgs-update/rPackages.intendo/2024-03-05.log rPackages.intendo 0.1 -> 0.1.1 https://repology.org/project/r:intendo/versions attrpath: rPackages.intendo Checking auto update branch... No auto update branch exists Old version 0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.intendo 0.1 -> 0.1.1 https://repology.org/project/r:intendo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.dkjson, using log file: /var/log/nixpkgs-update/lua51Packages.dkjson/2024-03-05.log lua51Packages.dkjson 2.6-1 -> 2.7 https://repology.org/project/lua:dkjson/versions attrpath: lua51Packages.dkjson Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.dkjson 2.6-1 -> 2.7 https://repology.org/project/lua:dkjson/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.moderate_mediation, using log file: /var/log/nixpkgs-update/rPackages.moderate_mediation/2024-03-05.log rPackages.moderate_mediation 0.0.7 -> 0.0.8 https://repology.org/project/r:moderate.mediation/versions attrpath: rPackages.moderate_mediation Checking auto update branch... No auto update branch exists Old version 0.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.moderate_mediation 0.0.7 -> 0.0.8 https://repology.org/project/r:moderate.mediation/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wasabiwallet, using log file: /var/log/nixpkgs-update/wasabiwallet/2024-03-05.log wasabiwallet 2.0.5 -> 2.0.6 https://github.com/zkSNACKs/WalletWasabi/releases attrpath: wasabiwallet Checking auto update branch... An auto update branch exists with message `wasabiwallet: 2.0.5 -> 2.0.6`. New version is 2.0.6. An auto update branch exists with an equal or greater version [result] Failed to update wasabiwallet 2.0.5 -> 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 shipwright, using log file: /var/log/nixpkgs-update/shipwright/2024-03-05.log shipwright 8.0.4 -> 8.0.5 https://github.com/harbourmasters/shipwright/releases attrpath: shipwright Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - shipwright: 8.0.4 -> 8.0.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292708" [result] Failed to update shipwright 8.0.4 -> 8.0.5 https://github.com/harbourmasters/shipwright/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubocop, using log file: /var/log/nixpkgs-update/rubocop/2024-03-05.log rubocop 1.60.2 -> 1.61.0 https://repology.org/project/rubocop/versions attrpath: rubocop Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubocop 1.60.2 -> 1.61.0 https://repology.org/project/rubocop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ruff, using log file: /var/log/nixpkgs-update/ruff/2024-03-05.log ruff 0.2.2 -> 0.3.0 https://github.com/astral-sh/ruff/releases attrpath: ruff Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - ruff: 0.2.2 -> 0.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292359" [result] Failed to update ruff 0.2.2 -> 0.3.0 https://github.com/astral-sh/ruff/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath phpunit, using log file: /var/log/nixpkgs-update/phpunit/2024-03-05.log phpunit 11.0.3 -> 11.0.4 https://repology.org/project/php:phpunit/versions attrpath: phpunit Checking auto update branch... No auto update branch exists Old version 11.0.3" not present in master derivation file with contents: { lib , fetchFromGitHub , php }: php.buildComposerProject (finalAttrs: { pname = "phpunit"; version = "11.0.4"; src = fetchFromGitHub { owner = "sebastianbergmann"; repo = "phpunit"; rev = finalAttrs.version; hash = "sha256-ucUDeiqz8QkCsKM/SfHVjJSnfs0TRaV04CTKepSzyo0="; }; vendorHash = "sha256-0jbSUIT4Eh1lWu11REgE4ilGlw1zuawXeKCPBHnoxdk="; meta = { changelog = "https://github.com/sebastianbergmann/phpunit/blob/${finalAttrs.version}/ChangeLog-${lib.versions.majorMinor finalAttrs.version}.md"; description = "PHP Unit Testing framework"; homepage = "https://phpunit.de"; license = lib.licenses.bsd3; mainProgram = "phpunit"; maintainers = [ lib.maintainers.onny ] ++ lib.teams.php.members; }; }) [result] Failed to update phpunit 11.0.3 -> 11.0.4 https://repology.org/project/php:phpunit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath re2, using log file: /var/log/nixpkgs-update/re2/2024-03-05.log re2 2024-02-01 -> 2024-03-01 https://github.com/google/re2/releases attrpath: re2 Checking auto update branch... No auto update branch exists Old version 2024-02-01" not present in staging derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , ninja , chromium , grpc , haskellPackages , mercurial , python3Packages , abseil-cpp }: stdenv.mkDerivation rec { pname = "re2"; version = "2024-03-01"; src = fetchFromGitHub { owner = "google"; repo = "re2"; rev = version; hash = "sha256-VuI9OsfGTdVywdyVfBrSzXSjbSfevne+YQ2oOz4R3DM="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ cmake ninja ]; propagatedBuildInputs = [ abseil-cpp ]; postPatch = '' substituteInPlace re2Config.cmake.in \ --replace "\''${PACKAGE_PREFIX_DIR}/" "" ''; # Needed for case-insensitive filesystems (i.e. MacOS) because a file named # BUILD already exists. cmakeBuildDir = "build_dir"; cmakeFlags = lib.optional (!stdenv.hostPlatform.isStatic) "-DBUILD_SHARED_LIBS:BOOL=ON"; # This installs a pkg-config definition. postInstall = '' pushd "$src" make common-install prefix="$dev" SED_INPLACE="sed -i" popd ''; doCheck = true; passthru.tests = { inherit chromium grpc mercurial; inherit (python3Packages) fb-re2 google-re2; haskell-re2 = haskellPackages.re2; }; meta = with lib; { description = "A regular expression library"; longDescription = '' RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. ''; license = licenses.bsd3; homepage = "https://github.com/google/re2"; maintainers = with maintainers; [ azahi networkexception ]; platforms = platforms.all; }; } [result] Failed to update re2 2024-02-01 -> 2024-03-01 https://github.com/google/re2/releases [options] github_user: r-ryantm, pull_request: 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.Mojomysql 1.26 -> 1.27 https://repology.org/project/perl:mojo-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 python312Packages.mypy-boto3-sagemaker-featurestore-runtime, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-sagemaker-featurestore-runtime/2024-03-05.log python312Packages.mypy-boto3-sagemaker-featurestore-runtime 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-sagemaker-featurestore-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/q77l9gca6fzx9iv9sq8gaq68fqc340b5-packages.json.drv building '/nix/store/q77l9gca6fzx9iv9sq8gaq68fqc340b5-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-sagemaker-featurestore-runtime-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-sagemaker-featurestore-runtime-1.34.0: UPDATING ... - python3.12-mypy-boto3-sagemaker-featurestore-runtime-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-sagemaker-featurestore-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.gMCPLite, using log file: /var/log/nixpkgs-update/rPackages.gMCPLite/2024-03-05.log rPackages.gMCPLite 0.1.4 -> 0.1.5 https://repology.org/project/r:gmcplite/versions attrpath: rPackages.gMCPLite Checking auto update branch... No auto update branch exists Old version 0.1.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gMCPLite 0.1.4 -> 0.1.5 https://repology.org/project/r:gmcplite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.mmap, using log file: /var/log/nixpkgs-update/ocamlPackages.mmap/2024-03-05.log ocamlPackages.mmap 1.1.0 -> 1.2.0 https://github.com/mirage/mmap/releases attrpath: ocamlPackages.mmap 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/6y87a4b8dc7i2462vch2s87pmd67znga-mmap-v1.2.0.tbz.drv building '/nix/store/6y87a4b8dc7i2462vch2s87pmd67znga-mmap-v1.2.0.tbz.drv'... trying https://github.com/mirage/mmap/releases/download/v1.2.0/mmap-v1.2.0.tbz % 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 mmap-v1.2.0.tbz 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 'ocamlPackages.mmap.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6y87a4b8dc7i2462vch2s87pmd67znga-mmap-v1.2.0.tbz.drv /nix/store/0iy3gywn1v5bhrx92vvz10b7p532b3vh-ocaml5.1.1-mmap-1.2.0.drv building '/nix/store/6y87a4b8dc7i2462vch2s87pmd67znga-mmap-v1.2.0.tbz.drv'... trying https://github.com/mirage/mmap/releases/download/v1.2.0/mmap-v1.2.0.tbz % 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 mmap-v1.2.0.tbz from any mirror error: builder for '/nix/store/6y87a4b8dc7i2462vch2s87pmd67znga-mmap-v1.2.0.tbz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/mirage/mmap/releases/download/v1.2.0/mmap-v1.2.0.tbz > % 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 mmap-v1.2.0.tbz from any mirror For full logs, run 'nix log /nix/store/6y87a4b8dc7i2462vch2s87pmd67znga-mmap-v1.2.0.tbz.drv'. error: 1 dependencies of derivation '/nix/store/0iy3gywn1v5bhrx92vvz10b7p532b3vh-ocaml5.1.1-mmap-1.2.0.drv' failed to build [result] Failed to update ocamlPackages.mmap 1.1.0 -> 1.2.0 https://github.com/mirage/mmap/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.chronochrt, using log file: /var/log/nixpkgs-update/rPackages.chronochrt/2024-03-05.log rPackages.chronochrt 0.1.2 -> 0.1.3 https://repology.org/project/r:chronochrt/versions attrpath: rPackages.chronochrt Checking auto update branch... No auto update branch exists Old version 0.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.chronochrt 0.1.2 -> 0.1.3 https://repology.org/project/r:chronochrt/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.utc-clock, using log file: /var/log/nixpkgs-update/gnomeExtensions.utc-clock/2024-03-05.log gnomeExtensions.utc-clock 12 -> 45.4 https://repology.org/project/gnome:utc-clock/versions attrpath: gnomeExtensions.utc-clock Checking auto update branch... No auto update branch exists Old version 12" 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.utc-clock 12 -> 45.4 https://repology.org/project/gnome:utc-clock/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath higan, using log file: /var/log/nixpkgs-update/higan/2024-03-05.log higan 0 -> 1 attrpath: higan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/34cnfpnx2mby6hhvvawniby32pi578r3-packages.json.drv building '/nix/store/34cnfpnx2mby6hhvvawniby32pi578r3-packages.json.drv'... Going to be running update for following packages: - higan-115-unstable-2024-02-17 Press Enter key to continue... Running update for: - higan-115-unstable-2024-02-17: UPDATING ... - higan-115-unstable-2024-02-17: ERROR --- SHOWING ERROR LOG FOR higan-115-unstable-2024-02-17 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; higan.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/higan-emu/higan.git ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.nTYG8OvZDy + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git clone --bare --depth=1 https://github.com/higan-emu/higan.git /run/nixpkgs-update-worker/tmp.nTYG8OvZDy Cloning into bare repository '/run/nixpkgs-update-worker/tmp.nTYG8OvZDy'... + pushd /run/nixpkgs-update-worker/tmp.nTYG8OvZDy ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%cs + commit_date=2024-02-17 ++ /nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin/git show -s --pretty=format:%H + commit_sha=ba4b918c0bbcc302e0d5d2ed70f2c56214d62681 + [[ -z '' ]] + new_version=unstable-2024-02-17 + popd + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version higan unstable-2024-02-17 --rev=ba4b918c0bbcc302e0d5d2ed70f2c56214d62681 update-source-version: error: Failed to replace source revision 'ba4b918c0bbcc302e0d5d2ed70f2c56214d62681' to 'ba4b918c0bbcc302e0d5d2ed70f2c56214d62681' in 'higan'! --- SHOWING ERROR LOG FOR higan-115-unstable-2024-02-17 ---------------------- The update script for higan-115-unstable-2024-02-17 failed with exit code 1 [result] Failed to update higan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sudachidict-core, using log file: /var/log/nixpkgs-update/python312Packages.sudachidict-core/2024-03-05.log python312Packages.sudachidict-core 20230927 -> 20240109 https://github.com/WorksApplications/SudachiDict/releases attrpath: python312Packages.sudachidict-core Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/czy4hrymkndrhcjbfbqqgx2h1nh44nbg-packages.json.drv building '/nix/store/czy4hrymkndrhcjbfbqqgx2h1nh44nbg-packages.json.drv'... Going to be running update for following packages: - python3.12-sudachidict-core-20230927 Press Enter key to continue... Running update for: - python3.12-sudachidict-core-20230927: UPDATING ... - python3.12-sudachidict-core-20230927: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.sudachidict-core 20230927 -> 20240109 https://github.com/WorksApplications/SudachiDict/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gigedit, using log file: /var/log/nixpkgs-update/gigedit/2024-03-05.log gigedit 1.1.1 -> 1.2.1 https://repology.org/project/gigedit/versions attrpath: gigedit Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/gigedit/default.nix b/pkgs/applications/audio/gigedit/default.nix index 7a367aa7ba71..f32667480551 100644 --- a/pkgs/applications/audio/gigedit/default.nix +++ b/pkgs/applications/audio/gigedit/default.nix @@ -21,11 +21,11 @@ let in stdenv.mkDerivation rec { pname = "gigedit"; - version = "1.1.1"; + version = "1.2.1"; src = fetchurl { url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2"; - sha256 = "08db12crwf0dy1dbyrmivqqpg5zicjikqkmf2kb1ywpq0a9hcxrb"; + sha256 = "sha256-pz+2gbVbPytuioXxNHQWE3Pml4r9JfwBIQcsbevWHkQ="; }; preConfigure = "make -f Makefile.svn"; [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 gigedit nix build failed. checking for CFLocaleCopyCurrent... no checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/msgfmt checking for xgettext... (cached) /nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/xgettext checking whether g++ supports C++11 features with -std=gnu++11... yes checking for gcc... gcc checking whether the compiler supports GNU Objective C... no checking whether gcc accepts -g... no checking for g++... g++ checking whether the compiler supports GNU Objective C++... no checking whether g++ accepts -g... no checking whether make supports nested variables... yes checking pkg-config is at least version 0.9.0... yes checking for gtk+-2.0... yes checking pkg-config is at least version 0.9.0... yes checking for gtkmm-2.4 >= 2.8 gthread-2.0 cairomm-1.0... yes checking for cairommconfig.h... yes checking for sigc++-2.0... yes checking for gig >= 4.4.0... yes checking for sndfile >= 1.0.11... yes checking for linuxsampler >= 2.3.0... no Required liblinuxsampler version not found! You need to have liblinuxsampler version 2.3.0 installed for this version of gigedit. [result] Failed to update gigedit 1.1.1 -> 1.2.1 https://repology.org/project/gigedit/versions [options] github_user: r-ryantm, pull_request: 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.CryptOpenSSLAES 0.17 -> 0.19 https://repology.org/project/perl:crypt-openssl-aes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libroxml, using log file: /var/log/nixpkgs-update/libroxml/2024-03-05.log libroxml 2.3.0 -> 3.0.2 https://repology.org/project/libroxml/versions attrpath: libroxml 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/libroxml/default.nix b/pkgs/development/libraries/libroxml/default.nix index 647e4c188a05..4b48ae7d006f 100644 --- a/pkgs/development/libraries/libroxml/default.nix +++ b/pkgs/development/libraries/libroxml/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "libroxml"; - version = "2.3.0"; + version = "3.0.2"; src = fetchurl { url = "http://download.libroxml.net/pool/v2.x/libroxml-${version}.tar.gz"; - sha256 = "0y0vc9n4rfbimjp28nx4kdfzz08j5xymh5xjy84l9fhfac5z5a0x"; + sha256 = "sha256-bkbQHv0qwdIG5vEPdmJA+syaYP+UCvrNXkpBUhNm1aU="; }; meta = with lib; { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libroxml nix build failed. got build log for 'libroxml' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ckgn7h722gsx81lbvzflcr1yv3461ylk-libroxml-3.0.2.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /nix/store/ckgn7h722gsx81lbvzflcr1yv3461ylk-libroxml-3.0.2.tar.gz [result] Failed to update libroxml 2.3.0 -> 3.0.2 https://repology.org/project/libroxml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fracdiff, using log file: /var/log/nixpkgs-update/rPackages.fracdiff/2024-03-05.log rPackages.fracdiff 1.5-2 -> 1.5-3 https://repology.org/project/r:fracdiff/versions attrpath: rPackages.fracdiff Checking auto update branch... No auto update branch exists Old version 1.5-2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fracdiff 1.5-2 -> 1.5-3 https://repology.org/project/r:fracdiff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath neomutt, using log file: /var/log/nixpkgs-update/neomutt/2024-03-05.log neomutt 20231221 -> 20240201 https://github.com/neomutt/neomutt/releases attrpath: neomutt Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - neomutt: 20231221 -> 20240201 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285578" [result] Failed to update neomutt 20231221 -> 20240201 https://github.com/neomutt/neomutt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.geepack, using log file: /var/log/nixpkgs-update/rPackages.geepack/2024-03-05.log rPackages.geepack 1.3.9 -> 1.3.10 https://repology.org/project/r:geepack/versions attrpath: rPackages.geepack Checking auto update branch... No auto update branch exists Old version 1.3.9" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.geepack 1.3.9 -> 1.3.10 https://repology.org/project/r:geepack/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.haskell-language-server, using log file: /var/log/nixpkgs-update/haskellPackages.haskell-language-server/2024-03-05.log haskellPackages.haskell-language-server 2.5.0.0 -> 2.6.0.0 https://repology.org/project/haskell:haskell-language-server/versions attrpath: haskellPackages.haskell-language-server Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.haskell-language-server 2.5.0.0 -> 2.6.0.0 https://repology.org/project/haskell:haskell-language-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.distrMod, using log file: /var/log/nixpkgs-update/rPackages.distrMod/2024-03-05.log rPackages.distrMod 2.9.0 -> 2.9.1 https://repology.org/project/r:distrmod/versions attrpath: rPackages.distrMod Checking auto update branch... No auto update branch exists Old version 2.9.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.distrMod 2.9.0 -> 2.9.1 https://repology.org/project/r:distrmod/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lomiri.biometryd, using log file: /var/log/nixpkgs-update/lomiri.biometryd/2024-03-05.log lomiri.biometryd 0 -> 1 attrpath: lomiri.biometryd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ndk1sh7gixf4mr7jiaqnzmc19080qzsh-packages.json.drv building '/nix/store/ndk1sh7gixf4mr7jiaqnzmc19080qzsh-packages.json.drv'... Going to be running update for following packages: - biometryd-0.3.1 Press Enter key to continue... Running update for: - biometryd-0.3.1: UPDATING ... - biometryd-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.biometryd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PNDSIBGE, using log file: /var/log/nixpkgs-update/rPackages.PNDSIBGE/2024-03-05.log rPackages.PNDSIBGE 0.1.0 -> 0.1.1 https://repology.org/project/r:pndsibge/versions attrpath: rPackages.PNDSIBGE 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.PNDSIBGE 0.1.0 -> 0.1.1 https://repology.org/project/r:pndsibge/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.support_BWS3, using log file: /var/log/nixpkgs-update/rPackages.support_BWS3/2024-03-05.log rPackages.support_BWS3 0.2-0 -> 0.2-1 https://repology.org/project/r:support.bws3/versions attrpath: rPackages.support_BWS3 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.support_BWS3 0.2-0 -> 0.2-1 https://repology.org/project/r:support.bws3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spatstat_explore, using log file: /var/log/nixpkgs-update/rPackages.spatstat_explore/2024-03-05.log rPackages.spatstat_explore 3.2-5 -> 3.2.6 https://repology.org/project/r:spatstat.explore/versions attrpath: rPackages.spatstat_explore Checking auto update branch... No auto update branch exists Old version 3.2-5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spatstat_explore 3.2-5 -> 3.2.6 https://repology.org/project/r:spatstat.explore/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MiMIR, using log file: /var/log/nixpkgs-update/rPackages.MiMIR/2024-03-05.log rPackages.MiMIR 1.4 -> 1.5 https://repology.org/project/r:mimir/versions attrpath: rPackages.MiMIR Checking auto update branch... No auto update branch exists Old version 1.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MiMIR 1.4 -> 1.5 https://repology.org/project/r:mimir/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libstrophe, using log file: /var/log/nixpkgs-update/libstrophe/2024-03-05.log libstrophe 0.12.3 -> 0.13.1 https://github.com/strophe/libstrophe/releases attrpath: libstrophe Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix index 880d468cae05..a08d6483fd7b 100644 --- a/pkgs/development/libraries/libstrophe/default.nix +++ b/pkgs/development/libraries/libstrophe/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "libstrophe"; - version = "0.12.3"; + version = "0.13.1"; src = fetchFromGitHub { owner = "strophe"; repo = pname; rev = version; - sha256 = "EDgdKJ7wqUoThy0t1r39p2lbn64uvTDoIqNCzhpWnZ8="; + sha256 = "sha256-JMuvWspgXs+1dVWoo6kJVaf6cVvYj8lhyyu4ZILKeOg="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libstrophe nix build failed. checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking pkg-config is at least version 0.9.0... yes checking for valgrind... no checking for library containing clock_gettime... none required checking for library containing socket... none required checking for snprintf... yes checking for vsnprintf... yes checking for va_copy... yes checking for openssl... yes checking for getrandom... yes checking for expat >= 2.0.0... yes configure: libstrophe will use the expat XML parser checking for zlib >= 1.2.0... no configure: error: zlib not found [result] Failed to update libstrophe 0.12.3 -> 0.13.1 https://github.com/strophe/libstrophe/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.vvtableau, using log file: /var/log/nixpkgs-update/rPackages.vvtableau/2024-03-05.log rPackages.vvtableau 0.4.0 -> 0.6.0 https://repology.org/project/r:vvtableau/versions attrpath: rPackages.vvtableau 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.vvtableau 0.4.0 -> 0.6.0 https://repology.org/project/r:vvtableau/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pydantic, using log file: /var/log/nixpkgs-update/python312Packages.pydantic/2024-03-05.log python312Packages.pydantic 2.5.2 -> 2.6.3 https://github.com/pydantic/pydantic/releases attrpath: python312Packages.pydantic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bwf2xv2m1zdasrml13q4ng93lxf8dq3w-packages.json.drv building '/nix/store/bwf2xv2m1zdasrml13q4ng93lxf8dq3w-packages.json.drv'... Going to be running update for following packages: - python3.12-pydantic-2.5.2 Press Enter key to continue... Running update for: - python3.12-pydantic-2.5.2: UPDATING ... - python3.12-pydantic-2.5.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydantic/default.nix b/pkgs/development/python-modules/pydantic/default.nix index d58ec6e53f5f..79784ec91518 100644 --- a/pkgs/development/python-modules/pydantic/default.nix +++ b/pkgs/development/python-modules/pydantic/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "pydantic"; - version = "2.5.2"; + version = "2.6.3"; pyproject = true; disabled = pythonOlder "3.7"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "pydantic"; repo = "pydantic"; rev = "refs/tags/v${version}"; - hash = "sha256-D0gYcyrKVVDhBgV9sCVTkGq/kFmIoT9l0i5bRM1qxzM="; + hash = "sha256-neTdG/IcXopCmevzFY5/XDlhPHmOb6dhyAnzaobmeG8="; }; buildInputs = lib.optionals (pythonOlder "3.9") [ No auto update branch exists Old version 2.5.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build-system , hatchling , hatch-fancy-pypi-readme # native dependencies , libxcrypt # dependencies , annotated-types , pydantic-core , typing-extensions # tests , cloudpickle , email-validator , dirty-equals , faker , pytestCheckHook , pytest-mock }: buildPythonPackage rec { pname = "pydantic"; version = "2.5.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "pydantic"; repo = "pydantic"; rev = "refs/tags/v${version}"; hash = "sha256-YTNV67uKGRag6ICkNjjY9YrOiKFB1hSZkKcUXjSrhwM="; }; buildInputs = lib.optionals (pythonOlder "3.9") [ libxcrypt ]; nativeBuildInputs = [ hatch-fancy-pypi-readme hatchling ]; propagatedBuildInputs = [ annotated-types pydantic-core typing-extensions ]; passthru.optional-dependencies = { email = [ email-validator ]; }; nativeCheckInputs = [ cloudpickle dirty-equals faker pytest-mock pytestCheckHook ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies); preCheck = '' export HOME=$(mktemp -d) substituteInPlace pyproject.toml \ --replace "'--benchmark-columns', 'min,mean,stddev,outliers,rounds,iterations'," "" \ --replace "'--benchmark-group-by', 'group'," "" \ --replace "'--benchmark-warmup', 'on'," "" \ --replace "'--benchmark-disable'," "" ''; disabledTestPaths = [ "tests/benchmarks" # avoid cyclic dependency "tests/test_docs.py" ]; pythonImportsCheck = [ "pydantic" ]; meta = with lib; { description = "Data validation and settings management using Python type hinting"; homepage = "https://github.com/pydantic/pydantic"; changelog = "https://github.com/pydantic/pydantic/blob/v${version}/HISTORY.md"; license = licenses.mit; maintainers = with maintainers; [ wd15 ]; }; } [result] Failed to update python312Packages.pydantic 2.5.2 -> 2.6.3 https://github.com/pydantic/pydantic/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.XCIR, using log file: /var/log/nixpkgs-update/rPackages.XCIR/2024-03-05.log rPackages.XCIR 1.7.0 -> 1.12.0 https://repology.org/project/r:xcir/versions attrpath: rPackages.XCIR Checking auto update branch... No auto update branch exists Old version 1.7.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.XCIR 1.7.0 -> 1.12.0 https://repology.org/project/r:xcir/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jstest-gtk, using log file: /var/log/nixpkgs-update/jstest-gtk/2024-03-05.log jstest-gtk 2018-07-10 -> 20180710 https://repology.org/project/jstest-gtk/versions attrpath: jstest-gtk 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/a7jvrqcn27xm4wgpn5g6jydxpjs3sm72-source.drv building '/nix/store/a7jvrqcn27xm4wgpn5g6jydxpjs3sm72-source.drv'... trying https://gitlab.com/api/v4/projects/jstest-gtk%2Fjstest-gtk/repository/archive.tar.gz?sha=62f6e2d7d44620e503149510c428df9e004c9f3b % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 35 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'jstest-gtk.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/a7jvrqcn27xm4wgpn5g6jydxpjs3sm72-source.drv /nix/store/p44zanyi5z91ms23hsfxvdqr4117bg67-jstest-gtk-20180710.drv building '/nix/store/a7jvrqcn27xm4wgpn5g6jydxpjs3sm72-source.drv'... trying https://gitlab.com/api/v4/projects/jstest-gtk%2Fjstest-gtk/repository/archive.tar.gz?sha=62f6e2d7d44620e503149510c428df9e004c9f3b % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 35 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/a7jvrqcn27xm4wgpn5g6jydxpjs3sm72-source.drv' failed with exit code 1; last 7 log lines: > > trying https://gitlab.com/api/v4/projects/jstest-gtk%2Fjstest-gtk/repository/archive.tar.gz?sha=62f6e2d7d44620e503149510c428df9e004c9f3b > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 35 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/a7jvrqcn27xm4wgpn5g6jydxpjs3sm72-source.drv'. error: 1 dependencies of derivation '/nix/store/p44zanyi5z91ms23hsfxvdqr4117bg67-jstest-gtk-20180710.drv' failed to build [result] Failed to update jstest-gtk 2018-07-10 -> 20180710 https://repology.org/project/jstest-gtk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cdecl, using log file: /var/log/nixpkgs-update/cdecl/2024-03-05.log cdecl 2.5 -> 16.2.1 https://repology.org/project/cdecl/versions attrpath: cdecl Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/h8hyi5610p2320i4j131qps9hxqaq70s-cdecl-blocks-16.2.1.tar.gz.drv building '/nix/store/h8hyi5610p2320i4j131qps9hxqaq70s-cdecl-blocks-16.2.1.tar.gz.drv'... trying https://www.cdecl.org/files/cdecl-blocks-16.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 162 100 162 0 0 712 0 --:--:-- --:--:-- --:--:-- 713 0 174 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download cdecl-blocks-16.2.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'cdecl.originalSrc' not found stderr did not split as expected full stderr was: error (ignored): error: end of string reached error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'cdecl-16.2.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/cdecl/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'patches' of derivation 'cdecl-16.2.1' at /var/cache/nixpkgs-update/worker/worktree/cdecl/pkgs/stdenv/generic/make-derivation.nix:465:14: 464| 465| inherit patches; | ^ 466| error: getting status of '/var/cache/nixpkgs-update/worker/worktree/cdecl/pkgs/development/tools/cdecl/cdecl-16.2.1-lex.patch': No such file or directory [result] Failed to update cdecl 2.5 -> 16.2.1 https://repology.org/project/cdecl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath petsc, using log file: /var/log/nixpkgs-update/petsc/2024-03-05.log petsc 3.19.4 -> 3.20.5 https://repology.org/project/petsc/versions attrpath: petsc Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/y2z60f69nndhh0g810spdzp9dssi5hlb-petsc-3.20.5.tar.gz.drv building '/nix/store/y2z60f69nndhh0g810spdzp9dssi5hlb-petsc-3.20.5.tar.gz.drv'... trying http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.20.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download petsc-3.20.5.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'petsc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/y2z60f69nndhh0g810spdzp9dssi5hlb-petsc-3.20.5.tar.gz.drv /nix/store/5w76w7r233yqf4q62f45bl88bigafgcx-petsc-3.20.5.drv building '/nix/store/y2z60f69nndhh0g810spdzp9dssi5hlb-petsc-3.20.5.tar.gz.drv'... trying http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.20.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download petsc-3.20.5.tar.gz from any mirror error: builder for '/nix/store/y2z60f69nndhh0g810spdzp9dssi5hlb-petsc-3.20.5.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.20.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download petsc-3.20.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/y2z60f69nndhh0g810spdzp9dssi5hlb-petsc-3.20.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/5w76w7r233yqf4q62f45bl88bigafgcx-petsc-3.20.5.drv' failed to build [result] Failed to update petsc 3.19.4 -> 3.20.5 https://repology.org/project/petsc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.CPANChanges 0.400002 -> 0.500003 https://repology.org/project/perl:cpan-changes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tstools, using log file: /var/log/nixpkgs-update/rPackages.tstools/2024-03-05.log rPackages.tstools 0.4.2 -> 0.4.3 https://repology.org/project/r:tstools/versions attrpath: rPackages.tstools Checking auto update branch... No auto update branch exists Old version 0.4.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tstools 0.4.2 -> 0.4.3 https://repology.org/project/r:tstools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath giac, using log file: /var/log/nixpkgs-update/giac/2024-03-05.log giac 1.9.0-43 -> 1.9.0.93 https://repology.org/project/giac/versions attrpath: giac 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 giac 1.9.0-43 -> 1.9.0.93 https://repology.org/project/giac/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hcount, using log file: /var/log/nixpkgs-update/haskellPackages.hcount/2024-03-05.log haskellPackages.hcount 0.0.1 -> 0.0.2 https://repology.org/project/haskell:hcount/versions attrpath: haskellPackages.hcount Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hcount 0.0.1 -> 0.0.2 https://repology.org/project/haskell:hcount/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.any-pat, using log file: /var/log/nixpkgs-update/haskellPackages.any-pat/2024-03-05.log haskellPackages.any-pat 0.2.0.0 -> 0.3.0.0 https://repology.org/project/haskell:any-pat/versions attrpath: haskellPackages.any-pat Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.any-pat 0.2.0.0 -> 0.3.0.0 https://repology.org/project/haskell:any-pat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath m32edit, using log file: /var/log/nixpkgs-update/m32edit/2024-03-05.log m32edit 4.1 -> 4.3 https://repology.org/project/m32-edit/versions attrpath: m32edit Checking auto update branch... No auto update branch exists Old version 4.1" not present in master derivation file with contents: { stdenv, fetchurl, lib, libX11, libXext, alsa-lib, freetype, brand, type, version, homepage, url, sha256, ... }: stdenv.mkDerivation rec { pname = "${lib.toLower type}-edit"; inherit version; src = fetchurl { inherit url; inherit sha256; }; sourceRoot = "."; dontBuild = true; dontStrip = true; installPhase = '' mkdir -p $out/bin cp ${type}-Edit $out/bin/${pname} ''; preFixup = let # we prepare our library path in the let clause to avoid it become part of the input of mkDerivation libPath = lib.makeLibraryPath [ libX11 # libX11.so.6 libXext # libXext.so.6 alsa-lib # libasound.so.2 freetype # libfreetype.so.6 stdenv.cc.cc.lib # libstdc++.so.6 ]; in '' patchelf \ --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \ --set-rpath "${libPath}" \ $out/bin/${pname} ''; meta = with lib; { inherit homepage; description = "Editor for the ${brand} ${type} digital mixer"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = platforms.linux; maintainers = [ maintainers.magnetophon ]; }; } [result] Failed to update m32edit 4.1 -> 4.3 https://repology.org/project/m32-edit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pipelight, using log file: /var/log/nixpkgs-update/pipelight/2024-03-05.log pipelight 0.2.8.2 -> 0.7.20 https://repology.org/project/pipelight/versions attrpath: pipelight 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/s6g6kfnfh8s5ws0k6r1n6ff4d4xsz599-v0.7.20.tar.gz.drv building '/nix/store/s6g6kfnfh8s5ws0k6r1n6ff4d4xsz599-v0.7.20.tar.gz.drv'... trying https://bitbucket.org/mmueller2012/pipelight/get/v0.7.20.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download v0.7.20.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 'pipelight.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/s6g6kfnfh8s5ws0k6r1n6ff4d4xsz599-v0.7.20.tar.gz.drv /nix/store/y7ypi3jbhxbd1842vj98mx57rwnfikk3-pipelight-0.7.20.drv these 15 paths will be fetched (220.86 MiB download, 697.62 MiB unpacked): /nix/store/z838safnvjzwryc6hdg34sy9ag5mwhmc-binutils-wrapper-2.40 /nix/store/dq2130n5p8h9pravqxc4yfzm2zc977pg-gcc-13.2.0 /nix/store/vl3m3fw6yqqk1gcpgq9s033v7g8pg19n-gcc-wrapper-13.2.0 /nix/store/dh2rq97hirqpgfqqzjgcn63xayli234v-gettext-0.21.1 /nix/store/iimv0ld30wn7f4w9lnyyl2hn1qmmxbj5-glibc-multi-2.38-44-dev /nix/store/q9c88avjz1s4c0iyk9690aw5lkhz5yis-libxkbcommon-1.5.0-dev /nix/store/3dnshs8a9hg8vkjvv2ip2cz9ks0iqbln-mesa-24.0.1 /nix/store/3c2i63n79s3svsvfl3yqba5b5gg61dps-mesa-24.0.1-osmesa /nix/store/kaxmw2yv894v3pj9lrv2kz7zl837wz40-opencl-headers-2023.12.14 /nix/store/ip7wbvzqgdnbkzys2042bp4qdhfhzxdv-stdenv-linux /nix/store/srl2rmg2dc148fl6r41hfc9hyv7v3gy5-wayland-1.22.0-dev /nix/store/az68vw7l4mzxb3qz2hazlq0b406lhy6f-wayland-protocols-1.33 /nix/store/cy5kckwv5bx4sqcp5hi3nzfrrkf183ay-wine-gecko-2.47.4-x86.msi /nix/store/vp17qdq1c9ml1s7lva5w9qka4fdnslc0-wine-mono-9.0.0-x86.msi /nix/store/krwghy3qiwqj2yi7ncsb1hk1zpi6k01z-wine-staging-9.3 copying path '/nix/store/kaxmw2yv894v3pj9lrv2kz7zl837wz40-opencl-headers-2023.12.14' from 'https://cache.nixos.org'... copying path '/nix/store/az68vw7l4mzxb3qz2hazlq0b406lhy6f-wayland-protocols-1.33' from 'https://cache.nixos.org'... copying path '/nix/store/cy5kckwv5bx4sqcp5hi3nzfrrkf183ay-wine-gecko-2.47.4-x86.msi' from 'https://cache.nixos.org'... copying path '/nix/store/vp17qdq1c9ml1s7lva5w9qka4fdnslc0-wine-mono-9.0.0-x86.msi' from 'https://cache.nixos.org'... copying path '/nix/store/dh2rq97hirqpgfqqzjgcn63xayli234v-gettext-0.21.1' from 'https://cache.nixos.org'... copying path '/nix/store/q9c88avjz1s4c0iyk9690aw5lkhz5yis-libxkbcommon-1.5.0-dev' from 'https://cache.nixos.org'... copying path '/nix/store/3dnshs8a9hg8vkjvv2ip2cz9ks0iqbln-mesa-24.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/srl2rmg2dc148fl6r41hfc9hyv7v3gy5-wayland-1.22.0-dev' from 'https://cache.nixos.org'... copying path '/nix/store/iimv0ld30wn7f4w9lnyyl2hn1qmmxbj5-glibc-multi-2.38-44-dev' from 'https://cache.nixos.org'... building '/nix/store/s6g6kfnfh8s5ws0k6r1n6ff4d4xsz599-v0.7.20.tar.gz.drv'... copying path '/nix/store/3c2i63n79s3svsvfl3yqba5b5gg61dps-mesa-24.0.1-osmesa' from 'https://cache.nixos.org'... copying path '/nix/store/z838safnvjzwryc6hdg34sy9ag5mwhmc-binutils-wrapper-2.40' from 'https://cache.nixos.org'... copying path '/nix/store/dq2130n5p8h9pravqxc4yfzm2zc977pg-gcc-13.2.0' from 'https://cache.nixos.org'... trying https://bitbucket.org/mmueller2012/pipelight/get/v0.7.20.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download v0.7.20.tar.gz from any mirror error: builder for '/nix/store/s6g6kfnfh8s5ws0k6r1n6ff4d4xsz599-v0.7.20.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://bitbucket.org/mmueller2012/pipelight/get/v0.7.20.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download v0.7.20.tar.gz from any mirror For full logs, run 'nix log /nix/store/s6g6kfnfh8s5ws0k6r1n6ff4d4xsz599-v0.7.20.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/y7ypi3jbhxbd1842vj98mx57rwnfikk3-pipelight-0.7.20.drv' failed to build [result] Failed to update pipelight 0.2.8.2 -> 0.7.20 https://repology.org/project/pipelight/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mediastreamer, using log file: /var/log/nixpkgs-update/mediastreamer/2024-03-05.log mediastreamer 5.2.111 -> 5.3.15 https://repology.org/project/mediastreamer/versions attrpath: mediastreamer 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/mediastreamer/default.nix b/pkgs/development/libraries/mediastreamer/default.nix index f1c109b244b3..79da0ae4393a 100644 --- a/pkgs/development/libraries/mediastreamer/default.nix +++ b/pkgs/development/libraries/mediastreamer/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { pname = "mediastreamer2"; - version = "5.2.111"; + version = "5.3.15"; dontWrapQtApps = true; @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-Le52tsyzOpepmvb+GOGCPwwTriPUjhYpa6GM+y/6USA="; + hash = "sha256-9uj5rq3iE8nMXoSEE815tHlhgs2RN9ruX/u6PVe/43k="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mediastreamer nix build failed. -- 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 -- Setting install rpath to /nix/store/is0qlwsx8bx37xyk6ksnipw3rls56xlj-mediastreamer2-5.3.15/lib -- Looking for sys/shm.h -- Looking for sys/shm.h - found -- Looking for alloca.h -- Looking for alloca.h - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found CMake Error at CMakeLists.txt:161 (find_package): By not providing "FindOrtp.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Ortp", but CMake did not find one. Could not find a package configuration file provided by "Ortp" (requested version 5.3.0) with any of the following names: OrtpConfig.cmake ortp-config.cmake Add the installation prefix of "Ortp" to CMAKE_PREFIX_PATH or set "Ortp_DIR" to a directory containing one of the above files. If "Ortp" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update mediastreamer 5.2.111 -> 5.3.15 https://repology.org/project/mediastreamer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtk-sharp-3_0, using log file: /var/log/nixpkgs-update/gtk-sharp-3_0/2024-03-05.log gtk-sharp-3_0 2.99.3 -> 3.22.2 https://repology.org/project/gtk-sharp/versions attrpath: gtk-sharp-3_0 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 gtk-sharp-3_0 2.99.3 -> 3.22.2 https://repology.org/project/gtk-sharp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath soundsource, using log file: /var/log/nixpkgs-update/soundsource/2024-03-05.log soundsource 5.6.0 -> 5.6.3 https://repology.org/project/soundsource/versions attrpath: soundsource Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/soundsource/default.nix b/pkgs/applications/audio/soundsource/default.nix index e211a5736689..381ea799ef85 100644 --- a/pkgs/applications/audio/soundsource/default.nix +++ b/pkgs/applications/audio/soundsource/default.nix @@ -5,11 +5,11 @@ }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "soundsource"; - version = "5.6.0"; + version = "5.6.3"; src = fetchurl { url = "https://web.archive.org/web/20230707140658/https://rogueamoeba.com/soundsource/download/SoundSource.zip"; - sha256 = "1avm1jr75mjbps0fad3glshrwl42vnhc0f9sak038ny85f3apyi0"; + sha256 = "sha256-IPqrhivIWzTAVDo5wKDdglCeoaZvNOWAvkvWcrIMdas="; }; dontUnpack = true; Source url did not change. [result] Failed to update soundsource 5.6.0 -> 5.6.3 https://repology.org/project/soundsource/versions [options] github_user: r-ryantm, pull_request: 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.ObjectPad 0.804 -> 0.808 https://repology.org/project/perl:object-pad/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.construct, using log file: /var/log/nixpkgs-update/haskellPackages.construct/2024-03-05.log haskellPackages.construct 0.3.1.1 -> 0.3.1.2 https://repology.org/project/haskell:construct/versions attrpath: haskellPackages.construct Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.construct 0.3.1.1 -> 0.3.1.2 https://repology.org/project/haskell:construct/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.collapse, using log file: /var/log/nixpkgs-update/rPackages.collapse/2024-03-05.log rPackages.collapse 2.0.7 -> 2.0.10 https://repology.org/project/r:collapse/versions attrpath: rPackages.collapse Checking auto update branch... No auto update branch exists Old version 2.0.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.collapse 2.0.7 -> 2.0.10 https://repology.org/project/r:collapse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cccrm, using log file: /var/log/nixpkgs-update/rPackages.cccrm/2024-03-05.log rPackages.cccrm 2.2.0 -> 2.2.1 https://repology.org/project/r:cccrm/versions attrpath: rPackages.cccrm Checking auto update branch... No auto update branch exists Old version 2.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cccrm 2.2.0 -> 2.2.1 https://repology.org/project/r:cccrm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psycopg, using log file: /var/log/nixpkgs-update/python311Packages.psycopg/2024-03-05.log python311Packages.psycopg 0 -> 1 attrpath: python311Packages.psycopg Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yyk5lsx36fgsp85320ihppr6p3y3z6m8-packages.json.drv building '/nix/store/yyk5lsx36fgsp85320ihppr6p3y3z6m8-packages.json.drv'... Going to be running update for following packages: - python3.11-psycopg-3.1.17 Press Enter key to continue... Running update for: - python3.11-psycopg-3.1.17: UPDATING ... - python3.11-psycopg-3.1.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.psycopg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xrootd, using log file: /var/log/nixpkgs-update/xrootd/2024-03-05.log xrootd 5.6.6 -> 5.6.8 https://github.com/xrootd/xrootd/releases attrpath: xrootd Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update xrootd 5.6.6 -> 5.6.8 https://github.com/xrootd/xrootd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opensfm, using log file: /var/log/nixpkgs-update/python311Packages.opensfm/2024-03-05.log python311Packages.opensfm 0 -> 1 attrpath: python311Packages.opensfm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zpy5iidzwv9sm708k4bzdzc1wqp893s1-packages.json.drv building '/nix/store/zpy5iidzwv9sm708k4bzdzc1wqp893s1-packages.json.drv'... Going to be running update for following packages: - python3.11-OpenSfM-unstable-2023-12-09 Press Enter key to continue... Running update for: - python3.11-OpenSfM-unstable-2023-12-09: UPDATING ... - python3.11-OpenSfM-unstable-2023-12-09: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opensfm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.switchboard-plug-keyboard, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-keyboard/2024-03-05.log pantheon.switchboard-plug-keyboard 0 -> 1 attrpath: pantheon.switchboard-plug-keyboard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zhqbh7wr0axwz2n6sx7vnjz4sv30p5xw-packages.json.drv building '/nix/store/zhqbh7wr0axwz2n6sx7vnjz4sv30p5xw-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-keyboard-3.2.1 Press Enter key to continue... Running update for: - switchboard-plug-keyboard-3.2.1: UPDATING ... - switchboard-plug-keyboard-3.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-keyboard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.hipcub, using log file: /var/log/nixpkgs-update/rocmPackages.hipcub/2024-03-05.log rocmPackages.hipcub 0 -> 1 attrpath: rocmPackages.hipcub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/ay4sr7vagbki3l3ab0h50i6kpkb7vq2j-update.sh.drv /nix/store/mcxkq02bbpjxmamlpd6f9dbj1013ppkj-packages.json.drv building '/nix/store/ay4sr7vagbki3l3ab0h50i6kpkb7vq2j-update.sh.drv'... building '/nix/store/mcxkq02bbpjxmamlpd6f9dbj1013ppkj-packages.json.drv'... Going to be running update for following packages: - hipcub-5.7.1 Press Enter key to continue... Running update for: - hipcub-5.7.1: UPDATING ... - hipcub-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipcub-5.7.1 ---------------------- 'rocmPackages_5.hipcub' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hipcub'. --- SHOWING ERROR LOG FOR hipcub-5.7.1 ---------------------- The update script for hipcub-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipcub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.relay, using log file: /var/log/nixpkgs-update/php81Extensions.relay/2024-03-05.log php81Extensions.relay 0 -> 1 attrpath: php81Extensions.relay 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/hyr2bpqwmxjhmhcsbajg7isrjwq5gjgk-update-relay.drv /nix/store/nqp99q4mqyqxrcv18dvbhkdprdpmkch5-packages.json.drv building '/nix/store/hyr2bpqwmxjhmhcsbajg7isrjwq5gjgk-update-relay.drv'... building '/nix/store/nqp99q4mqyqxrcv18dvbhkdprdpmkch5-packages.json.drv'... Going to be running update for following packages: - relay-0.7.0 Press Enter key to continue... Running update for: - relay-0.7.0: UPDATING ... - relay-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.relay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pulumi-random, using log file: /var/log/nixpkgs-update/python311Packages.pulumi-random/2024-03-05.log python311Packages.pulumi-random 0 -> 1 attrpath: python311Packages.pulumi-random Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8111hbd26gp339v5mm5fnjdpmrl5srf1-packages.json.drv building '/nix/store/8111hbd26gp339v5mm5fnjdpmrl5srf1-packages.json.drv'... Going to be running update for following packages: - python3.11-pulumi-random-4.14.0 Press Enter key to continue... Running update for: - python3.11-pulumi-random-4.14.0: UPDATING ... - python3.11-pulumi-random-4.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pulumi-random 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iaqualink, using log file: /var/log/nixpkgs-update/python311Packages.iaqualink/2024-03-05.log python311Packages.iaqualink 0 -> 1 attrpath: python311Packages.iaqualink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/62gjnlrj4ljm0s12zl1gpafjniw9llmw-packages.json.drv building '/nix/store/62gjnlrj4ljm0s12zl1gpafjniw9llmw-packages.json.drv'... Going to be running update for following packages: - python3.11-iaqualink-0.5.0 Press Enter key to continue... Running update for: - python3.11-iaqualink-0.5.0: UPDATING ... - python3.11-iaqualink-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iaqualink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libversion, using log file: /var/log/nixpkgs-update/python311Packages.libversion/2024-03-05.log python311Packages.libversion 0 -> 1 attrpath: python311Packages.libversion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cv86wnggqhqjspig0ihffvqidqz2srf7-packages.json.drv building '/nix/store/cv86wnggqhqjspig0ihffvqidqz2srf7-packages.json.drv'... Going to be running update for following packages: - python3.11-libversion-1.2.4 Press Enter key to continue... Running update for: - python3.11-libversion-1.2.4: UPDATING ... - python3.11-libversion-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libversion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath heimdall, using log file: /var/log/nixpkgs-update/heimdall/2024-03-05.log heimdall 1.4.2 -> 2.0.2 https://repology.org/project/heimdall/versions attrpath: heimdall 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/10sl2ps7vzxfl0wwadnkvsr3z4ha7748-source.drv building '/nix/store/10sl2ps7vzxfl0wwadnkvsr3z4ha7748-source.drv'... trying https://github.com/Benjamin-Dobell/Heimdall/archive/v2.0.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 'heimdall.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/10sl2ps7vzxfl0wwadnkvsr3z4ha7748-source.drv /nix/store/0n1899mhahxczb4w5s1l91j115y7izmi-heimdall-2.0.2.drv building '/nix/store/10sl2ps7vzxfl0wwadnkvsr3z4ha7748-source.drv'... trying https://github.com/Benjamin-Dobell/Heimdall/archive/v2.0.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/10sl2ps7vzxfl0wwadnkvsr3z4ha7748-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/Benjamin-Dobell/Heimdall/archive/v2.0.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/10sl2ps7vzxfl0wwadnkvsr3z4ha7748-source.drv'. error: 1 dependencies of derivation '/nix/store/0n1899mhahxczb4w5s1l91j115y7izmi-heimdall-2.0.2.drv' failed to build [result] Failed to update heimdall 1.4.2 -> 2.0.2 https://repology.org/project/heimdall/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hplip, using log file: /var/log/nixpkgs-update/hplip/2024-03-05.log hplip 0 -> 1 attrpath: hplip Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l9icwwn4x2ylpjhin9fq752fcq3f9nnw-packages.json.drv building '/nix/store/l9icwwn4x2ylpjhin9fq752fcq3f9nnw-packages.json.drv'... Going to be running update for following packages: - hplip-3.23.8 Press Enter key to continue... Running update for: - hplip-3.23.8: UPDATING ... - hplip-3.23.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hplip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath googler, using log file: /var/log/nixpkgs-update/googler/2024-03-05.log googler 4.3.2 -> 4.3.13 https://repology.org/project/googler/versions attrpath: googler Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/0rzsz9i32g720n251k1da1nr61y3gnyf-source.drv building '/nix/store/0rzsz9i32g720n251k1da1nr61y3gnyf-source.drv'... trying https://github.com/jarun/googler/archive/v4.3.13.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'googler.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0rzsz9i32g720n251k1da1nr61y3gnyf-source.drv /nix/store/0xka75w3yiyn3148fzav3i09z5dlg06p-googler-4.3.13.drv building '/nix/store/0rzsz9i32g720n251k1da1nr61y3gnyf-source.drv'... trying https://github.com/jarun/googler/archive/v4.3.13.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/0rzsz9i32g720n251k1da1nr61y3gnyf-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/jarun/googler/archive/v4.3.13.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/0rzsz9i32g720n251k1da1nr61y3gnyf-source.drv'. error: 1 dependencies of derivation '/nix/store/0xka75w3yiyn3148fzav3i09z5dlg06p-googler-4.3.13.drv' failed to build [result] Failed to update googler 4.3.2 -> 4.3.13 https://repology.org/project/googler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rfaRm, using log file: /var/log/nixpkgs-update/rPackages.rfaRm/2024-03-05.log rPackages.rfaRm 1.14.0 -> 1.14.2 https://repology.org/project/r:rfarm/versions attrpath: rPackages.rfaRm Checking auto update branch... No auto update branch exists Old version 1.14.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rfaRm 1.14.0 -> 1.14.2 https://repology.org/project/r:rfarm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-hawk, using log file: /var/log/nixpkgs-update/python311Packages.requests-hawk/2024-03-05.log python311Packages.requests-hawk 0 -> 1 attrpath: python311Packages.requests-hawk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ln7qaqfzzw38v3r4p90dgiljw4br389h-packages.json.drv building '/nix/store/ln7qaqfzzw38v3r4p90dgiljw4br389h-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-hawk-1.2.1 Press Enter key to continue... Running update for: - python3.11-requests-hawk-1.2.1: UPDATING ... - python3.11-requests-hawk-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-hawk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyter-contrib-nbextensions, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-contrib-nbextensions/2024-03-05.log python311Packages.jupyter-contrib-nbextensions 0 -> 1 attrpath: python311Packages.jupyter-contrib-nbextensions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a0q0zg80v1cd2zfms9s5smqyxnz9rl27-packages.json.drv building '/nix/store/a0q0zg80v1cd2zfms9s5smqyxnz9rl27-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyter-contrib-nbextensions-0.7.0 Press Enter key to continue... Running update for: - python3.11-jupyter-contrib-nbextensions-0.7.0: UPDATING ... - python3.11-jupyter-contrib-nbextensions-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-contrib-nbextensions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath google-guest-configs, using log file: /var/log/nixpkgs-update/google-guest-configs/2024-03-05.log google-guest-configs 20211116.00 -> 20240304.00 https://github.com/GoogleCloudPlatform/guest-configs/releases attrpath: google-guest-configs 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/virtualization/google-guest-configs/default.nix b/pkgs/tools/virtualization/google-guest-configs/default.nix index 73dd3c93d255..b18054fdb337 100644 --- a/pkgs/tools/virtualization/google-guest-configs/default.nix +++ b/pkgs/tools/virtualization/google-guest-configs/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "google-guest-configs"; - version = "20211116.00"; + version = "20240304.00"; src = fetchFromGitHub { owner = "GoogleCloudPlatform"; repo = "guest-configs"; rev = version; - sha256 = "sha256-0SRu6p/DsHNNI20mkXJitt/Ee5S2ooiy5hNmD+ndecM="; + sha256 = "sha256-Y31JJQIJrZq/ZLkaJxtSBHgE3B13773FKdaK7+fH3M8="; }; binDeps = lib.makeBinPath [ coreutils util-linux gnugrep gnused ethtool ipcalc iproute2 ]; [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 google-guest-configs nix build failed. got build log for 'google-guest-configs' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ybg814g00m47zpz2bmfx7a9cjh21n8k5-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase patching file src/lib/udev/google_nvme_id Hunk #1 succeeded at 17 with fuzz 1. can't find file to patch at input line 16 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -ru3 source.old/src/lib/udev/rules.d/64-gce-disk-removal.rules source.new/src/lib/udev/rules.d/64-gce-disk-removal.rules |--- source.old/src/lib/udev/rules.d/64-gce-disk-removal.rules 1970-01-01 03:00:01.000000000 +0300 |+++ source.new/src/lib/udev/rules.d/64-gce-disk-removal.rules 2022-02-05 13:27:42.635300567 +0300 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file src/lib/udev/rules.d/65-gce-disk-naming.rules Hunk #1 FAILED at 21. 1 out of 1 hunk FAILED -- saving rejects to file src/lib/udev/rules.d/65-gce-disk-naming.rules.rej patching file src/sbin/google-dhclient-script /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update google-guest-configs 20211116.00 -> 20240304.00 https://github.com/GoogleCloudPlatform/guest-configs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpdscribble, using log file: /var/log/nixpkgs-update/mpdscribble/2024-03-05.log mpdscribble 0.24 -> 0.25 https://repology.org/project/mpdscribble/versions attrpath: mpdscribble 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 mpdscribble 0.24 -> 0.25 https://repology.org/project/mpdscribble/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.frida-python, using log file: /var/log/nixpkgs-update/python311Packages.frida-python/2024-03-05.log python311Packages.frida-python 0 -> 1 attrpath: python311Packages.frida-python Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/74bxbvagk028pfg0ndz52m9q35n984dx-packages.json.drv building '/nix/store/74bxbvagk028pfg0ndz52m9q35n984dx-packages.json.drv'... Going to be running update for following packages: - python3.11-frida-python-16.0.19 Press Enter key to continue... Running update for: - python3.11-frida-python-16.0.19: UPDATING ... - python3.11-frida-python-16.0.19: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/frida-python/default.nix b/pkgs/development/python-modules/frida-python/default.nix index 144d88cc80b8..be365f44734d 100644 --- a/pkgs/development/python-modules/frida-python/default.nix +++ b/pkgs/development/python-modules/frida-python/default.nix @@ -1,6 +1,6 @@ { lib, stdenv, fetchurl, fetchPypi, buildPythonPackage, typing-extensions }: let - version = "16.0.19"; + version = "16.2.1"; format = "setuptools"; devkit = fetchurl { url = "https://github.com/frida/frida/releases/download/${version}/frida-core-devkit-${version}-linux-x86_64.tar.xz"; @@ -13,7 +13,7 @@ in buildPythonPackage rec { src = fetchPypi { pname = "frida"; inherit version; - hash = "sha256-rikIjjn9wA8VL/St/2JJTcueimn+q/URbt9lw/+nalY="; + hash = "sha256-ZKARgl6iGl7T49dYnwTB3sRz4aCDvrTFeJXd3zLKp8k="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.frida-python Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python311Packages.frida-python Standard output: error: build log of 'python311Packages.frida-python' is not available [result] Failed to update python311Packages.frida-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath plex-media-player, using log file: /var/log/nixpkgs-update/plex-media-player/2024-03-05.log plex-media-player 0 -> 1 attrpath: plex-media-player Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8smp1iwy5rhs8zg5psc46m6znnkq4jrq-packages.json.drv building '/nix/store/8smp1iwy5rhs8zg5psc46m6znnkq4jrq-packages.json.drv'... Going to be running update for following packages: - plex-media-player-2.58.1 Press Enter key to continue... Running update for: - plex-media-player-2.58.1: UPDATING ... - plex-media-player-2.58.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update plex-media-player 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.binary2strings, using log file: /var/log/nixpkgs-update/python311Packages.binary2strings/2024-03-05.log python311Packages.binary2strings 0 -> 1 attrpath: python311Packages.binary2strings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/050hllimvvnmly6x091nappzjjqpb51h-packages.json.drv building '/nix/store/050hllimvvnmly6x091nappzjjqpb51h-packages.json.drv'... Going to be running update for following packages: - python3.11-binary2strings-0.1.13 Press Enter key to continue... Running update for: - python3.11-binary2strings-0.1.13: UPDATING ... - python3.11-binary2strings-0.1.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.binary2strings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath multimarkdown, using log file: /var/log/nixpkgs-update/multimarkdown/2024-03-05.log multimarkdown 6.6.0 -> 6.7.0 https://github.com/fletcher/MultiMarkdown-6/releases attrpath: multimarkdown Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/typesetting/multimarkdown/default.nix b/pkgs/tools/typesetting/multimarkdown/default.nix index 65cf5931ac10..3d3e63a4b1dc 100644 --- a/pkgs/tools/typesetting/multimarkdown/default.nix +++ b/pkgs/tools/typesetting/multimarkdown/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "multimarkdown"; - version = "6.6.0"; + version = "6.7.0"; src = fetchFromGitHub { owner = "fletcher"; repo = "MultiMarkdown-6"; rev = version; - hash = "sha256-emJbY0wucoc/GdjlILoeqjwuwuPpTjXTqZN0gUKOyLg="; + hash = "sha256-b6yCn0NFpONI7WwfjDOc0d2nCKMIiUXi+rsnytiNc0Q="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A multimarkdown nix build failed. -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd-letterhead.sty -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-letterhead-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-letterhead-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-letterhead-leader.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/manuscript.sty -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-manuscript-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-manuscript-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-manuscript-leader.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-book-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-book-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-book-leader.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-criticmarkup.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-default-metadata.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-manuscript-packages.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-copyright.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-layout-8.5x11.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-packages.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-memoir-setup.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-title.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-book-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-book-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-book-leader.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-begin.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-footer.tex -- Installing: /nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/share/texmf/tex/latex/mmd6/mmd6-tufte-handout-leader.tex mv: cannot stat '/nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/LICENSE.txt': No such file or directory mv: cannot stat '/nix/store/hz96vav8vf0p5clckh2af9npdgvz4657-multimarkdown-6.7.0/README.txt': No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update multimarkdown 6.6.0 -> 6.7.0 https://github.com/fletcher/MultiMarkdown-6/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wmderlandc, using log file: /var/log/nixpkgs-update/wmderlandc/2024-03-05.log wmderlandc unstable-2020-07-17 -> 1.0.5 https://github.com/aesophor/wmderland/releases attrpath: wmderlandc Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/window-managers/wmderlandc/default.nix b/pkgs/applications/window-managers/wmderlandc/default.nix index 45170ab0d15a..e7804e99cbf5 100644 --- a/pkgs/applications/window-managers/wmderlandc/default.nix +++ b/pkgs/applications/window-managers/wmderlandc/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "wmderlandc"; - version = "unstable-2020-07-17"; + version = "1.0.5"; src = fetchFromGitHub { owner = "aesophor"; repo = "wmderland"; rev = "a40a3505dd735b401d937203ab6d8d1978307d72"; - sha256 = "0npmlnybblp82mfpinjbz7dhwqgpdqc1s63wc1zs8mlcs19pdh98"; + sha256 = "sha256-KMF2U9CMVqR/YHwYHRhu92EO2/lL2nhdFejStbyl9Vo="; }; sourceRoot = "${finalAttrs.src.name}/ipc-client"; Source url did not change. [result] Failed to update wmderlandc unstable-2020-07-17 -> 1.0.5 https://github.com/aesophor/wmderland/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.minikerberos, using log file: /var/log/nixpkgs-update/python311Packages.minikerberos/2024-03-05.log python311Packages.minikerberos 0 -> 1 attrpath: python311Packages.minikerberos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8a3vwg1swsd52ml5s5chhqdyjywwnwsp-packages.json.drv building '/nix/store/8a3vwg1swsd52ml5s5chhqdyjywwnwsp-packages.json.drv'... Going to be running update for following packages: - python3.11-minikerberos-0.4.4 Press Enter key to continue... Running update for: - python3.11-minikerberos-0.4.4: UPDATING ... - python3.11-minikerberos-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.minikerberos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spectral-cube, using log file: /var/log/nixpkgs-update/python311Packages.spectral-cube/2024-03-05.log python311Packages.spectral-cube 0 -> 1 attrpath: python311Packages.spectral-cube Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8jnzbkimzwvnvc29jz8ffvqi90cf01mr-packages.json.drv building '/nix/store/8jnzbkimzwvnvc29jz8ffvqi90cf01mr-packages.json.drv'... Going to be running update for following packages: - python3.11-spectral-cube-0.6.5 Press Enter key to continue... Running update for: - python3.11-spectral-cube-0.6.5: UPDATING ... - python3.11-spectral-cube-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spectral-cube 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prometheus-pandas, using log file: /var/log/nixpkgs-update/python311Packages.prometheus-pandas/2024-03-05.log python311Packages.prometheus-pandas 0 -> 1 attrpath: python311Packages.prometheus-pandas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mjxj105400pdrcls2gpfbqn4vlv820qh-packages.json.drv building '/nix/store/mjxj105400pdrcls2gpfbqn4vlv820qh-packages.json.drv'... Going to be running update for following packages: - python3.11-prometheus-pandas-0.3.3 Press Enter key to continue... Running update for: - python3.11-prometheus-pandas-0.3.3: UPDATING ... - python3.11-prometheus-pandas-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.prometheus-pandas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.netmap, using log file: /var/log/nixpkgs-update/python311Packages.netmap/2024-03-05.log python311Packages.netmap 0 -> 1 attrpath: python311Packages.netmap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ngxc8cgp83kir10nkffwahs7cwa6j5wg-packages.json.drv building '/nix/store/ngxc8cgp83kir10nkffwahs7cwa6j5wg-packages.json.drv'... Going to be running update for following packages: - python3.11-netmap-0.7.0.2 Press Enter key to continue... Running update for: - python3.11-netmap-0.7.0.2: UPDATING ... - python3.11-netmap-0.7.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.netmap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.sl, using log file: /var/log/nixpkgs-update/aspellDicts.sl/2024-03-05.log aspellDicts.sl 0 -> 1 attrpath: aspellDicts.sl Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v4yr898xgvmdq7fyshrnb3sz7jb13i61-packages.json.drv building '/nix/store/v4yr898xgvmdq7fyshrnb3sz7jb13i61-packages.json.drv'... Going to be running update for following packages: - aspell-dict-sl-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-sl-0.50-0: UPDATING ... - aspell-dict-sl-0.50-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.sl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fluffychat, using log file: /var/log/nixpkgs-update/fluffychat/2024-03-05.log fluffychat 1.17.1 -> 1.18.0 https://github.com/krille-chan/fluffychat/releases attrpath: fluffychat 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 fluffychat 1.17.1 -> 1.18.0 https://github.com/krille-chan/fluffychat/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gotailwind, using log file: /var/log/nixpkgs-update/python311Packages.gotailwind/2024-03-05.log python311Packages.gotailwind 0 -> 1 attrpath: python311Packages.gotailwind Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/55ysppknknaabpbxc3y79gvzhcm8j9c3-packages.json.drv building '/nix/store/55ysppknknaabpbxc3y79gvzhcm8j9c3-packages.json.drv'... Going to be running update for following packages: - python3.11-gotailwind-0.2.2 Press Enter key to continue... Running update for: - python3.11-gotailwind-0.2.2: UPDATING ... - python3.11-gotailwind-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gotailwind 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.solaredge, using log file: /var/log/nixpkgs-update/python311Packages.solaredge/2024-03-05.log python311Packages.solaredge 0 -> 1 attrpath: python311Packages.solaredge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k84ijf4ci5bq0jkq339zrl362m2hbf07-packages.json.drv building '/nix/store/k84ijf4ci5bq0jkq339zrl362m2hbf07-packages.json.drv'... Going to be running update for following packages: - python3.11-solaredge-0.0.4 Press Enter key to continue... Running update for: - python3.11-solaredge-0.0.4: UPDATING ... - python3.11-solaredge-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.solaredge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mynewt-newt, using log file: /var/log/nixpkgs-update/mynewt-newt/2024-03-05.log mynewt-newt 1.10.0 -> 1.11.0 https://repology.org/project/mynewt-newt/versions attrpath: mynewt-newt 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-/LK+NSs7YZkw6TRvBQcn6/SszIwAfXN0rt2AKSBV7CE=" [golangModuleVersion] Replaced vendorHash with sha256-D+OfUnYQKnb6dubN0utqc2KCeSYkK0jMLYmu/rLzuNQ= 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 mynewt-newt nix build failed. got build log for 'mynewt-newt' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/7lsj1zarh17vja95cskfi608dz4sa1my-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 ./newt # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/syscall.go:83:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:1018:20: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:2289:9: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_unix.go:118:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/sysvshm_unix.go:33:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) [result] Failed to update mynewt-newt 1.10.0 -> 1.11.0 https://repology.org/project/mynewt-newt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.srt, using log file: /var/log/nixpkgs-update/python311Packages.srt/2024-03-05.log python311Packages.srt 0 -> 1 attrpath: python311Packages.srt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0w6j3va5y3akd3myc161kkf173z4xpmk-packages.json.drv building '/nix/store/0w6j3va5y3akd3myc161kkf173z4xpmk-packages.json.drv'... Going to be running update for following packages: - python3.11-srt-3.5.3 Press Enter key to continue... Running update for: - python3.11-srt-3.5.3: UPDATING ... - python3.11-srt-3.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.srt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.msgpack, using log file: /var/log/nixpkgs-update/php81Extensions.msgpack/2024-03-05.log php81Extensions.msgpack 0 -> 1 attrpath: php81Extensions.msgpack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/bmxq4iq1a7vbz9ijgvj1z7pclqmkzh6p-packages.json.drv building '/nix/store/bmxq4iq1a7vbz9ijgvj1z7pclqmkzh6p-packages.json.drv'... Going to be running update for following packages: - php-msgpack-2.2.0 Press Enter key to continue... Running update for: - php-msgpack-2.2.0: UPDATING ... - php-msgpack-2.2.0: ERROR --- SHOWING ERROR LOG FOR php-msgpack-2.2.0 ---------------------- Traceback (most recent call last): File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-msgpack-2.2.0 ---------------------- The update script for php-msgpack-2.2.0 failed with exit code 1 [result] Failed to update php81Extensions.msgpack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyinotify, using log file: /var/log/nixpkgs-update/python311Packages.pyinotify/2024-03-05.log python311Packages.pyinotify 0 -> 1 attrpath: python311Packages.pyinotify 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/6kvnsv58wg0cnmbxmmkak6j7mx6nr8zq-packages.json.drv building '/nix/store/6kvnsv58wg0cnmbxmmkak6j7mx6nr8zq-packages.json.drv'... Going to be running update for following packages: - python3.11-pyinotify-0.9.6 Press Enter key to continue... Running update for: - python3.11-pyinotify-0.9.6: UPDATING ... - python3.11-pyinotify-0.9.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyinotify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lutris-unwrapped, using log file: /var/log/nixpkgs-update/lutris-unwrapped/2024-03-05.log lutris-unwrapped 0 -> 1 attrpath: lutris-unwrapped Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/501j0kncd41ixaiz8xg14xs2n49lzlpw-packages.json.drv building '/nix/store/501j0kncd41ixaiz8xg14xs2n49lzlpw-packages.json.drv'... Going to be running update for following packages: - lutris-unwrapped-0.5.16 Press Enter key to continue... Running update for: - lutris-unwrapped-0.5.16: UPDATING ... - lutris-unwrapped-0.5.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lutris-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.autofaiss, using log file: /var/log/nixpkgs-update/python311Packages.autofaiss/2024-03-05.log python311Packages.autofaiss 0 -> 1 attrpath: python311Packages.autofaiss Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s8xszy9jig0krkryy5fc36q592k9rr50-packages.json.drv building '/nix/store/s8xszy9jig0krkryy5fc36q592k9rr50-packages.json.drv'... Going to be running update for following packages: - python3.11-autofaiss-2.17.0 Press Enter key to continue... Running update for: - python3.11-autofaiss-2.17.0: UPDATING ... - python3.11-autofaiss-2.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.autofaiss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swift, using log file: /var/log/nixpkgs-update/swift/2024-03-05.log swift 5.8 -> 5.9.2-RELEASE https://github.com/apple/swift/releases attrpath: swift Checking auto update branch... No auto update branch exists Old version 5.8" not present in master derivation file with contents: { lib , stdenv , callPackage , cmake , bash , coreutils , gnugrep , perl , ninja , pkg-config , clang , bintools , python3 , git , fetchpatch , makeWrapper , gnumake , file , runCommand , writeShellScriptBin # For lldb , libedit , ncurses , swig , libxml2 # Linux-specific , glibc , libuuid # Darwin-specific , substituteAll , fixDarwinDylibNames , runCommandLocal , xcbuild , cctools # libtool , sigtool , DarwinTools , CoreServices , Foundation , Combine , MacOSX-SDK , CLTools_Executables }: let inherit (stdenv) hostPlatform targetPlatform; sources = callPackage ../sources.nix { }; # Tools invoked by swift at run-time. runtimeDeps = lib.optionals stdenv.isDarwin [ # libtool is used for static linking. This is part of cctools, but adding # that as a build input puts an unwrapped linker in PATH, and breaks # builds. This small derivation exposes just libtool. # NOTE: The same applies to swift-driver, but that is currently always # invoked via the old `swift` / `swiftc`. May change in the future. (runCommandLocal "libtool" { } '' mkdir -p $out/bin ln -s ${cctools}/bin/libtool $out/bin/libtool '') ]; # There are apparently multiple naming conventions on Darwin. Swift uses the # xcrun naming convention. See `configure_sdk_darwin` calls in CMake files. swiftOs = if targetPlatform.isDarwin then { "macos" = "macosx"; "ios" = "iphoneos"; #iphonesimulator #appletvos #appletvsimulator #watchos #watchsimulator }.${targetPlatform.darwinPlatform} or (throw "Cannot build Swift for target Darwin platform '${targetPlatform.darwinPlatform}'") else targetPlatform.parsed.kernel.name; # Apple Silicon uses a different CPU name in the target triple. swiftArch = if stdenv.isDarwin && stdenv.isAarch64 then "arm64" else targetPlatform.parsed.cpu.name; # On Darwin, a `.swiftmodule` is a subdirectory in `lib/swift/`, # containing binaries for supported archs. On other platforms, binaries are # installed to `lib/swift//`. Note that our setup-hook also adds # `lib/swift` for convenience. swiftLibSubdir = "lib/swift/${swiftOs}"; swiftModuleSubdir = if hostPlatform.isDarwin then "lib/swift/${swiftOs}" else "lib/swift/${swiftOs}/${swiftArch}"; # And then there's also a separate subtree for statically linked modules. toStaticSubdir = lib.replaceStrings [ "/swift/" ] [ "/swift_static/" ]; swiftStaticLibSubdir = toStaticSubdir swiftLibSubdir; swiftStaticModuleSubdir = toStaticSubdir swiftModuleSubdir; # This matches _SWIFT_DEFAULT_COMPONENTS, with specific components disabled. swiftInstallComponents = [ "autolink-driver" "compiler" # "clang-builtin-headers" "stdlib" "sdk-overlay" "static-mirror-lib" "editor-integration" # "tools" # "testsuite-tools" "toolchain-tools" "toolchain-dev-tools" "license" (if stdenv.isDarwin then "sourcekit-xpc-service" else "sourcekit-inproc") "swift-remote-mirror" "swift-remote-mirror-headers" ]; # Build a tool used during the build to create a custom clang wrapper, with # which we wrap the clang produced by the swift build. # # This is used in a `POST_BUILD` for the CMake target, so we rename the # actual clang to clang-unwrapped, then put the wrapper in place. # # We replace the `exec ...` command with `exec -a "$0"` in order to # preserve $0 for clang. This is because, unlike Nix, we don't have # separate wrappers for clang/clang++, and clang uses $0 to detect C++. # # Similarly, the C++ detection in the wrapper itself also won't work for us, # so we base it on $0 as well. makeClangWrapper = writeShellScriptBin "nix-swift-make-clang-wrapper" '' set -euo pipefail targetFile="$1" unwrappedClang="$targetFile-unwrapped" mv "$targetFile" "$unwrappedClang" sed < '${clang}/bin/clang' > "$targetFile" \ -e 's|^\s*exec|exec -a "$0"|g' \ -e 's|^\[\[ "${clang.cc}/bin/clang" = \*++ ]]|[[ "$0" = *++ ]]|' \ -e "s|${clang.cc}/bin/clang|$unwrappedClang|g" \ -e "s|^\(\s*\)\($unwrappedClang\) \"@\\\$responseFile\"|\1argv0=\$0\n\1${bash}/bin/bash -c \"exec -a '\$argv0' \2 '@\$responseFile'\"|" chmod a+x "$targetFile" ''; # Create a tool used during the build to create a custom swift wrapper for # each of the swift executables produced by the build. # # The build produces several `swift-frontend` executables during # bootstrapping. Each of these has numerous aliases via symlinks, and the # executable uses $0 to detect what tool is called. wrapperParams = { inherit bintools; default_cc_wrapper = clang; # Instead of `@out@` in the original. coreutils_bin = lib.getBin coreutils; gnugrep_bin = gnugrep; suffixSalt = lib.replaceStrings ["-" "."] ["_" "_"] targetPlatform.config; use_response_file_by_default = 1; swiftDriver = ""; # NOTE: @prog@ needs to be filled elsewhere. }; swiftWrapper = runCommand "swift-wrapper.sh" wrapperParams '' substituteAll '${../wrapper/wrapper.sh}' "$out" ''; makeSwiftcWrapper = writeShellScriptBin "nix-swift-make-swift-wrapper" '' set -euo pipefail targetFile="$1" unwrappedSwift="$targetFile-unwrapped" mv "$targetFile" "$unwrappedSwift" sed < '${swiftWrapper}' > "$targetFile" \ -e "s|@prog@|'$unwrappedSwift'|g" \ -e 's|exec "$prog"|exec -a "$0" "$prog"|g' chmod a+x "$targetFile" ''; # On Darwin, we need to use BOOTSTRAPPING-WITH-HOSTLIBS because of ABI # stability, and have to provide the definitions for the system stdlib. appleSwiftCore = stdenv.mkDerivation { name = "apple-swift-core"; dontUnpack = true; installPhase = '' mkdir -p $out/lib/swift cp -r \ "${MacOSX-SDK}/usr/lib/swift/Swift.swiftmodule" \ "${MacOSX-SDK}/usr/lib/swift/libswiftCore.tbd" \ $out/lib/swift/ ''; }; in stdenv.mkDerivation { pname = "swift"; inherit (sources) version; outputs = [ "out" "lib" "dev" "doc" "man" ]; nativeBuildInputs = [ cmake git ninja perl # pod2man pkg-config python3 makeWrapper makeClangWrapper makeSwiftcWrapper ] ++ lib.optionals stdenv.isDarwin [ xcbuild sigtool # codesign DarwinTools # sw_vers fixDarwinDylibNames ]; buildInputs = [ # For lldb python3 swig libxml2 ] ++ lib.optionals stdenv.isLinux [ libuuid ] ++ lib.optionals stdenv.isDarwin [ CoreServices Foundation Combine ]; # This is a partial reimplementation of our setup hook. Because we reuse # the Swift wrapper for the Swift build itself, we need to do some of the # same preparation. postHook = '' for pkg in "''${pkgsHostTarget[@]}" '${clang.libc}'; do for subdir in ${swiftModuleSubdir} ${swiftStaticModuleSubdir} lib/swift; do if [[ -d "$pkg/$subdir" ]]; then export NIX_SWIFTFLAGS_COMPILE+=" -I $pkg/$subdir" fi done for subdir in ${swiftLibSubdir} ${swiftStaticLibSubdir} lib/swift; do if [[ -d "$pkg/$subdir" ]]; then export NIX_LDFLAGS+=" -L $pkg/$subdir" fi done done ''; # We invoke cmakeConfigurePhase multiple times, but only need this once. dontFixCmake = true; # We setup custom build directories. dontUseCmakeBuildDir = true; unpackPhase = let copySource = repo: "cp -r ${sources.${repo}} ${repo}"; in '' mkdir src cd src ${copySource "swift-cmark"} ${copySource "llvm-project"} ${copySource "swift"} ${copySource "swift-experimental-string-processing"} ${copySource "swift-syntax"} ${lib.optionalString (!stdenv.isDarwin) (copySource "swift-corelibs-libdispatch")} chmod -R u+w . ''; patchPhase = '' # Just patch all the things for now, we can focus this later. # TODO: eliminate use of env. find -type f -print0 | xargs -0 sed -i \ ${lib.optionalString stdenv.isDarwin "-e 's|/usr/libexec/PlistBuddy|${xcbuild}/bin/PlistBuddy|g'"} \ -e 's|/usr/bin/env|${coreutils}/bin/env|g' \ -e 's|/usr/bin/make|${gnumake}/bin/make|g' \ -e 's|/bin/mkdir|${coreutils}/bin/mkdir|g' \ -e 's|/bin/cp|${coreutils}/bin/cp|g' \ -e 's|/usr/bin/file|${file}/bin/file|g' patch -p1 -d swift -i ${./patches/swift-cmake-3.25-compat.patch} patch -p1 -d swift -i ${./patches/swift-wrap.patch} patch -p1 -d swift -i ${./patches/swift-nix-resource-root.patch} patch -p1 -d swift -i ${./patches/swift-linux-fix-libc-paths.patch} patch -p1 -d swift -i ${./patches/swift-linux-fix-linking.patch} patch -p1 -d swift -i ${./patches/swift-darwin-libcxx-flags.patch} patch -p1 -d swift -i ${./patches/swift-darwin-link-cxxabi.patch} patch -p1 -d swift -i ${substituteAll { src = ./patches/swift-darwin-plistbuddy-workaround.patch; inherit swiftArch; }} patch -p1 -d swift -i ${substituteAll { src = ./patches/swift-prevent-sdk-dirs-warning.patch; inherit (builtins) storeDir; }} # This patch needs to know the lib output location, so must be substituted # in the same derivation as the compiler. storeDir="${builtins.storeDir}" \ substituteAll ${./patches/swift-separate-lib.patch} $TMPDIR/swift-separate-lib.patch patch -p1 -d swift -i $TMPDIR/swift-separate-lib.patch patch -p1 -d llvm-project/llvm -i ${./patches/llvm-module-cache.patch} patch -p1 -d llvm-project/clang -i ${./patches/clang-toolchain-dir.patch} patch -p1 -d llvm-project/clang -i ${./patches/clang-wrap.patch} patch -p1 -d llvm-project/clang -i ${../../llvm/14/clang/purity.patch} patch -p2 -d llvm-project/clang -i ${fetchpatch { name = "clang-cmake-fix-interpreter.patch"; url = "https://github.com/llvm/llvm-project/commit/b5eaf500f2441eff2277ea2973878fb1f171fd0a.patch"; sha256 = "1rma1al0rbm3s3ql6bnvbcighp74lri1lcrwbyacgdqp80fgw1b6"; }} # gcc-13 build fixes patch -p2 -d llvm-project/llvm -i ${fetchpatch { name = "gcc-13.patch"; url = "https://github.com/llvm/llvm-project/commit/ff1681ddb303223973653f7f5f3f3435b48a1983.patch"; hash = "sha256-nkRPWx8gNvYr7mlvEUiOAb1rTrf+skCZjAydJVUHrcI="; }} ${lib.optionalString stdenv.isLinux '' substituteInPlace llvm-project/clang/lib/Driver/ToolChains/Linux.cpp \ --replace 'SysRoot + "/lib' '"${glibc}/lib" "' \ --replace 'SysRoot + "/usr/lib' '"${glibc}/lib" "' \ --replace 'LibDir = "lib";' 'LibDir = "${glibc}/lib";' \ --replace 'LibDir = "lib64";' 'LibDir = "${glibc}/lib";' \ --replace 'LibDir = X32 ? "libx32" : "lib64";' 'LibDir = "${glibc}/lib";' # uuid.h is not part of glibc, but of libuuid. sed -i 's|''${GLIBC_INCLUDE_PATH}/uuid/uuid.h|${libuuid.dev}/include/uuid/uuid.h|' \ swift/stdlib/public/Platform/glibc.modulemap.gyb ''} # Remove tests for cross compilation, which we don't currently support. rm swift/test/Interop/Cxx/class/constructors-copy-irgen-*.swift rm swift/test/Interop/Cxx/class/constructors-irgen-*.swift # TODO: consider fixing and re-adding. This test fails due to a non-standard "install_prefix". rm swift/validation-test/Python/build_swift.swift # We cannot handle the SDK location being in "Weird Location" due to Nix isolation. rm swift/test/DebugInfo/compiler-flags.swift # TODO: Fix issue with ld.gold invoked from script finding crtbeginS.o and crtendS.o. rm swift/test/IRGen/ELF-remove-autolink-section.swift # The following two tests fail because we use don't use the bundled libicu: # [SOURCE_DIR/utils/build-script] ERROR: can't find source directory for libicu (tried /build/src/icu) rm swift/validation-test/BuildSystem/default_build_still_performs_epilogue_opts_after_split.test rm swift/validation-test/BuildSystem/test_early_swift_driver_and_infer.swift # TODO: This test fails for some unknown reason rm swift/test/Serialization/restrict-swiftmodule-to-revision.swift # This test was flaky in ofborg, see #186476 rm swift/test/AutoDiff/compiler_crashers_fixed/issue-56649-missing-debug-scopes-in-pullback-trampoline.swift patchShebangs . ${lib.optionalString (!stdenv.isDarwin) '' # NOTE: This interferes with ABI stability on Darwin, which uses the system # libraries in the hardcoded path /usr/lib/swift. fixCmakeFiles . ''} ''; configurePhase = '' export SWIFT_SOURCE_ROOT="$PWD" mkdir -p ../build cd ../build export SWIFT_BUILD_ROOT="$PWD" # Most builds set a target, but LLDB doesn't. Harmless on non-Darwin. export MACOSX_DEPLOYMENT_TARGET=10.15 ''; # These steps are derived from doing a normal build with. # # ./swift/utils/build-toolchain test --dry-run # # But dealing with the custom Python build system is far more trouble than # simply invoking CMake directly. Few variables it passes to CMake are # actually required or non-default. # # Using CMake directly also allows us to split up the already large build, # and package Swift components separately. # # Besides `--dry-run`, another good way to compare build changes between # Swift releases is to diff the scripts: # # git diff swift-5.6.3-RELEASE..swift-5.7-RELEASE -- utils/build* # buildPhase = '' # Helper to build a subdirectory. # # Always reset cmakeFlags before calling this. The cmakeConfigurePhase # amends flags and would otherwise keep expanding it. function buildProject() { mkdir -p $SWIFT_BUILD_ROOT/$1 cd $SWIFT_BUILD_ROOT/$1 cmakeDir=$SWIFT_SOURCE_ROOT/''${2-$1} cmakeConfigurePhase ninjaBuildPhase } cmakeFlags="-GNinja" buildProject swift-cmark # Some notes: # - The Swift build just needs Clang. # - We can further reduce targets to just our targetPlatform. cmakeFlags=" -GNinja -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD=${{ "x86_64" = "X86"; "aarch64" = "AArch64"; }.${targetPlatform.parsed.cpu.name}} " buildProject llvm llvm-project/llvm '' + lib.optionalString stdenv.isDarwin '' # Add appleSwiftCore to the search paths. We can't simply add it to # buildInputs, because it is potentially an older stdlib than the one we're # building. We have to remove it again after the main Swift build, or later # build steps may fail. (Specific case: Concurrency backdeploy uses the # Sendable protocol, which appears to not be present in the macOS 11 SDK.) OLD_NIX_SWIFTFLAGS_COMPILE="$NIX_SWIFTFLAGS_COMPILE" OLD_NIX_LDFLAGS="$NIX_LDFLAGS" export NIX_SWIFTFLAGS_COMPILE+=" -I ${appleSwiftCore}/lib/swift" export NIX_LDFLAGS+=" -L ${appleSwiftCore}/lib/swift" '' + '' # Some notes: # - BOOTSTRAPPING_MODE defaults to OFF in CMake, but is enabled in standard # builds, so we enable it as well. On Darwin, we have to use the system # Swift libs because of ABI-stability, but this may be trouble if the # builder is an older macOS. # - Experimental features are OFF by default in CMake, but are enabled in # official builds, so we do the same. (Concurrency is also required in # the stdlib. StringProcessing is often implicitely imported, causing # lots of warnings if missing.) # - SWIFT_STDLIB_ENABLE_OBJC_INTEROP is set explicitely because its check # is buggy. (Uses SWIFT_HOST_VARIANT_SDK before initialized.) # Fixed in: https://github.com/apple/swift/commit/84083afef1de5931904d5c815d53856cdb3fb232 cmakeFlags=" -GNinja -DBOOTSTRAPPING_MODE=BOOTSTRAPPING${lib.optionalString stdenv.isDarwin "-WITH-HOSTLIBS"} -DSWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING=ON -DSWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY=ON -DSWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED=ON -DSWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING=ON -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DClang_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/clang -DSWIFT_PATH_TO_CMARK_SOURCE=$SWIFT_SOURCE_ROOT/swift-cmark -DSWIFT_PATH_TO_CMARK_BUILD=$SWIFT_BUILD_ROOT/swift-cmark -DSWIFT_PATH_TO_LIBDISPATCH_SOURCE=$SWIFT_SOURCE_ROOT/swift-corelibs-libdispatch -DSWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=$SWIFT_SOURCE_ROOT/swift-syntax -DSWIFT_PATH_TO_STRING_PROCESSING_SOURCE=$SWIFT_SOURCE_ROOT/swift-experimental-string-processing -DSWIFT_INSTALL_COMPONENTS=${lib.concatStringsSep ";" swiftInstallComponents} -DSWIFT_STDLIB_ENABLE_OBJC_INTEROP=${if stdenv.isDarwin then "ON" else "OFF"} " buildProject swift '' + lib.optionalString stdenv.isDarwin '' # Restore search paths to remove appleSwiftCore. export NIX_SWIFTFLAGS_COMPILE="$OLD_NIX_SWIFTFLAGS_COMPILE" export NIX_LDFLAGS="$OLD_NIX_LDFLAGS" '' + '' # These are based on flags in `utils/build-script-impl`. # # LLDB_USE_SYSTEM_DEBUGSERVER=ON disables the debugserver build on Darwin, # which requires a special signature. # # CMAKE_BUILD_WITH_INSTALL_NAME_DIR ensures we don't use rpath on Darwin. # # NOTE: On Darwin, we only want ncurses in the linker search path, because # headers are part of libsystem. Adding its headers to the search path # causes strange mixing and errors. Note that libedit propagates ncurses, # so we add both manually here, instead of relying on setup hooks. # TODO: Find a better way to prevent this conflict. cmakeFlags=" -GNinja -DLLDB_SWIFTC=$SWIFT_BUILD_ROOT/swift/bin/swiftc -DLLDB_SWIFT_LIBS=$SWIFT_BUILD_ROOT/swift/lib/swift -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DClang_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/clang -DSwift_DIR=$SWIFT_BUILD_ROOT/swift/lib/cmake/swift -DLLDB_ENABLE_CURSES=ON -DLLDB_ENABLE_LIBEDIT=ON -DLLDB_ENABLE_PYTHON=ON -DLLDB_ENABLE_LZMA=OFF -DLLDB_ENABLE_LUA=OFF -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON ${lib.optionalString stdenv.isDarwin '' -DLLDB_USE_SYSTEM_DEBUGSERVER=ON ''} -DLibEdit_INCLUDE_DIRS=${libedit.dev}/include -DLibEdit_LIBRARIES=${libedit}/lib/libedit${stdenv.hostPlatform.extensions.sharedLibrary} -DCURSES_INCLUDE_DIRS=${if stdenv.isDarwin then "/var/empty" else ncurses.dev}/include -DCURSES_LIBRARIES=${ncurses}/lib/libncurses${stdenv.hostPlatform.extensions.sharedLibrary} -DPANEL_LIBRARIES=${ncurses}/lib/libpanel${stdenv.hostPlatform.extensions.sharedLibrary} "; buildProject lldb llvm-project/lldb ${lib.optionalString stdenv.isDarwin '' # Need to do a standalone build of concurrency for Darwin back deployment. # Based on: utils/swift_build_support/swift_build_support/products/backdeployconcurrency.py cmakeFlags=" -GNinja -DCMAKE_Swift_COMPILER=$SWIFT_BUILD_ROOT/swift/bin/swiftc -DSWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=$SWIFT_SOURCE_ROOT/swift-syntax -DTOOLCHAIN_DIR=/var/empty -DSWIFT_NATIVE_LLVM_TOOLS_PATH=${stdenv.cc}/bin -DSWIFT_NATIVE_CLANG_TOOLS_PATH=${stdenv.cc}/bin -DSWIFT_NATIVE_SWIFT_TOOLS_PATH=$SWIFT_BUILD_ROOT/swift/bin -DCMAKE_CROSSCOMPILING=ON -DBUILD_SWIFT_CONCURRENCY_BACK_DEPLOYMENT_LIBRARIES=ON -DSWIFT_INCLUDE_TOOLS=OFF -DSWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT=OFF -DSWIFT_BUILD_TEST_SUPPORT_MODULES=OFF -DSWIFT_BUILD_STDLIB=OFF -DSWIFT_BUILD_DYNAMIC_STDLIB=OFF -DSWIFT_BUILD_STATIC_STDLIB=OFF -DSWIFT_BUILD_REMOTE_MIRROR=OFF -DSWIFT_BUILD_SDK_OVERLAY=OFF -DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY=OFF -DSWIFT_BUILD_STATIC_SDK_OVERLAY=OFF -DSWIFT_INCLUDE_TESTS=OFF -DSWIFT_BUILD_PERF_TESTSUITE=OFF -DSWIFT_HOST_VARIANT_ARCH=${swiftArch} -DBUILD_STANDALONE=ON -DSWIFT_INSTALL_COMPONENTS=back-deployment -DSWIFT_SDKS=${{ "macos" = "OSX"; "ios" = "IOS"; #IOS_SIMULATOR #TVOS #TVOS_SIMULATOR #WATCHOS #WATCHOS_SIMULATOR }.${targetPlatform.darwinPlatform}} -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DSWIFT_DEST_ROOT=$out -DSWIFT_HOST_VARIANT_SDK=OSX -DSWIFT_DARWIN_DEPLOYMENT_VERSION_OSX=10.15 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_IOS=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_MACCATALYST=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_TVOS=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_WATCHOS=6.0 " # This depends on the special Clang build specific to the Swift branch. # We also need to call a specific Ninja target. export CC=$SWIFT_BUILD_ROOT/llvm/bin/clang export CXX=$SWIFT_BUILD_ROOT/llvm/bin/clang++ ninjaFlags="back-deployment" buildProject swift-concurrency-backdeploy swift export CC=$NIX_CC/bin/clang export CXX=$NIX_CC/bin/clang++ unset ninjaFlags ''} ''; # TODO: ~50 failing tests on x86_64-linux. Other platforms not checked. doCheck = false; nativeCheckInputs = [ file ]; # TODO: consider using stress-tester and integration-test. checkPhase = '' cd $SWIFT_BUILD_ROOT/swift checkTarget=check-swift-all ninjaCheckPhase unset checkTarget ''; installPhase = '' # Undo the clang and swift wrapping we did for the build. # (This happened via patches to cmake files.) cd $SWIFT_BUILD_ROOT mv llvm/bin/clang-15{-unwrapped,} mv swift/bin/swift-frontend{-unwrapped,} mkdir $out $lib # Install clang binaries only. We hide these with the wrapper, so they are # for private use by Swift only. cd $SWIFT_BUILD_ROOT/llvm installTargets=install-clang ninjaInstallPhase unset installTargets # LLDB is also a private install. cd $SWIFT_BUILD_ROOT/lldb ninjaInstallPhase cd $SWIFT_BUILD_ROOT/swift ninjaInstallPhase ${lib.optionalString stdenv.isDarwin '' cd $SWIFT_BUILD_ROOT/swift-concurrency-backdeploy installTargets=install-back-deployment ninjaInstallPhase unset installTargets ''} # Separate $lib output here, because specific logic follows. # Only move the dynamic run-time parts, to keep $lib small. Every Swift # build will depend on it. moveToOutput "lib/swift" "$lib" moveToOutput "lib/libswiftDemangle.*" "$lib" # This link is here because various tools (swiftpm) check for stdlib # relative to the swift compiler. It's fine if this is for build-time # stuff, but we should patch all cases were it would end up in an output. ln -s $lib/lib/swift $out/lib/swift # Swift has a separate resource root from Clang, but locates the Clang # resource root via subdir or symlink. Provide a default here, but we also # patch Swift to prefer NIX_CC if set. # # NOTE: We don't symlink directly here, because that'd add a run-time dep # on the full Clang compiler to every Swift executable. The copy here is # just copying the 3 symlinks inside to smaller closures. mkdir $lib/lib/swift/clang cp -P ${clang}/resource-root/* $lib/lib/swift/clang/ ${lib.optionalString stdenv.isDarwin '' # Install required library for ObjC interop. # TODO: Is there no source code for this available? cp -r ${CLTools_Executables}/usr/lib/arc $out/lib/arc ''} ''; preFixup = lib.optionalString stdenv.isLinux '' # This is cheesy, but helps the patchelf hook remove /build from RPATH. cd $SWIFT_BUILD_ROOT/.. mv build buildx ''; postFixup = lib.optionalString stdenv.isDarwin '' # These libraries need to use the system install name. The official SDK # does the same (as opposed to using rpath). Presumably, they are part of # the stable ABI. Not using the system libraries at run-time is known to # cause ObjC class conflicts and segfaults. declare -A systemLibs=( [libswiftCore.dylib]=1 [libswiftDarwin.dylib]=1 [libswiftSwiftOnoneSupport.dylib]=1 [libswift_Concurrency.dylib]=1 ) for systemLib in "''${!systemLibs[@]}"; do install_name_tool -id /usr/lib/swift/$systemLib $lib/${swiftLibSubdir}/$systemLib done for file in $out/bin/swift-frontend $lib/${swiftLibSubdir}/*.dylib; do changeArgs="" for dylib in $(otool -L $file | awk '{ print $1 }'); do if [[ ''${systemLibs["$(basename $dylib)"]} ]]; then changeArgs+=" -change $dylib /usr/lib/swift/$(basename $dylib)" elif [[ "$dylib" = */bootstrapping1/* ]]; then changeArgs+=" -change $dylib $lib/lib/swift/$(basename $dylib)" fi done if [[ -n "$changeArgs" ]]; then install_name_tool $changeArgs $file fi done wrapProgram $out/bin/swift-frontend \ --prefix PATH : ${lib.makeBinPath runtimeDeps} ''; passthru = { inherit swiftOs swiftArch swiftModuleSubdir swiftLibSubdir swiftStaticModuleSubdir swiftStaticLibSubdir; # Internal attr for the wrapper. _wrapperParams = wrapperParams; }; meta = { description = "The Swift Programming Language"; homepage = "https://github.com/apple/swift"; maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ]; license = lib.licenses.asl20; platforms = with lib.platforms; linux ++ darwin; # Swift doesn't support 32-bit Linux, unknown on other platforms. badPlatforms = lib.platforms.i686; timeout = 86400; # 24 hours. }; } [result] Failed to update swift 5.8 -> 5.9.2-RELEASE https://github.com/apple/swift/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yamale, using log file: /var/log/nixpkgs-update/python311Packages.yamale/2024-03-05.log python311Packages.yamale 0 -> 1 attrpath: python311Packages.yamale Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/58flhascgdzmmlvchsxav23bfc4wgafm-packages.json.drv building '/nix/store/58flhascgdzmmlvchsxav23bfc4wgafm-packages.json.drv'... Going to be running update for following packages: - python3.11-yamale-4.0.4 Press Enter key to continue... Running update for: - python3.11-yamale-4.0.4: UPDATING ... - python3.11-yamale-4.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yamale 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytube, using log file: /var/log/nixpkgs-update/python311Packages.pytube/2024-03-05.log python311Packages.pytube 0 -> 1 attrpath: python311Packages.pytube Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kj8xcy4x4cbv9p3qxbzifn38sh7zn0b8-packages.json.drv building '/nix/store/kj8xcy4x4cbv9p3qxbzifn38sh7zn0b8-packages.json.drv'... Going to be running update for following packages: - python3.11-pytube-15.0.0 Press Enter key to continue... Running update for: - python3.11-pytube-15.0.0: UPDATING ... - python3.11-pytube-15.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytube 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath maigret, using log file: /var/log/nixpkgs-update/maigret/2024-03-05.log maigret 0 -> 1 attrpath: maigret 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/39ks0j6rl3wccy8fd3nlq41gc57x1bmf-packages.json.drv building '/nix/store/39ks0j6rl3wccy8fd3nlq41gc57x1bmf-packages.json.drv'... Going to be running update for following packages: - maigret-0.4.4 Press Enter key to continue... Running update for: - maigret-0.4.4: UPDATING ... - maigret-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update maigret 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-iotcentral, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-iotcentral/2024-03-05.log python311Packages.azure-mgmt-iotcentral 0 -> 1 attrpath: python311Packages.azure-mgmt-iotcentral Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qlkdsnj8f24bbx4ppkfndannhxp94wqv-packages.json.drv building '/nix/store/qlkdsnj8f24bbx4ppkfndannhxp94wqv-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-iotcentral-9.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-iotcentral-9.0.0: UPDATING ... - python3.11-azure-mgmt-iotcentral-9.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-iotcentral 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.nomad, using log file: /var/log/nixpkgs-update/terraform-providers.nomad/2024-03-05.log terraform-providers.nomad 0 -> 1 attrpath: terraform-providers.nomad Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.nomad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dockerfile-parse, using log file: /var/log/nixpkgs-update/python311Packages.dockerfile-parse/2024-03-05.log python311Packages.dockerfile-parse 0 -> 1 attrpath: python311Packages.dockerfile-parse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jb53r0fcxlrqq1g68i84ybifwa01b2kj-packages.json.drv building '/nix/store/jb53r0fcxlrqq1g68i84ybifwa01b2kj-packages.json.drv'... Going to be running update for following packages: - python3.11-dockerfile-parse-2.0.1 Press Enter key to continue... Running update for: - python3.11-dockerfile-parse-2.0.1: UPDATING ... - python3.11-dockerfile-parse-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dockerfile-parse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynuki, using log file: /var/log/nixpkgs-update/python311Packages.pynuki/2024-03-05.log python311Packages.pynuki 0 -> 1 attrpath: python311Packages.pynuki Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dc8qhqjzx4ia68pysi2hbb5vkvlz8sxs-packages.json.drv building '/nix/store/dc8qhqjzx4ia68pysi2hbb5vkvlz8sxs-packages.json.drv'... Going to be running update for following packages: - python3.11-pynuki-1.6.3 Press Enter key to continue... Running update for: - python3.11-pynuki-1.6.3: UPDATING ... - python3.11-pynuki-1.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynuki 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.monoidmap, using log file: /var/log/nixpkgs-update/haskellPackages.monoidmap/2024-03-05.log haskellPackages.monoidmap 0.0.0.1 -> 0.0.1.0 https://repology.org/project/haskell:monoidmap/versions attrpath: haskellPackages.monoidmap Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.monoidmap 0.0.0.1 -> 0.0.1.0 https://repology.org/project/haskell:monoidmap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.helpdev, using log file: /var/log/nixpkgs-update/python311Packages.helpdev/2024-03-05.log python311Packages.helpdev 0 -> 1 attrpath: python311Packages.helpdev Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8r36cjq5pcaj99j1rx6yk82hwrjl5c8q-packages.json.drv building '/nix/store/8r36cjq5pcaj99j1rx6yk82hwrjl5c8q-packages.json.drv'... Going to be running update for following packages: - python3.11-helpdev-0.7.1 Press Enter key to continue... Running update for: - python3.11-helpdev-0.7.1: UPDATING ... - python3.11-helpdev-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.helpdev 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.saneyaml, using log file: /var/log/nixpkgs-update/python311Packages.saneyaml/2024-03-05.log python311Packages.saneyaml 0 -> 1 attrpath: python311Packages.saneyaml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/90s9j7pk8536df4wn180am4xfqa3rb7n-packages.json.drv building '/nix/store/90s9j7pk8536df4wn180am4xfqa3rb7n-packages.json.drv'... Going to be running update for following packages: - python3.11-saneyaml-0.6.0 Press Enter key to continue... Running update for: - python3.11-saneyaml-0.6.0: UPDATING ... - python3.11-saneyaml-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.saneyaml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath insulator2, using log file: /var/log/nixpkgs-update/insulator2/2024-03-05.log insulator2 2.12.2 -> 2.13.1 https://github.com/andrewinci/insulator2/releases attrpath: insulator2 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update insulator2 2.12.2 -> 2.13.1 https://github.com/andrewinci/insulator2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.DateTimeTimeZone 2.60 -> 2.62 https://repology.org/project/perl:datetime-timezone/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.coveffectsplot, using log file: /var/log/nixpkgs-update/rPackages.coveffectsplot/2024-03-05.log rPackages.coveffectsplot 1.0.4 -> 1.0.5 https://repology.org/project/r:coveffectsplot/versions attrpath: rPackages.coveffectsplot Checking auto update branch... No auto update branch exists Old version 1.0.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.coveffectsplot 1.0.4 -> 1.0.5 https://repology.org/project/r:coveffectsplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cmake, using log file: /var/log/nixpkgs-update/cmake/2024-03-05.log cmake 3.28.2 -> 3.28.3 https://repology.org/project/cmake/versions attrpath: cmake Checking auto update branch... No auto update branch exists Old version 3.28.2" not present in staging derivation file with contents: { lib , stdenv , fetchurl , buildPackages , bzip2 , curlMinimal , expat , libarchive , libuv , ncurses , openssl , pkg-config , ps , rhash , sphinx , texinfo , xz , zlib , isBootstrap ? null , isMinimalBuild ? ( if isBootstrap != null then lib.warn "isBootstrap argument is deprecated and will be removed; use isMinimalBuild instead" isBootstrap else false) , useOpenSSL ? !isMinimalBuild , useSharedLibraries ? (!isMinimalBuild && !stdenv.isCygwin) , uiToolkits ? [] # can contain "ncurses" and/or "qt5" , buildDocs ? !(isMinimalBuild || (uiToolkits == [])) , darwin , libsForQt5 , gitUpdater }: let inherit (darwin.apple_sdk.frameworks) CoreServices SystemConfiguration; inherit (libsForQt5) qtbase wrapQtAppsHook; cursesUI = lib.elem "ncurses" uiToolkits; qt5UI = lib.elem "qt5" uiToolkits; in # Accepts only "ncurses" and "qt5" as possible uiToolkits assert lib.subtractLists [ "ncurses" "qt5" ] uiToolkits == []; # Minimal, bootstrap cmake does not have toolkits assert isMinimalBuild -> (uiToolkits == []); stdenv.mkDerivation (finalAttrs: { pname = "cmake" + lib.optionalString isMinimalBuild "-minimal" + lib.optionalString cursesUI "-cursesUI" + lib.optionalString qt5UI "-qt5UI"; version = "3.28.3"; src = fetchurl { url = "https://cmake.org/files/v${lib.versions.majorMinor finalAttrs.version}/cmake-${finalAttrs.version}.tar.gz"; hash = "sha256-crdXDlyFk95qxKtDO3PqsYxfsyiIBGDIbOMmCBQa1cE="; }; patches = [ # Don't search in non-Nix locations such as /usr, but do search in our libc. ./001-search-path.diff # Don't depend on frameworks. ./002-application-services.diff # Derived from https://github.com/libuv/libuv/commit/1a5d4f08238dd532c3718e210078de1186a5920d ./003-libuv-application-services.diff ] ++ lib.optional stdenv.isCygwin ./004-cygwin.diff # Derived from https://github.com/curl/curl/commit/31f631a142d855f069242f3e0c643beec25d1b51 ++ lib.optional (stdenv.isDarwin && isMinimalBuild) ./005-remove-systemconfiguration-dep.diff # On Darwin, always set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG. ++ lib.optional stdenv.isDarwin ./006-darwin-always-set-runtime-c-flag.diff; outputs = [ "out" ] ++ lib.optionals buildDocs [ "man" "info" ]; separateDebugInfo = true; setOutputFlags = false; setupHooks = [ ./setup-hook.sh ./check-pc-files-hook.sh ]; depsBuildBuild = [ buildPackages.stdenv.cc ]; nativeBuildInputs = finalAttrs.setupHooks ++ [ pkg-config ] ++ lib.optionals buildDocs [ texinfo ] ++ lib.optionals qt5UI [ wrapQtAppsHook ]; buildInputs = lib.optionals useSharedLibraries [ bzip2 curlMinimal expat libarchive xz zlib libuv rhash ] ++ lib.optional useOpenSSL openssl ++ lib.optional cursesUI ncurses ++ lib.optional qt5UI qtbase ++ lib.optional stdenv.isDarwin CoreServices ++ lib.optional (stdenv.isDarwin && !isMinimalBuild) SystemConfiguration; propagatedBuildInputs = lib.optional stdenv.isDarwin ps; preConfigure = '' fixCmakeFiles . substituteInPlace Modules/Platform/UnixPaths.cmake \ --subst-var-by libc_bin ${lib.getBin stdenv.cc.libc} \ --subst-var-by libc_dev ${lib.getDev stdenv.cc.libc} \ --subst-var-by libc_lib ${lib.getLib stdenv.cc.libc} # CC_FOR_BUILD and CXX_FOR_BUILD are used to bootstrap cmake configureFlags="--parallel=''${NIX_BUILD_CORES:-1} CC=$CC_FOR_BUILD CXX=$CXX_FOR_BUILD $configureFlags" ''; # The configuration script is not autoconf-based, although being similar; # triples and other interesting info are passed via CMAKE_* environment # variables and commandline switches configurePlatforms = [ ]; configureFlags = [ "CXXFLAGS=-Wno-elaborated-enum-base" "--docdir=share/doc/${finalAttrs.pname}-${finalAttrs.version}" ] ++ (if useSharedLibraries then [ "--no-system-cppdap" "--no-system-jsoncpp" "--system-libs" ] else [ "--no-system-libs" ]) # FIXME: cleanup ++ lib.optional qt5UI "--qt-gui" ++ lib.optionals buildDocs [ "--sphinx-build=${sphinx}/bin/sphinx-build" "--sphinx-info" "--sphinx-man" ] # Workaround https://gitlab.kitware.com/cmake/cmake/-/issues/20568 ++ lib.optionals stdenv.hostPlatform.is32bit [ "CFLAGS=-D_FILE_OFFSET_BITS=64" "CXXFLAGS=-D_FILE_OFFSET_BITS=64" ] ++ [ "--" # We should set the proper `CMAKE_SYSTEM_NAME`. # http://www.cmake.org/Wiki/CMake_Cross_Compiling # # Unfortunately cmake seems to expect absolute paths for ar, ranlib, and # strip. Otherwise they are taken to be relative to the source root of the # package being built. (lib.cmakeFeature "CMAKE_CXX_COMPILER" "${stdenv.cc.targetPrefix}c++") (lib.cmakeFeature "CMAKE_C_COMPILER" "${stdenv.cc.targetPrefix}cc") (lib.cmakeFeature "CMAKE_AR" "${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ar") (lib.cmakeFeature "CMAKE_RANLIB" "${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ranlib") (lib.cmakeFeature "CMAKE_STRIP" "${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}strip") (lib.cmakeBool "CMAKE_USE_OPENSSL" useOpenSSL) (lib.cmakeBool "BUILD_CursesDialog" cursesUI) ]; # `pkgsCross.musl64.cmake.override { stdenv = pkgsCross.musl64.llvmPackages_16.libcxxStdenv; }` # fails with `The C++ compiler does not support C++11 (e.g. std::unique_ptr).` # The cause is a compiler warning `warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]` # interfering with the feature check. env.NIX_CFLAGS_COMPILE = "-Wno-unused-command-line-argument"; # make install attempts to use the just-built cmake preInstall = lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) '' sed -i 's|bin/cmake|${buildPackages.cmakeMinimal}/bin/cmake|g' Makefile ''; dontUseCmakeConfigure = true; enableParallelBuilding = true; doCheck = false; # fails passthru.updateScript = gitUpdater { url = "https://gitlab.kitware.com/cmake/cmake.git"; rev-prefix = "v"; ignoredVersions = "-"; # -rc1 and friends }; meta = { homepage = "https://cmake.org/"; description = "Cross-platform, open-source build system generator"; longDescription = '' CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. ''; changelog = "https://cmake.org/cmake/help/v${lib.versions.majorMinor finalAttrs.version}/release/${lib.versions.majorMinor finalAttrs.version}.html"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ ttuegel lnl7 AndersonTorres ]; platforms = lib.platforms.all; mainProgram = "cmake"; broken = (qt5UI && stdenv.isDarwin); }; }) [result] Failed to update cmake 3.28.2 -> 3.28.3 https://repology.org/project/cmake/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pync, using log file: /var/log/nixpkgs-update/python311Packages.pync/2024-03-05.log python311Packages.pync 0 -> 1 attrpath: python311Packages.pync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p6j1xbgm253lmps19ak2kcxfq2c519cr-packages.json.drv building '/nix/store/p6j1xbgm253lmps19ak2kcxfq2c519cr-packages.json.drv'... Going to be running update for following packages: - python3.11-pync-2.0.3 Press Enter key to continue... Running update for: - python3.11-pync-2.0.3: UPDATING ... - python3.11-pync-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.optparse, using log file: /var/log/nixpkgs-update/rPackages.optparse/2024-03-05.log rPackages.optparse 1.7.3 -> 1.7.4 https://repology.org/project/r:optparse/versions attrpath: rPackages.optparse Checking auto update branch... No auto update branch exists Old version 1.7.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.optparse 1.7.3 -> 1.7.4 https://repology.org/project/r:optparse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sdmTMB, using log file: /var/log/nixpkgs-update/rPackages.sdmTMB/2024-03-05.log rPackages.sdmTMB 0.4.1 -> 0.4.3 https://repology.org/project/r:sdmtmb/versions attrpath: rPackages.sdmTMB Checking auto update branch... No auto update branch exists Old version 0.4.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.sdmTMB 0.4.1 -> 0.4.3 https://repology.org/project/r:sdmtmb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flake8-future-import, using log file: /var/log/nixpkgs-update/python311Packages.flake8-future-import/2024-03-05.log python311Packages.flake8-future-import 0 -> 1 attrpath: python311Packages.flake8-future-import Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/an0ckxmkiz0a1ws2dn7vbqq7b1mcs047-packages.json.drv building '/nix/store/an0ckxmkiz0a1ws2dn7vbqq7b1mcs047-packages.json.drv'... Going to be running update for following packages: - python3.11-flake8-future-import-0.4.7 Press Enter key to continue... Running update for: - python3.11-flake8-future-import-0.4.7: UPDATING ... - python3.11-flake8-future-import-0.4.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flake8-future-import 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.easygui, using log file: /var/log/nixpkgs-update/python311Packages.easygui/2024-03-05.log python311Packages.easygui 0 -> 1 attrpath: python311Packages.easygui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q3fag5ad09jmf247kdyrygvgcg5z767l-packages.json.drv building '/nix/store/q3fag5ad09jmf247kdyrygvgcg5z767l-packages.json.drv'... Going to be running update for following packages: - python3.11-easygui-0.98.3 Press Enter key to continue... Running update for: - python3.11-easygui-0.98.3: UPDATING ... - python3.11-easygui-0.98.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.easygui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hwdata, using log file: /var/log/nixpkgs-update/python311Packages.hwdata/2024-03-05.log python311Packages.hwdata 0 -> 1 attrpath: python311Packages.hwdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yd71q951g9pnfk5sv4pg5sa3xvxb14qc-packages.json.drv building '/nix/store/yd71q951g9pnfk5sv4pg5sa3xvxb14qc-packages.json.drv'... Going to be running update for following packages: - python3.11-hwdata-2.4.1 Press Enter key to continue... Running update for: - python3.11-hwdata-2.4.1: UPDATING ... - python3.11-hwdata-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hwdata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xknxproject, using log file: /var/log/nixpkgs-update/python311Packages.xknxproject/2024-03-05.log python311Packages.xknxproject 0 -> 1 attrpath: python311Packages.xknxproject Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bnrz49macqbgic21a4l6ri98nrz19wyj-packages.json.drv building '/nix/store/bnrz49macqbgic21a4l6ri98nrz19wyj-packages.json.drv'... Going to be running update for following packages: - python3.11-xknxproject-3.7.0 Press Enter key to continue... Running update for: - python3.11-xknxproject-3.7.0: UPDATING ... - python3.11-xknxproject-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xknxproject 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arxiv-latex-cleaner, using log file: /var/log/nixpkgs-update/arxiv-latex-cleaner/2024-03-05.log arxiv-latex-cleaner 0 -> 1 attrpath: arxiv-latex-cleaner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/364pw9lip6i1cwqnxixm50s6yj5g95y3-packages.json.drv building '/nix/store/364pw9lip6i1cwqnxixm50s6yj5g95y3-packages.json.drv'... Going to be running update for following packages: - arxiv-latex-cleaner-1.0.4 Press Enter key to continue... Running update for: - arxiv-latex-cleaner-1.0.4: UPDATING ... - arxiv-latex-cleaner-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update arxiv-latex-cleaner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hashlink, using log file: /var/log/nixpkgs-update/hashlink/2024-03-05.log hashlink 1.13 -> 1.14 https://github.com/HaxeFoundation/hashlink/releases attrpath: hashlink Checking auto update branch... An auto update branch exists with message `hashlink: 1.13 -> 1.14`. New version is 1.14. An auto update branch exists with an equal or greater version [result] Failed to update hashlink 1.13 -> 1.14 https://github.com/HaxeFoundation/hashlink/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath themechanger, using log file: /var/log/nixpkgs-update/themechanger/2024-03-05.log themechanger 0 -> 1 attrpath: themechanger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/szb0q616hlv3297sqch540qar15av8nm-packages.json.drv building '/nix/store/szb0q616hlv3297sqch540qar15av8nm-packages.json.drv'... Going to be running update for following packages: - themechanger-0.11.1 Press Enter key to continue... Running update for: - themechanger-0.11.1: UPDATING ... - themechanger-0.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update themechanger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath source-serif, using log file: /var/log/nixpkgs-update/source-serif/2024-03-05.log source-serif 4.005 -> 4.005R https://github.com/adobe-fonts/source-serif/releases attrpath: source-serif Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv building '/nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv'... trying https://github.com/adobe-fonts/source-serif/archive/refs/tags/4.005RR.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'source-serif.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv /nix/store/jwdlr8zscwjq4pyq55ilrj9xwbyipsni-source-serif-4.005R.drv building '/nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv'... trying https://github.com/adobe-fonts/source-serif/archive/refs/tags/4.005RR.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/adobe-fonts/source-serif/archive/refs/tags/4.005RR.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/gi7agi7kblfvy4fc7ax53z7fmc7xvbhq-source.drv'. error: 1 dependencies of derivation '/nix/store/jwdlr8zscwjq4pyq55ilrj9xwbyipsni-source-serif-4.005R.drv' failed to build [result] Failed to update source-serif 4.005 -> 4.005R https://github.com/adobe-fonts/source-serif/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sortedcollections, using log file: /var/log/nixpkgs-update/python311Packages.sortedcollections/2024-03-05.log python311Packages.sortedcollections 0 -> 1 attrpath: python311Packages.sortedcollections Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y69d5ypnf8q7zg8955wm0jli79579id0-packages.json.drv building '/nix/store/y69d5ypnf8q7zg8955wm0jli79579id0-packages.json.drv'... Going to be running update for following packages: - python3.11-sortedcollections-2.1.0 Press Enter key to continue... Running update for: - python3.11-sortedcollections-2.1.0: UPDATING ... - python3.11-sortedcollections-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sortedcollections 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bleak-esphome, using log file: /var/log/nixpkgs-update/python311Packages.bleak-esphome/2024-03-05.log python311Packages.bleak-esphome 0 -> 1 attrpath: python311Packages.bleak-esphome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yfqy6fzrbmv0jhbmznlhgjxsd2zmyivs-packages.json.drv building '/nix/store/yfqy6fzrbmv0jhbmznlhgjxsd2zmyivs-packages.json.drv'... Going to be running update for following packages: - python3.11-bleak-esphome-0.4.1 Press Enter key to continue... Running update for: - python3.11-bleak-esphome-0.4.1: UPDATING ... - python3.11-bleak-esphome-0.4.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bleak-esphome/default.nix b/pkgs/development/python-modules/bleak-esphome/default.nix index ffecee75337a..303176102229 100644 --- a/pkgs/development/python-modules/bleak-esphome/default.nix +++ b/pkgs/development/python-modules/bleak-esphome/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "bleak-esphome"; - version = "0.4.1"; + version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "bluetooth-devices"; repo = "bleak-esphome"; rev = "refs/tags/v${version}"; - hash = "sha256-cLjQg54DL17VtM/NFOQUE0dJThz5EhjipW2t9yhAMQ0="; + hash = "sha256-zz7vh+UIahHtb6ZjR/eRrS9RGur2klqbgKoeJpMrH/k="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 38 > 25 [result] Failed to update python311Packages.bleak-esphome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.npboottprmFBar, using log file: /var/log/nixpkgs-update/rPackages.npboottprmFBar/2024-03-05.log rPackages.npboottprmFBar 0.1.0 -> 0.1.1 https://repology.org/project/r:npboottprmfbar/versions attrpath: rPackages.npboottprmFBar 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.npboottprmFBar 0.1.0 -> 0.1.1 https://repology.org/project/r:npboottprmfbar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.imagefluency, using log file: /var/log/nixpkgs-update/rPackages.imagefluency/2024-03-05.log rPackages.imagefluency 0.2.4 -> 0.2.5 https://repology.org/project/r:imagefluency/versions attrpath: rPackages.imagefluency Checking auto update branch... No auto update branch exists Old version 0.2.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.imagefluency 0.2.4 -> 0.2.5 https://repology.org/project/r:imagefluency/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.libluv, using log file: /var/log/nixpkgs-update/lua52Packages.libluv/2024-03-05.log lua52Packages.libluv 1.44.2-1 -> 1.48.0-2 https://github.com/luvit/luv/releases attrpath: lua52Packages.libluv Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.libluv 1.44.2-1 -> 1.48.0-2 https://github.com/luvit/luv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RUnit, using log file: /var/log/nixpkgs-update/rPackages.RUnit/2024-03-05.log rPackages.RUnit 0.4.32 -> 0.4.33 https://repology.org/project/r:runit/versions attrpath: rPackages.RUnit Checking auto update branch... No auto update branch exists Old version 0.4.32" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RUnit 0.4.32 -> 0.4.33 https://repology.org/project/r:runit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath googleearth-pro, using log file: /var/log/nixpkgs-update/googleearth-pro/2024-03-05.log googleearth-pro 7.3.4.8248 -> 7.3.6.9796 https://repology.org/project/google-earth-pro/versions attrpath: googleearth-pro 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/googleearth-pro/default.nix b/pkgs/applications/misc/googleearth-pro/default.nix index 59912ef6b1ac..e1ed46a46c4b 100644 --- a/pkgs/applications/misc/googleearth-pro/default.nix +++ b/pkgs/applications/misc/googleearth-pro/default.nix @@ -35,11 +35,11 @@ let in mkDerivation rec { pname = "googleearth-pro"; - version = "7.3.4.8248"; + version = "7.3.6.9796"; src = fetchurl { url = "https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-pro-stable/google-earth-pro-stable_${version}-r0_${arch}.deb"; - sha256 = "1pbapi267snlrjari5k93y6kbrjsqhqxgkxxqaqv4r25az00dx6d"; + sha256 = "sha256-Wv2jPGN7LC5T32WdX3W1BfGYrcXTNWTI1Wv+PmD0gNM="; }; nativeBuildInputs = [ dpkg makeWrapper autoPatchelfHook ]; [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 googleearth-pro Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . googleearth-pro Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/googleearth-pro/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/googleearth-pro/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘googleearth-pro-7.3.6.9796’ in /var/cache/nixpkgs-update/worker/worktree/googleearth-pro/pkgs/applications/misc/googleearth-pro/default.nix:117 has an unfree license (‘unfree’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "googleearth-pro-7.3.6.9796" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update googleearth-pro 7.3.4.8248 -> 7.3.6.9796 https://repology.org/project/google-earth-pro/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jishaku, using log file: /var/log/nixpkgs-update/python311Packages.jishaku/2024-03-05.log python311Packages.jishaku 0 -> 1 attrpath: python311Packages.jishaku 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/111dl5arw6parq7iax7dlscca04k6agh-packages.json.drv building '/nix/store/111dl5arw6parq7iax7dlscca04k6agh-packages.json.drv'... Going to be running update for following packages: - python3.11-jishaku-2.5.2 Press Enter key to continue... Running update for: - python3.11-jishaku-2.5.2: UPDATING ... - python3.11-jishaku-2.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jishaku 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath osc-cli, using log file: /var/log/nixpkgs-update/osc-cli/2024-03-05.log osc-cli 0 -> 1 attrpath: osc-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/88d94b08fg3nb09iiy1z8g0s0k0h1hkk-packages.json.drv building '/nix/store/88d94b08fg3nb09iiy1z8g0s0k0h1hkk-packages.json.drv'... Going to be running update for following packages: - osc-cli-1.11.0 Press Enter key to continue... Running update for: - osc-cli-1.11.0: UPDATING ... - osc-cli-1.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update osc-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.container-inspector, using log file: /var/log/nixpkgs-update/python311Packages.container-inspector/2024-03-05.log python311Packages.container-inspector 0 -> 1 attrpath: python311Packages.container-inspector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c7aayfaz5db503y5j6zycsbzpkqhsq0m-packages.json.drv building '/nix/store/c7aayfaz5db503y5j6zycsbzpkqhsq0m-packages.json.drv'... Going to be running update for following packages: - python3.11-container-inspector-32.0.1 Press Enter key to continue... Running update for: - python3.11-container-inspector-32.0.1: UPDATING ... - python3.11-container-inspector-32.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.container-inspector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jing, using log file: /var/log/nixpkgs-update/jing/2024-03-05.log jing 20181222 -> 20220510 https://github.com/relaxng/jing-trang/releases attrpath: jing 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/text/xml/jing-trang/default.nix b/pkgs/tools/text/xml/jing-trang/default.nix index f13a82faf295..22f303ab2e0f 100644 --- a/pkgs/tools/text/xml/jing-trang/default.nix +++ b/pkgs/tools/text/xml/jing-trang/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "jing-trang"; - version = "20181222"; + version = "20220510"; src = fetchFromGitHub { owner = "relaxng"; repo = "jing-trang"; rev = "V${version}"; - sha256 = "sha256-Krupa3MGk5UaaQsaNpPMZuIUzHJytDiksz9ysCPkFS4="; + sha256 = "sha256-uGRMVsJSO+lOfSQsgITo5OIlEqZ7bRX1hb+d20a/2iE="; 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 jing nix build failed. [copy] Copying 1 file to /build/source/build/mod/convert-from-dtd/classes/main mod.convert-to-dtd.compile-main: [mkdir] Created dir: /build/source/build/mod/convert-to-dtd/classes/main [javac] /build/source/modbuild.xml:201: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 11 source files to /build/source/build/mod/convert-to-dtd/classes/main [copy] Copying 1 file to /build/source/build/mod/convert-to-dtd/classes/main mod.trang.compile-main: [mkdir] Created dir: /build/source/build/mod/trang/classes/main [javac] /build/source/modbuild.xml:1964: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /build/source/build/mod/trang/classes/main [copy] Copying 1 file to /build/source/build/mod/trang/classes/main mod.trang.jar: [jar] Building jar: /build/source/build/trang.jar ant-jar: BUILD SUCCESSFUL Total time: 4 seconds no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase Buildfile: /build/source/build.xml BUILD FAILED Target "test" does not exist in the project "jing-trang". Total time: 0 seconds [result] Failed to update jing 20181222 -> 20220510 https://github.com/relaxng/jing-trang/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adb-homeassistant, using log file: /var/log/nixpkgs-update/python311Packages.adb-homeassistant/2024-03-05.log python311Packages.adb-homeassistant 0 -> 1 attrpath: python311Packages.adb-homeassistant Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z1m0jn4nh22dl45vsnzdrk9g1ijyhbi0-packages.json.drv building '/nix/store/z1m0jn4nh22dl45vsnzdrk9g1ijyhbi0-packages.json.drv'... Going to be running update for following packages: - python3.11-adb-homeassistant-1.3.1 Press Enter key to continue... Running update for: - python3.11-adb-homeassistant-1.3.1: UPDATING ... - python3.11-adb-homeassistant-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adb-homeassistant 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meshoptimizer, using log file: /var/log/nixpkgs-update/meshoptimizer/2024-03-05.log meshoptimizer 0 -> 1 attrpath: meshoptimizer Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xv9jk3yfy9cj3d0zxpggwhcd3ankrflq-packages.json.drv building '/nix/store/xv9jk3yfy9cj3d0zxpggwhcd3ankrflq-packages.json.drv'... Going to be running update for following packages: - meshoptimizer-0.20 Press Enter key to continue... Running update for: - meshoptimizer-0.20: UPDATING ... - meshoptimizer-0.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update meshoptimizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eunomia, using log file: /var/log/nixpkgs-update/eunomia/2024-03-05.log eunomia 0.200 -> 1.0.3 https://repology.org/project/eunomia/versions attrpath: eunomia Checking auto update branch... No auto update branch exists Old version 0.200" not present in master derivation file with contents: { lib, stdenvNoCC, fetchzip }: let majorVersion = "0"; minorVersion = "200"; in stdenvNoCC.mkDerivation (finalAttrs: { pname = "eunomia"; version = "${majorVersion}.${minorVersion}"; src = fetchzip { url = "https://dotcolon.net/download/fonts/${finalAttrs.pname}_${majorVersion}${minorVersion}.zip"; hash = "sha256-Rd2EakaTWjzoEV00tHTgg/bXgJUFfPjCyQUWi7QhFG4="; stripRoot = false; }; installPhase = '' runHook preInstall install -D -m444 -t $out/share/fonts/opentype $src/*.otf runHook postInstall ''; meta = with lib; { homepage = "http://dotcolon.net/font/eunomia/"; description = "A futuristic decorative font"; platforms = platforms.all; maintainers = with maintainers; [ leenaars minijackson ]; license = licenses.ofl; }; }) [result] Failed to update eunomia 0.200 -> 1.0.3 https://repology.org/project/eunomia/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.segno, using log file: /var/log/nixpkgs-update/python311Packages.segno/2024-03-05.log python311Packages.segno 0 -> 1 attrpath: python311Packages.segno Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ahwz1iz1rmrxni1r7qrhrrpq673n15nz-packages.json.drv building '/nix/store/ahwz1iz1rmrxni1r7qrhrrpq673n15nz-packages.json.drv'... Going to be running update for following packages: - python3.11-segno-1.6.0 Press Enter key to continue... Running update for: - python3.11-segno-1.6.0: UPDATING ... - python3.11-segno-1.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/segno/default.nix b/pkgs/development/python-modules/segno/default.nix index 98c332af7389..70d17c274fb8 100644 --- a/pkgs/development/python-modules/segno/default.nix +++ b/pkgs/development/python-modules/segno/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "segno"; - version = "1.6.0"; + version = "1.6.1"; pyproject = true; src = fetchFromGitHub { owner = "heuer"; repo = "segno"; rev = "refs/tags/${version}"; - hash = "sha256-lgitNnVHvvPLKtDqJvc/zsVlFu9Gw0D3S4lt/20TlhE="; + hash = "sha256-5CDrQhbgUydz1ORp4ktZwhcgbJxQq1snKIAA0v4mZ00="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.segno nix build failed. Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1126, in _find_and_load_unlocked File "", line 241, in _call_with_frames_removed File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named 'flit_core' ERROR Backend 'flit_core.buildapi' is not available. [result] Failed to update python311Packages.segno 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ninebot-ble, using log file: /var/log/nixpkgs-update/python311Packages.ninebot-ble/2024-03-05.log python311Packages.ninebot-ble 0 -> 1 attrpath: python311Packages.ninebot-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7sw0gx9rkvszv4d30h0xkcdgr643rjsj-packages.json.drv building '/nix/store/7sw0gx9rkvszv4d30h0xkcdgr643rjsj-packages.json.drv'... Going to be running update for following packages: - python3.11-ninebot-ble-0.0.6 Press Enter key to continue... Running update for: - python3.11-ninebot-ble-0.0.6: UPDATING ... - python3.11-ninebot-ble-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ninebot-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unifi, using log file: /var/log/nixpkgs-update/python311Packages.unifi/2024-03-05.log python311Packages.unifi 0 -> 1 attrpath: python311Packages.unifi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q615ahaajr70vaz7c9f573b9lnlyfgnz-packages.json.drv building '/nix/store/q615ahaajr70vaz7c9f573b9lnlyfgnz-packages.json.drv'... Going to be running update for following packages: - python3.11-unifi-1.2.5 Press Enter key to continue... Running update for: - python3.11-unifi-1.2.5: UPDATING ... - python3.11-unifi-1.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cosmic-icons, using log file: /var/log/nixpkgs-update/cosmic-icons/2024-03-05.log cosmic-icons 0 -> 1 attrpath: cosmic-icons Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wnhkrf04vmqcbkyi3k37yiszv8hn8r63-packages.json.drv building '/nix/store/wnhkrf04vmqcbkyi3k37yiszv8hn8r63-packages.json.drv'... Going to be running update for following packages: - cosmic-icons-unstable-2024-02-22 Press Enter key to continue... Running update for: - cosmic-icons-unstable-2024-02-22: UPDATING ... - cosmic-icons-unstable-2024-02-22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cosmic-icons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fuzzyfinder, using log file: /var/log/nixpkgs-update/python311Packages.fuzzyfinder/2024-03-05.log python311Packages.fuzzyfinder 0 -> 1 attrpath: python311Packages.fuzzyfinder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lrcjy02pynslba35skflapfidyvkv32p-packages.json.drv building '/nix/store/lrcjy02pynslba35skflapfidyvkv32p-packages.json.drv'... Going to be running update for following packages: - python3.11-fuzzyfinder-2.1.0 Press Enter key to continue... Running update for: - python3.11-fuzzyfinder-2.1.0: UPDATING ... - python3.11-fuzzyfinder-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fuzzyfinder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.picosvg, using log file: /var/log/nixpkgs-update/python311Packages.picosvg/2024-03-05.log python311Packages.picosvg 0 -> 1 attrpath: python311Packages.picosvg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/92rm3fljx4aih1v34jay1356ilwag8qs-packages.json.drv building '/nix/store/92rm3fljx4aih1v34jay1356ilwag8qs-packages.json.drv'... Going to be running update for following packages: - python3.11-picosvg-0.22.1 Press Enter key to continue... Running update for: - python3.11-picosvg-0.22.1: UPDATING ... - python3.11-picosvg-0.22.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.picosvg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rpPPPoE, using log file: /var/log/nixpkgs-update/rpPPPoE/2024-03-05.log rpPPPoE 3.12 -> 4.0 https://repology.org/project/rp-pppoe/versions attrpath: rpPPPoE 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/nvhbi87cz16gmjb7v1hxgq19p25lbl9v-rp-pppoe-4.0.tar.gz.drv building '/nix/store/nvhbi87cz16gmjb7v1hxgq19p25lbl9v-rp-pppoe-4.0.tar.gz.drv'... trying https://www.roaringpenguin.com/files/download/rp-pppoe-4.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:00:19 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com error: cannot download rp-pppoe-4.0.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'rpPPPoE.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/nvhbi87cz16gmjb7v1hxgq19p25lbl9v-rp-pppoe-4.0.tar.gz.drv /nix/store/ir4g27sfvpcc4zvjrlkkp2qwd974ygx0-rp-pppoe-4.0.drv building '/nix/store/nvhbi87cz16gmjb7v1hxgq19p25lbl9v-rp-pppoe-4.0.tar.gz.drv'... trying https://www.roaringpenguin.com/files/download/rp-pppoe-4.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:00:19 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com error: cannot download rp-pppoe-4.0.tar.gz from any mirror error: builder for '/nix/store/nvhbi87cz16gmjb7v1hxgq19p25lbl9v-rp-pppoe-4.0.tar.gz.drv' failed with exit code 1; last 12 log lines: > > trying https://www.roaringpenguin.com/files/download/rp-pppoe-4.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:00:19 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com > Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com > Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com > Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0curl: (6) Could not resolve host: www.roaringpenguin.com > error: cannot download rp-pppoe-4.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/nvhbi87cz16gmjb7v1hxgq19p25lbl9v-rp-pppoe-4.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/ir4g27sfvpcc4zvjrlkkp2qwd974ygx0-rp-pppoe-4.0.drv' failed to build [result] Failed to update rpPPPoE 3.12 -> 4.0 https://repology.org/project/rp-pppoe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.statsExpressions, using log file: /var/log/nixpkgs-update/rPackages.statsExpressions/2024-03-05.log rPackages.statsExpressions 1.5.2 -> 1.5.3 https://repology.org/project/r:statsexpressions/versions attrpath: rPackages.statsExpressions Checking auto update branch... No auto update branch exists Old version 1.5.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.statsExpressions 1.5.2 -> 1.5.3 https://repology.org/project/r:statsexpressions/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioxmpp, using log file: /var/log/nixpkgs-update/python311Packages.aioxmpp/2024-03-05.log python311Packages.aioxmpp 0 -> 1 attrpath: python311Packages.aioxmpp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gqidyikz6r2vrc8p7y5qrx9yph2z40j0-packages.json.drv building '/nix/store/gqidyikz6r2vrc8p7y5qrx9yph2z40j0-packages.json.drv'... Going to be running update for following packages: - python3.11-aioxmpp-0.13.3 Press Enter key to continue... Running update for: - python3.11-aioxmpp-0.13.3: UPDATING ... - python3.11-aioxmpp-0.13.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioxmpp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.marshmallow-dataclass, using log file: /var/log/nixpkgs-update/python311Packages.marshmallow-dataclass/2024-03-05.log python311Packages.marshmallow-dataclass 0 -> 1 attrpath: python311Packages.marshmallow-dataclass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fs7avy4m8rm8rn724qn1r9m8isdvd7rx-packages.json.drv building '/nix/store/fs7avy4m8rm8rn724qn1r9m8isdvd7rx-packages.json.drv'... Going to be running update for following packages: - python3.11-marshmallow-dataclass-8.6.0 Press Enter key to continue... Running update for: - python3.11-marshmallow-dataclass-8.6.0: UPDATING ... - python3.11-marshmallow-dataclass-8.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.marshmallow-dataclass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiocontextvars, using log file: /var/log/nixpkgs-update/python311Packages.aiocontextvars/2024-03-05.log python311Packages.aiocontextvars 0 -> 1 attrpath: python311Packages.aiocontextvars Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bvj406gjaycpjvgxnv5ni5x0f9jkpn2x-packages.json.drv building '/nix/store/bvj406gjaycpjvgxnv5ni5x0f9jkpn2x-packages.json.drv'... Going to be running update for following packages: - python3.11-aiocontextvars-0.2.2 Press Enter key to continue... Running update for: - python3.11-aiocontextvars-0.2.2: UPDATING ... - python3.11-aiocontextvars-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiocontextvars 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyamg, using log file: /var/log/nixpkgs-update/python311Packages.pyamg/2024-03-05.log python311Packages.pyamg 0 -> 1 attrpath: python311Packages.pyamg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lwhlbs4zllgvi9lki5sfjlv669g01sv7-packages.json.drv building '/nix/store/lwhlbs4zllgvi9lki5sfjlv669g01sv7-packages.json.drv'... Going to be running update for following packages: - python3.11-pyamg-5.0.1 Press Enter key to continue... Running update for: - python3.11-pyamg-5.0.1: UPDATING ... - python3.11-pyamg-5.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyamg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ubi_reader, using log file: /var/log/nixpkgs-update/ubi_reader/2024-03-05.log ubi_reader 0 -> 1 attrpath: ubi_reader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qdihzr59pqawmqhakbq313g02lhcnrgc-packages.json.drv building '/nix/store/qdihzr59pqawmqhakbq313g02lhcnrgc-packages.json.drv'... Going to be running update for following packages: - ubi_reader-0.8.5 Press Enter key to continue... Running update for: - ubi_reader-0.8.5: UPDATING ... - ubi_reader-0.8.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/filesystems/ubi_reader/default.nix b/pkgs/tools/filesystems/ubi_reader/default.nix index 0d2e059b78f0..afa91e949840 100644 --- a/pkgs/tools/filesystems/ubi_reader/default.nix +++ b/pkgs/tools/filesystems/ubi_reader/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "ubi_reader"; - version = "0.8.5"; + version = "0.8.9"; format = "setuptools"; src = fetchFromGitHub { owner = "jrspruitt"; repo = pname; - rev = "v${version}-master"; - hash = "sha256-tjQs1F9kcFrC9FDkfdnax0C8O8Bg7blkpL7GU56eeWU="; + rev = "refs/tags/v${version}"; + hash = "sha256-04HwzkonPzzWfX8VE//fMoVv5ggAS+61zx2W8VEUIy4="; }; propagatedBuildInputs = with python3.pkgs; [ python-lzo ]; No auto update branch exists There might already be an open PR for this update: - ubi_reader: 0.8.5 -> 0.8.9 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/233481" [result] Failed to update ubi_reader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rhtslib, using log file: /var/log/nixpkgs-update/rPackages.Rhtslib/2024-03-05.log rPackages.Rhtslib 2.4.0 -> 2.5.0 https://repology.org/project/r:rhtslib/versions attrpath: rPackages.Rhtslib Checking auto update branch... No auto update branch exists Old version 2.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.Rhtslib 2.4.0 -> 2.5.0 https://repology.org/project/r:rhtslib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.JFE, using log file: /var/log/nixpkgs-update/rPackages.JFE/2024-03-05.log rPackages.JFE 2.5.5 -> 2.5.6 https://repology.org/project/r:jfe/versions attrpath: rPackages.JFE Checking auto update branch... No auto update branch exists Old version 2.5.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.JFE 2.5.5 -> 2.5.6 https://repology.org/project/r:jfe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.moffy-samples-events, using log file: /var/log/nixpkgs-update/haskellPackages.moffy-samples-events/2024-03-05.log haskellPackages.moffy-samples-events 0.2.2.4 -> 0.2.2.5 https://repology.org/project/haskell:moffy-samples-events/versions attrpath: haskellPackages.moffy-samples-events Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.moffy-samples-events 0.2.2.4 -> 0.2.2.5 https://repology.org/project/haskell:moffy-samples-events/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rshell, using log file: /var/log/nixpkgs-update/rshell/2024-03-05.log rshell 0 -> 1 attrpath: rshell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/shi074pdnli2n7lx16s6zs58rhhyjp1c-packages.json.drv building '/nix/store/shi074pdnli2n7lx16s6zs58rhhyjp1c-packages.json.drv'... Going to be running update for following packages: - rshell-0.0.32 Press Enter key to continue... Running update for: - rshell-0.0.32: UPDATING ... - rshell-0.0.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rshell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipwhl, using log file: /var/log/nixpkgs-update/python311Packages.ipwhl/2024-03-05.log python311Packages.ipwhl 0 -> 1 attrpath: python311Packages.ipwhl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mr6qqg1c5v6ql7byvny7vnbb9z4mb3yg-packages.json.drv building '/nix/store/mr6qqg1c5v6ql7byvny7vnbb9z4mb3yg-packages.json.drv'... Going to be running update for following packages: - python3.11-ipwhl-1.1.0 Press Enter key to continue... Running update for: - python3.11-ipwhl-1.1.0: UPDATING ... - python3.11-ipwhl-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipwhl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openmoji-color, using log file: /var/log/nixpkgs-update/openmoji-color/2024-03-05.log openmoji-color 14.0.0 -> 15.0.0 https://github.com/hfg-gmuend/openmoji/releases attrpath: openmoji-color Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - openmoji: 14.0.0 -> 15.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/275871" [result] Failed to update openmoji-color 14.0.0 -> 15.0.0 https://github.com/hfg-gmuend/openmoji/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bond-async, using log file: /var/log/nixpkgs-update/python311Packages.bond-async/2024-03-05.log python311Packages.bond-async 0 -> 1 attrpath: python311Packages.bond-async Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s0pfk2a9dwkxhrpzbb0fknfqw1p64zx0-packages.json.drv building '/nix/store/s0pfk2a9dwkxhrpzbb0fknfqw1p64zx0-packages.json.drv'... Going to be running update for following packages: - python3.11-bond-async-0.2.1 Press Enter key to continue... Running update for: - python3.11-bond-async-0.2.1: UPDATING ... - python3.11-bond-async-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bond-async 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-versioned, using log file: /var/log/nixpkgs-update/python311Packages.flask-versioned/2024-03-05.log python311Packages.flask-versioned 0 -> 1 attrpath: python311Packages.flask-versioned Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aay6lz7wm3ws0wccmf8h964403szrspm-packages.json.drv building '/nix/store/aay6lz7wm3ws0wccmf8h964403szrspm-packages.json.drv'... Going to be running update for following packages: - python3.11-Flask-Versioned-0.9.4-20101221 Press Enter key to continue... Running update for: - python3.11-Flask-Versioned-0.9.4-20101221: UPDATING ... - python3.11-Flask-Versioned-0.9.4-20101221: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-versioned 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nested-lookup, using log file: /var/log/nixpkgs-update/python311Packages.nested-lookup/2024-03-05.log python311Packages.nested-lookup 0 -> 1 attrpath: python311Packages.nested-lookup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cnnm3pi6k4saxb27w5zzlkf7iyqgfl8d-packages.json.drv building '/nix/store/cnnm3pi6k4saxb27w5zzlkf7iyqgfl8d-packages.json.drv'... Going to be running update for following packages: - python3.11-nested-lookup-0.2.25 Press Enter key to continue... Running update for: - python3.11-nested-lookup-0.2.25: UPDATING ... - python3.11-nested-lookup-0.2.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nested-lookup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.walkboutr, using log file: /var/log/nixpkgs-update/rPackages.walkboutr/2024-03-05.log rPackages.walkboutr 0.4.0 -> 0.6.0 https://repology.org/project/r:walkboutr/versions attrpath: rPackages.walkboutr 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.walkboutr 0.4.0 -> 0.6.0 https://repology.org/project/r:walkboutr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libkkc-data, using log file: /var/log/nixpkgs-update/libkkc-data/2024-03-05.log libkkc-data 0.2.7 -> 0.3.5 https://github.com/ueno/libkkc/releases attrpath: libkkc-data 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 libkkc-data 0.2.7 -> 0.3.5 https://github.com/ueno/libkkc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cassandra, using log file: /var/log/nixpkgs-update/cassandra/2024-03-05.log cassandra 0 -> 1 attrpath: cassandra Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/s30ddqn9lc1pf90wy55n0k5bdw1akcgn-update-cassandra_4.drv /nix/store/f42g7h0wv0jrp55g6wbrnahdx0p99g93-packages.json.drv building '/nix/store/s30ddqn9lc1pf90wy55n0k5bdw1akcgn-update-cassandra_4.drv'... building '/nix/store/f42g7h0wv0jrp55g6wbrnahdx0p99g93-packages.json.drv'... Going to be running update for following packages: - cassandra-4.1.2 Press Enter key to continue... Running update for: - cassandra-4.1.2: UPDATING ... - cassandra-4.1.2: ERROR --- SHOWING ERROR LOG FOR cassandra-4.1.2 ---------------------- + test -d pkgs -a -d nixos -a -d lib + cd pkgs/servers/nosql/cassandra + PATH=/nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin:/nix/store/4x8gd05ld93qf021f7ksws7iy3m2xlz2-gnupg-2.4.4/bin:/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin:/nix/store/xwsq5dj63439l1pphrb76zjrididi3vn-patchelf-0.15.0/bin:/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin:/nix/store/cmr8qd8w64w8q0cbfc30p98z2pydc1k7-gcc-13.2.0/bin:/nix/store/ssarggxx3laydmfkq1dlv4ilcsw7phfq-glibc-2.38-44-bin/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/cc92grinhsyp2mq5sxlmz06z68gz1h98-binutils-wrapper-2.40/bin:/nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/i6y16f2jzcv1g1k12qdkislh3yqk2rl7-findutils-4.9.0/bin:/nix/store/xcmwf4l5n35cislpzhbhqbnd31wwsbll-diffutils-3.10/bin:/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin:/nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin:/nix/store/78q5np4llnqhshx72kxm7w7q31pj0v7b-gawk-5.2.2/bin:/nix/store/dxbzps4w5rikj7jdcyjcw98lk517gf0h-gnutar-1.35/bin:/nix/store/zyyb8vi6jg1swr5f34rxgi9izck2r88h-gzip-1.13/bin:/nix/store/b0gdx2hz2nyf9ap2n0zixczc7k2kqk9j-bzip2-1.0.8-bin/bin:/nix/store/w0q0c4jham4h0cbvi3ygydl6hrcmzn6x-gnumake-4.4.1/bin:/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin:/nix/store/8hsz6cchg5yw1wz89mab5f89k3j7l03m-patch-2.7.6/bin:/nix/store/xl7x35n2v2m398hki8q4ib235zn3hv20-xz-5.4.6-bin/bin:/nix/store/8ja6nib32kv3h9z6jwlh95b5ayma7wfx-file-5.45/bin:/nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin:/nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/bin:/nix/store/g1xqrhyyn0v7zg7n5nyah4fknx3as063-openssh-9.6p1/bin:/nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin:/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin:/nix/store/fh7vxc5xgiwl6z7vwq5c3lj84mpcs4br-curl-8.6.0-bin/bin:/nix/store/wff29d309mi4vnwbdh7i83rh2cqwdfwq-getent-glibc-2.38-44/bin:/nix/store/vr2vfacvk3xldy1fw36ypkdqz2wb5zv3-cachix-1.7-bin/bin:/nix/store/2s48ql3qbn51aiwdqjx4m8ng4r06czyf-apache-httpd-2.4.58/bin:/nix/store/ilz81iwb3bmc5zliq9xq6fv906yqhgl1-socat-1.8.0.0/bin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin:/nix/store/i6y16f2jzcv1g1k12qdkislh3yqk2rl7-findutils-4.9.0/bin:/nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin:/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin:/nix/store/s5dx34869kl4fd5p913j5mis32c7f98k-systemd-255.2/bin:/nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/sbin:/nix/store/g6343av5x49smrfb16j61cif88xahjvz-git-2.43.1/sbin:/nix/store/g1xqrhyyn0v7zg7n5nyah4fknx3as063-openssh-9.6p1/sbin:/nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/sbin:/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/sbin:/nix/store/fh7vxc5xgiwl6z7vwq5c3lj84mpcs4br-curl-8.6.0-bin/sbin:/nix/store/wff29d309mi4vnwbdh7i83rh2cqwdfwq-getent-glibc-2.38-44/sbin:/nix/store/vr2vfacvk3xldy1fw36ypkdqz2wb5zv3-cachix-1.7-bin/sbin:/nix/store/2s48ql3qbn51aiwdqjx4m8ng4r06czyf-apache-httpd-2.4.58/sbin:/nix/store/ilz81iwb3bmc5zliq9xq6fv906yqhgl1-socat-1.8.0.0/sbin:/nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/sbin:/nix/store/i6y16f2jzcv1g1k12qdkislh3yqk2rl7-findutils-4.9.0/sbin:/nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/sbin:/nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/sbin:/nix/store/s5dx34869kl4fd5p913j5mis32c7f98k-systemd-255.2/sbin ++ mktemp -d + tmp=/run/nixpkgs-update-worker/tmp.CKk8Bd2Tsf + trap cleanup EXIT + git ls-remote --tags https://github.com/apache/cassandra + awk '{ if (match($0, /refs.tags.cassandra-([0-9.]*)$/, m)) print m[1] }' + sort -V + tac ++ grep -E '^4' ++ head -n 1 + version=4.1.4 + path=cassandra/4.1.4/apache-cassandra-4.1.4-bin.tar.gz + curl https://downloads.apache.org/cassandra/4.1.4/apache-cassandra-4.1.4-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48.0M 100 48.0M 0 0 87.5M 0 --:--:-- --:--:-- --:--:-- 87.6M + curl https://downloads.apache.org/cassandra/4.1.4/apache-cassandra-4.1.4-bin.tar.gz.asc % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 833 100 833 0 0 17174 0 --:--:-- --:--:-- --:--:-- 17354 + for key in A4C465FEA0C552561A392A61E91335D77E3E87CB + gpg --trustdb-name /run/nixpkgs-update-worker/tmp.CKk8Bd2Tsf/trust.db --batch --recv-keys A4C465FEA0C552561A392A61E91335D77E3E87CB gpg: key E91335D77E3E87CB: "Michael Semb Wever " not changed gpg: Total number processed: 1 gpg: unchanged: 1 + echo A4C465FEA0C552561A392A61E91335D77E3E87CB:5: + gpg --trustdb-name /run/nixpkgs-update-worker/tmp.CKk8Bd2Tsf/trust.db --batch --import-ownertrust gpg: /run/nixpkgs-update-worker/tmp.CKk8Bd2Tsf/trust.db: trustdb created gpg: inserting ownertrust of 5 + gpg --trustdb-name /run/nixpkgs-update-worker/tmp.CKk8Bd2Tsf/trust.db --batch --verify --trust-model direct /run/nixpkgs-update-worker/tmp.CKk8Bd2Tsf/src.tar.gz.asc /run/nixpkgs-update-worker/tmp.CKk8Bd2Tsf/src.tar.gz gpg: Signature made Tue 23 Jan 2024 07:45:06 PM UTC gpg: using RSA key 7464AAD9068241C50BA6A26232F35CB2F546D93E gpg: Can't check signature: No public key + cleanup + rm -rf /run/nixpkgs-update-worker/tmp.CKk8Bd2Tsf --- SHOWING ERROR LOG FOR cassandra-4.1.2 ---------------------- The update script for cassandra-4.1.2 failed with exit code 2 [result] Failed to update cassandra 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ge25519, using log file: /var/log/nixpkgs-update/python311Packages.ge25519/2024-03-05.log python311Packages.ge25519 0 -> 1 attrpath: python311Packages.ge25519 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hpi67gnrqh6b04dpvsz37jnrvjn4fayg-packages.json.drv building '/nix/store/hpi67gnrqh6b04dpvsz37jnrvjn4fayg-packages.json.drv'... Going to be running update for following packages: - python3.11-ge25519-1.5.1 Press Enter key to continue... Running update for: - python3.11-ge25519-1.5.1: UPDATING ... - python3.11-ge25519-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ge25519 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.heapdict, using log file: /var/log/nixpkgs-update/python311Packages.heapdict/2024-03-05.log python311Packages.heapdict 0 -> 1 attrpath: python311Packages.heapdict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zmgsfb7j3mr05gwmpwvddllzf6gfp9rs-packages.json.drv building '/nix/store/zmgsfb7j3mr05gwmpwvddllzf6gfp9rs-packages.json.drv'... Going to be running update for following packages: - python3.11-HeapDict-1.0.1 Press Enter key to continue... Running update for: - python3.11-HeapDict-1.0.1: UPDATING ... - python3.11-HeapDict-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.heapdict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sqlint, using log file: /var/log/nixpkgs-update/sqlint/2024-03-05.log sqlint 0 -> 1 attrpath: sqlint 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 sqlint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.enum-compat, using log file: /var/log/nixpkgs-update/python311Packages.enum-compat/2024-03-05.log python311Packages.enum-compat 0 -> 1 attrpath: python311Packages.enum-compat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g1xbih4b26gihbb5x58f21lfk5pvg314-packages.json.drv building '/nix/store/g1xbih4b26gihbb5x58f21lfk5pvg314-packages.json.drv'... Going to be running update for following packages: - python3.11-enum-compat-0.0.3 Press Enter key to continue... Running update for: - python3.11-enum-compat-0.0.3: UPDATING ... - python3.11-enum-compat-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.enum-compat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.netifaces, using log file: /var/log/nixpkgs-update/python311Packages.netifaces/2024-03-05.log python311Packages.netifaces 0 -> 1 attrpath: python311Packages.netifaces Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8331k8qw27kbg5p2ayayh6qffq713cdj-packages.json.drv building '/nix/store/8331k8qw27kbg5p2ayayh6qffq713cdj-packages.json.drv'... Going to be running update for following packages: - python3.11-netifaces-0.11.0 Press Enter key to continue... Running update for: - python3.11-netifaces-0.11.0: UPDATING ... - python3.11-netifaces-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.netifaces 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ammonite_2_12, using log file: /var/log/nixpkgs-update/ammonite_2_12/2024-03-05.log ammonite_2_12 2.5.3 -> 2.5.11 https://github.com/lihaoyi/Ammonite/releases attrpath: ammonite_2_12 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/11q45ppvd9ijg7dzbg908lsq9mq8a1dy-packages.json.drv building '/nix/store/11q45ppvd9ijg7dzbg908lsq9mq8a1dy-packages.json.drv'... Going to be running update for following packages: - ammonite-2.5.3 Press Enter key to continue... Running update for: - ammonite-2.5.3: UPDATING ... - ammonite-2.5.3: ERROR --- SHOWING ERROR LOG FOR ammonite-2.5.3 ---------------------- error: cannot run ssh: No such file or directory fatal: unable to fork this derivation will be built: /nix/store/z0rc1bn9ifj0cnmsaghi9ca0lnsakk8a-2.12-.drv building '/nix/store/z0rc1bn9ifj0cnmsaghi9ca0lnsakk8a-2.12-.drv'... trying https://github.com/lihaoyi/Ammonite/releases/download//2.12- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download 2.12- from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'ammonite_2_12.src'! --- SHOWING ERROR LOG FOR ammonite-2.5.3 ---------------------- The update script for ammonite-2.5.3 failed with exit code 1 [result] Failed to update ammonite_2_12 2.5.3 -> 2.5.11 https://github.com/lihaoyi/Ammonite/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.delegator-py, using log file: /var/log/nixpkgs-update/python311Packages.delegator-py/2024-03-05.log python311Packages.delegator-py 0 -> 1 attrpath: python311Packages.delegator-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/jgil34njhs62mw2rix0fjbn7vf1513jj-packages.json.drv building '/nix/store/jgil34njhs62mw2rix0fjbn7vf1513jj-packages.json.drv'... Going to be running update for following packages: - python3.11-delegator.py-0.1.1 Press Enter key to continue... Running update for: - python3.11-delegator.py-0.1.1: UPDATING ... - python3.11-delegator.py-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.delegator-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.azure-mgmt-servicebus, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-servicebus/2024-03-05.log python311Packages.azure-mgmt-servicebus 0 -> 1 attrpath: python311Packages.azure-mgmt-servicebus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mj4c05fg2lf94llxps12n669dfd3l1zg-packages.json.drv building '/nix/store/mj4c05fg2lf94llxps12n669dfd3l1zg-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-servicebus-8.2.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-servicebus-8.2.0: UPDATING ... - python3.11-azure-mgmt-servicebus-8.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-servicebus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.debian, using log file: /var/log/nixpkgs-update/python311Packages.debian/2024-03-05.log python311Packages.debian 0 -> 1 attrpath: python311Packages.debian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i94wbzn36crwxg0cj3c9bhp2q0lkm55a-packages.json.drv building '/nix/store/i94wbzn36crwxg0cj3c9bhp2q0lkm55a-packages.json.drv'... Going to be running update for following packages: - python3.11-python-debian-0.1.49 Press Enter key to continue... Running update for: - python3.11-python-debian-0.1.49: UPDATING ... - python3.11-python-debian-0.1.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.debian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gptcache, using log file: /var/log/nixpkgs-update/python311Packages.gptcache/2024-03-05.log python311Packages.gptcache 0 -> 1 attrpath: python311Packages.gptcache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5vhkkkg459ayl6anwjacwvwmjan4c392-packages.json.drv building '/nix/store/5vhkkkg459ayl6anwjacwvwmjan4c392-packages.json.drv'... Going to be running update for following packages: - python3.11-gptcache-0.1.43 Press Enter key to continue... Running update for: - python3.11-gptcache-0.1.43: UPDATING ... - python3.11-gptcache-0.1.43: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gptcache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nvchecker, using log file: /var/log/nixpkgs-update/nvchecker/2024-03-05.log nvchecker 0 -> 1 attrpath: nvchecker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w842vcjjp9iqn4575wj3qizjw2cxi6y2-packages.json.drv building '/nix/store/w842vcjjp9iqn4575wj3qizjw2cxi6y2-packages.json.drv'... Going to be running update for following packages: - nvchecker-2.13.1 Press Enter key to continue... Running update for: - nvchecker-2.13.1: UPDATING ... - nvchecker-2.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nvchecker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-appengine-logging, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-appengine-logging/2024-03-05.log python311Packages.google-cloud-appengine-logging 0 -> 1 attrpath: python311Packages.google-cloud-appengine-logging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b90r4zzjmwjrab2wxm8wx9sgf2crjy5h-packages.json.drv building '/nix/store/b90r4zzjmwjrab2wxm8wx9sgf2crjy5h-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-appengine-logging-1.4.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-appengine-logging-1.4.2: UPDATING ... - python3.11-google-cloud-appengine-logging-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-appengine-logging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.optimum, using log file: /var/log/nixpkgs-update/python311Packages.optimum/2024-03-05.log python311Packages.optimum 0 -> 1 attrpath: python311Packages.optimum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z2yp75sicbpq90axrzb0kv18hn14f4ph-packages.json.drv building '/nix/store/z2yp75sicbpq90axrzb0kv18hn14f4ph-packages.json.drv'... Going to be running update for following packages: - python3.11-optimum-1.17.1 Press Enter key to continue... Running update for: - python3.11-optimum-1.17.1: UPDATING ... - python3.11-optimum-1.17.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.optimum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath librdf_raptor, using log file: /var/log/nixpkgs-update/librdf_raptor/2024-03-05.log librdf_raptor 1.4.21 -> 2.0.16 https://repology.org/project/raptor/versions attrpath: librdf_raptor Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/m3c23cg7hjqxa6vb05lh29j0xvp4aqzx-raptor-2.0.16.tar.gz.drv building '/nix/store/m3c23cg7hjqxa6vb05lh29j0xvp4aqzx-raptor-2.0.16.tar.gz.drv'... trying http://download.librdf.org/source/raptor-2.0.16.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 263 100 263 0 0 476 0 --:--:-- --:--:-- --:--:-- 476 0 931 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download raptor-2.0.16.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'librdf_raptor.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/m3c23cg7hjqxa6vb05lh29j0xvp4aqzx-raptor-2.0.16.tar.gz.drv /nix/store/w82sqfln3qqz3gd3nfwj62riiqvynn4k-raptor-2.0.16.drv building '/nix/store/m3c23cg7hjqxa6vb05lh29j0xvp4aqzx-raptor-2.0.16.tar.gz.drv'... trying http://download.librdf.org/source/raptor-2.0.16.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 263 100 263 0 0 778 0 --:--:-- --:--:-- --:--:-- 778 0 931 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download raptor-2.0.16.tar.gz from any mirror error: builder for '/nix/store/m3c23cg7hjqxa6vb05lh29j0xvp4aqzx-raptor-2.0.16.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://download.librdf.org/source/raptor-2.0.16.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 263 100 263 0 0 778 0 --:--:-- --:--:-- --:--:-- 778 > 0 931 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download raptor-2.0.16.tar.gz from any mirror For full logs, run 'nix log /nix/store/m3c23cg7hjqxa6vb05lh29j0xvp4aqzx-raptor-2.0.16.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/w82sqfln3qqz3gd3nfwj62riiqvynn4k-raptor-2.0.16.drv' failed to build [result] Failed to update librdf_raptor 1.4.21 -> 2.0.16 https://repology.org/project/raptor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath garble, using log file: /var/log/nixpkgs-update/garble/2024-03-05.log garble 0.8.0 -> 0.12.1 https://github.com/burrowers/garble/releases attrpath: garble 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-SOdIlu0QrQokl9j9Ff594+1K6twU1mCuECFQaVKaPV4=" [golangModuleVersion] Replaced vendorHash with sha256-z86jan2ATLiVreHbsHoC6KJiSlF070VbjspfM/uTI7g= 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 garble nix build failed. runtime.gopark(0xc00009a000?, 0xb6ddf8?, 0x1?, 0x0?, 0xc000007380?) /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/proc.go:398 +0xce fp=0xc000071f70 sp=0xc000071f50 pc=0x43fd2e runtime.goparkunlock(...) /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/proc.go:404 runtime.(*scavengerState).park(0xf02900) /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000071fa0 sp=0xc000071f70 pc=0x427889 runtime.bgscavenge(0x0?) /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/mgcscavenge.go:653 +0x3c fp=0xc000071fc8 sp=0xc000071fa0 pc=0x427e1c runtime.gcenable.func2() /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/mgc.go:201 +0x25 fp=0xc000071fe0 sp=0xc000071fc8 pc=0x41f105 runtime.goexit() /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc000071fe8 sp=0xc000071fe0 pc=0x472e81 created by runtime.gcenable in goroutine 1 /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/mgc.go:201 +0xa5 goroutine 5 [finalizer wait]: runtime.gopark(0x198?, 0xa785e0?, 0x1?, 0xe?, 0x0?) /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/proc.go:398 +0xce fp=0xc000070620 sp=0xc000070600 pc=0x43fd2e runtime.runfinq() /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/mfinal.go:193 +0x107 fp=0xc0000707e0 sp=0xc000070620 pc=0x41e187 runtime.goexit() /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000707e8 sp=0xc0000707e0 pc=0x472e81 created by runtime.createfing in goroutine 1 /nix/store/hkzgcfj86jzzpayghzvy09xpvjg4xmac-go-1.21.7/share/go/src/runtime/mfinal.go:163 +0x3d [exit status 2] FAIL: testdata/script/cache.txtar:14: unexpected command failure FAIL FAIL mvdan.cc/garble 0.289s FAIL [result] Failed to update garble 0.8.0 -> 0.12.1 https://github.com/burrowers/garble/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skytemple-dtef, using log file: /var/log/nixpkgs-update/python311Packages.skytemple-dtef/2024-03-05.log python311Packages.skytemple-dtef 0 -> 1 attrpath: python311Packages.skytemple-dtef Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xnvkznkl3rxmgnws5cwbml3wg7qb5fl2-packages.json.drv building '/nix/store/xnvkznkl3rxmgnws5cwbml3wg7qb5fl2-packages.json.drv'... Going to be running update for following packages: - python3.11-skytemple-dtef-1.6.1 Press Enter key to continue... Running update for: - python3.11-skytemple-dtef-1.6.1: UPDATING ... - python3.11-skytemple-dtef-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skytemple-dtef 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiobotocore, using log file: /var/log/nixpkgs-update/python311Packages.aiobotocore/2024-03-05.log python311Packages.aiobotocore 0 -> 1 attrpath: python311Packages.aiobotocore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2h5105g31z3kyj99px1c6mi9y07jb935-packages.json.drv building '/nix/store/2h5105g31z3kyj99px1c6mi9y07jb935-packages.json.drv'... Going to be running update for following packages: - python3.11-aiobotocore-2.11.2 Press Enter key to continue... Running update for: - python3.11-aiobotocore-2.11.2: UPDATING ... - python3.11-aiobotocore-2.11.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiobotocore/default.nix b/pkgs/development/python-modules/aiobotocore/default.nix index 15eeb18989cc..b88d709a1fd4 100644 --- a/pkgs/development/python-modules/aiobotocore/default.nix +++ b/pkgs/development/python-modules/aiobotocore/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "aiobotocore"; - version = "2.11.2"; + version = "2.12.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "aio-libs"; repo = "aiobotocore"; rev = "refs/tags/${version}"; - hash = "sha256-H9nsLPxjv3H5y6+5piBt6Pb+Wks4vwOitM+WQtyViPs="; + hash = "sha256-+CXKDk6crCPTVpVfcDWy+1UzS05oTu1RtIvDcVrEmFU="; }; # Relax version constraints: aiobotocore works with newer botocore versions No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 720 > 25 [result] Failed to update python311Packages.aiobotocore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hyprnome, using log file: /var/log/nixpkgs-update/hyprnome/2024-03-05.log hyprnome 0 -> 1 attrpath: hyprnome 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/0d188sqjcwk10wqg59g7bhj8y5lw0gfb-packages.json.drv building '/nix/store/0d188sqjcwk10wqg59g7bhj8y5lw0gfb-packages.json.drv'... Going to be running update for following packages: - hyprnome-0.2.0 Press Enter key to continue... Running update for: - hyprnome-0.2.0: UPDATING ... - hyprnome-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hyprnome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-nettool, using log file: /var/log/nixpkgs-update/gnome.gnome-nettool/2024-03-05.log gnome.gnome-nettool 0 -> 1 attrpath: gnome.gnome-nettool Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-nettool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath darkplaces, using log file: /var/log/nixpkgs-update/darkplaces/2024-03-05.log darkplaces unstable-2022-05-10 -> 20140513 https://github.com/DarkPlacesEngine/darkplaces/releases attrpath: darkplaces Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update darkplaces unstable-2022-05-10 -> 20140513 https://github.com/DarkPlacesEngine/darkplaces/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath devdash, using log file: /var/log/nixpkgs-update/devdash/2024-03-05.log devdash 0 -> 1 attrpath: devdash Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y4sph9n6j4kid14b19f1qvrgczrrlchi-packages.json.drv building '/nix/store/y4sph9n6j4kid14b19f1qvrgczrrlchi-packages.json.drv'... Going to be running update for following packages: - devdash-0.5.0 Press Enter key to continue... Running update for: - devdash-0.5.0: UPDATING ... - devdash-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update devdash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scrapy, using log file: /var/log/nixpkgs-update/python311Packages.scrapy/2024-03-05.log python311Packages.scrapy 0 -> 1 attrpath: python311Packages.scrapy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gr9x0ymsc9z31ag3z9vc4qjcg4y9xi28-packages.json.drv building '/nix/store/gr9x0ymsc9z31ag3z9vc4qjcg4y9xi28-packages.json.drv'... Going to be running update for following packages: - python3.11-scrapy-2.11.1 Press Enter key to continue... Running update for: - python3.11-scrapy-2.11.1: UPDATING ... - python3.11-scrapy-2.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scrapy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentelemetry-instrumentation-grpc, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-instrumentation-grpc/2024-03-05.log python311Packages.opentelemetry-instrumentation-grpc 0 -> 1 attrpath: python311Packages.opentelemetry-instrumentation-grpc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fc5qan8wwl2d7xmbdvrdw435gfl222ib-packages.json.drv building '/nix/store/fc5qan8wwl2d7xmbdvrdw435gfl222ib-packages.json.drv'... Going to be running update for following packages: - python3.11-opentelemetry-instrumentation-grpc-0.43b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-instrumentation-grpc-0.43b0: UPDATING ... - python3.11-opentelemetry-instrumentation-grpc-0.43b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-instrumentation-grpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath v8, using log file: /var/log/nixpkgs-update/v8/2024-03-05.log v8 9.7.106.18 -> 12.1.285.24 https://repology.org/project/v8/versions attrpath: v8 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update v8 9.7.106.18 -> 12.1.285.24 https://repology.org/project/v8/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytelegrambotapi, using log file: /var/log/nixpkgs-update/python311Packages.pytelegrambotapi/2024-03-05.log python311Packages.pytelegrambotapi 0 -> 1 attrpath: python311Packages.pytelegrambotapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pylcj921sxi05d2zm72sr6w8wcicl1b8-packages.json.drv building '/nix/store/pylcj921sxi05d2zm72sr6w8wcicl1b8-packages.json.drv'... Going to be running update for following packages: - python3.11-pytelegrambotapi-4.16.0 Press Enter key to continue... Running update for: - python3.11-pytelegrambotapi-4.16.0: UPDATING ... - python3.11-pytelegrambotapi-4.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytelegrambotapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiounittest, using log file: /var/log/nixpkgs-update/python311Packages.aiounittest/2024-03-05.log python311Packages.aiounittest 0 -> 1 attrpath: python311Packages.aiounittest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/97yqx1ixxh97547ygyln7gdpkr0i7bqi-packages.json.drv building '/nix/store/97yqx1ixxh97547ygyln7gdpkr0i7bqi-packages.json.drv'... Going to be running update for following packages: - python3.11-aiounittest-1.4.2 Press Enter key to continue... Running update for: - python3.11-aiounittest-1.4.2: UPDATING ... - python3.11-aiounittest-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiounittest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.insegel, using log file: /var/log/nixpkgs-update/python311Packages.insegel/2024-03-05.log python311Packages.insegel 0 -> 1 attrpath: python311Packages.insegel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mdr3q756gcc8kazbp9b6gzc36l2bn625-packages.json.drv building '/nix/store/mdr3q756gcc8kazbp9b6gzc36l2bn625-packages.json.drv'... Going to be running update for following packages: - python3.11-insegel-1.3.1 Press Enter key to continue... Running update for: - python3.11-insegel-1.3.1: UPDATING ... - python3.11-insegel-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.insegel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pidginPackages.pidgin-mra, using log file: /var/log/nixpkgs-update/pidginPackages.pidgin-mra/2024-03-05.log pidginPackages.pidgin-mra 2014-07-08 -> 20100304 https://repology.org/project/pidgin-mra/versions attrpath: pidginPackages.pidgin-mra Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update pidginPackages.pidgin-mra 2014-07-08 -> 20100304 https://repology.org/project/pidgin-mra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DBI, using log file: /var/log/nixpkgs-update/rPackages.DBI/2024-03-05.log rPackages.DBI 1.2.0 -> 1.2.2 https://repology.org/project/r:dbi/versions attrpath: rPackages.DBI Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DBI 1.2.0 -> 1.2.2 https://repology.org/project/r:dbi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pure-python-adb-homeassistant, using log file: /var/log/nixpkgs-update/python311Packages.pure-python-adb-homeassistant/2024-03-05.log python311Packages.pure-python-adb-homeassistant 0 -> 1 attrpath: python311Packages.pure-python-adb-homeassistant Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kdqmw1w5xlq2k824a10wrws94r6ynm8d-packages.json.drv building '/nix/store/kdqmw1w5xlq2k824a10wrws94r6ynm8d-packages.json.drv'... Going to be running update for following packages: - python3.11-pure-python-adb-homeassistant-0.1.7.dev0 Press Enter key to continue... Running update for: - python3.11-pure-python-adb-homeassistant-0.1.7.dev0: UPDATING ... - python3.11-pure-python-adb-homeassistant-0.1.7.dev0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pure-python-adb-homeassistant 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysol-cards, using log file: /var/log/nixpkgs-update/python311Packages.pysol-cards/2024-03-05.log python311Packages.pysol-cards 0 -> 1 attrpath: python311Packages.pysol-cards Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n8gc5v67dadjcdqxa0hhc2xbrsx1jvxd-packages.json.drv building '/nix/store/n8gc5v67dadjcdqxa0hhc2xbrsx1jvxd-packages.json.drv'... Going to be running update for following packages: - python3.11-pysol-cards-0.16.0 Press Enter key to continue... Running update for: - python3.11-pysol-cards-0.16.0: UPDATING ... - python3.11-pysol-cards-0.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysol-cards 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.txgithub, using log file: /var/log/nixpkgs-update/python311Packages.txgithub/2024-03-05.log python311Packages.txgithub 0 -> 1 attrpath: python311Packages.txgithub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9iwgr9svr15m9drpdxn6yq6y9n1lnjsg-packages.json.drv building '/nix/store/9iwgr9svr15m9drpdxn6yq6y9n1lnjsg-packages.json.drv'... Going to be running update for following packages: - python3.11-txgithub-15.0.0 Press Enter key to continue... Running update for: - python3.11-txgithub-15.0.0: UPDATING ... - python3.11-txgithub-15.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.txgithub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-countries, using log file: /var/log/nixpkgs-update/python311Packages.django-countries/2024-03-05.log python311Packages.django-countries 0 -> 1 attrpath: python311Packages.django-countries Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vmimn98mfzn4r47qjbny043dl7f8c3jg-packages.json.drv building '/nix/store/vmimn98mfzn4r47qjbny043dl7f8c3jg-packages.json.drv'... Going to be running update for following packages: - python3.11-django-countries-7.5.1 Press Enter key to continue... Running update for: - python3.11-django-countries-7.5.1: UPDATING ... - python3.11-django-countries-7.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-countries 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ledgerblue, using log file: /var/log/nixpkgs-update/python311Packages.ledgerblue/2024-03-05.log python311Packages.ledgerblue 0 -> 1 attrpath: python311Packages.ledgerblue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hn33i6lg183vyspbd4a9dnnvcmv5ksg5-packages.json.drv building '/nix/store/hn33i6lg183vyspbd4a9dnnvcmv5ksg5-packages.json.drv'... Going to be running update for following packages: - python3.11-ledgerblue-0.1.48 Press Enter key to continue... Running update for: - python3.11-ledgerblue-0.1.48: UPDATING ... - python3.11-ledgerblue-0.1.48: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ledgerblue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.identicon, using log file: /var/log/nixpkgs-update/haskellPackages.identicon/2024-03-05.log haskellPackages.identicon 0.2.2 -> 0.2.3 https://repology.org/project/haskell:identicon/versions attrpath: haskellPackages.identicon Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.identicon 0.2.2 -> 0.2.3 https://repology.org/project/haskell:identicon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-httpserver, using log file: /var/log/nixpkgs-update/python311Packages.pytest-httpserver/2024-03-05.log python311Packages.pytest-httpserver 0 -> 1 attrpath: python311Packages.pytest-httpserver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i7ijixjs7kjdb2frzzp18j5rxqx67kw4-packages.json.drv building '/nix/store/i7ijixjs7kjdb2frzzp18j5rxqx67kw4-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-httpserver-1.0.8 Press Enter key to continue... Running update for: - python3.11-pytest-httpserver-1.0.8: UPDATING ... - python3.11-pytest-httpserver-1.0.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix index 2c825897edb1..fdb80362cebf 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pytest-httpserver"; - version = "1.0.8"; + version = "1.0.10"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "csernazs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-hbhS1kL5VNiGjvnYkDI1LwgkqqfBMqgcao3zy716q+A="; + hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2875 > 25 [result] Failed to update python311Packages.pytest-httpserver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath anki, using log file: /var/log/nixpkgs-update/anki/2024-03-05.log anki 0 -> 1 attrpath: anki 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/4zlq73b1fr91i8n82hi849k8bs63a900-packages.json.drv building '/nix/store/4zlq73b1fr91i8n82hi849k8bs63a900-packages.json.drv'... Going to be running update for following packages: - anki-23.12.1 Press Enter key to continue... Running update for: - anki-23.12.1: UPDATING ... - anki-23.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update anki 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.venstarcolortouch, using log file: /var/log/nixpkgs-update/python311Packages.venstarcolortouch/2024-03-05.log python311Packages.venstarcolortouch 0 -> 1 attrpath: python311Packages.venstarcolortouch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/18lhl2vnlf980kqwrrvp9414dz5nffv6-packages.json.drv building '/nix/store/18lhl2vnlf980kqwrrvp9414dz5nffv6-packages.json.drv'... Going to be running update for following packages: - python3.11-venstarcolortouch-0.19 Press Enter key to continue... Running update for: - python3.11-venstarcolortouch-0.19: UPDATING ... - python3.11-venstarcolortouch-0.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.venstarcolortouch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gql, using log file: /var/log/nixpkgs-update/python311Packages.gql/2024-03-05.log python311Packages.gql 0 -> 1 attrpath: python311Packages.gql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z957pcysccl5awf828v4j6yk04lyp9cq-packages.json.drv building '/nix/store/z957pcysccl5awf828v4j6yk04lyp9cq-packages.json.drv'... Going to be running update for following packages: - python3.11-gql-3.4.1 Press Enter key to continue... Running update for: - python3.11-gql-3.4.1: UPDATING ... - python3.11-gql-3.4.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gql/default.nix b/pkgs/development/python-modules/gql/default.nix index 9827f8d5a71a..f7b3f2f3cd2c 100644 --- a/pkgs/development/python-modules/gql/default.nix +++ b/pkgs/development/python-modules/gql/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "gql"; - version = "3.4.1"; + version = "3.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "graphql-python"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-/uPaRju2AJCjMCfA29IKQ4Hu71RBu/Yz8jHwk9EE1Eg="; + hash = "sha256-jm0X+X8gQyQYn03gT14bdr79+Wd5KL9ryvrU/0VUtEU="; }; 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.gql nix build failed. Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: gql Traceback (most recent call last): File "", line 1, in File "", line 1, in 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 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/asnpcv50mh75b851141yrsbnls6zcpdb-python3.11-gql-3.5.0/lib/python3.11/site-packages/gql/__init__.py", line 11, in from .client import Client File "/nix/store/asnpcv50mh75b851141yrsbnls6zcpdb-python3.11-gql-3.5.0/lib/python3.11/site-packages/gql/client.py", line 25, in from anyio import fail_after ModuleNotFoundError: No module named 'anyio' [result] Failed to update python311Packages.gql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhomematic, using log file: /var/log/nixpkgs-update/python311Packages.pyhomematic/2024-03-05.log python311Packages.pyhomematic 0 -> 1 attrpath: python311Packages.pyhomematic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hn60p51nrlipjr6qvn5jcxg57v7icirs-packages.json.drv building '/nix/store/hn60p51nrlipjr6qvn5jcxg57v7icirs-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhomematic-0.1.78 Press Enter key to continue... Running update for: - python3.11-pyhomematic-0.1.78: UPDATING ... - python3.11-pyhomematic-0.1.78: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhomematic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tutanota-desktop, using log file: /var/log/nixpkgs-update/tutanota-desktop/2024-03-05.log tutanota-desktop 3.122.5 -> 218.240227.0 https://repology.org/project/tutanota-desktop/versions attrpath: tutanota-desktop Checking auto update branch... An auto update branch exists with message `tutanota-desktop: 3.122.5 -> 218.240227.0`. New version is 218.240227.0. An auto update branch exists with an equal or greater version [result] Failed to update tutanota-desktop 3.122.5 -> 218.240227.0 https://repology.org/project/tutanota-desktop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-machinelearningcompute, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-machinelearningcompute/2024-03-05.log python311Packages.azure-mgmt-machinelearningcompute 0 -> 1 attrpath: python311Packages.azure-mgmt-machinelearningcompute Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cm39cggi2zv7hr822iwlcr7wl2nalqcm-packages.json.drv building '/nix/store/cm39cggi2zv7hr822iwlcr7wl2nalqcm-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-machinelearningcompute-0.4.1 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-machinelearningcompute-0.4.1: UPDATING ... - python3.11-azure-mgmt-machinelearningcompute-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-machinelearningcompute 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tika, using log file: /var/log/nixpkgs-update/python311Packages.tika/2024-03-05.log python311Packages.tika 0 -> 1 attrpath: python311Packages.tika Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d7rs6slipl8bj7a5v8pww0py003q9s2y-packages.json.drv building '/nix/store/d7rs6slipl8bj7a5v8pww0py003q9s2y-packages.json.drv'... Going to be running update for following packages: - python3.11-tika-2.6.0 Press Enter key to continue... Running update for: - python3.11-tika-2.6.0: UPDATING ... - python3.11-tika-2.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tika 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.robotframework-pythonlibcore, using log file: /var/log/nixpkgs-update/python311Packages.robotframework-pythonlibcore/2024-03-05.log python311Packages.robotframework-pythonlibcore 0 -> 1 attrpath: python311Packages.robotframework-pythonlibcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sgb5vhw4rpyclfwx1jhxfiymya152qhp-packages.json.drv building '/nix/store/sgb5vhw4rpyclfwx1jhxfiymya152qhp-packages.json.drv'... Going to be running update for following packages: - python3.11-robotframework-pythonlibcore-4.3.0 Press Enter key to continue... Running update for: - python3.11-robotframework-pythonlibcore-4.3.0: UPDATING ... - python3.11-robotframework-pythonlibcore-4.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.robotframework-pythonlibcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath metis, using log file: /var/log/nixpkgs-update/metis/2024-03-05.log metis 5.1.0 -> 5.2.1 https://repology.org/project/metis/versions attrpath: metis Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/vwyjpgyz55d40ix4bh12bh6503vc1nli-metis-5.2.1.tar.gz.drv building '/nix/store/vwyjpgyz55d40ix4bh12bh6503vc1nli-metis-5.2.1.tar.gz.drv'... trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download metis-5.2.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'metis.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vwyjpgyz55d40ix4bh12bh6503vc1nli-metis-5.2.1.tar.gz.drv /nix/store/zpd8z3bgds63rpnrprkqsy8wlhgxy1wp-metis-5.2.1.drv building '/nix/store/vwyjpgyz55d40ix4bh12bh6503vc1nli-metis-5.2.1.tar.gz.drv'... trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download metis-5.2.1.tar.gz from any mirror error: builder for '/nix/store/vwyjpgyz55d40ix4bh12bh6503vc1nli-metis-5.2.1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.2.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 4863 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download metis-5.2.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/vwyjpgyz55d40ix4bh12bh6503vc1nli-metis-5.2.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/zpd8z3bgds63rpnrprkqsy8wlhgxy1wp-metis-5.2.1.drv' failed to build [result] Failed to update metis 5.1.0 -> 5.2.1 https://repology.org/project/metis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.xfce4-windowck-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.solc-select, using log file: /var/log/nixpkgs-update/python311Packages.solc-select/2024-03-05.log python311Packages.solc-select 0 -> 1 attrpath: python311Packages.solc-select Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0l9rni9k7ssijaa128wv3b7j2fd7dvls-packages.json.drv building '/nix/store/0l9rni9k7ssijaa128wv3b7j2fd7dvls-packages.json.drv'... Going to be running update for following packages: - python3.11-solc-select-1.0.4 Press Enter key to continue... Running update for: - python3.11-solc-select-1.0.4: UPDATING ... - python3.11-solc-select-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.solc-select 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath valgrind, using log file: /var/log/nixpkgs-update/valgrind/2024-03-05.log valgrind 0 -> 1 attrpath: valgrind Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/2rarmlb46frd3r4casg33781kq4zc7kw-update-valgrind.drv /nix/store/6p98999h6agdxphvz2c3xf95vm9s162j-packages.json.drv building '/nix/store/2rarmlb46frd3r4casg33781kq4zc7kw-update-valgrind.drv'... building '/nix/store/6p98999h6agdxphvz2c3xf95vm9s162j-packages.json.drv'... Going to be running update for following packages: - valgrind-3.22.0 Press Enter key to continue... Running update for: - valgrind-3.22.0: UPDATING ... - valgrind-3.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update valgrind 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nextcloud-news-updater, using log file: /var/log/nixpkgs-update/nextcloud-news-updater/2024-03-05.log nextcloud-news-updater 0 -> 1 attrpath: nextcloud-news-updater Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/07038hrl5vpif5gwxfh5f1chqywcmn5j-packages.json.drv building '/nix/store/07038hrl5vpif5gwxfh5f1chqywcmn5j-packages.json.drv'... Going to be running update for following packages: - nextcloud-news-updater-11.0.0 Press Enter key to continue... Running update for: - nextcloud-news-updater-11.0.0: UPDATING ... - nextcloud-news-updater-11.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nextcloud-news-updater 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xmlformat, using log file: /var/log/nixpkgs-update/xmlformat/2024-03-05.log xmlformat 1.04 -> 1.9 https://repology.org/project/xmlformat/versions attrpath: xmlformat 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/1z9klyfhcbzr5551bghdw1x6b8y4ckna-xmlformat-1.9.tar.gz.drv building '/nix/store/1z9klyfhcbzr5551bghdw1x6b8y4ckna-xmlformat-1.9.tar.gz.drv'... trying http://www.kitebird.com/software/xmlformat/xmlformat-1.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1388 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download xmlformat-1.9.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'xmlformat.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/1z9klyfhcbzr5551bghdw1x6b8y4ckna-xmlformat-1.9.tar.gz.drv /nix/store/zfxq9hrwwsf8f11b4kwhch8cwis57nfn-xmlformat-1.9.drv building '/nix/store/1z9klyfhcbzr5551bghdw1x6b8y4ckna-xmlformat-1.9.tar.gz.drv'... trying http://www.kitebird.com/software/xmlformat/xmlformat-1.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1389 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download xmlformat-1.9.tar.gz from any mirror error: builder for '/nix/store/1z9klyfhcbzr5551bghdw1x6b8y4ckna-xmlformat-1.9.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://www.kitebird.com/software/xmlformat/xmlformat-1.9.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 1389 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download xmlformat-1.9.tar.gz from any mirror For full logs, run 'nix log /nix/store/1z9klyfhcbzr5551bghdw1x6b8y4ckna-xmlformat-1.9.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/zfxq9hrwwsf8f11b4kwhch8cwis57nfn-xmlformat-1.9.drv' failed to build [result] Failed to update xmlformat 1.04 -> 1.9 https://repology.org/project/xmlformat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rust-analyzer-unwrapped, using log file: /var/log/nixpkgs-update/rust-analyzer-unwrapped/2024-03-05.log rust-analyzer-unwrapped 0 -> 1 attrpath: rust-analyzer-unwrapped Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/prbfmmmhy1a75f2g765lbyqrpqzf2amf-packages.json.drv building '/nix/store/prbfmmmhy1a75f2g765lbyqrpqzf2amf-packages.json.drv'... Going to be running update for following packages: - rust-analyzer-unwrapped-2024-02-26 Press Enter key to continue... Running update for: - rust-analyzer-unwrapped-2024-02-26: UPDATING ... - rust-analyzer-unwrapped-2024-02-26: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/rust/rust-analyzer/default.nix b/pkgs/development/tools/rust/rust-analyzer/default.nix index e202baeb92f6..d69d442adc49 100644 --- a/pkgs/development/tools/rust/rust-analyzer/default.nix +++ b/pkgs/development/tools/rust/rust-analyzer/default.nix @@ -13,14 +13,14 @@ rustPlatform.buildRustPackage rec { pname = "rust-analyzer-unwrapped"; - version = "2024-02-26"; - cargoSha256 = "sha256-qlLHynifRrMo1ZHFKDTXjsUnF6BFiiBH87ILBWCkDmE="; + version = "2024-03-04"; + cargoSha256 = "sha256-WsTUUQ1Ots3Yk5bnl1UnX1pUZ8I3he3cBpxD9YBJmWg="; src = fetchFromGitHub { owner = "rust-lang"; repo = "rust-analyzer"; rev = version; - sha256 = "sha256-IBHMNEe3lspVdIzjpM2OVZiBFmFw1DKtdgVN5G41pRc="; + sha256 = "sha256-tcRhmqGOsvT9ah+rU4+giH18iU+sKPAn6hgpT2sjrg0="; }; cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ]; No auto update branch exists There might already be an open PR for this update: - rust-analyzer-unwrapped: 2024-02-26 -> 2024-03-04 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293307" [result] Failed to update rust-analyzer-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.micromapST, using log file: /var/log/nixpkgs-update/rPackages.micromapST/2024-03-05.log rPackages.micromapST 3.0.1 -> 3.0.2 https://repology.org/project/r:micromapst/versions attrpath: rPackages.micromapST Checking auto update branch... No auto update branch exists Old version 3.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.micromapST 3.0.1 -> 3.0.2 https://repology.org/project/r:micromapst/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vulcan-api, using log file: /var/log/nixpkgs-update/python311Packages.vulcan-api/2024-03-05.log python311Packages.vulcan-api 0 -> 1 attrpath: python311Packages.vulcan-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xarn8wha60k2fxlm2n7h5av8k1bxjv20-packages.json.drv building '/nix/store/xarn8wha60k2fxlm2n7h5av8k1bxjv20-packages.json.drv'... Going to be running update for following packages: - python3.11-vulcan-api-2.3.2 Press Enter key to continue... Running update for: - python3.11-vulcan-api-2.3.2: UPDATING ... - python3.11-vulcan-api-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vulcan-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-httpbin, using log file: /var/log/nixpkgs-update/python311Packages.pytest-httpbin/2024-03-05.log python311Packages.pytest-httpbin 0 -> 1 attrpath: python311Packages.pytest-httpbin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2949yw5sik5wisvfz99063bwpmp0j25z-packages.json.drv building '/nix/store/2949yw5sik5wisvfz99063bwpmp0j25z-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-httpbin-2.0.0 Press Enter key to continue... Running update for: - python3.11-pytest-httpbin-2.0.0: UPDATING ... - python3.11-pytest-httpbin-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-httpbin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pcp, using log file: /var/log/nixpkgs-update/pcp/2024-03-05.log pcp 0.4.0 -> 6.2.0 https://repology.org/project/pcp/versions attrpath: pcp Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv building '/nix/store/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv'... trying https://github.com/dennis-tra/pcp/archive/v6.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'pcp.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv /nix/store/937k5il13advr3d2q0z9hp4vxhmxjg3h-pcp-6.2.0-go-modules.drv /nix/store/5bmcc9dilpika9fg1km7qwscb5m2vjia-pcp-6.2.0.drv building '/nix/store/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv'... trying https://github.com/dennis-tra/pcp/archive/v6.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/dennis-tra/pcp/archive/v6.2.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/clzcc31h7sin51hbcsjqg9ijhcpmj1ll-source.drv'. error: 1 dependencies of derivation '/nix/store/5bmcc9dilpika9fg1km7qwscb5m2vjia-pcp-6.2.0.drv' failed to build [result] Failed to update pcp 0.4.0 -> 6.2.0 https://repology.org/project/pcp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.apkinspector, using log file: /var/log/nixpkgs-update/python311Packages.apkinspector/2024-03-05.log python311Packages.apkinspector 0 -> 1 attrpath: python311Packages.apkinspector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j7j67w6r6pk1bbc53bh1vwiv9hasml85-packages.json.drv building '/nix/store/j7j67w6r6pk1bbc53bh1vwiv9hasml85-packages.json.drv'... Going to be running update for following packages: - python3.11-apkinspector-1.2.1 Press Enter key to continue... Running update for: - python3.11-apkinspector-1.2.1: UPDATING ... - python3.11-apkinspector-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.apkinspector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynello, using log file: /var/log/nixpkgs-update/python311Packages.pynello/2024-03-05.log python311Packages.pynello 0 -> 1 attrpath: python311Packages.pynello Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rx6nn20di6wdmhf0f85f53lhr2542mkr-packages.json.drv building '/nix/store/rx6nn20di6wdmhf0f85f53lhr2542mkr-packages.json.drv'... Going to be running update for following packages: - python3.11-pynello-2.0.3 Press Enter key to continue... Running update for: - python3.11-pynello-2.0.3: UPDATING ... - python3.11-pynello-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynello 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sloth, using log file: /var/log/nixpkgs-update/sloth/2024-03-05.log sloth 0.11.0 -> 3.2 https://repology.org/project/sloth/versions attrpath: sloth Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/sr9mphdn1ldf51ycx2dip1mn75nbzq9g-source.drv building '/nix/store/sr9mphdn1ldf51ycx2dip1mn75nbzq9g-source.drv'... trying https://github.com/slok/sloth/archive/v3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'sloth.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/sr9mphdn1ldf51ycx2dip1mn75nbzq9g-source.drv /nix/store/5yldzjypx9qjbxwbmdhmd5nrywgpspc0-sloth-3.2-go-modules.drv /nix/store/s5ijxcjc6s4l0lig1630hcb523abbm25-sloth-3.2.drv building '/nix/store/sr9mphdn1ldf51ycx2dip1mn75nbzq9g-source.drv'... trying https://github.com/slok/sloth/archive/v3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/sr9mphdn1ldf51ycx2dip1mn75nbzq9g-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/slok/sloth/archive/v3.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/sr9mphdn1ldf51ycx2dip1mn75nbzq9g-source.drv'. error: 1 dependencies of derivation '/nix/store/s5ijxcjc6s4l0lig1630hcb523abbm25-sloth-3.2.drv' failed to build [result] Failed to update sloth 0.11.0 -> 3.2 https://repology.org/project/sloth/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath filebench, using log file: /var/log/nixpkgs-update/filebench/2024-03-05.log filebench 1.4.9.1 -> 1.5.a3.27 https://repology.org/project/filebench/versions attrpath: filebench Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/db9af3njx9nmb5831fqrh1rj2h8sf59c-filebench-1.5.a3.27.tar.gz.drv building '/nix/store/db9af3njx9nmb5831fqrh1rj2h8sf59c-filebench-1.5.a3.27.tar.gz.drv'... trying https://downloads.sourceforge.net/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 988 0 --:--:-- --:--:-- --:--:-- 985 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/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 232 0 --:--:-- --:--:-- --:--:-- 232 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download filebench-1.5.a3.27.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'filebench.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/db9af3njx9nmb5831fqrh1rj2h8sf59c-filebench-1.5.a3.27.tar.gz.drv /nix/store/azwwscl7j7c5a96i55yjc4pc8ks0swpm-filebench-1.5.a3.27.drv building '/nix/store/db9af3njx9nmb5831fqrh1rj2h8sf59c-filebench-1.5.a3.27.tar.gz.drv'... trying https://downloads.sourceforge.net/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 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/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download filebench-1.5.a3.27.tar.gz from any mirror error: builder for '/nix/store/db9af3njx9nmb5831fqrh1rj2h8sf59c-filebench-1.5.a3.27.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 318 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/filebench/filebench-1.5.a3.27.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download filebench-1.5.a3.27.tar.gz from any mirror For full logs, run 'nix log /nix/store/db9af3njx9nmb5831fqrh1rj2h8sf59c-filebench-1.5.a3.27.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/azwwscl7j7c5a96i55yjc4pc8ks0swpm-filebench-1.5.a3.27.drv' failed to build [result] Failed to update filebench 1.4.9.1 -> 1.5.a3.27 https://repology.org/project/filebench/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sway-overfocus, using log file: /var/log/nixpkgs-update/sway-overfocus/2024-03-05.log sway-overfocus 0 -> 1 attrpath: sway-overfocus 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/hhrkyrv8xpqidqqjr5fsazx9rvcsdyad-packages.json.drv building '/nix/store/hhrkyrv8xpqidqqjr5fsazx9rvcsdyad-packages.json.drv'... Going to be running update for following packages: - sway-overfocus-0.2.3-fix Press Enter key to continue... Running update for: - sway-overfocus-0.2.3-fix: UPDATING ... - sway-overfocus-0.2.3-fix: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sway-overfocus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vowpal-wabbit, using log file: /var/log/nixpkgs-update/vowpal-wabbit/2024-03-05.log vowpal-wabbit 9.6.0 -> 9.9.0 https://github.com/VowpalWabbit/vowpal_wabbit/releases attrpath: vowpal-wabbit Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update vowpal-wabbit 9.6.0 -> 9.9.0 https://github.com/VowpalWabbit/vowpal_wabbit/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath graalvmCEPackages.graaljs, using log file: /var/log/nixpkgs-update/graalvmCEPackages.graaljs/2024-03-05.log graalvmCEPackages.graaljs 0 -> 1 attrpath: graalvmCEPackages.graaljs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/fabp6bl44cam342pdqs2ba2z9mnilh95-packages.json.drv building '/nix/store/fabp6bl44cam342pdqs2ba2z9mnilh95-packages.json.drv'... Going to be running update for following packages: - js-installable-svm-23.1.0 Press Enter key to continue... Running update for: - js-installable-svm-23.1.0: UPDATING ... - js-installable-svm-23.1.0: ERROR --- SHOWING ERROR LOG FOR js-installable-svm-23.1.0 ---------------------- error: attribute 'js-installable-svm' in selection path 'graalvmCEPackages.js-installable-svm.version' not found --- SHOWING ERROR LOG FOR js-installable-svm-23.1.0 ---------------------- The update script for js-installable-svm-23.1.0 failed with exit code 1 [result] Failed to update graalvmCEPackages.graaljs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-mdinclude, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-mdinclude/2024-03-05.log python311Packages.sphinx-mdinclude 0 -> 1 attrpath: python311Packages.sphinx-mdinclude Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jpmnpmk0zldd620kxypfvjacvl919rpa-packages.json.drv building '/nix/store/jpmnpmk0zldd620kxypfvjacvl919rpa-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-mdinclude-0.5.3 Press Enter key to continue... Running update for: - python3.11-sphinx-mdinclude-0.5.3: UPDATING ... - python3.11-sphinx-mdinclude-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-mdinclude 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycoolmasternet-async, using log file: /var/log/nixpkgs-update/python311Packages.pycoolmasternet-async/2024-03-05.log python311Packages.pycoolmasternet-async 0 -> 1 attrpath: python311Packages.pycoolmasternet-async Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ssfqbq8ypzf05a1syzw78n116m8pjj39-packages.json.drv building '/nix/store/ssfqbq8ypzf05a1syzw78n116m8pjj39-packages.json.drv'... Going to be running update for following packages: - python3.11-pycoolmasternet-async-0.1.6 Press Enter key to continue... Running update for: - python3.11-pycoolmasternet-async-0.1.6: UPDATING ... - python3.11-pycoolmasternet-async-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycoolmasternet-async 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-pudb, using log file: /var/log/nixpkgs-update/python311Packages.pytest-pudb/2024-03-05.log python311Packages.pytest-pudb 0 -> 1 attrpath: python311Packages.pytest-pudb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2izw7gan0y694vq15qvq6jy8f872qqln-packages.json.drv building '/nix/store/2izw7gan0y694vq15qvq6jy8f872qqln-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-pudb-0.7.0 Press Enter key to continue... Running update for: - python3.11-pytest-pudb-0.7.0: UPDATING ... - python3.11-pytest-pudb-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-pudb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-telegram-bot, using log file: /var/log/nixpkgs-update/python311Packages.python-telegram-bot/2024-03-05.log python311Packages.python-telegram-bot 0 -> 1 attrpath: python311Packages.python-telegram-bot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x9qc95ic5mpqwfgijpsgk29h3wacdwas-packages.json.drv building '/nix/store/x9qc95ic5mpqwfgijpsgk29h3wacdwas-packages.json.drv'... Going to be running update for following packages: - python3.11-python-telegram-bot-20.8 Press Enter key to continue... Running update for: - python3.11-python-telegram-bot-20.8: UPDATING ... - python3.11-python-telegram-bot-20.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-telegram-bot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cozy, using log file: /var/log/nixpkgs-update/cozy/2024-03-05.log cozy 0 -> 1 attrpath: cozy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k0w4bwkv9g5dl1jdvzl8rv6q6qbpb0wz-packages.json.drv building '/nix/store/k0w4bwkv9g5dl1jdvzl8rv6q6qbpb0wz-packages.json.drv'... Going to be running update for following packages: - cozy-1.2.1 Press Enter key to continue... Running update for: - cozy-1.2.1: UPDATING ... - cozy-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cozy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grpcio-status, using log file: /var/log/nixpkgs-update/python311Packages.grpcio-status/2024-03-05.log python311Packages.grpcio-status 0 -> 1 attrpath: python311Packages.grpcio-status Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2ydc0iisnjmixr6pc76aa7wnqsjpjys5-packages.json.drv building '/nix/store/2ydc0iisnjmixr6pc76aa7wnqsjpjys5-packages.json.drv'... Going to be running update for following packages: - python3.11-grpcio-status-1.60.1 Press Enter key to continue... Running update for: - python3.11-grpcio-status-1.60.1: UPDATING ... - python3.11-grpcio-status-1.60.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/grpcio-status/default.nix b/pkgs/development/python-modules/grpcio-status/default.nix index fa3f65ebc924..eb91900864ca 100644 --- a/pkgs/development/python-modules/grpcio-status/default.nix +++ b/pkgs/development/python-modules/grpcio-status/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "grpcio-status"; - version = "1.60.1"; + version = "1.62.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-YbWquJiUmOiqFCwguIgp6l2Q0YwYyFO5+ebUB9N7+LQ="; + hash = "sha256-DWk+nAmIDa6qwGDQw9uhrkcKQ8meXSDf6v1iz34IqF0="; }; postPatch = '' No auto update branch exists Old version 1.60.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , googleapis-common-protos , grpcio , protobuf , pythonOlder }: buildPythonPackage rec { pname = "grpcio-status"; version = "1.62.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-DWk+nAmIDa6qwGDQw9uhrkcKQ8meXSDf6v1iz34IqF0="; }; postPatch = '' substituteInPlace setup.py \ --replace 'protobuf>=4.21.6' 'protobuf' ''; propagatedBuildInputs = [ googleapis-common-protos grpcio protobuf ]; # Projec thas no tests doCheck = false; pythonImportsCheck = [ "grpc_status" ]; meta = with lib; { description = "GRPC Python status proto mapping"; homepage = "https://github.com/grpc/grpc/tree/master/src/python/grpcio_status"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python311Packages.grpcio-status 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-render-docs, using log file: /var/log/nixpkgs-update/nixos-render-docs/2024-03-05.log nixos-render-docs 0 -> 1 attrpath: nixos-render-docs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wm2rhy01qyvflzmfmriqzb7mb3qlg2fl-packages.json.drv building '/nix/store/wm2rhy01qyvflzmfmriqzb7mb3qlg2fl-packages.json.drv'... Going to be running update for following packages: - nixos-render-docs-0.0 Press Enter key to continue... Running update for: - nixos-render-docs-0.0: UPDATING ... - nixos-render-docs-0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nixos-render-docs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.garminconnect, using log file: /var/log/nixpkgs-update/python311Packages.garminconnect/2024-03-05.log python311Packages.garminconnect 0 -> 1 attrpath: python311Packages.garminconnect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2pp4y59s19ds8zvifg5afway2wpzzmqa-packages.json.drv building '/nix/store/2pp4y59s19ds8zvifg5afway2wpzzmqa-packages.json.drv'... Going to be running update for following packages: - python3.11-garminconnect-0.2.13 Press Enter key to continue... Running update for: - python3.11-garminconnect-0.2.13: UPDATING ... - python3.11-garminconnect-0.2.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.garminconnect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.textwrap3, using log file: /var/log/nixpkgs-update/python311Packages.textwrap3/2024-03-05.log python311Packages.textwrap3 0 -> 1 attrpath: python311Packages.textwrap3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dbk8mvaq5s71gqm5ilq78d2jr5kzai02-packages.json.drv building '/nix/store/dbk8mvaq5s71gqm5ilq78d2jr5kzai02-packages.json.drv'... Going to be running update for following packages: - python3.11-textwrap3-0.9.2 Press Enter key to continue... Running update for: - python3.11-textwrap3-0.9.2: UPDATING ... - python3.11-textwrap3-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.textwrap3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uudeview, using log file: /var/log/nixpkgs-update/uudeview/2024-03-05.log uudeview 0.5.20 -> 20230502 https://repology.org/project/uudeview/versions attrpath: uudeview 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 uudeview 0.5.20 -> 20230502 https://repology.org/project/uudeview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opensyclWithRocm, using log file: /var/log/nixpkgs-update/opensyclWithRocm/2024-03-05.log opensyclWithRocm 0.9.4 -> 23.10.0 https://github.com/OpenSYCL/OpenSYCL/releases attrpath: opensyclWithRocm Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/compilers/opensycl/default.nix b/pkgs/development/compilers/opensycl/default.nix index c406d4c9d5c2..5d2ea4d7061d 100644 --- a/pkgs/development/compilers/opensycl/default.nix +++ b/pkgs/development/compilers/opensycl/default.nix @@ -17,13 +17,13 @@ let in stdenv.mkDerivation rec { pname = "OpenSYCL"; - version = "0.9.4"; + version = "23.10.0"; src = fetchFromGitHub { owner = "OpenSYCL"; repo = "OpenSYCL"; rev = "v${version}"; - sha256 = "sha256-5YkuUOAnvoAD5xDKxKMPq0B7+1pb6hVisPAhs0Za1ls="; + sha256 = "sha256-E6FoN7sRUXarfrq78gb5dMhr8qzZ+cpfNuD6DSTVlZM="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A opensyclWithRocm nix build failed. -- Performing Test Terminfo_LINKABLE -- Performing Test Terminfo_LINKABLE - Success -- Found Terminfo: /nix/store/5sqn9ipaj6zm26pypl6l748ahw9n6i3f-ncurses-6.4/lib/libtinfo.so -- Found ZLIB: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found LibXml2: /nix/store/n8dqvi9lp8j8wkfdi0ispkfh2ahhljd1-libxml2-2.12.5/lib/libxml2.so (found version "2.12.5") -- Building hipSYCL against LLVM configured from /nix/store/vgj05jb71cyg15g1qfahd0l8g9q6349f-llvm-15.0.7-dev/lib/cmake/llvm -- Selecting clang: /nix/store/x6zv4b5d5ihcnzh6jym72xiy9yl238bd-clang-wrapper-15.0.7/bin/clang++ -- Using clang include directory: /nix/store/8hvxn1pzhd91xaznjynh5wdj3ayjp4dy-clang-15.0.7-dev/include -- Looking for C++ include filesystem -- Looking for C++ include filesystem - found -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED - Success CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject.cmake:2910 (message): error: could not find git for clone of llvmspirvtranslator-populate Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/ExternalProject.cmake:4418 (_ep_add_download_command) CMakeLists.txt:29 (ExternalProject_Add) -- Configuring incomplete, errors occurred!  CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1667 (message): CMake step for llvmspirvtranslator failed: 1 Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) src/compiler/llvm-to-backend/CMakeLists.txt:134 (FetchContent_Populate)  -- Configuring incomplete, errors occurred! [result] Failed to update opensyclWithRocm 0.9.4 -> 23.10.0 https://github.com/OpenSYCL/OpenSYCL/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ueberzug, using log file: /var/log/nixpkgs-update/python311Packages.ueberzug/2024-03-05.log python311Packages.ueberzug 0 -> 1 attrpath: python311Packages.ueberzug Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pn18gv0xh11dc3dgvafh7lysb1pyjg0y-packages.json.drv building '/nix/store/pn18gv0xh11dc3dgvafh7lysb1pyjg0y-packages.json.drv'... Going to be running update for following packages: - python3.11-ueberzug-18.1.9 Press Enter key to continue... Running update for: - python3.11-ueberzug-18.1.9: UPDATING ... - python3.11-ueberzug-18.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ueberzug 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pam, using log file: /var/log/nixpkgs-update/python311Packages.pam/2024-03-05.log python311Packages.pam 0 -> 1 attrpath: python311Packages.pam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/swjka5niqqi3lzr88r7vqrdxiq3qskbz-packages.json.drv building '/nix/store/swjka5niqqi3lzr88r7vqrdxiq3qskbz-packages.json.drv'... Going to be running update for following packages: - python3.11-python-pam-2.0.2 Press Enter key to continue... Running update for: - python3.11-python-pam-2.0.2: UPDATING ... - python3.11-python-pam-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bump, using log file: /var/log/nixpkgs-update/bump/2024-03-05.log bump 0.2.4 -> 3.5 https://repology.org/project/bump/versions attrpath: bump Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/lc1b48fn786rgyrsksn4fhm7nw1j2p9g-source.drv building '/nix/store/lc1b48fn786rgyrsksn4fhm7nw1j2p9g-source.drv'... trying https://github.com/mroth/bump/archive/v3.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'bump.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/lc1b48fn786rgyrsksn4fhm7nw1j2p9g-source.drv /nix/store/qmy5zjp88andizhhzl3k26lrg6lrh3vl-bump-3.5-go-modules.drv /nix/store/i65z9kr9xam053kwa524sknv64299cqw-bump-3.5.drv building '/nix/store/lc1b48fn786rgyrsksn4fhm7nw1j2p9g-source.drv'... trying https://github.com/mroth/bump/archive/v3.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/lc1b48fn786rgyrsksn4fhm7nw1j2p9g-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mroth/bump/archive/v3.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/lc1b48fn786rgyrsksn4fhm7nw1j2p9g-source.drv'. error: 1 dependencies of derivation '/nix/store/i65z9kr9xam053kwa524sknv64299cqw-bump-3.5.drv' failed to build [result] Failed to update bump 0.2.4 -> 3.5 https://repology.org/project/bump/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentelemetry-exporter-otlp-proto-http, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-exporter-otlp-proto-http/2024-03-05.log python311Packages.opentelemetry-exporter-otlp-proto-http 0 -> 1 attrpath: python311Packages.opentelemetry-exporter-otlp-proto-http Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rdqf5s7278dcfvmzz07p86v5zclf6pm8-packages.json.drv building '/nix/store/rdqf5s7278dcfvmzz07p86v5zclf6pm8-packages.json.drv'... Going to be running update for following packages: - python3.11-opentelemetry-exporter-otlp-proto-http-1.22.0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-exporter-otlp-proto-http-1.22.0: UPDATING ... - python3.11-opentelemetry-exporter-otlp-proto-http-1.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-exporter-otlp-proto-http 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.switchboard-plug-sharing, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-sharing/2024-03-05.log pantheon.switchboard-plug-sharing 0 -> 1 attrpath: pantheon.switchboard-plug-sharing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ms3m01rpz4g0kqf7izz0gwqabx9y70jl-packages.json.drv building '/nix/store/ms3m01rpz4g0kqf7izz0gwqabx9y70jl-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-sharing-2.1.6 Press Enter key to continue... Running update for: - switchboard-plug-sharing-2.1.6: UPDATING ... - switchboard-plug-sharing-2.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-sharing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reprshed, using log file: /var/log/nixpkgs-update/python311Packages.reprshed/2024-03-05.log python311Packages.reprshed 0 -> 1 attrpath: python311Packages.reprshed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kd710r43cj4idsb3sx8wavwhz1sc7k9m-packages.json.drv building '/nix/store/kd710r43cj4idsb3sx8wavwhz1sc7k9m-packages.json.drv'... Going to be running update for following packages: - python3.11-python-reprshed-1.0.6 Press Enter key to continue... Running update for: - python3.11-python-reprshed-1.0.6: UPDATING ... - python3.11-python-reprshed-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reprshed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vat-moss, using log file: /var/log/nixpkgs-update/python311Packages.vat-moss/2024-03-05.log python311Packages.vat-moss 0 -> 1 attrpath: python311Packages.vat-moss Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s6q08lwmplvj8fkk6q9r5z6hy7yv5han-packages.json.drv building '/nix/store/s6q08lwmplvj8fkk6q9r5z6hy7yv5han-packages.json.drv'... Going to be running update for following packages: - python3.11-vat-moss-0.11.0 Press Enter key to continue... Running update for: - python3.11-vat-moss-0.11.0: UPDATING ... - python3.11-vat-moss-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vat-moss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hidapi, using log file: /var/log/nixpkgs-update/python311Packages.hidapi/2024-03-05.log python311Packages.hidapi 0 -> 1 attrpath: python311Packages.hidapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jmvpxkxz6plpbrf70y56l7r5hnyrbs6m-packages.json.drv building '/nix/store/jmvpxkxz6plpbrf70y56l7r5hnyrbs6m-packages.json.drv'... Going to be running update for following packages: - python3.11-hidapi-0.14.0 Press Enter key to continue... Running update for: - python3.11-hidapi-0.14.0: UPDATING ... - python3.11-hidapi-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hidapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.ghc-source-gen, using log file: /var/log/nixpkgs-update/haskellPackages.ghc-source-gen/2024-03-05.log haskellPackages.ghc-source-gen 0.4.3.0 -> 0.4.4.0 https://repology.org/project/haskell:ghc-source-gen/versions attrpath: haskellPackages.ghc-source-gen Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ghc-source-gen 0.4.3.0 -> 0.4.4.0 https://repology.org/project/haskell:ghc-source-gen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydeck, using log file: /var/log/nixpkgs-update/python311Packages.pydeck/2024-03-05.log python311Packages.pydeck 0 -> 1 attrpath: python311Packages.pydeck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rqjk36yw8jdabh8m3yv7z6ww9jp0838d-packages.json.drv building '/nix/store/rqjk36yw8jdabh8m3yv7z6ww9jp0838d-packages.json.drv'... Going to be running update for following packages: - python3.11-pydeck-0.8.0 Press Enter key to continue... Running update for: - python3.11-pydeck-0.8.0: UPDATING ... - python3.11-pydeck-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydeck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyinfra, using log file: /var/log/nixpkgs-update/python311Packages.pyinfra/2024-03-05.log python311Packages.pyinfra 2.8 -> 2.9.2 https://github.com/Fizzadar/pyinfra/releases attrpath: python311Packages.pyinfra Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bc3qj6028izazysj3zm0pjri4sk0p2jg-packages.json.drv building '/nix/store/bc3qj6028izazysj3zm0pjri4sk0p2jg-packages.json.drv'... Going to be running update for following packages: - python3.11-pyinfra-2.8 Press Enter key to continue... Running update for: - python3.11-pyinfra-2.8: UPDATING ... - python3.11-pyinfra-2.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyinfra/default.nix b/pkgs/development/python-modules/pyinfra/default.nix index d21fcddc42ee..8130129daebb 100644 --- a/pkgs/development/python-modules/pyinfra/default.nix +++ b/pkgs/development/python-modules/pyinfra/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "pyinfra"; - version = "2.8"; + version = "2.9.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "Fizzadar"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-BYd2UYQJD/HsmpnlQjZvjfg17ShPuA3j4rtv6fTQK/A="; + hash = "sha256-lzbFwAg1aLCfBnSnqq4oVteArpkRBa7hU8V3vB5ODa8="; }; patches = [ No auto update branch exists [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.pyinfra nix build failed. 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/klmm99hmzpfnw2ic9fv03f218f0bxh1a-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/words.txt @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/syrabcjwy1gz391an6q651f6fg6qqk8p-bump-paramiko-major-version.patch patching file setup.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 setup.py.rej [result] Failed to update python311Packages.pyinfra 2.8 -> 2.9.2 https://github.com/Fizzadar/pyinfra/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiowinreg, using log file: /var/log/nixpkgs-update/python311Packages.aiowinreg/2024-03-05.log python311Packages.aiowinreg 0 -> 1 attrpath: python311Packages.aiowinreg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6fdcmd1qxzlka58vkpikmzya0cnyxsbx-packages.json.drv building '/nix/store/6fdcmd1qxzlka58vkpikmzya0cnyxsbx-packages.json.drv'... Going to be running update for following packages: - python3.11-aiowinreg-0.0.10 Press Enter key to continue... Running update for: - python3.11-aiowinreg-0.0.10: UPDATING ... - python3.11-aiowinreg-0.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiowinreg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.port4me, using log file: /var/log/nixpkgs-update/rPackages.port4me/2024-03-05.log rPackages.port4me 0.6.0 -> 0.7.1 https://repology.org/project/r:port4me/versions attrpath: rPackages.port4me Checking auto update branch... No auto update branch exists Old version 0.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.port4me 0.6.0 -> 0.7.1 https://repology.org/project/r:port4me/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dm-haiku, using log file: /var/log/nixpkgs-update/python311Packages.dm-haiku/2024-03-05.log python311Packages.dm-haiku 0 -> 1 attrpath: python311Packages.dm-haiku 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/kl0cq28jivl23s8zfq5kwaxdsj0qashc-packages.json.drv building '/nix/store/kl0cq28jivl23s8zfq5kwaxdsj0qashc-packages.json.drv'... Going to be running update for following packages: - python3.11-dm-haiku-0.0.11 Press Enter key to continue... Running update for: - python3.11-dm-haiku-0.0.11: UPDATING ... - python3.11-dm-haiku-0.0.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dm-haiku/default.nix b/pkgs/development/python-modules/dm-haiku/default.nix index cb97e2f837af..e35baffb4066 100644 --- a/pkgs/development/python-modules/dm-haiku/default.nix +++ b/pkgs/development/python-modules/dm-haiku/default.nix @@ -23,14 +23,14 @@ let dm-haiku = buildPythonPackage rec { pname = "dm-haiku"; - version = "0.0.11"; + version = "0.0.12"; format = "setuptools"; src = fetchFromGitHub { owner = "deepmind"; repo = "dm-haiku"; rev = "refs/tags/v${version}"; - hash = "sha256-xve1vNsVOC6/HVtzmzswM/Sk3uUNaTtqNAKheFb/tmI="; + hash = "sha256-aJRXlMq4CNMH3ZSTDP8MgnVltdSc8l5raw4//KccL48="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/b0lg2is1nl0mzcwhr3zda881na6vaqxb-python3.11-dm-haiku-0.0.12" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 13 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 16 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 13 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 [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:
  • python311Packages.elegy
  • python311Packages.elegy.dist
  • python311Packages.treex
  • python311Packages.treex.dist
6 packages built:
  • python311Packages.distrax
  • python311Packages.distrax.dist
  • python311Packages.dm-haiku
  • python311Packages.dm-haiku.dist
  • python311Packages.rlax
  • python311Packages.rlax.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.dm-haiku is: Haiku is a simple neural network library for JAX developed by some of the authors of Sonnet. meta.homepage for python311Packages.dm-haiku is: https://github.com/deepmind/dm-haiku ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.0.12 with grep in /nix/store/b0lg2is1nl0mzcwhr3zda881na6vaqxb-python3.11-dm-haiku-0.0.12 - found 0.0.12 in filename of file in /nix/store/b0lg2is1nl0mzcwhr3zda881na6vaqxb-python3.11-dm-haiku-0.0.12 ---
Rebuild report (if merged into master) (click to expand) ``` 5 total rebuild path(s) 5 package rebuild(s) First fifty rebuilds by attrpath python311Packages.distrax python311Packages.dm-haiku python311Packages.elegy python311Packages.rlax python311Packages.treex ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/b0lg2is1nl0mzcwhr3zda881na6vaqxb-python3.11-dm-haiku-0.0.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 python311Packages.dm-haiku https://github.com/r-ryantm/nixpkgs/archive/bdc45d7d790d834dab15dc603fb4ffc59029cfaa.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bdc45d7d790d834dab15dc603fb4ffc59029cfaa#python311Packages.dm-haiku ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/b0lg2is1nl0mzcwhr3zda881na6vaqxb-python3.11-dm-haiku-0.0.12 ls -la /nix/store/b0lg2is1nl0mzcwhr3zda881na6vaqxb-python3.11-dm-haiku-0.0.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)
4 packages marked as broken and skipped:
  • python311Packages.elegy
  • python311Packages.elegy.dist
  • python311Packages.treex
  • python311Packages.treex.dist
6 packages built:
  • python311Packages.distrax
  • python311Packages.distrax.dist
  • python311Packages.dm-haiku
  • python311Packages.dm-haiku.dist
  • python311Packages.rlax
  • python311Packages.rlax.dist
--- ###### Maintainer pings cc @ndl 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/293472 [result] Success updating python311Packages.dm-haiku 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CRTspat, using log file: /var/log/nixpkgs-update/rPackages.CRTspat/2024-03-05.log rPackages.CRTspat 1.1.0 -> 1.2.0 https://repology.org/project/r:crtspat/versions attrpath: rPackages.CRTspat 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.CRTspat 1.1.0 -> 1.2.0 https://repology.org/project/r:crtspat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FuzzyPovertyR, using log file: /var/log/nixpkgs-update/rPackages.FuzzyPovertyR/2024-03-05.log rPackages.FuzzyPovertyR 1.1.0 -> 2.0.1 https://repology.org/project/r:fuzzypovertyr/versions attrpath: rPackages.FuzzyPovertyR Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.FuzzyPovertyR 1.1.0 -> 2.0.1 https://repology.org/project/r:fuzzypovertyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.http-accept, using log file: /var/log/nixpkgs-update/rubyPackages.http-accept/2024-03-05.log rubyPackages.http-accept 1.7.0 -> 2.2.1 https://repology.org/project/ruby:http-accept/versions attrpath: rubyPackages.http-accept 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.http-accept 1.7.0 -> 2.2.1 https://repology.org/project/ruby:http-accept/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mdformat, using log file: /var/log/nixpkgs-update/python311Packages.mdformat/2024-03-05.log python311Packages.mdformat 0 -> 1 attrpath: python311Packages.mdformat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zz4nwn2nv8irjmj5w6kcac8ca66afvfa-packages.json.drv building '/nix/store/zz4nwn2nv8irjmj5w6kcac8ca66afvfa-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-0.7.17 Press Enter key to continue... Running update for: - python3.11-mdformat-0.7.17: UPDATING ... - python3.11-mdformat-0.7.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.pt_BR, using log file: /var/log/nixpkgs-update/aspellDicts.pt_BR/2024-03-05.log aspellDicts.pt_BR 0 -> 1 attrpath: aspellDicts.pt_BR 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/s4ip3824dwwixb15rxragdvw47gsi8vs-update-aspellDict-pt_BR.drv /nix/store/r68w0kh5mmsbl3l6947q8p5vym53944k-packages.json.drv building '/nix/store/s4ip3824dwwixb15rxragdvw47gsi8vs-update-aspellDict-pt_BR.drv'... building '/nix/store/r68w0kh5mmsbl3l6947q8p5vym53944k-packages.json.drv'... Going to be running update for following packages: - aspell-dict-pt_BR-20131030-12-0 Press Enter key to continue... Running update for: - aspell-dict-pt_BR-20131030-12-0: UPDATING ... - aspell-dict-pt_BR-20131030-12-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.pt_BR 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openrazer-daemon, using log file: /var/log/nixpkgs-update/openrazer-daemon/2024-03-05.log openrazer-daemon 0 -> 1 attrpath: openrazer-daemon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5k5g75k2bcp5f0xbfv153cchwbgchknx-packages.json.drv building '/nix/store/5k5g75k2bcp5f0xbfv153cchwbgchknx-packages.json.drv'... Going to be running update for following packages: - openrazer-daemon-3.7.0 Press Enter key to continue... Running update for: - openrazer-daemon-3.7.0: UPDATING ... - openrazer-daemon-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openrazer-daemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.dns, using log file: /var/log/nixpkgs-update/terraform-providers.dns/2024-03-05.log terraform-providers.dns 0 -> 1 attrpath: terraform-providers.dns Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.dns 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dateutils, using log file: /var/log/nixpkgs-update/python311Packages.dateutils/2024-03-05.log python311Packages.dateutils 0 -> 1 attrpath: python311Packages.dateutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mapnbiga40pvjqyyvrck2sdp6bh8viai-packages.json.drv building '/nix/store/mapnbiga40pvjqyyvrck2sdp6bh8viai-packages.json.drv'... Going to be running update for following packages: - python3.11-dateutils-0.6.12 Press Enter key to continue... Running update for: - python3.11-dateutils-0.6.12: UPDATING ... - python3.11-dateutils-0.6.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dateutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath metar, using log file: /var/log/nixpkgs-update/metar/2024-03-05.log metar 2017-02-17 -> 20190227.1 https://repology.org/project/metar/versions attrpath: metar Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/misc/metar/default.nix b/pkgs/applications/misc/metar/default.nix index d1edfb6a761f..4e666d08aff6 100644 --- a/pkgs/applications/misc/metar/default.nix +++ b/pkgs/applications/misc/metar/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "metar"; - version = "unstable-2017-02-17"; + version = "unstable-20190227.1"; src = fetchFromGitHub { owner = "keesL"; repo = "metar"; rev = "20e9ca69faea330f6c2493b6829131c24cb55147"; - sha256 = "1fgrlnpasqf1ihh9y6zy6mzzybqx0lxvh7gmv03rjdb55dr42dxj"; + sha256 = "sha256-sjdBcitlNZkH2PUduDsFHS//fzX+G58gjMFhra6l+bk="; }; buildInputs = [ curl ]; Source url did not change. [result] Failed to update metar 2017-02-17 -> 20190227.1 https://repology.org/project/metar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath verifpal, using log file: /var/log/nixpkgs-update/verifpal/2024-03-05.log verifpal 0.27.0 -> 0.27.2 https://repology.org/project/verifpal/versions attrpath: verifpal Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - verifpal: 0.27.0 > 0.27.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/251836" [result] Failed to update verifpal 0.27.0 -> 0.27.2 https://repology.org/project/verifpal/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath apachetomcatscanner, using log file: /var/log/nixpkgs-update/apachetomcatscanner/2024-03-05.log apachetomcatscanner 0 -> 1 attrpath: apachetomcatscanner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0fsj7lmjzlyjmapw94fczwbj5zn7n27y-packages.json.drv building '/nix/store/0fsj7lmjzlyjmapw94fczwbj5zn7n27y-packages.json.drv'... Going to be running update for following packages: - apachetomcatscanner-3.5 Press Enter key to continue... Running update for: - apachetomcatscanner-3.5: UPDATING ... - apachetomcatscanner-3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update apachetomcatscanner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath to-html, using log file: /var/log/nixpkgs-update/to-html/2024-03-05.log to-html 0.1.4 -> 0.1.5 https://github.com/Aloso/to-html/releases attrpath: to-html Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - to-html: 0.1.4 -> 0.1.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/278124" [result] Failed to update to-html 0.1.4 -> 0.1.5 https://github.com/Aloso/to-html/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-click, using log file: /var/log/nixpkgs-update/python311Packages.types-click/2024-03-05.log python311Packages.types-click 0 -> 1 attrpath: python311Packages.types-click Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h7cjfia1rxzvipp19cgmfhxf15z66wa8-packages.json.drv building '/nix/store/h7cjfia1rxzvipp19cgmfhxf15z66wa8-packages.json.drv'... Going to be running update for following packages: - python3.11-types-click-7.1.8 Press Enter key to continue... Running update for: - python3.11-types-click-7.1.8: UPDATING ... - python3.11-types-click-7.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-click 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libtins, using log file: /var/log/nixpkgs-update/libtins/2024-03-05.log libtins 4.4 -> 4.5 https://github.com/mfontanini/libtins/releases attrpath: libtins Checking auto update branch... An auto update branch exists with message `libtins: 4.4 -> 4.5`. New version is 4.5. An auto update branch exists with an equal or greater version [result] Failed to update libtins 4.4 -> 4.5 https://github.com/mfontanini/libtins/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath topiary, using log file: /var/log/nixpkgs-update/topiary/2024-03-05.log topiary 0 -> 1 attrpath: topiary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jkx7yg0041pc67sln7gza455fd01ppzh-packages.json.drv building '/nix/store/jkx7yg0041pc67sln7gza455fd01ppzh-packages.json.drv'... Going to be running update for following packages: - topiary-0.3.0 Press Enter key to continue... Running update for: - topiary-0.3.0: UPDATING ... - topiary-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update topiary 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wifi-password, using log file: /var/log/nixpkgs-update/wifi-password/2024-03-05.log wifi-password 0.1.0 -> 1.1.1 https://repology.org/project/wifi-password/versions attrpath: wifi-password 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/k6iffyg56knibmjsn12fpglsfn6pvry3-source.drv building '/nix/store/k6iffyg56knibmjsn12fpglsfn6pvry3-source.drv'... trying https://github.com/rauchg/wifi-password/archive/1.1.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 'wifi-password.originalSrc' not found stderr did not split as expected full stderr was: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/wifi-password/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/wifi-password/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘wifi-password-1.1.1’ in /var/cache/nixpkgs-update/worker/worktree/wifi-password/pkgs/os-specific/darwin/wifi-password/default.nix:21 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ] package.meta.badPlatforms = [ ] , refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update wifi-password 0.1.0 -> 1.1.1 https://repology.org/project/wifi-password/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-trovo, using log file: /var/log/nixpkgs-update/python311Packages.python-trovo/2024-03-05.log python311Packages.python-trovo 0 -> 1 attrpath: python311Packages.python-trovo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yz2wm82z9nclyf8c44rg22qzcb1fdnkb-packages.json.drv building '/nix/store/yz2wm82z9nclyf8c44rg22qzcb1fdnkb-packages.json.drv'... Going to be running update for following packages: - python3.11-python-trovo-0.1.7 Press Enter key to continue... Running update for: - python3.11-python-trovo-0.1.7: UPDATING ... - python3.11-python-trovo-0.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-trovo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.itemdb, using log file: /var/log/nixpkgs-update/python311Packages.itemdb/2024-03-05.log python311Packages.itemdb 0 -> 1 attrpath: python311Packages.itemdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jbbi2xxm1vd3hppqywa3yi8bn3by4jdy-packages.json.drv building '/nix/store/jbbi2xxm1vd3hppqywa3yi8bn3by4jdy-packages.json.drv'... Going to be running update for following packages: - python3.11-itemdb-1.1.2 Press Enter key to continue... Running update for: - python3.11-itemdb-1.1.2: UPDATING ... - python3.11-itemdb-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.itemdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vina, using log file: /var/log/nixpkgs-update/python311Packages.vina/2024-03-05.log python311Packages.vina 0 -> 1 attrpath: python311Packages.vina Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qkmx1wnyiyjcl59ly3k4xzz6ffl9al6d-packages.json.drv building '/nix/store/qkmx1wnyiyjcl59ly3k4xzz6ffl9al6d-packages.json.drv'... Going to be running update for following packages: - python3.11-autodock-vina-1.2.5 Press Enter key to continue... Running update for: - python3.11-autodock-vina-1.2.5: UPDATING ... - python3.11-autodock-vina-1.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vina 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyvisa-sim, using log file: /var/log/nixpkgs-update/python311Packages.pyvisa-sim/2024-03-05.log python311Packages.pyvisa-sim 0 -> 1 attrpath: python311Packages.pyvisa-sim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3kx7xpmid44h0h56kxlsvw4k35j9mnzn-packages.json.drv building '/nix/store/3kx7xpmid44h0h56kxlsvw4k35j9mnzn-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvisa-sim-0.6.0 Press Enter key to continue... Running update for: - python3.11-pyvisa-sim-0.6.0: UPDATING ... - python3.11-pyvisa-sim-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyvisa-sim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fusesoc, using log file: /var/log/nixpkgs-update/fusesoc/2024-03-05.log fusesoc 0 -> 1 attrpath: fusesoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fhm6v5lwvnh3jnhsjn1b2gdm4a2hhibd-packages.json.drv building '/nix/store/fhm6v5lwvnh3jnhsjn1b2gdm4a2hhibd-packages.json.drv'... Going to be running update for following packages: - python3.11-fusesoc-2.2.1 Press Enter key to continue... Running update for: - python3.11-fusesoc-2.2.1: UPDATING ... - python3.11-fusesoc-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/package-management/fusesoc/default.nix b/pkgs/tools/package-management/fusesoc/default.nix index 680cbc020945..26aed1ee7faa 100644 --- a/pkgs/tools/package-management/fusesoc/default.nix +++ b/pkgs/tools/package-management/fusesoc/default.nix @@ -14,11 +14,11 @@ }: buildPythonPackage rec { pname = "fusesoc"; - version = "2.2.1"; + version = "2.3"; src = fetchPypi { inherit pname version; - hash = "sha256-M36bXBgY8hR33AVDlHoH8PZJG2Bi0KOEI07IMns7R4w="; + hash = "sha256-ruYx9dDAm23jV4tw1Op+6Pe1ea1c7VWH5RzqasFsZ6E="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fusesoc nix build failed. Executing pythonImportsCheckPhase Check whether the following modules can be imported: fusesoc @nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" } Running phase: setuptoolsCheckPhase Executing setuptoolsCheckPhase /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11: No module named pip error: Command '['/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpot6u1sei', '--quiet', 'jsonschema2md']' returned non-zero exit status 1. [result] Failed to update fusesoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.colorspacious, using log file: /var/log/nixpkgs-update/python311Packages.colorspacious/2024-03-05.log python311Packages.colorspacious 0 -> 1 attrpath: python311Packages.colorspacious Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vzv4srrx514ybkgc52bw40kb6pak1nhr-packages.json.drv building '/nix/store/vzv4srrx514ybkgc52bw40kb6pak1nhr-packages.json.drv'... Going to be running update for following packages: - python3.11-colorspacious-1.1.2 Press Enter key to continue... Running update for: - python3.11-colorspacious-1.1.2: UPDATING ... - python3.11-colorspacious-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.colorspacious 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.treelib, using log file: /var/log/nixpkgs-update/python311Packages.treelib/2024-03-05.log python311Packages.treelib 0 -> 1 attrpath: python311Packages.treelib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wkahzfhgjy147307p8vbwrsm8q8hwslv-packages.json.drv building '/nix/store/wkahzfhgjy147307p8vbwrsm8q8hwslv-packages.json.drv'... Going to be running update for following packages: - python3.11-treelib-1.7.0 Press Enter key to continue... Running update for: - python3.11-treelib-1.7.0: UPDATING ... - python3.11-treelib-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.treelib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath brakeman, using log file: /var/log/nixpkgs-update/brakeman/2024-03-05.log brakeman 0 -> 1 attrpath: brakeman 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 brakeman 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.ParallelLoops 0.10 -> 0.12 https://repology.org/project/perl:parallel-loops/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysmbc, using log file: /var/log/nixpkgs-update/python311Packages.pysmbc/2024-03-05.log python311Packages.pysmbc 0 -> 1 attrpath: python311Packages.pysmbc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2f6bgybs462ql03fzrii012jqg7hl9h6-packages.json.drv building '/nix/store/2f6bgybs462ql03fzrii012jqg7hl9h6-packages.json.drv'... Going to be running update for following packages: - python3.11-pysmbc-1.0.25.1 Press Enter key to continue... Running update for: - python3.11-pysmbc-1.0.25.1: UPDATING ... - python3.11-pysmbc-1.0.25.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysmbc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.netutils, using log file: /var/log/nixpkgs-update/python311Packages.netutils/2024-03-05.log python311Packages.netutils 0 -> 1 attrpath: python311Packages.netutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dnsri6s88nmvfi0igqj218zp7jpd07ha-packages.json.drv building '/nix/store/dnsri6s88nmvfi0igqj218zp7jpd07ha-packages.json.drv'... Going to be running update for following packages: - python3.11-netutils-1.6.0 Press Enter key to continue... Running update for: - python3.11-netutils-1.6.0: UPDATING ... - python3.11-netutils-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.netutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.squat, using log file: /var/log/nixpkgs-update/rPackages.squat/2024-03-05.log rPackages.squat 0.2.1 -> 0.3.0 https://repology.org/project/r:squat/versions attrpath: rPackages.squat 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.squat 0.2.1 -> 0.3.0 https://repology.org/project/r:squat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oslo-log, using log file: /var/log/nixpkgs-update/python311Packages.oslo-log/2024-03-05.log python311Packages.oslo-log 0 -> 1 attrpath: python311Packages.oslo-log Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l0phzny6yh7dxkxgp686575v3sydwxj5-packages.json.drv building '/nix/store/l0phzny6yh7dxkxgp686575v3sydwxj5-packages.json.drv'... Going to be running update for following packages: - python3.11-oslo-log-5.5.0 Press Enter key to continue... Running update for: - python3.11-oslo-log-5.5.0: UPDATING ... - python3.11-oslo-log-5.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oslo-log 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath latex2html, using log file: /var/log/nixpkgs-update/latex2html/2024-03-05.log latex2html 2023.2 -> 2024 https://repology.org/project/latex2html/versions attrpath: latex2html Checking auto update branch... An auto update branch exists with message `latex2html: 2023.2 -> 2024`. New version is 2024. An auto update branch exists with an equal or greater version [result] Failed to update latex2html 2023.2 -> 2024 https://repology.org/project/latex2html/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.acled_api, using log file: /var/log/nixpkgs-update/rPackages.acled_api/2024-03-05.log rPackages.acled_api 1.1.6 -> 1.1.7 https://repology.org/project/r:acled.api/versions attrpath: rPackages.acled_api Checking auto update branch... No auto update branch exists Old version 1.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.acled_api 1.1.6 -> 1.1.7 https://repology.org/project/r:acled.api/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath reaper, using log file: /var/log/nixpkgs-update/reaper/2024-03-05.log reaper 0 -> 1 attrpath: reaper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d22yb27na2y55lrrqzrqsjzx35q99zyg-packages.json.drv building '/nix/store/d22yb27na2y55lrrqzrqsjzx35q99zyg-packages.json.drv'... Going to be running update for following packages: - reaper-7.11 Press Enter key to continue... Running update for: - reaper-7.11: UPDATING ... - reaper-7.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update reaper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.linecache2, using log file: /var/log/nixpkgs-update/python311Packages.linecache2/2024-03-05.log python311Packages.linecache2 0 -> 1 attrpath: python311Packages.linecache2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xd8dwcz2c02d2b22vfxygiiwp37aknxx-packages.json.drv building '/nix/store/xd8dwcz2c02d2b22vfxygiiwp37aknxx-packages.json.drv'... Going to be running update for following packages: - python3.11-linecache2-1.0.0 Press Enter key to continue... Running update for: - python3.11-linecache2-1.0.0: UPDATING ... - python3.11-linecache2-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.linecache2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-doctestplus, using log file: /var/log/nixpkgs-update/python311Packages.pytest-doctestplus/2024-03-05.log python311Packages.pytest-doctestplus 0 -> 1 attrpath: python311Packages.pytest-doctestplus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/576wxbnbg2gcn9wy9sv0v35wigy1vz17-packages.json.drv building '/nix/store/576wxbnbg2gcn9wy9sv0v35wigy1vz17-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-doctestplus-1.0.0 Press Enter key to continue... Running update for: - python3.11-pytest-doctestplus-1.0.0: UPDATING ... - python3.11-pytest-doctestplus-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-doctestplus/default.nix b/pkgs/development/python-modules/pytest-doctestplus/default.nix index d4f5a3c5c5ab..360eac89afc4 100644 --- a/pkgs/development/python-modules/pytest-doctestplus/default.nix +++ b/pkgs/development/python-modules/pytest-doctestplus/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pytest-doctestplus"; - version = "1.0.0"; + version = "1.2.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-9lBEDcrt4T7W19pzv7SsWF1AqAREujVC0+buzbJ11J8="; + hash = "sha256-xa12Oi+uXu5bZ4jPVedU1AQOxJsOIoj8ncmgFe+buTI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 119 > 25 [result] Failed to update python311Packages.pytest-doctestplus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mecab-python3, using log file: /var/log/nixpkgs-update/python311Packages.mecab-python3/2024-03-05.log python311Packages.mecab-python3 0 -> 1 attrpath: python311Packages.mecab-python3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a6cy63ghrf5snglf3nca5k4lhymx4bbj-packages.json.drv building '/nix/store/a6cy63ghrf5snglf3nca5k4lhymx4bbj-packages.json.drv'... Going to be running update for following packages: - python3.11-mecab-python3-1.0.8 Press Enter key to continue... Running update for: - python3.11-mecab-python3-1.0.8: UPDATING ... - python3.11-mecab-python3-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mecab-python3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hg-git, using log file: /var/log/nixpkgs-update/python311Packages.hg-git/2024-03-05.log python311Packages.hg-git 0 -> 1 attrpath: python311Packages.hg-git Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z5cvchlx5dllzick2rk7h03r9n9shh56-packages.json.drv building '/nix/store/z5cvchlx5dllzick2rk7h03r9n9shh56-packages.json.drv'... Going to be running update for following packages: - python3.11-hg-git-1.1.0 Press Enter key to continue... Running update for: - python3.11-hg-git-1.1.0: UPDATING ... - python3.11-hg-git-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hg-git 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.itsdangerous, using log file: /var/log/nixpkgs-update/python311Packages.itsdangerous/2024-03-05.log python311Packages.itsdangerous 0 -> 1 attrpath: python311Packages.itsdangerous Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nab5sr1i9y07bjaihcqyza0g2yznywbh-packages.json.drv building '/nix/store/nab5sr1i9y07bjaihcqyza0g2yznywbh-packages.json.drv'... Going to be running update for following packages: - python3.11-itsdangerous-2.1.2 Press Enter key to continue... Running update for: - python3.11-itsdangerous-2.1.2: UPDATING ... - python3.11-itsdangerous-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.itsdangerous 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.copilot-core, using log file: /var/log/nixpkgs-update/haskellPackages.copilot-core/2024-03-05.log haskellPackages.copilot-core 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot-core/versions attrpath: haskellPackages.copilot-core Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.copilot-core 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot-core/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-libzfs, using log file: /var/log/nixpkgs-update/python311Packages.py-libzfs/2024-03-05.log python311Packages.py-libzfs 0 -> 1 attrpath: python311Packages.py-libzfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2c53gql2bsis36snzc8lk9mkbn3c0ax-packages.json.drv building '/nix/store/d2c53gql2bsis36snzc8lk9mkbn3c0ax-packages.json.drv'... Going to be running update for following packages: - python3.11-py-libzfs-22.12.4.2 Press Enter key to continue... Running update for: - python3.11-py-libzfs-22.12.4.2: UPDATING ... - python3.11-py-libzfs-22.12.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-libzfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylacrosse, using log file: /var/log/nixpkgs-update/python311Packages.pylacrosse/2024-03-05.log python311Packages.pylacrosse 0 -> 1 attrpath: python311Packages.pylacrosse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pvk6nvc6p1dbhpmjrz7nmxc5n0wgg3x8-packages.json.drv building '/nix/store/pvk6nvc6p1dbhpmjrz7nmxc5n0wgg3x8-packages.json.drv'... Going to be running update for following packages: - python3.11-pylacrosse-0.4 Press Enter key to continue... Running update for: - python3.11-pylacrosse-0.4: UPDATING ... - python3.11-pylacrosse-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylacrosse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.beanstalkc, using log file: /var/log/nixpkgs-update/python311Packages.beanstalkc/2024-03-05.log python311Packages.beanstalkc 0 -> 1 attrpath: python311Packages.beanstalkc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j7xa2k1f16ghlgb75zrm36rwgwx28wgh-packages.json.drv building '/nix/store/j7xa2k1f16ghlgb75zrm36rwgwx28wgh-packages.json.drv'... Going to be running update for following packages: - python3.11-beanstalkc-0.5.2 Press Enter key to continue... Running update for: - python3.11-beanstalkc-0.5.2: UPDATING ... - python3.11-beanstalkc-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.beanstalkc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath adl, using log file: /var/log/nixpkgs-update/adl/2024-03-05.log adl 3.0.1 -> 3.2 https://github.com/RaitaroH/adl/releases attrpath: adl Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update adl 3.0.1 -> 3.2 https://github.com/RaitaroH/adl/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iapws, using log file: /var/log/nixpkgs-update/python311Packages.iapws/2024-03-05.log python311Packages.iapws 0 -> 1 attrpath: python311Packages.iapws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hr1h3a91c9pk9i5c477ql17xpcw6c2lh-packages.json.drv building '/nix/store/hr1h3a91c9pk9i5c477ql17xpcw6c2lh-packages.json.drv'... Going to be running update for following packages: - python3.11-iapws-1.5.3 Press Enter key to continue... Running update for: - python3.11-iapws-1.5.3: UPDATING ... - python3.11-iapws-1.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iapws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.IPv6Addr, using log file: /var/log/nixpkgs-update/haskellPackages.IPv6Addr/2024-03-05.log haskellPackages.IPv6Addr 2.0.5.1 -> 2.0.6 https://repology.org/project/haskell:ipv6addr/versions attrpath: haskellPackages.IPv6Addr Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.IPv6Addr 2.0.5.1 -> 2.0.6 https://repology.org/project/haskell:ipv6addr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.callr, using log file: /var/log/nixpkgs-update/rPackages.callr/2024-03-05.log rPackages.callr 3.7.3 -> 3.7.5 https://repology.org/project/r:callr/versions attrpath: rPackages.callr Checking auto update branch... No auto update branch exists Old version 3.7.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.callr 3.7.3 -> 3.7.5 https://repology.org/project/r:callr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.workflows, using log file: /var/log/nixpkgs-update/rPackages.workflows/2024-03-05.log rPackages.workflows 1.1.3 -> 1.1.4 https://repology.org/project/r:workflows/versions attrpath: rPackages.workflows Checking auto update branch... No auto update branch exists Old version 1.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.workflows 1.1.3 -> 1.1.4 https://repology.org/project/r:workflows/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.geeCRT, using log file: /var/log/nixpkgs-update/rPackages.geeCRT/2024-03-05.log rPackages.geeCRT 1.1.2 -> 1.1.3 https://repology.org/project/r:geecrt/versions attrpath: rPackages.geeCRT Checking auto update branch... No auto update branch exists Old version 1.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.geeCRT 1.1.2 -> 1.1.3 https://repology.org/project/r:geecrt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pyro-ppl, using log file: /var/log/nixpkgs-update/python312Packages.pyro-ppl/2024-03-05.log python312Packages.pyro-ppl 1.8.6 -> 1.9.0 https://repology.org/project/python:pyro-ppl/versions attrpath: python312Packages.pyro-ppl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9jgsx0sfqgz70yd18y5nqrc3kb5z8hiy-packages.json.drv building '/nix/store/9jgsx0sfqgz70yd18y5nqrc3kb5z8hiy-packages.json.drv'... Going to be running update for following packages: - python3.12-pyro-ppl-1.8.6 Press Enter key to continue... Running update for: - python3.12-pyro-ppl-1.8.6: UPDATING ... - python3.12-pyro-ppl-1.8.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyro-ppl/default.nix b/pkgs/development/python-modules/pyro-ppl/default.nix index 9dbd71e83acf..93002f4b1e63 100644 --- a/pkgs/development/python-modules/pyro-ppl/default.nix +++ b/pkgs/development/python-modules/pyro-ppl/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "pyro-ppl"; - version = "1.8.6"; + version = "1.9.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit version pname; - hash = "sha256-ANL03ailPmbZVRJNxuSektz1cM071waCUJHbdk2TzQc="; + hash = "sha256-QfTABRWVaCgPvFEWSJYKmKKxpBACfYvQpDIgrJsQLN8="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.pyro-ppl Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.pyro-ppl Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.pyro-ppl/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.pyro-ppl/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.pyro-ppl/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update python312Packages.pyro-ppl 1.8.6 -> 1.9.0 https://repology.org/project/python:pyro-ppl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.adiv, using log file: /var/log/nixpkgs-update/rPackages.adiv/2024-03-05.log rPackages.adiv 2.2 -> 2.2.1 https://repology.org/project/r:adiv/versions attrpath: rPackages.adiv Checking auto update branch... No auto update branch exists Old version 2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.adiv 2.2 -> 2.2.1 https://repology.org/project/r:adiv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rmBayes, using log file: /var/log/nixpkgs-update/rPackages.rmBayes/2024-03-05.log rPackages.rmBayes 0.1.15 -> 0.1.16 https://repology.org/project/r:rmbayes/versions attrpath: rPackages.rmBayes Checking auto update branch... No auto update branch exists Old version 0.1.15" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rmBayes 0.1.15 -> 0.1.16 https://repology.org/project/r:rmbayes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sentencepiece, using log file: /var/log/nixpkgs-update/sentencepiece/2024-03-05.log sentencepiece 0.1.99 -> 0.2.0 https://github.com/google/sentencepiece/releases attrpath: sentencepiece Checking auto update branch... An auto update branch exists with message `sentencepiece: 0.1.99 -> 0.2.0`. New version is 0.2.0. An auto update branch exists with an equal or greater version [result] Failed to update sentencepiece 0.1.99 -> 0.2.0 https://github.com/google/sentencepiece/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath i3wsr, using log file: /var/log/nixpkgs-update/i3wsr/2024-03-05.log i3wsr 2.1.1 -> 3.0.0 https://github.com/roosta/i3wsr/releases attrpath: i3wsr Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'i3wsr.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3a8cx3758szqmr3a2p9bsljs2y9gx4a8-i3wsr-3.0.0-vendor.tar.gz.drv /nix/store/9wi2ysdlvj13lrczj85yl8hnlq9pg425-i3wsr-3.0.0.drv building '/nix/store/3a8cx3758szqmr3a2p9bsljs2y9gx4a8-i3wsr-3.0.0-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/a820blfi72an0dbg3mafn4hdwkgcwbbl-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase source = "git+https://github.com/roosta/i3ipc-rs#7aad30d162dc4fd8a649c959c9ad888a646e07f2" ERROR: The Cargo.lock contains git dependencies This is currently not supported in the fixed-output derivation fetcher. Use cargoLock.lockFile / importCargoLock instead. error: builder for '/nix/store/3a8cx3758szqmr3a2p9bsljs2y9gx4a8-i3wsr-3.0.0-vendor.tar.gz.drv' failed with exit code 1; last 15 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/a820blfi72an0dbg3mafn4hdwkgcwbbl-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > source = "git+https://github.com/roosta/i3ipc-rs#7aad30d162dc4fd8a649c959c9ad888a646e07f2" > > ERROR: The Cargo.lock contains git dependencies > > This is currently not supported in the fixed-output derivation fetcher. > Use cargoLock.lockFile / importCargoLock instead. > For full logs, run 'nix log /nix/store/3a8cx3758szqmr3a2p9bsljs2y9gx4a8-i3wsr-3.0.0-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/9wi2ysdlvj13lrczj85yl8hnlq9pg425-i3wsr-3.0.0.drv' failed to build [result] Failed to update i3wsr 2.1.1 -> 3.0.0 https://github.com/roosta/i3wsr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ytree, using log file: /var/log/nixpkgs-update/ytree/2024-03-05.log ytree 2.06 -> 2.07 https://repology.org/project/ytree/versions attrpath: ytree 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/yt/ytree/package.nix b/pkgs/by-name/yt/ytree/package.nix index 6307d39b6629..0bfa0bdb242f 100644 --- a/pkgs/by-name/yt/ytree/package.nix +++ b/pkgs/by-name/yt/ytree/package.nix @@ -7,11 +7,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "ytree"; - version = "2.06"; + version = "2.07"; src = fetchurl { url = "https://han.de/~werner/ytree-${finalAttrs.version}.tar.gz"; - hash = "sha256-QRqI779ZnnytVUC7A7Zt0zyWexRwBnp+CVQcNvnvWeY="; + hash = "sha256-Y29K22/v6jspZp9wD6+U56QOx/AzpCyLMaC/5B7/zOs="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ytree nix build failed. got build log for 'ytree' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/3wxdrmikkrbaxzg3jcj6ff1brf0qckd2-ytree-2.07.tar.gz source root is ytree-2.07 setting SOURCE_DATE_EPOCH to timestamp 1708268704 of file ytree-2.07/ytree-2.07.lsm @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/vpgyv7pnfbvw6vks2vckl76r5xjavs4x-0001-use-prefix-and-gzip-n.diff patching file Makefile Hunk #1 FAILED at 11. 1 out of 2 hunks FAILED -- saving rejects to file Makefile.rej [result] Failed to update ytree 2.06 -> 2.07 https://repology.org/project/ytree/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arduino-cli, using log file: /var/log/nixpkgs-update/arduino-cli/2024-03-05.log arduino-cli 0.35.2 -> 0.35.3 https://repology.org/project/arduino-cli/versions attrpath: arduino-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#arduino-cli.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/arduino-cli' does not provide attribute 'packages.x86_64-linux.arduino-cli.src', 'legacyPackages.x86_64-linux.arduino-cli.src' or 'arduino-cli.src' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#arduino-cli.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/arduino-cli' does not provide attribute 'packages.x86_64-linux.arduino-cli.originalSrc', 'legacyPackages.x86_64-linux.arduino-cli.originalSrc' or 'arduino-cli.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#arduino-cli --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ [result] Failed to update arduino-cli 0.35.2 -> 0.35.3 https://repology.org/project/arduino-cli/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.semian, using log file: /var/log/nixpkgs-update/rubyPackages.semian/2024-03-05.log rubyPackages.semian 0.21.2 -> 0.21.3 https://repology.org/project/ruby:semian/versions attrpath: rubyPackages.semian Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages.semian 0.21.2 -> 0.21.3 https://repology.org/project/ruby:semian/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.nh3, using log file: /var/log/nixpkgs-update/python312Packages.nh3/2024-03-05.log python312Packages.nh3 0.2.13 -> 0.2.15 https://github.com/messense/nh3/releases attrpath: python312Packages.nh3 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/s9f8rg8gbnf0l6dfhwhl0p8bx3dhbglh-packages.json.drv building '/nix/store/s9f8rg8gbnf0l6dfhwhl0p8bx3dhbglh-packages.json.drv'... Going to be running update for following packages: - python3.12-nh3-0.2.13 Press Enter key to continue... Running update for: - python3.12-nh3-0.2.13: UPDATING ... - python3.12-nh3-0.2.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.nh3 0.2.13 -> 0.2.15 https://github.com/messense/nh3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpx-auth, using log file: /var/log/nixpkgs-update/python311Packages.httpx-auth/2024-03-05.log python311Packages.httpx-auth 0 -> 1 attrpath: python311Packages.httpx-auth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/24ryvpqkbdlxjx5wsr1xr2r3vzvbi430-packages.json.drv building '/nix/store/24ryvpqkbdlxjx5wsr1xr2r3vzvbi430-packages.json.drv'... Going to be running update for following packages: - python3.11-httpx-auth-0.21.0 Press Enter key to continue... Running update for: - python3.11-httpx-auth-0.21.0: UPDATING ... - python3.11-httpx-auth-0.21.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/httpx-auth/default.nix b/pkgs/development/python-modules/httpx-auth/default.nix index a21e05a567ef..5fc267bfb25f 100644 --- a/pkgs/development/python-modules/httpx-auth/default.nix +++ b/pkgs/development/python-modules/httpx-auth/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "httpx-auth"; - version = "0.21.0"; + version = "0.22.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Colin-b"; repo = "httpx_auth"; rev = "refs/tags/v${version}"; - hash = "sha256-tKEYFoIHxiBG18JWyCHzQEwUvrWk/zuCWqj1uYsmh84="; + hash = "sha256-7azPyep+R55CdRwbdo20y4YNV47c8CwXgOj4q4t25oc="; }; 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.httpx-auth nix build failed. adding 'httpx_auth/_authentication.py' adding 'httpx_auth/_aws.py' adding 'httpx_auth/_errors.py' adding 'httpx_auth/py.typed' adding 'httpx_auth/testing.py' adding 'httpx_auth/version.py' adding 'httpx_auth/_oauth2/__init__.py' adding 'httpx_auth/_oauth2/authentication_responses_server.py' adding 'httpx_auth/_oauth2/authorization_code.py' adding 'httpx_auth/_oauth2/authorization_code_pkce.py' adding 'httpx_auth/_oauth2/browser.py' adding 'httpx_auth/_oauth2/client_credentials.py' adding 'httpx_auth/_oauth2/common.py' adding 'httpx_auth/_oauth2/implicit.py' adding 'httpx_auth/_oauth2/resource_owner_password.py' adding 'httpx_auth/_oauth2/tokens.py' adding 'httpx_auth-0.22.0.dist-info/LICENSE' adding 'httpx_auth-0.22.0.dist-info/METADATA' adding 'httpx_auth-0.22.0.dist-info/WHEEL' adding 'httpx_auth-0.22.0.dist-info/top_level.txt' adding 'httpx_auth-0.22.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built httpx_auth-0.22.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for httpx_auth-0.22.0-py3-none-any.whl - httpx==0.27.* not satisfied by version 0.26.0 [result] Failed to update python311Packages.httpx-auth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.concurrent-log-handler, using log file: /var/log/nixpkgs-update/python311Packages.concurrent-log-handler/2024-03-05.log python311Packages.concurrent-log-handler 0 -> 1 attrpath: python311Packages.concurrent-log-handler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/00kpfmanvqfbma09fxmmw1ckwli90l1p-packages.json.drv building '/nix/store/00kpfmanvqfbma09fxmmw1ckwli90l1p-packages.json.drv'... Going to be running update for following packages: - python3.11-concurrent-log-handler-0.9.24 Press Enter key to continue... Running update for: - python3.11-concurrent-log-handler-0.9.24: UPDATING ... - python3.11-concurrent-log-handler-0.9.24: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/concurrent-log-handler/default.nix b/pkgs/development/python-modules/concurrent-log-handler/default.nix index 85ee8bda114e..022b2f19321c 100644 --- a/pkgs/development/python-modules/concurrent-log-handler/default.nix +++ b/pkgs/development/python-modules/concurrent-log-handler/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "concurrent-log-handler"; - version = "0.9.24"; + version = "0.9.25"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-APVkbG5fb8Y2VFNvO0Sqorm3SyMkXhT1JY7ZHOOdEuI="; + hash = "sha256-HixvAhQU4hTT2sZhB4lIJ6PnjbYwGDBKTynlW6VJrCI="; }; 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.concurrent-log-handler Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python311Packages.concurrent-log-handler Standard output: error: build log of 'python311Packages.concurrent-log-handler' is not available [result] Failed to update python311Packages.concurrent-log-handler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypoint, using log file: /var/log/nixpkgs-update/python311Packages.pypoint/2024-03-05.log python311Packages.pypoint 0 -> 1 attrpath: python311Packages.pypoint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q9bfc7vkp7j26ci179izl5rb8y5sqnva-packages.json.drv building '/nix/store/q9bfc7vkp7j26ci179izl5rb8y5sqnva-packages.json.drv'... Going to be running update for following packages: - python3.11-pypoint-2.3.2 Press Enter key to continue... Running update for: - python3.11-pypoint-2.3.2: UPDATING ... - python3.11-pypoint-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypoint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.elementary-settings-daemon, using log file: /var/log/nixpkgs-update/pantheon.elementary-settings-daemon/2024-03-05.log pantheon.elementary-settings-daemon 0 -> 1 attrpath: pantheon.elementary-settings-daemon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cfwbggj8xh37clqh6pd6knibj3cxhvan-packages.json.drv building '/nix/store/cfwbggj8xh37clqh6pd6knibj3cxhvan-packages.json.drv'... Going to be running update for following packages: - elementary-settings-daemon-1.3.1 Press Enter key to continue... Running update for: - elementary-settings-daemon-1.3.1: UPDATING ... - elementary-settings-daemon-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-settings-daemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tinyrecord, using log file: /var/log/nixpkgs-update/python311Packages.tinyrecord/2024-03-05.log python311Packages.tinyrecord 0 -> 1 attrpath: python311Packages.tinyrecord Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2g7bgksrgy19cr4v368lzfrlly8hvw9a-packages.json.drv building '/nix/store/2g7bgksrgy19cr4v368lzfrlly8hvw9a-packages.json.drv'... Going to be running update for following packages: - python3.11-tinyrecord-0.2.0 Press Enter key to continue... Running update for: - python3.11-tinyrecord-0.2.0: UPDATING ... - python3.11-tinyrecord-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tinyrecord 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath edb, using log file: /var/log/nixpkgs-update/edb/2024-03-05.log edb 1.4.0 -> 1.31 https://repology.org/project/edb/versions attrpath: edb 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/7i1zsfy12if13wfdvk90xz23pc58b72m-source.drv building '/nix/store/7i1zsfy12if13wfdvk90xz23pc58b72m-source.drv'... exporting https://github.com/eteran/edb-debugger.git (rev 1.31) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/1.31 remote: Enumerating objects: 707, done. remote: Counting objects: 100% (707/707), done. remote: Compressing objects: 100% (465/465), done. remote: Total 707 (delta 307), reused 480 (delta 225), pack-reused 0 Receiving objects: 100% (707/707), 709.62 KiB | 6.33 MiB/s, done. Resolving deltas: 100% (307/307), done. From https://github.com/eteran/edb-debugger * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/1.31 from https://github.com/eteran/edb-debugger.git. error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'edb.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/7i1zsfy12if13wfdvk90xz23pc58b72m-source.drv /nix/store/j4ag30kvz8hfq7xb4l9cl0whlfcgc5kw-edb-1.31.drv building '/nix/store/7i1zsfy12if13wfdvk90xz23pc58b72m-source.drv'... exporting https://github.com/eteran/edb-debugger.git (rev 1.31) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/1.31 remote: Enumerating objects: 707, done. remote: Counting objects: 100% (707/707), done. remote: Compressing objects: 100% (465/465), done. remote: Total 707 (delta 307), reused 480 (delta 225), pack-reused 0 Receiving objects: 100% (707/707), 709.62 KiB | 6.28 MiB/s, done. Resolving deltas: 100% (307/307), done. From https://github.com/eteran/edb-debugger * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/1.31 from https://github.com/eteran/edb-debugger.git. error: builder for '/nix/store/7i1zsfy12if13wfdvk90xz23pc58b72m-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/eteran/edb-debugger.git (rev 1.31) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/1.31 > remote: Enumerating objects: 707, done. > remote: Counting objects: 100% (707/707), done. > remote: Compressing objects: 100% (465/465), done. > remote: Total 707 (delta 307), reused 480 (delta 225), pack-reused 0 > Receiving objects: 100% (707/707), 709.62 KiB | 6.28 MiB/s, done. > Resolving deltas: 100% (307/307), done. > From https://github.com/eteran/edb-debugger > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/1.31 from https://github.com/eteran/edb-debugger.git. For full logs, run 'nix log /nix/store/7i1zsfy12if13wfdvk90xz23pc58b72m-source.drv'. error: 1 dependencies of derivation '/nix/store/j4ag30kvz8hfq7xb4l9cl0whlfcgc5kw-edb-1.31.drv' failed to build [result] Failed to update edb 1.4.0 -> 1.31 https://repology.org/project/edb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boulder, using log file: /var/log/nixpkgs-update/boulder/2024-03-05.log boulder 2022-09-29 -> 2024-02-26 https://github.com/letsencrypt/boulder/releases attrpath: boulder Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'boulder.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/lf3z4fini5hhd9x6srksbhqr0whiyyxr-boulder-2024-02-26-go-modules.drv /nix/store/q27rp537qn5dlhr5yvbm1zldgbs0sf05-boulder-2024-02-26.drv building '/nix/store/lf3z4fini5hhd9x6srksbhqr0whiyyxr-boulder-2024-02-26-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/78b56kdn82cklfhg93n4jyvym802xp0r-source source root is source Running phase: patchPhase applying patch /nix/store/qr2qyg9mwag9znk89y8xqdf2ivr2ah63-no-build-id-test.patch patching file core/util_test.go Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file core/util_test.go.rej error: builder for '/nix/store/lf3z4fini5hhd9x6srksbhqr0whiyyxr-boulder-2024-02-26-go-modules.drv' failed with exit code 1; last 10 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/78b56kdn82cklfhg93n4jyvym802xp0r-source > source root is source > Running phase: patchPhase > applying patch /nix/store/qr2qyg9mwag9znk89y8xqdf2ivr2ah63-no-build-id-test.patch > patching file core/util_test.go > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file core/util_test.go.rej For full logs, run 'nix log /nix/store/lf3z4fini5hhd9x6srksbhqr0whiyyxr-boulder-2024-02-26-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/q27rp537qn5dlhr5yvbm1zldgbs0sf05-boulder-2024-02-26.drv' failed to build [result] Failed to update boulder 2022-09-29 -> 2024-02-26 https://github.com/letsencrypt/boulder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath neard, using log file: /var/log/nixpkgs-update/neard/2024-03-05.log neard 0.18 -> 0.19 https://repology.org/project/neard/versions attrpath: neard Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/neard/default.nix b/pkgs/servers/neard/default.nix index a62746700968..83e8e967d1da 100644 --- a/pkgs/servers/neard/default.nix +++ b/pkgs/servers/neard/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "neard"; - version = "0.18"; + version = "0.19"; outputs = [ "out" "dev" ]; src = fetchurl { url = "https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot/neard-${version}.tar.gz"; - sha256 = "wBPjEVMV4uEdFrXw8cjOmvvNuiaACq2RJF/ZtKXck4s="; + sha256 = "sha256-Epu/aUiP21mdSANWdllB8RHXeZSV0NZAlbJeiTxNK+c="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update neard 0.18 -> 0.19 https://repology.org/project/neard/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nix-search-cli, using log file: /var/log/nixpkgs-update/nix-search-cli/2024-03-05.log nix-search-cli 0 -> 1 attrpath: nix-search-cli 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/sib3kdjgx33rdcxjxcn6r3mb2657wawd-packages.json.drv building '/nix/store/sib3kdjgx33rdcxjxcn6r3mb2657wawd-packages.json.drv'... Going to be running update for following packages: - nix-search-cli-unstable-2023-09-12 Press Enter key to continue... Running update for: - nix-search-cli-unstable-2023-09-12: UPDATING ... - nix-search-cli-unstable-2023-09-12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nix-search-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 saxon-he, using log file: /var/log/nixpkgs-update/saxon-he/2024-03-05.log saxon-he 11.5 -> 12.4 https://repology.org/project/saxon/versions attrpath: saxon-he Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - saxon-he: 11.5 -> 12.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289490" [result] Failed to update saxon-he 11.5 -> 12.4 https://repology.org/project/saxon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simplepush, using log file: /var/log/nixpkgs-update/python311Packages.simplepush/2024-03-05.log python311Packages.simplepush 0 -> 1 attrpath: python311Packages.simplepush Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d3sl3brrqgxqb6y92h91p3snlv9xfb24-packages.json.drv building '/nix/store/d3sl3brrqgxqb6y92h91p3snlv9xfb24-packages.json.drv'... Going to be running update for following packages: - python3.11-simplepush-2.2.3 Press Enter key to continue... Running update for: - python3.11-simplepush-2.2.3: UPDATING ... - python3.11-simplepush-2.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplepush 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath buildbot-plugins.www, using log file: /var/log/nixpkgs-update/buildbot-plugins.www/2024-03-05.log buildbot-plugins.www 0 -> 1 attrpath: buildbot-plugins.www Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/axpgdmsfgw9dc2sznzis034qqdpn0yy6-packages.json.drv building '/nix/store/axpgdmsfgw9dc2sznzis034qqdpn0yy6-packages.json.drv'... Going to be running update for following packages: - python3.11-buildbot-www-3.11.0 Press Enter key to continue... Running update for: - python3.11-buildbot-www-3.11.0: UPDATING ... - python3.11-buildbot-www-3.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update buildbot-plugins.www 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgedit-amtk, using log file: /var/log/nixpkgs-update/libgedit-amtk/2024-03-05.log libgedit-amtk 0 -> 1 attrpath: libgedit-amtk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/98glydcnd96dnxbpi4mqs20bbmnmkip4-packages.json.drv building '/nix/store/98glydcnd96dnxbpi4mqs20bbmnmkip4-packages.json.drv'... Going to be running update for following packages: - libgedit-amtk-5.8.0 Press Enter key to continue... Running update for: - libgedit-amtk-5.8.0: UPDATING ... - libgedit-amtk-5.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libgedit-amtk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.mate-sensors-applet, using log file: /var/log/nixpkgs-update/mate.mate-sensors-applet/2024-03-05.log mate.mate-sensors-applet 0 -> 1 attrpath: mate.mate-sensors-applet mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-sensors-applet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-lazy-fixture, using log file: /var/log/nixpkgs-update/python311Packages.pytest-lazy-fixture/2024-03-05.log python311Packages.pytest-lazy-fixture 0 -> 1 attrpath: python311Packages.pytest-lazy-fixture Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wxyvl8gz1a3krsxm8zq6xvx8401qhipz-packages.json.drv building '/nix/store/wxyvl8gz1a3krsxm8zq6xvx8401qhipz-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-lazy-fixture-0.6.3 Press Enter key to continue... Running update for: - python3.11-pytest-lazy-fixture-0.6.3: UPDATING ... - python3.11-pytest-lazy-fixture-0.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-lazy-fixture 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath loupe, using log file: /var/log/nixpkgs-update/loupe/2024-03-05.log loupe 0 -> 1 attrpath: loupe Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update loupe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath convertall, using log file: /var/log/nixpkgs-update/convertall/2024-03-05.log convertall 0.8.0 -> 1.0.0 https://github.com/doug-101/ConvertAll/releases attrpath: convertall Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/science/misc/convertall/default.nix b/pkgs/applications/science/misc/convertall/default.nix index 9a7ac2a8b13c..d22527e2d184 100644 --- a/pkgs/applications/science/misc/convertall/default.nix +++ b/pkgs/applications/science/misc/convertall/default.nix @@ -4,13 +4,13 @@ let inherit (python3.pkgs) wrapPython pyqt5; in stdenv.mkDerivation rec { pname = "convertall"; - version = "0.8.0"; + version = "1.0.0"; src = fetchFromGitHub { owner = "doug-101"; repo = "ConvertAll"; rev = "v${version}"; - sha256 = "02xxasgbjbivsbhyfpn3cpv52lscdx5kc95s6ns1dvnmdg0fpng0"; + sha256 = "sha256-iU3Pq3yK5wIuucwWeTzkfy6gOX95pZUzfmmXdboLZDg="; }; nativeBuildInputs = [ python3 wrapPython wrapQtAppsHook ]; [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 convertall nix build failed. got build log for 'convertall' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ddmddi7pp7sg32cmp743pzw78975yqg9-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 no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase python3: can't open file '/build/source/install.py': [Errno 2] No such file or directory [result] Failed to update convertall 0.8.0 -> 1.0.0 https://github.com/doug-101/ConvertAll/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.normality, using log file: /var/log/nixpkgs-update/python311Packages.normality/2024-03-05.log python311Packages.normality 0 -> 1 attrpath: python311Packages.normality Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ncfvg42g2mblkzq0hwrgbhqlxg2dc83f-packages.json.drv building '/nix/store/ncfvg42g2mblkzq0hwrgbhqlxg2dc83f-packages.json.drv'... Going to be running update for following packages: - python3.11-normality-2.2.5 Press Enter key to continue... Running update for: - python3.11-normality-2.2.5: UPDATING ... - python3.11-normality-2.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.normality 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pfzy, using log file: /var/log/nixpkgs-update/python311Packages.pfzy/2024-03-05.log python311Packages.pfzy 0 -> 1 attrpath: python311Packages.pfzy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x8yl1dsqv2vj4cw3kp7qmam8s2vk7kjb-packages.json.drv building '/nix/store/x8yl1dsqv2vj4cw3kp7qmam8s2vk7kjb-packages.json.drv'... Going to be running update for following packages: - python3.11-pfzy-0.3.4 Press Enter key to continue... Running update for: - python3.11-pfzy-0.3.4: UPDATING ... - python3.11-pfzy-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pfzy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stashy, using log file: /var/log/nixpkgs-update/python311Packages.stashy/2024-03-05.log python311Packages.stashy 0 -> 1 attrpath: python311Packages.stashy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xh5zj5ghxj95x03jsgf5r06wsbh3c4v6-packages.json.drv building '/nix/store/xh5zj5ghxj95x03jsgf5r06wsbh3c4v6-packages.json.drv'... Going to be running update for following packages: - python3.11-stashy-0.7 Press Enter key to continue... Running update for: - python3.11-stashy-0.7: UPDATING ... - python3.11-stashy-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stashy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cloud-custodian, using log file: /var/log/nixpkgs-update/cloud-custodian/2024-03-05.log cloud-custodian 0 -> 1 attrpath: cloud-custodian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fh9cw0wqa1n98aaqljb13m5rs7ghpxb7-packages.json.drv building '/nix/store/fh9cw0wqa1n98aaqljb13m5rs7ghpxb7-packages.json.drv'... Going to be running update for following packages: - cloud-custodian-0.8.45.1 Press Enter key to continue... Running update for: - cloud-custodian-0.8.45.1: UPDATING ... - cloud-custodian-0.8.45.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cloud-custodian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mmengine, using log file: /var/log/nixpkgs-update/python311Packages.mmengine/2024-03-05.log python311Packages.mmengine 0 -> 1 attrpath: python311Packages.mmengine takes way too long to build [result] Failed to update python311Packages.mmengine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unrar-wrapper, using log file: /var/log/nixpkgs-update/unrar-wrapper/2024-03-05.log unrar-wrapper 0 -> 1 attrpath: unrar-wrapper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/20qar1pdv9xi2js2rf5kddjb9dhgrdsr-packages.json.drv building '/nix/store/20qar1pdv9xi2js2rf5kddjb9dhgrdsr-packages.json.drv'... Going to be running update for following packages: - unrar-wrapper-1.0.0 Press Enter key to continue... Running update for: - unrar-wrapper-1.0.0: UPDATING ... - unrar-wrapper-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update unrar-wrapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ssh-audit, using log file: /var/log/nixpkgs-update/ssh-audit/2024-03-05.log ssh-audit 0 -> 1 attrpath: ssh-audit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zpsl0i2px0faalgi52r63ichlfw8i8vy-packages.json.drv building '/nix/store/zpsl0i2px0faalgi52r63ichlfw8i8vy-packages.json.drv'... Going to be running update for following packages: - ssh-audit-3.1.0 Press Enter key to continue... Running update for: - ssh-audit-3.1.0: UPDATING ... - ssh-audit-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ssh-audit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.systembridge, using log file: /var/log/nixpkgs-update/python311Packages.systembridge/2024-03-05.log python311Packages.systembridge 0 -> 1 attrpath: python311Packages.systembridge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/751gdc5f14m6i6vhsinwsyyky2rmvvs4-packages.json.drv building '/nix/store/751gdc5f14m6i6vhsinwsyyky2rmvvs4-packages.json.drv'... Going to be running update for following packages: - python3.11-systembridge-2.3.1 Press Enter key to continue... Running update for: - python3.11-systembridge-2.3.1: UPDATING ... - python3.11-systembridge-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.systembridge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackages.cudnn, using log file: /var/log/nixpkgs-update/cudaPackages.cudnn/2024-03-05.log cudaPackages.cudnn 8.9.7.29 -> 8.9.7.29-12 https://repology.org/project/cudnn/versions attrpath: cudaPackages.cudnn Checking auto update branch... No auto update branch exists Old version 8.9.7.29" not present in master derivation file with contents: { # General callPackage-supplied arguments autoAddOpenGLRunpathHook, autoAddCudaCompatRunpathHook, autoPatchelfHook, backendStdenv, fetchurl, lib, lndir, markForCudatoolkitRootHook, flags, stdenv, hostPlatform, # Builder-specific arguments # Short package name (e.g., "cuda_cccl") # pname : String pname, # Common name (e.g., "cutensor" or "cudnn") -- used in the URL. # Also known as the Redistributable Name. # redistName : String, redistName, # If libPath is non-null, it must be a subdirectory of `lib`. # The contents of `libPath` will be moved to the root of `lib`. libPath ? null, # See ./modules/generic/manifests/redistrib/release.nix redistribRelease, # See ./modules/generic/manifests/feature/release.nix featureRelease, cudaMajorMinorVersion, }: let inherit (lib) attrsets lists meta strings trivial licenses teams sourceTypes ; # Get the redist architectures for which package provides distributables. # These are used by meta.platforms. supportedRedistArchs = builtins.attrNames featureRelease; # redistArch :: String # The redistArch is the name of the architecture for which the redistributable is built. # It is `"unsupported"` if the redistributable is not supported on the target platform. redistArch = flags.getRedistArch hostPlatform.system; sourceMatchesHost = flags.getNixSystem redistArch == stdenv.hostPlatform.system; in backendStdenv.mkDerivation ( finalAttrs: { # NOTE: Even though there's no actual buildPhase going on here, the derivations of the # redistributables are sensitive to the compiler flags provided to stdenv. The patchelf package # is sensitive to the compiler flags provided to stdenv, and we depend on it. As such, we are # also sensitive to the compiler flags provided to stdenv. inherit pname; inherit (redistribRelease) version; # Don't force serialization to string for structured attributes, like outputToPatterns # and brokenConditions. # Avoids "set cannot be coerced to string" errors. __structuredAttrs = true; # Keep better track of dependencies. strictDeps = true; # NOTE: Outputs are evaluated jointly with meta, so in the case that this is an unsupported platform, # we still need to provide a list of outputs. outputs = let # Checks whether the redistributable provides an output. hasOutput = output: attrsets.attrByPath [ redistArch "outputs" output ] false featureRelease; # Order is important here so we use a list. possibleOutputs = [ "bin" "lib" "static" "dev" "doc" "sample" "python" ]; # Filter out outputs that don't exist in the redistributable. # NOTE: In the case the redistributable isn't supported on the target platform, # we will have `outputs = [ "out" ] ++ possibleOutputs`. This is of note because platforms which # aren't supported would otherwise have evaluation errors when trying to access outputs other than `out`. # The alternative would be to have `outputs = [ "out" ]` when`redistArch = "unsupported"`, but that would # require adding guards throughout the entirety of the CUDA package set to ensure `cudaSupport` is true -- # recall that OfBorg will evaluate packages marked as broken and that `cudaPackages` will be evaluated with # `cudaSupport = false`! additionalOutputs = if redistArch == "unsupported" then possibleOutputs else builtins.filter hasOutput possibleOutputs; # The out output is special -- it's the default output and we always include it. outputs = [ "out" ] ++ additionalOutputs; in outputs; # Traversed in the order of the outputs speficied in outputs; # entries are skipped if they don't exist in outputs. outputToPatterns = { bin = [ "bin" ]; dev = [ "share/pkgconfig" "**/*.pc" "**/*.cmake" ]; lib = [ "lib" "lib64" ]; static = ["**/*.a"]; sample = ["samples"]; python = ["**/*.whl"]; }; # Useful for introspecting why something went wrong. Maps descriptions of why the derivation would be marked as # broken on have badPlatforms include the current platform. # brokenConditions :: AttrSet Bool # Sets `meta.broken = true` if any of the conditions are true. # Example: Broken on a specific version of CUDA or when a dependency has a specific version. brokenConditions = { }; # badPlatformsConditions :: AttrSet Bool # Sets `meta.badPlatforms = meta.platforms` if any of the conditions are true. # Example: Broken on a specific architecture when some condition is met (like targeting Jetson). badPlatformsConditions = { "No source" = !sourceMatchesHost; }; # src :: Optional Derivation src = trivial.pipe redistArch [ # If redistArch doesn't exist in redistribRelease, return null. (redistArch: redistribRelease.${redistArch} or null) # If the release is non-null, fetch the source; otherwise, return null. (trivial.mapNullable ( { relative_path, sha256, ... }: fetchurl { url = "https://developer.download.nvidia.com/compute/${redistName}/redist/${relative_path}"; inherit sha256; } )) ]; # Handle the pkg-config files: # 1. No FHS # 2. Location expected by the pkg-config wrapper # 3. Generate unversioned names too postPatch = '' for path in pkg-config pkgconfig ; do [[ -d "$path" ]] || continue mkdir -p share/pkgconfig mv "$path"/* share/pkgconfig/ rmdir "$path" done for pc in share/pkgconfig/*.pc ; do sed -i \ -e "s|^cudaroot\s*=.*\$|cudaroot=''${!outputDev}|" \ -e "s|^libdir\s*=.*/lib\$|libdir=''${!outputLib}/lib|" \ -e "s|^includedir\s*=.*/include\$|includedir=''${!outputDev}/include|" \ "$pc" done # E.g. cuda-11.8.pc -> cuda.pc for pc in share/pkgconfig/*-"$majorMinorVersion.pc" ; do ln -s "$(basename "$pc")" "''${pc%-$majorMinorVersion.pc}".pc done ''; env.majorMinorVersion = cudaMajorMinorVersion; # We do need some other phases, like configurePhase, so the multiple-output setup hook works. dontBuild = true; nativeBuildInputs = [ autoPatchelfHook # This hook will make sure libcuda can be found # in typically /lib/opengl-driver by adding that # directory to the rpath of all ELF binaries. # Check e.g. with `patchelf --print-rpath path/to/my/binary autoAddOpenGLRunpathHook markForCudatoolkitRootHook ] # autoAddCudaCompatRunpathHook depends on cuda_compat and would cause # infinite recursion if applied to `cuda_compat` itself (beside the fact # that it doesn't make sense in the first place) ++ lib.optionals (pname != "cuda_compat" && flags.isJetsonBuild) [ # autoAddCudaCompatRunpathHook must appear AFTER autoAddOpenGLRunpathHook. # See its documentation in ./setup-hooks/extension.nix. autoAddCudaCompatRunpathHook ]; buildInputs = [ # autoPatchelfHook will search for a libstdc++ and we're giving it # one that is compatible with the rest of nixpkgs, even when # nvcc forces us to use an older gcc # NB: We don't actually know if this is the right thing to do stdenv.cc.cc.lib ]; # Picked up by autoPatchelf # Needed e.g. for libnvrtc to locate (dlopen) libnvrtc-builtins appendRunpaths = ["$ORIGIN"]; # NOTE: We don't need to check for dev or doc, because those outputs are handled by # the multiple-outputs setup hook. # NOTE: moveToOutput operates on all outputs: # https://github.com/NixOS/nixpkgs/blob/2920b6fc16a9ed5d51429e94238b28306ceda79e/pkgs/build-support/setup-hooks/multiple-outputs.sh#L105-L107 installPhase = let mkMoveToOutputCommand = output: let template = pattern: ''moveToOutput "${pattern}" "${"$" + output}"''; patterns = finalAttrs.outputToPatterns.${output} or []; in strings.concatMapStringsSep "\n" template patterns; in # Pre-install hook '' runHook preInstall '' # Handle the existence of libPath, which requires us to re-arrange the lib directory + strings.optionalString (libPath != null) '' full_lib_path="lib/${libPath}" if [[ ! -d "$full_lib_path" ]] ; then echo "${finalAttrs.pname}: '$full_lib_path' does not exist, only found:" >&2 find lib/ -mindepth 1 -maxdepth 1 >&2 echo "This release might not support your CUDA version" >&2 exit 1 fi echo "Making libPath '$full_lib_path' the root of lib" >&2 mv "$full_lib_path" lib_new rm -r lib mv lib_new lib '' # Create the primary output, out, and move the other outputs into it. + '' mkdir -p "$out" mv * "$out" '' # Move the outputs into their respective outputs. + strings.concatMapStringsSep "\n" mkMoveToOutputCommand (builtins.tail finalAttrs.outputs) # Add a newline to the end of the installPhase, so that the post-install hook doesn't # get concatenated with the last moveToOutput command. + "\n" # Post-install hook + '' runHook postInstall ''; doInstallCheck = true; allowFHSReferences = true; # TODO: Default to `false` postInstallCheck = '' echo "Executing postInstallCheck" if [[ -z "''${allowFHSReferences-}" ]] ; then mapfile -t outputPaths < <(for o in $(getAllOutputNames); do echo "''${!o}"; done) if grep --max-count=5 --recursive --exclude=LICENSE /usr/ "''${outputPaths[@]}" ; then echo "Detected references to /usr" >&2 exit 1 fi fi ''; # libcuda needs to be resolved during runtime autoPatchelfIgnoreMissingDeps = [ "libcuda.so" "libcuda.so.*" ]; # The out output leverages the same functionality which backs the `symlinkJoin` function in # Nixpkgs: # https://github.com/NixOS/nixpkgs/blob/d8b2a92df48f9b08d68b0132ce7adfbdbc1fbfac/pkgs/build-support/trivial-builders/default.nix#L510 # # That should allow us to emulate "fat" default outputs without having to actually create them. # # It is important that this run after the autoPatchelfHook, otherwise the symlinks in out will reference libraries in lib, creating a circular dependency. postPhases = ["postPatchelf"]; # For each output, create a symlink to it in the out output. # NOTE: We must recreate the out output here, because the setup hook will have deleted it if it was empty. postPatchelf = '' mkdir -p "$out" for output in $(getAllOutputNames); do if [[ "$output" != "out" ]]; then ${meta.getExe lndir} "''${!output}" "$out" fi done ''; # Make the CUDA-patched stdenv available passthru.stdenv = backendStdenv; # Setting propagatedBuildInputs to false will prevent outputs known to the multiple-outputs # from depending on `out` by default. # https://github.com/NixOS/nixpkgs/blob/2920b6fc16a9ed5d51429e94238b28306ceda79e/pkgs/build-support/setup-hooks/multiple-outputs.sh#L196 # Indeed, we want to do the opposite -- fat "out" outputs that contain all the other outputs. propagatedBuildOutputs = false; # By default, if the dev output exists it just uses that. # However, because we disabled propagatedBuildOutputs, dev doesn't contain libraries or # anything of the sort. To remedy this, we set outputSpecified to true, and use # outputsToInstall, which tells Nix which outputs to use when the package name is used # unqualified (that is, without an explicit output). outputSpecified = true; meta = { description = "${redistribRelease.name}. By downloading and using the packages you accept the terms and conditions of the ${finalAttrs.meta.license.shortName}"; sourceProvenance = [sourceTypes.binaryNativeCode]; broken = lists.any trivial.id (attrsets.attrValues finalAttrs.brokenConditions); platforms = trivial.pipe supportedRedistArchs [ # Map each redist arch to the equivalent nix system or null if there is no equivalent. (builtins.map flags.getNixSystem) # Filter out unsupported systems (builtins.filter (nixSystem: !(strings.hasPrefix "unsupported-" nixSystem))) ]; badPlatforms = let isBadPlatform = lists.any trivial.id (attrsets.attrValues finalAttrs.badPlatformsConditions); in lists.optionals isBadPlatform finalAttrs.meta.platforms; license = licenses.unfree; maintainers = teams.cuda.members; # Force the use of the default, fat output by default (even though `dev` exists, which # causes Nix to prefer that output over the others if outputSpecified isn't set). outputsToInstall = ["out"]; }; } ) [result] Failed to update cudaPackages.cudnn 8.9.7.29 -> 8.9.7.29-12 https://repology.org/project/cudnn/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tailer, using log file: /var/log/nixpkgs-update/python311Packages.tailer/2024-03-05.log python311Packages.tailer 0 -> 1 attrpath: python311Packages.tailer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6smivwi7yqzjljl75qis1z94x6kqwlwf-packages.json.drv building '/nix/store/6smivwi7yqzjljl75qis1z94x6kqwlwf-packages.json.drv'... Going to be running update for following packages: - python3.11-tailer-0.4.1 Press Enter key to continue... Running update for: - python3.11-tailer-0.4.1: UPDATING ... - python3.11-tailer-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tailer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect, using log file: /var/log/nixpkgs-update/python311Packages.dissect/2024-03-05.log python311Packages.dissect 0 -> 1 attrpath: python311Packages.dissect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d029yq39hna669sh9ms09hb179vsn5fl-packages.json.drv building '/nix/store/d029yq39hna669sh9ms09hb179vsn5fl-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-3.12 Press Enter key to continue... Running update for: - python3.11-dissect-3.12: UPDATING ... - python3.11-dissect-3.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath micronucleus, using log file: /var/log/nixpkgs-update/micronucleus/2024-03-05.log micronucleus 2.04 -> 2.6 https://github.com/micronucleus/micronucleus/releases attrpath: micronucleus Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/sdvwis68q4656mjq7fn2zaswmazn1i8j-source.drv building '/nix/store/sdvwis68q4656mjq7fn2zaswmazn1i8j-source.drv'... trying https://github.com/micronucleus/micronucleus/archive/2.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'micronucleus.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/sdvwis68q4656mjq7fn2zaswmazn1i8j-source.drv /nix/store/i86i38hnz1wh3ib57w6agcq429b7l737-micronucleus-2.6.drv building '/nix/store/sdvwis68q4656mjq7fn2zaswmazn1i8j-source.drv'... trying https://github.com/micronucleus/micronucleus/archive/2.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/sdvwis68q4656mjq7fn2zaswmazn1i8j-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/micronucleus/micronucleus/archive/2.6.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/sdvwis68q4656mjq7fn2zaswmazn1i8j-source.drv'. error: 1 dependencies of derivation '/nix/store/i86i38hnz1wh3ib57w6agcq429b7l737-micronucleus-2.6.drv' failed to build [result] Failed to update micronucleus 2.04 -> 2.6 https://github.com/micronucleus/micronucleus/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath online-judge-template-generator, using log file: /var/log/nixpkgs-update/online-judge-template-generator/2024-03-05.log online-judge-template-generator 0 -> 1 attrpath: online-judge-template-generator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pvn241zizaif0rwn171dlp5apv547333-packages.json.drv building '/nix/store/pvn241zizaif0rwn171dlp5apv547333-packages.json.drv'... Going to be running update for following packages: - online-judge-template-generator-4.8.1 Press Enter key to continue... Running update for: - online-judge-template-generator-4.8.1: UPDATING ... - online-judge-template-generator-4.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update online-judge-template-generator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rdc, using log file: /var/log/nixpkgs-update/rocmPackages.rdc/2024-03-05.log rocmPackages.rdc 0 -> 1 attrpath: rocmPackages.rdc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/c0c6gras87aha03sgwz93mzlhq6vpffr-update.sh.drv /nix/store/br0cdc6f36h65ffpqx33d3jbw53avpyi-packages.json.drv building '/nix/store/c0c6gras87aha03sgwz93mzlhq6vpffr-update.sh.drv'... building '/nix/store/br0cdc6f36h65ffpqx33d3jbw53avpyi-packages.json.drv'... Going to be running update for following packages: - rdc-5.7.1 Press Enter key to continue... Running update for: - rdc-5.7.1: UPDATING ... - rdc-5.7.1: ERROR --- SHOWING ERROR LOG FOR rdc-5.7.1 ---------------------- 'rocmPackages_5.rdc' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rdc'. --- SHOWING ERROR LOG FOR rdc-5.7.1 ---------------------- The update script for rdc-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rdc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mvapich, using log file: /var/log/nixpkgs-update/mvapich/2024-03-05.log mvapich 2.3.7 -> 3.0 https://repology.org/project/mvapich2/versions attrpath: mvapich 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/0qw7fbpilzsplbdyk44l15vs7iigxj9d-mvapich2-3.0.tar.gz.drv building '/nix/store/0qw7fbpilzsplbdyk44l15vs7iigxj9d-mvapich2-3.0.tar.gz.drv'... trying http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 169 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mvapich2-3.0.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mvapich.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0qw7fbpilzsplbdyk44l15vs7iigxj9d-mvapich2-3.0.tar.gz.drv /nix/store/jg4n8nflj1bkkx2l1pai3lxn0yspfm45-mvapich-3.0.drv this path will be fetched (0.64 MiB download, 2.66 MiB unpacked): /nix/store/gr91b86pafpkx33b52x47m4ah97wxp84-opensm-3.3.24 copying path '/nix/store/gr91b86pafpkx33b52x47m4ah97wxp84-opensm-3.3.24' from 'https://cache.nixos.org'... building '/nix/store/0qw7fbpilzsplbdyk44l15vs7iigxj9d-mvapich2-3.0.tar.gz.drv'... trying http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 169 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mvapich2-3.0.tar.gz from any mirror error: builder for '/nix/store/0qw7fbpilzsplbdyk44l15vs7iigxj9d-mvapich2-3.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-3.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 169 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mvapich2-3.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/0qw7fbpilzsplbdyk44l15vs7iigxj9d-mvapich2-3.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/jg4n8nflj1bkkx2l1pai3lxn0yspfm45-mvapich-3.0.drv' failed to build [result] Failed to update mvapich 2.3.7 -> 3.0 https://repology.org/project/mvapich2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygal, using log file: /var/log/nixpkgs-update/python311Packages.pygal/2024-03-05.log python311Packages.pygal 0 -> 1 attrpath: python311Packages.pygal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b03qs2ry8qr5hnagn841pvn5cq1h53rl-packages.json.drv building '/nix/store/b03qs2ry8qr5hnagn841pvn5cq1h53rl-packages.json.drv'... Going to be running update for following packages: - python3.11-pygal-3.0.4 Press Enter key to continue... Running update for: - python3.11-pygal-3.0.4: UPDATING ... - python3.11-pygal-3.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mednafen, using log file: /var/log/nixpkgs-update/mednafen/2024-03-05.log mednafen 1.29.0 -> 1.32.0 https://repology.org/project/mednafen/versions attrpath: mednafen 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/0j5b8i63lqm5r32dfj4ipngw5hzp0ijs-mednafen-1.32.0.tar.xz.drv building '/nix/store/0j5b8i63lqm5r32dfj4ipngw5hzp0ijs-mednafen-1.32.0.tar.xz.drv'... trying https://mednafen.github.io/releases/files/mednafen-1.32.0.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9379 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mednafen-1.32.0.tar.xz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mednafen.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0j5b8i63lqm5r32dfj4ipngw5hzp0ijs-mednafen-1.32.0.tar.xz.drv /nix/store/60h57pz3syiayxn5w3gm04xs6zlnbj4y-mednafen-1.32.0.drv building '/nix/store/0j5b8i63lqm5r32dfj4ipngw5hzp0ijs-mednafen-1.32.0.tar.xz.drv'... trying https://mednafen.github.io/releases/files/mednafen-1.32.0.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9379 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mednafen-1.32.0.tar.xz from any mirror error: builder for '/nix/store/0j5b8i63lqm5r32dfj4ipngw5hzp0ijs-mednafen-1.32.0.tar.xz.drv' failed with exit code 1; last 7 log lines: > > trying https://mednafen.github.io/releases/files/mednafen-1.32.0.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9379 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mednafen-1.32.0.tar.xz from any mirror For full logs, run 'nix log /nix/store/0j5b8i63lqm5r32dfj4ipngw5hzp0ijs-mednafen-1.32.0.tar.xz.drv'. error: 1 dependencies of derivation '/nix/store/60h57pz3syiayxn5w3gm04xs6zlnbj4y-mednafen-1.32.0.drv' failed to build [result] Failed to update mednafen 1.29.0 -> 1.32.0 https://repology.org/project/mednafen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiounifi, using log file: /var/log/nixpkgs-update/python311Packages.aiounifi/2024-03-05.log python311Packages.aiounifi 0 -> 1 attrpath: python311Packages.aiounifi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jg4hdm5g0vl3kpxi3yvqxs4jij5prqc2-packages.json.drv building '/nix/store/jg4hdm5g0vl3kpxi3yvqxs4jij5prqc2-packages.json.drv'... Going to be running update for following packages: - python3.11-aiounifi-72 Press Enter key to continue... Running update for: - python3.11-aiounifi-72: UPDATING ... - python3.11-aiounifi-72: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiounifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-codeautolink, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-codeautolink/2024-03-05.log python311Packages.sphinx-codeautolink 0 -> 1 attrpath: python311Packages.sphinx-codeautolink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/75f806hr08z59g5wx7qqr97gzdhqccdp-packages.json.drv building '/nix/store/75f806hr08z59g5wx7qqr97gzdhqccdp-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-codeautolink-0.15.0 Press Enter key to continue... Running update for: - python3.11-sphinx-codeautolink-0.15.0: UPDATING ... - python3.11-sphinx-codeautolink-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-codeautolink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath riko4, using log file: /var/log/nixpkgs-update/riko4/2024-03-05.log riko4 0.1.0 -> 0.1.2 https://github.com/incinirate/Riko4/releases attrpath: riko4 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 riko4 0.1.0 -> 0.1.2 https://github.com/incinirate/Riko4/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmspack, using log file: /var/log/nixpkgs-update/libmspack/2024-03-05.log libmspack 0.10.1 -> 0.11 https://repology.org/project/libmspack/versions attrpath: libmspack Checking auto update branch... No auto update branch exists Old version 0.10.1" not present in master derivation file with contents: {lib, stdenv, fetchurl}: stdenv.mkDerivation rec { pname = "libmspack"; version = "0.10.1alpha"; src = fetchurl { url = "https://www.cabextract.org.uk/libmspack/${pname}-${version}.tar.gz"; sha256 = "13janaqsvm7aqc4agjgd4819pbgqv50j88bh5kci1z70wvg65j5s"; }; meta = { description = "A de/compression library for various Microsoft formats"; homepage = "https://www.cabextract.org.uk/libmspack"; license = lib.licenses.lgpl2Only; platforms = lib.platforms.unix; }; } [result] Failed to update libmspack 0.10.1 -> 0.11 https://repology.org/project/libmspack/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plugwise, using log file: /var/log/nixpkgs-update/python311Packages.plugwise/2024-03-05.log python311Packages.plugwise 0 -> 1 attrpath: python311Packages.plugwise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ws37nxcxhdpxf37wd27znbvk0pk72f9y-packages.json.drv building '/nix/store/ws37nxcxhdpxf37wd27znbvk0pk72f9y-packages.json.drv'... Going to be running update for following packages: - python3.11-plugwise-0.37.1 Press Enter key to continue... Running update for: - python3.11-plugwise-0.37.1: UPDATING ... - python3.11-plugwise-0.37.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plugwise 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyexcel-ods, using log file: /var/log/nixpkgs-update/python311Packages.pyexcel-ods/2024-03-05.log python311Packages.pyexcel-ods 0 -> 1 attrpath: python311Packages.pyexcel-ods Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hz9007fn8r6mzbw8jhimyyhvb46zwkwh-packages.json.drv building '/nix/store/hz9007fn8r6mzbw8jhimyyhvb46zwkwh-packages.json.drv'... Going to be running update for following packages: - python3.11-pyexcel-ods-0.6.0 Press Enter key to continue... Running update for: - python3.11-pyexcel-ods-0.6.0: UPDATING ... - python3.11-pyexcel-ods-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyexcel-ods 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ta-lib, using log file: /var/log/nixpkgs-update/ta-lib/2024-03-05.log ta-lib 0.4.0 -> 0.5.0 https://repology.org/project/ta-lib/versions attrpath: ta-lib Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/1qhyyvrygwamgcjr6iw57alp6z423hii-source.drv building '/nix/store/1qhyyvrygwamgcjr6iw57alp6z423hii-source.drv'... trying https://github.com/rafa-dot-el/talib/archive/0.5.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ta-lib.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/1qhyyvrygwamgcjr6iw57alp6z423hii-source.drv /nix/store/s6k7zbviwn0szahjk8f2xiniprf72as7-ta-lib-0.5.0.drv building '/nix/store/1qhyyvrygwamgcjr6iw57alp6z423hii-source.drv'... trying https://github.com/rafa-dot-el/talib/archive/0.5.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/1qhyyvrygwamgcjr6iw57alp6z423hii-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/rafa-dot-el/talib/archive/0.5.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/1qhyyvrygwamgcjr6iw57alp6z423hii-source.drv'. error: 1 dependencies of derivation '/nix/store/s6k7zbviwn0szahjk8f2xiniprf72as7-ta-lib-0.5.0.drv' failed to build [result] Failed to update ta-lib 0.4.0 -> 0.5.0 https://repology.org/project/ta-lib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyatmo, using log file: /var/log/nixpkgs-update/python311Packages.pyatmo/2024-03-05.log python311Packages.pyatmo 0 -> 1 attrpath: python311Packages.pyatmo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yqa6cmvggiicddwlr5jmajk8w4f3q79m-packages.json.drv building '/nix/store/yqa6cmvggiicddwlr5jmajk8w4f3q79m-packages.json.drv'... Going to be running update for following packages: - python3.11-pyatmo-8.0.3 Press Enter key to continue... Running update for: - python3.11-pyatmo-8.0.3: UPDATING ... - python3.11-pyatmo-8.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyatmo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymaven-patch, using log file: /var/log/nixpkgs-update/python311Packages.pymaven-patch/2024-03-05.log python311Packages.pymaven-patch 0 -> 1 attrpath: python311Packages.pymaven-patch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m29ww3dg8fkbnbca4910y6wz98brn1jk-packages.json.drv building '/nix/store/m29ww3dg8fkbnbca4910y6wz98brn1jk-packages.json.drv'... Going to be running update for following packages: - python3.11-pymaven-patch-0.3.0 Press Enter key to continue... Running update for: - python3.11-pymaven-patch-0.3.0: UPDATING ... - python3.11-pymaven-patch-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymaven-patch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-securityhub, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-securityhub/2024-03-05.log python312Packages.mypy-boto3-securityhub 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-securityhub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jqi8s14xrywdid3mf71g7hrfrqbxx9gy-packages.json.drv building '/nix/store/jqi8s14xrywdid3mf71g7hrfrqbxx9gy-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-securityhub-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-securityhub-1.34.0: UPDATING ... - python3.12-mypy-boto3-securityhub-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-securityhub 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-loganalytics, using log file: /var/log/nixpkgs-update/python311Packages.azure-loganalytics/2024-03-05.log python311Packages.azure-loganalytics 0 -> 1 attrpath: python311Packages.azure-loganalytics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qx9lb4fgj7aw9ava4f02rh5whg79f7r5-packages.json.drv building '/nix/store/qx9lb4fgj7aw9ava4f02rh5whg79f7r5-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-loganalytics-0.1.1 Press Enter key to continue... Running update for: - python3.11-azure-loganalytics-0.1.1: UPDATING ... - python3.11-azure-loganalytics-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-loganalytics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ipxe, using log file: /var/log/nixpkgs-update/ipxe/2024-03-05.log ipxe 0 -> 1 attrpath: ipxe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z3y6084izixh8h80m4w6lprgqk6zr6c8-packages.json.drv building '/nix/store/z3y6084izixh8h80m4w6lprgqk6zr6c8-packages.json.drv'... Going to be running update for following packages: - ipxe-unstable-2024-01-19 Press Enter key to continue... Running update for: - ipxe-unstable-2024-01-19: UPDATING ... - ipxe-unstable-2024-01-19: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/ipxe/default.nix b/pkgs/tools/misc/ipxe/default.nix index 2c1b16d29925..e8f6f23b70fc 100644 --- a/pkgs/tools/misc/ipxe/default.nix +++ b/pkgs/tools/misc/ipxe/default.nix @@ -33,7 +33,7 @@ in stdenv.mkDerivation rec { pname = "ipxe"; - version = "unstable-2024-01-19"; + version = "unstable-2024-03-04"; nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux; depsBuildBuild = [ buildPackages.stdenv.cc ]; @@ -43,8 +43,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "ipxe"; repo = "ipxe"; - rev = "de8a0821c7bc737e724fa3dfb6d89dc36f591d7a"; - hash = "sha256-bVFr1fTulww6swWPKupWRGfQOAiXp2oP1/VC5GpzLnY="; + rev = "37edfea72be8d202d2590c89e9b8416f3c615216"; + hash = "sha256-S8J9ts8OU1UeRRXBwd8uj01mhHCGh3e3kgodbx5t6g4="; }; postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 '' An auto update branch exists with message `ipxe: unstable-2024-01-19 -> unstable-2024-02-08`. New version is unstable-2024-03-04. 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 ipxe nix build failed. /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: bin-x86_64-efi/blib.a(gcm.o): in function `gcm_setiv': /build/source/src/crypto/gcm.c:474: undefined reference to `build_assert_474' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:475: undefined reference to `build_assert_475' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:476: undefined reference to `build_assert_476' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:477: undefined reference to `build_assert_477' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:479: undefined reference to `build_assert_479' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: bin-x86_64-efi/snp.efi.tmp: hidden symbol `build_assert_476' isn't defined /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: final link failed: bad value make[1]: *** [Makefile.housekeeping:1233: bin-x86_64-efi/snp.efi.tmp] Error 1 make[1]: *** Waiting for unfinished jobs.... /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: bin-x86_64-efi/blib.a(gcm.o): in function `gcm_setiv': /build/source/src/crypto/gcm.c:474: undefined reference to `build_assert_474' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:475: undefined reference to `build_assert_475' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:476: undefined reference to `build_assert_476' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:477: undefined reference to `build_assert_477' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:479: undefined reference to `build_assert_479' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: bin-x86_64-efi/ipxe.efi.tmp: hidden symbol `build_assert_474' isn't defined /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: final link failed: bad value make[1]: *** [Makefile.housekeeping:1233: bin-x86_64-efi/ipxe.efi.tmp] Error 1 /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: bin-x86_64-efi/blib.a(gcm.o): in function `gcm_setiv': /build/source/src/crypto/gcm.c:474: undefined reference to `build_assert_474' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:475: undefined reference to `build_assert_475' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:476: undefined reference to `build_assert_476' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:477: undefined reference to `build_assert_477' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/src/crypto/gcm.c:479: undefined reference to `build_assert_479' /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: bin-x86_64-efi/ipxe.efidrv.tmp: hidden symbol `build_assert_474' isn't defined /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: final link failed: bad value make[1]: *** [Makefile.housekeeping:1233: bin-x86_64-efi/ipxe.efidrv.tmp] Error 1 rm bin-x86_64-efi/version.snp.efi.o bin-x86_64-efi/version.ipxe.efidrv.o bin-x86_64-efi/version.ipxe.efi.o make: *** [Makefile.housekeeping:270: bin-x86_64-efi/ipxe.efi] Error 2 [result] Failed to update ipxe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.elementary-redacted-script, using log file: /var/log/nixpkgs-update/pantheon.elementary-redacted-script/2024-03-05.log pantheon.elementary-redacted-script 0 -> 1 attrpath: pantheon.elementary-redacted-script Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k1s4955q4pqgx7n0ynaa91zl2yvsqm1n-packages.json.drv building '/nix/store/k1s4955q4pqgx7n0ynaa91zl2yvsqm1n-packages.json.drv'... Going to be running update for following packages: - elementary-redacted-script-5.1.0 Press Enter key to continue... Running update for: - elementary-redacted-script-5.1.0: UPDATING ... - elementary-redacted-script-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-redacted-script 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.moto, using log file: /var/log/nixpkgs-update/python311Packages.moto/2024-03-05.log python311Packages.moto 0 -> 1 attrpath: python311Packages.moto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/15anl19p208wrilc7z2a4kdb7jhdi1ib-packages.json.drv building '/nix/store/15anl19p208wrilc7z2a4kdb7jhdi1ib-packages.json.drv'... Going to be running update for following packages: - python3.11-moto-4.2.13 Press Enter key to continue... Running update for: - python3.11-moto-4.2.13: UPDATING ... - python3.11-moto-4.2.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/moto/default.nix b/pkgs/development/python-modules/moto/default.nix index 071b7f3ddb64..a7ea3f878d1e 100644 --- a/pkgs/development/python-modules/moto/default.nix +++ b/pkgs/development/python-modules/moto/default.nix @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "moto"; - version = "4.2.13"; + version = "5.0.2"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-Aa72pImnJcjXJb09xvcP8b7a7j4mQXUuS0cf8O3ktNc="; + hash = "sha256-fic5Xlxj/5VUrhS1uqQb/m1rG+DlnrApd8bOKEESRt4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1629 > 25 [result] Failed to update python311Packages.moto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath godot3-mono-server, using log file: /var/log/nixpkgs-update/godot3-mono-server/2024-03-05.log godot3-mono-server 3.5.2 -> 4.2.1-stable https://github.com/godotengine/godot/releases attrpath: godot3-mono-server Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/jfr0mivzpmlhldj8y47q58y6apz4hwx8-source.drv building '/nix/store/jfr0mivzpmlhldj8y47q58y6apz4hwx8-source.drv'... trying https://github.com/godotengine/godot/archive/4.2.1-stable-stable.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'godot3-mono-server.originalSrc' not found stderr did not split as expected full stderr was: error (ignored): error: end of string reached error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'godot3-mono-server-4.2.1-stable' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/godot3-mono-server/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'glue' of derivation 'godot3-mono-server-4.2.1-stable' at /var/cache/nixpkgs-update/worker/worktree/godot3-mono-server/pkgs/development/tools/godot/3/mono/default.nix:17:3: 16| 17| glue = callPackage ./glue.nix {}; | ^ 18| (stack trace truncated; use '--show-trace' to show the full trace) error: getting status of '/var/cache/nixpkgs-update/worker/worktree/godot3-mono-server/pkgs/development/tools/godot/3/mono/patches/gen_cs_glue_version.py/hardcodeGlueVersion_4.2.1-stable.patch': No such file or directory [result] Failed to update godot3-mono-server 3.5.2 -> 4.2.1-stable https://github.com/godotengine/godot/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-s3control, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-s3control/2024-03-05.log python311Packages.mypy-boto3-s3control 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-s3control Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k5zjm14pzrakaf4hpkw5rcazkasri1rw-packages.json.drv building '/nix/store/k5zjm14pzrakaf4hpkw5rcazkasri1rw-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-s3control-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-s3control-1.34.0: UPDATING ... - python3.11-mypy-boto3-s3control-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-s3control 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tarsnapper, using log file: /var/log/nixpkgs-update/tarsnapper/2024-03-05.log tarsnapper 0 -> 1 attrpath: tarsnapper Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lf5zjlj65j3wjpqv5hbx6z1i6mj8wsw7-packages.json.drv building '/nix/store/lf5zjlj65j3wjpqv5hbx6z1i6mj8wsw7-packages.json.drv'... Going to be running update for following packages: - tarsnapper-0.5 Press Enter key to continue... Running update for: - tarsnapper-0.5: UPDATING ... - tarsnapper-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tarsnapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydata-sphinx-theme, using log file: /var/log/nixpkgs-update/python311Packages.pydata-sphinx-theme/2024-03-05.log python311Packages.pydata-sphinx-theme 0 -> 1 attrpath: python311Packages.pydata-sphinx-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/jhlcpmrj4fqkzhs09vqf8wlvw8skh1fz-packages.json.drv building '/nix/store/jhlcpmrj4fqkzhs09vqf8wlvw8skh1fz-packages.json.drv'... Going to be running update for following packages: - python3.11-pydata-sphinx-theme-0.15.2 Press Enter key to continue... Running update for: - python3.11-pydata-sphinx-theme-0.15.2: UPDATING ... - python3.11-pydata-sphinx-theme-0.15.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydata-sphinx-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 banking, using log file: /var/log/nixpkgs-update/banking/2024-03-05.log banking 0 -> 1 attrpath: banking Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lsf7sybivb3pcpym0dq93fl837yna9xm-packages.json.drv building '/nix/store/lsf7sybivb3pcpym0dq93fl837yna9xm-packages.json.drv'... Going to be running update for following packages: - banking-0.6.0 Press Enter key to continue... Running update for: - banking-0.6.0: UPDATING ... - banking-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update banking 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.riscof, using log file: /var/log/nixpkgs-update/python311Packages.riscof/2024-03-05.log python311Packages.riscof 0 -> 1 attrpath: python311Packages.riscof Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kmry7jwqgiwhjqaaj0bkgq8flpapv3ni-packages.json.drv building '/nix/store/kmry7jwqgiwhjqaaj0bkgq8flpapv3ni-packages.json.drv'... Going to be running update for following packages: - python3.11-riscof-1.25.3 Press Enter key to continue... Running update for: - python3.11-riscof-1.25.3: UPDATING ... - python3.11-riscof-1.25.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.riscof 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enochecker-test, using log file: /var/log/nixpkgs-update/enochecker-test/2024-03-05.log enochecker-test 0 -> 1 attrpath: enochecker-test Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h0llx7wabki3i6c4h5dldasx1dvpc3vx-packages.json.drv building '/nix/store/h0llx7wabki3i6c4h5dldasx1dvpc3vx-packages.json.drv'... Going to be running update for following packages: - enochecker-test-0.9.0 Press Enter key to continue... Running update for: - enochecker-test-0.9.0: UPDATING ... - enochecker-test-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enochecker-test 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysmb, using log file: /var/log/nixpkgs-update/python311Packages.pysmb/2024-03-05.log python311Packages.pysmb 0 -> 1 attrpath: python311Packages.pysmb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ysb0ly0ln8p602w3jfmq82bfx74l1wx-packages.json.drv building '/nix/store/7ysb0ly0ln8p602w3jfmq82bfx74l1wx-packages.json.drv'... Going to be running update for following packages: - python3.11-pysmb-1.2.9.1 Press Enter key to continue... Running update for: - python3.11-pysmb-1.2.9.1: UPDATING ... - python3.11-pysmb-1.2.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysmb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-qt, using log file: /var/log/nixpkgs-update/python311Packages.pytest-qt/2024-03-05.log python311Packages.pytest-qt 0 -> 1 attrpath: python311Packages.pytest-qt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6qfdzf1y77pqrlwhb72sfh35dly12552-packages.json.drv building '/nix/store/6qfdzf1y77pqrlwhb72sfh35dly12552-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-qt-4.3.1 Press Enter key to continue... Running update for: - python3.11-pytest-qt-4.3.1: UPDATING ... - python3.11-pytest-qt-4.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-qt/default.nix b/pkgs/development/python-modules/pytest-qt/default.nix index de9b9eb84ba1..1996265365e1 100644 --- a/pkgs/development/python-modules/pytest-qt/default.nix +++ b/pkgs/development/python-modules/pytest-qt/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "pytest-qt"; - version = "4.3.1"; + version = "4.4.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-AlYEGveAgt/AjiLM+GCqqHjYApVX8D9L/CAH/CkbHmE="; + hash = "sha256-dolhQqlApChTOQCNaSijbUvnSv7H5jRXfoQsnMXFaEQ="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.pytest-qt: 4.3.1 -> 4.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287153" [result] Failed to update python311Packages.pytest-qt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rmcl, using log file: /var/log/nixpkgs-update/python311Packages.rmcl/2024-03-05.log python311Packages.rmcl 0 -> 1 attrpath: python311Packages.rmcl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ljv8kh6bw9h4mbd6hsnhzyc3jnk34hvi-packages.json.drv building '/nix/store/ljv8kh6bw9h4mbd6hsnhzyc3jnk34hvi-packages.json.drv'... Going to be running update for following packages: - python3.11-rmcl-0.4.2 Press Enter key to continue... Running update for: - python3.11-rmcl-0.4.2: UPDATING ... - python3.11-rmcl-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rmcl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ircstates, using log file: /var/log/nixpkgs-update/python311Packages.ircstates/2024-03-05.log python311Packages.ircstates 0 -> 1 attrpath: python311Packages.ircstates Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/31vzd5q3aikks5i7c2bvb2slx58jqfiw-packages.json.drv building '/nix/store/31vzd5q3aikks5i7c2bvb2slx58jqfiw-packages.json.drv'... Going to be running update for following packages: - python3.11-ircstates-0.12.1 Press Enter key to continue... Running update for: - python3.11-ircstates-0.12.1: UPDATING ... - python3.11-ircstates-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ircstates 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath blink1-tool, using log file: /var/log/nixpkgs-update/blink1-tool/2024-03-05.log blink1-tool 2.2.0 -> 2.3.0 https://github.com/todbot/blink1-tool/releases attrpath: blink1-tool Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - blink1-tool: 2.2.0 -> 2.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/184895" [result] Failed to update blink1-tool 2.2.0 -> 2.3.0 https://github.com/todbot/blink1-tool/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath confluent-cli, using log file: /var/log/nixpkgs-update/confluent-cli/2024-03-05.log confluent-cli 3.37.0 -> 3.51.0 https://repology.org/project/confluent-cli/versions attrpath: confluent-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update confluent-cli 3.37.0 -> 3.51.0 https://repology.org/project/confluent-cli/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bluej, using log file: /var/log/nixpkgs-update/bluej/2024-03-05.log bluej 5.2.0 -> 5.2.1 https://repology.org/project/bluej/versions attrpath: bluej Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/editors/bluej/default.nix b/pkgs/applications/editors/bluej/default.nix index 32dc84f33a69..06e1dbc6dc6f 100644 --- a/pkgs/applications/editors/bluej/default.nix +++ b/pkgs/applications/editors/bluej/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "bluej"; - version = "5.2.0"; + version = "5.2.1"; src = fetchurl { # We use the deb here. First instinct might be to go for the "generic" JAR # download, but that is actually a graphical installer that is much harder # to unpack than the deb. url = "https://www.bluej.org/download/files/BlueJ-linux-${builtins.replaceStrings ["."] [""] version}.deb"; - sha256 = "sha256-sOT86opMa9ytxJlfURIsD06HiP+j+oz3lQ0DqmLV1wE="; + sha256 = "sha256-pGKiv9oPht/24UrXe/wIluo2divJyvJqzzFjtAK3tYQ="; }; nativeBuildInputs = [ dpkg wrapGAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bluej nix build failed. got build log for 'bluej' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/m7yqqk4mjn4nrpvrpwnm5qbwfjwjbk2r-BlueJ-linux-521.deb source root is root setting SOURCE_DATE_EPOCH to timestamp 1696916877 of file root/usr/share/pixmaps/bluej.xpm @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase rm: cannot remove '/nix/store/q1v34zdj39mqi5iilan2f836hac8pszj-bluej-5.2.1/share/bluej/javafx': No such file or directory [result] Failed to update bluej 5.2.0 -> 5.2.1 https://repology.org/project/bluej/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyweatherflowrest, using log file: /var/log/nixpkgs-update/python311Packages.pyweatherflowrest/2024-03-05.log python311Packages.pyweatherflowrest 0 -> 1 attrpath: python311Packages.pyweatherflowrest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ql6zvaq21xqpwvizq400clwbhaxk8fvr-packages.json.drv building '/nix/store/ql6zvaq21xqpwvizq400clwbhaxk8fvr-packages.json.drv'... Going to be running update for following packages: - python3.11-pyweatherflowrest-1.0.11 Press Enter key to continue... Running update for: - python3.11-pyweatherflowrest-1.0.11: UPDATING ... - python3.11-pyweatherflowrest-1.0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyweatherflowrest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylint-flask, using log file: /var/log/nixpkgs-update/python311Packages.pylint-flask/2024-03-05.log python311Packages.pylint-flask 0 -> 1 attrpath: python311Packages.pylint-flask Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rcb63iya6g5ylz6sdj3731qhhrzpf8zi-packages.json.drv building '/nix/store/rcb63iya6g5ylz6sdj3731qhhrzpf8zi-packages.json.drv'... Going to be running update for following packages: - python3.11-pylint-flask-0.6 Press Enter key to continue... Running update for: - python3.11-pylint-flask-0.6: UPDATING ... - python3.11-pylint-flask-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylint-flask 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath font-awesome, using log file: /var/log/nixpkgs-update/font-awesome/2024-03-05.log font-awesome 6.4.2 -> 6.5.1 https://github.com/FortAwesome/Font-Awesome/releases attrpath: font-awesome Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - font-awesome: 6.4.2 -> 6.5.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285394" [result] Failed to update font-awesome 6.4.2 -> 6.5.1 https://github.com/FortAwesome/Font-Awesome/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.w3lib, using log file: /var/log/nixpkgs-update/python311Packages.w3lib/2024-03-05.log python311Packages.w3lib 0 -> 1 attrpath: python311Packages.w3lib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mcgz0ipcm1qldvxzkdi7kkc3czrfvpaw-packages.json.drv building '/nix/store/mcgz0ipcm1qldvxzkdi7kkc3czrfvpaw-packages.json.drv'... Going to be running update for following packages: - python3.11-w3lib-2.1.2 Press Enter key to continue... Running update for: - python3.11-w3lib-2.1.2: UPDATING ... - python3.11-w3lib-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.w3lib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hashi-ui, using log file: /var/log/nixpkgs-update/hashi-ui/2024-03-05.log hashi-ui 1.3.8 -> 1.3.9 https://github.com/jippi/hashi-ui/releases attrpath: hashi-ui Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/0bgg5hazpa63mqnb16lll9zzy566csyl-hashi-ui-linux-amd64.drv building '/nix/store/0bgg5hazpa63mqnb16lll9zzy566csyl-hashi-ui-linux-amd64.drv'... trying https://github.com/jippi/hashi-ui/releases/download/v1.3.9/hashi-ui-linux-amd64 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download hashi-ui-linux-amd64 from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'hashi-ui.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0bgg5hazpa63mqnb16lll9zzy566csyl-hashi-ui-linux-amd64.drv /nix/store/35j63hpl2arb5jhgl2706y1bjrn8ksd3-hashi-ui-1.3.9.drv building '/nix/store/0bgg5hazpa63mqnb16lll9zzy566csyl-hashi-ui-linux-amd64.drv'... trying https://github.com/jippi/hashi-ui/releases/download/v1.3.9/hashi-ui-linux-amd64 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download hashi-ui-linux-amd64 from any mirror error: builder for '/nix/store/0bgg5hazpa63mqnb16lll9zzy566csyl-hashi-ui-linux-amd64.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/jippi/hashi-ui/releases/download/v1.3.9/hashi-ui-linux-amd64 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download hashi-ui-linux-amd64 from any mirror For full logs, run 'nix log /nix/store/0bgg5hazpa63mqnb16lll9zzy566csyl-hashi-ui-linux-amd64.drv'. error: 1 dependencies of derivation '/nix/store/35j63hpl2arb5jhgl2706y1bjrn8ksd3-hashi-ui-1.3.9.drv' failed to build [result] Failed to update hashi-ui 1.3.8 -> 1.3.9 https://github.com/jippi/hashi-ui/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mysql2pgsql, using log file: /var/log/nixpkgs-update/mysql2pgsql/2024-03-05.log mysql2pgsql 0.0.1a -> 1.2 https://repology.org/project/mysql2pgsql/versions attrpath: mysql2pgsql Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/ml867np1spyh7ddn7hsapvfnsg6y8884-mysql2psql-1.2.tgz.drv building '/nix/store/ml867np1spyh7ddn7hsapvfnsg6y8884-mysql2psql-1.2.tgz.drv'... trying http://ftp.plusline.de/ftp.postgresql.org/projects/gborg/mysql2psql/devel/mysql2psql-1.2.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mysql2psql-1.2.tgz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mysql2pgsql.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ml867np1spyh7ddn7hsapvfnsg6y8884-mysql2psql-1.2.tgz.drv /nix/store/wngqy4fw37js1yq55c61ryh9m9ssxvlk-mysql2pgsql-1.2.drv building '/nix/store/ml867np1spyh7ddn7hsapvfnsg6y8884-mysql2psql-1.2.tgz.drv'... trying http://ftp.plusline.de/ftp.postgresql.org/projects/gborg/mysql2psql/devel/mysql2psql-1.2.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mysql2psql-1.2.tgz from any mirror error: builder for '/nix/store/ml867np1spyh7ddn7hsapvfnsg6y8884-mysql2psql-1.2.tgz.drv' failed with exit code 1; last 7 log lines: > > trying http://ftp.plusline.de/ftp.postgresql.org/projects/gborg/mysql2psql/devel/mysql2psql-1.2.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mysql2psql-1.2.tgz from any mirror For full logs, run 'nix log /nix/store/ml867np1spyh7ddn7hsapvfnsg6y8884-mysql2psql-1.2.tgz.drv'. error: 1 dependencies of derivation '/nix/store/wngqy4fw37js1yq55c61ryh9m9ssxvlk-mysql2pgsql-1.2.drv' failed to build [result] Failed to update mysql2pgsql 0.0.1a -> 1.2 https://repology.org/project/mysql2pgsql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jaraco-collections, using log file: /var/log/nixpkgs-update/python311Packages.jaraco-collections/2024-03-05.log python311Packages.jaraco-collections 0 -> 1 attrpath: python311Packages.jaraco-collections Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/prs25ynlirpavyq97b0y1nn44pdjfa28-packages.json.drv building '/nix/store/prs25ynlirpavyq97b0y1nn44pdjfa28-packages.json.drv'... Going to be running update for following packages: - python3.11-jaraco-collections-4.3.0 Press Enter key to continue... Running update for: - python3.11-jaraco-collections-4.3.0: UPDATING ... - python3.11-jaraco-collections-4.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jaraco-collections/default.nix b/pkgs/development/python-modules/jaraco-collections/default.nix index 3c0d0b6a9aa6..bab89a3f7a60 100644 --- a/pkgs/development/python-modules/jaraco-collections/default.nix +++ b/pkgs/development/python-modules/jaraco-collections/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "jaraco-collections"; - version = "4.3.0"; + version = "5.0.0"; format = "pyproject"; src = fetchPypi { pname = "jaraco.collections"; inherit version; - hash = "sha256-dP/CP8z+5N4KLr9VajNnW2o8AD1jNZR9MSKgvIgiyOQ="; + hash = "sha256-FoDo0J8pX2Jce6kmiAF1om/b5wkrTHbRmOMEdrIc/mg="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 113 > 25 [result] Failed to update python311Packages.jaraco-collections 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swaysome, using log file: /var/log/nixpkgs-update/swaysome/2024-03-05.log swaysome 2.1.0 -> 2.1.1 https://repology.org/project/swaysome/versions attrpath: swaysome 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-e5B90tIiXxuaRseok69EN4xuoRlCyiTVgEcAqvVg/dM= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/wayland/swaysome/default.nix b/pkgs/tools/wayland/swaysome/default.nix index 308592e450f9..a4f042d99161 100644 --- a/pkgs/tools/wayland/swaysome/default.nix +++ b/pkgs/tools/wayland/swaysome/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "swaysome"; - version = "2.1.0"; + version = "2.1.1"; src = fetchFromGitLab { owner = "hyask"; repo = pname; rev = version; - sha256 = "sha256-U5W/9VL1t1/R4ADPxseBV6CMKx04I4vbp7sFmSqRZXk="; + sha256 = "sha256-HRLMfpnqjDgkOIaH/7DxeYzoZn/0c0KUAmir8XIwesg="; }; - cargoHash = "sha256-QA3EQsYgjwx8QX50yaxiJyAPDlpYYqiqLiXco1kJmw0="; + cargoHash = "sha256-e5B90tIiXxuaRseok69EN4xuoRlCyiTVgEcAqvVg/dM="; meta = with lib; { description = "Helper to make sway behave more like awesomewm"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8yjpzrfiww92xpc6jka27fbwv4abbajw-swaysome-2.1.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • swaysome
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/swaysome/versions. meta.description for swaysome is: Helper to make sway behave more like awesomewm meta.homepage for swaysome is: https://gitlab.com/hyask/swaysome ###### 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.1.1 with grep in /nix/store/8yjpzrfiww92xpc6jka27fbwv4abbajw-swaysome-2.1.1 - found 2.1.1 in filename of file in /nix/store/8yjpzrfiww92xpc6jka27fbwv4abbajw-swaysome-2.1.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath swaysome ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8yjpzrfiww92xpc6jka27fbwv4abbajw-swaysome-2.1.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A swaysome https://github.com/r-ryantm/nixpkgs/archive/b23b5142c0bb81e7fab2660bcbb60bb6c342543c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b23b5142c0bb81e7fab2660bcbb60bb6c342543c#swaysome ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8yjpzrfiww92xpc6jka27fbwv4abbajw-swaysome-2.1.1 ls -la /nix/store/8yjpzrfiww92xpc6jka27fbwv4abbajw-swaysome-2.1.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • swaysome
--- ###### Maintainer pings cc @esclear 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/293492 [result] Success updating swaysome 2.1.0 -> 2.1.1 https://repology.org/project/swaysome/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-notebook, using log file: /var/log/nixpkgs-update/python311Packages.pytest-notebook/2024-03-05.log python311Packages.pytest-notebook 0 -> 1 attrpath: python311Packages.pytest-notebook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xmzc3h6ly64d3agxn40qcbsr7vmj06f9-packages.json.drv building '/nix/store/xmzc3h6ly64d3agxn40qcbsr7vmj06f9-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-notebook-0.10.0 Press Enter key to continue... Running update for: - python3.11-pytest-notebook-0.10.0: UPDATING ... - python3.11-pytest-notebook-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-notebook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pict-rs, using log file: /var/log/nixpkgs-update/pict-rs/2024-03-05.log pict-rs 0.5.6 -> 0.5.7 https://repology.org/project/pict-rs/versions attrpath: pict-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-p7s/gs+sMXR1l08C81tY4K3oV9fWgm07C0nRGspfoR8= [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/servers/web-apps/pict-rs/default.nix b/pkgs/servers/web-apps/pict-rs/default.nix index 9d4db81a69a7..82a701e02167 100644 --- a/pkgs/servers/web-apps/pict-rs/default.nix +++ b/pkgs/servers/web-apps/pict-rs/default.nix @@ -13,17 +13,17 @@ rustPlatform.buildRustPackage rec { pname = "pict-rs"; - version = "0.5.6"; + version = "0.5.7"; src = fetchFromGitea { domain = "git.asonix.dog"; owner = "asonix"; repo = pname; rev = "v${version}"; - sha256 = "sha256-YK31z7tFRxLuf3C8ojDIV+mYHvK0dlV8zLHJoWjPzIU="; + sha256 = "sha256-MBV92+mu41ulT6wuzTGbobbspoQA0hNbRIiISol0n48="; }; - cargoHash = "sha256-W6pDWjalyBBqFmm4uZDDTRvTWiwogdOeXbdazz4uM3s="; + cargoHash = "sha256-p7s/gs+sMXR1l08C81tY4K3oV9fWgm07C0nRGspfoR8="; # needed for internal protobuf c wrapper library PROTOC = "${protobuf}/bin/protoc"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ghwf79dwi91m62g41w3wj30gzv0wz0g0-pict-rs-0.5.7" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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:
  • pict-rs
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/pict-rs/versions. meta.description for pict-rs is: A simple image hosting service meta.homepage for pict-rs is: https://git.asonix.dog/asonix/pict-rs ###### Updates performed - Rust version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.5.7 with grep in /nix/store/ghwf79dwi91m62g41w3wj30gzv0wz0g0-pict-rs-0.5.7 - found 0.5.7 in filename of file in /nix/store/ghwf79dwi91m62g41w3wj30gzv0wz0g0-pict-rs-0.5.7 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath pict-rs ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ghwf79dwi91m62g41w3wj30gzv0wz0g0-pict-rs-0.5.7 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A pict-rs https://github.com/r-ryantm/nixpkgs/archive/95cbbb664810225dd2ee410a5eee1e3aeb773a92.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/95cbbb664810225dd2ee410a5eee1e3aeb773a92#pict-rs ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ghwf79dwi91m62g41w3wj30gzv0wz0g0-pict-rs-0.5.7 ls -la /nix/store/ghwf79dwi91m62g41w3wj30gzv0wz0g0-pict-rs-0.5.7/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pict-rs
--- ###### Maintainer pings cc @happysalada 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/293502 [result] Success updating pict-rs 0.5.6 -> 0.5.7 https://repology.org/project/pict-rs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath halloy, using log file: /var/log/nixpkgs-update/halloy/2024-03-05.log halloy 2024.1 -> 2024.2 https://github.com/squidowl/halloy/releases attrpath: halloy Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/irc/halloy/default.nix b/pkgs/applications/networking/irc/halloy/default.nix index 3d7faf5ac348..632fe94b7f89 100644 --- a/pkgs/applications/networking/irc/halloy/default.nix +++ b/pkgs/applications/networking/irc/halloy/default.nix @@ -15,13 +15,13 @@ rustPlatform.buildRustPackage rec { pname = "halloy"; - version = "2024.1"; + version = "2024.2"; src = fetchFromGitHub { owner = "squidowl"; repo = "halloy"; rev = "refs/tags/${version}"; - hash = "sha256-mOP6Xxo1p3Mi36RmraMe4qpqJGQqHs/7fZzruAODr1E="; + hash = "sha256-SzjMoXISd4fMHoenF1CK3Yn8bfLq9INuOmt86QTcgk8="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/48kgyfy00z1wi1b0h8gn6335jvrw6rwk-halloy-2024.2" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 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 = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • halloy
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/squidowl/halloy/releases. meta.description for halloy is: IRC application meta.homepage for halloy is: https://github.com/squidowl/halloy meta.changelog for halloy is: https://github.com/squidowl/halloy/blob/2024.2/CHANGELOG.md ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2024.2 with grep in /nix/store/48kgyfy00z1wi1b0h8gn6335jvrw6rwk-halloy-2024.2 - found 2024.2 in filename of file in /nix/store/48kgyfy00z1wi1b0h8gn6335jvrw6rwk-halloy-2024.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath halloy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/48kgyfy00z1wi1b0h8gn6335jvrw6rwk-halloy-2024.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A halloy https://github.com/r-ryantm/nixpkgs/archive/677adb08037206118f4da9bfaf019abb12db7e1a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/677adb08037206118f4da9bfaf019abb12db7e1a#halloy ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/48kgyfy00z1wi1b0h8gn6335jvrw6rwk-halloy-2024.2 ls -la /nix/store/48kgyfy00z1wi1b0h8gn6335jvrw6rwk-halloy-2024.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • halloy
--- ###### Maintainer pings cc @fabaff for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/293518 [result] Success updating halloy 2024.1 -> 2024.2 https://github.com/squidowl/halloy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fastcluster, using log file: /var/log/nixpkgs-update/rPackages.fastcluster/2024-03-05.log rPackages.fastcluster 1.2.3 -> 1.2.6 https://repology.org/project/r:fastcluster/versions attrpath: rPackages.fastcluster Checking auto update branch... No auto update branch exists Old version 1.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fastcluster 1.2.3 -> 1.2.6 https://repology.org/project/r:fastcluster/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DAPARdata, using log file: /var/log/nixpkgs-update/rPackages.DAPARdata/2024-03-05.log rPackages.DAPARdata 1.32.0 -> 1.32.1 https://repology.org/project/r:dapardata/versions attrpath: rPackages.DAPARdata Checking auto update branch... No auto update branch exists Old version 1.32.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DAPARdata 1.32.0 -> 1.32.1 https://repology.org/project/r:dapardata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opentrack, using log file: /var/log/nixpkgs-update/opentrack/2024-03-05.log opentrack 2022.3.0 -> 2023.3.0 https://github.com/opentrack/opentrack/releases attrpath: opentrack Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - opentrack: 2022.3.0 -> 2023.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/267171" [result] Failed to update opentrack 2022.3.0 -> 2023.3.0 https://github.com/opentrack/opentrack/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.genpy, using log file: /var/log/nixpkgs-update/python311Packages.genpy/2024-03-05.log python311Packages.genpy 0 -> 1 attrpath: python311Packages.genpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nwj53vjmj4cfgcv8aa43m394bgj98ijl-packages.json.drv building '/nix/store/nwj53vjmj4cfgcv8aa43m394bgj98ijl-packages.json.drv'... Going to be running update for following packages: - python3.11-genpy-2022.1 Press Enter key to continue... Running update for: - python3.11-genpy-2022.1: UPDATING ... - python3.11-genpy-2022.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.genpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gymnasium, using log file: /var/log/nixpkgs-update/python311Packages.gymnasium/2024-03-05.log python311Packages.gymnasium 0 -> 1 attrpath: python311Packages.gymnasium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0v4yzq5p2lhmvcsyb8y4s8iv9v5ggn62-packages.json.drv building '/nix/store/0v4yzq5p2lhmvcsyb8y4s8iv9v5ggn62-packages.json.drv'... Going to be running update for following packages: - python3.11-gymnasium-0.29.1 Press Enter key to continue... Running update for: - python3.11-gymnasium-0.29.1: UPDATING ... - python3.11-gymnasium-0.29.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gymnasium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO nixpkgs-update cannot handle updating the guest additions https://github.com/NixOS/nixpkgs/pull/42934 [result] Failed to update virtualbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.freetype-py, using log file: /var/log/nixpkgs-update/python311Packages.freetype-py/2024-03-05.log python311Packages.freetype-py 0 -> 1 attrpath: python311Packages.freetype-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i9vdjnq69ilamd575g0dmk3wrpmrz7wx-packages.json.drv building '/nix/store/i9vdjnq69ilamd575g0dmk3wrpmrz7wx-packages.json.drv'... Going to be running update for following packages: - python3.11-freetype-py-2.1.0.post1 Press Enter key to continue... Running update for: - python3.11-freetype-py-2.1.0.post1: UPDATING ... - python3.11-freetype-py-2.1.0.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.freetype-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath genact, using log file: /var/log/nixpkgs-update/genact/2024-03-05.log genact 1.3.0 -> 1.4.2 https://github.com/svenstaro/genact/releases attrpath: genact Checking auto update branch... An auto update branch exists with message `genact: 1.3.0 -> 1.4.2`. New version is 1.4.2. An auto update branch exists with an equal or greater version [result] Failed to update genact 1.3.0 -> 1.4.2 https://github.com/svenstaro/genact/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sndpeek, using log file: /var/log/nixpkgs-update/sndpeek/2024-03-05.log sndpeek 1.4 -> 1.41 https://repology.org/project/sndpeek/versions attrpath: sndpeek Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/sndpeek/default.nix b/pkgs/applications/audio/sndpeek/default.nix index c65208343aff..3e308b818ebf 100644 --- a/pkgs/applications/audio/sndpeek/default.nix +++ b/pkgs/applications/audio/sndpeek/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "sndpeek"; - version = "1.4"; + version = "1.41"; src = fetchurl { url = "https://soundlab.cs.princeton.edu/software/sndpeek/files/sndpeek-${version}.tgz"; - sha256 = "2d86cf74854fa00dcdc05a35dd92bc4cf6115e87102b17023be5cba9ead8eedf"; + sha256 = "sha256-ZVMLZRDQfCCI5f+i5LEb34uHKqiTkT2pa2sBjnSyTk0="; }; sourceRoot = "sndpeek-${version}/src/sndpeek"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sndpeek nix build failed. got build log for 'sndpeek' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/hv36420jin9dw8jnhjf6iq7w0kw4141v-sndpeek-1.41.tgz source root is sndpeek-1.41/src/sndpeek setting SOURCE_DATE_EPOCH to timestamp 1570219801 of file sndpeek-1.41/src/sndpeek/sndpeek.cpp @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/xzss0b3xfqixg023mxj81rd4pj5pywmz-pthread.patch patching file makefile.alsa Hunk #1 FAILED at 4. 1 out of 1 hunk FAILED -- saving rejects to file makefile.alsa.rej [result] Failed to update sndpeek 1.4 -> 1.41 https://repology.org/project/sndpeek/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openllm-core, using log file: /var/log/nixpkgs-update/python311Packages.openllm-core/2024-03-05.log python311Packages.openllm-core 0 -> 1 attrpath: python311Packages.openllm-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/c91zsci0p3lwgf99paqi4z61hni9rlql-packages.json.drv building '/nix/store/c91zsci0p3lwgf99paqi4z61hni9rlql-packages.json.drv'... Going to be running update for following packages: - python3.11-openllm-core-0.4.44 Press Enter key to continue... Running update for: - python3.11-openllm-core-0.4.44: UPDATING ... - python3.11-openllm-core-0.4.44: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openllm-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.inquirerpy, using log file: /var/log/nixpkgs-update/python311Packages.inquirerpy/2024-03-05.log python311Packages.inquirerpy 0 -> 1 attrpath: python311Packages.inquirerpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8bkak2kx26rlwdzfpgahrj4vglalqami-packages.json.drv building '/nix/store/8bkak2kx26rlwdzfpgahrj4vglalqami-packages.json.drv'... Going to be running update for following packages: - python3.11-inquirerpy-0.3.4 Press Enter key to continue... Running update for: - python3.11-inquirerpy-0.3.4: UPDATING ... - python3.11-inquirerpy-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inquirerpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vcversioner, using log file: /var/log/nixpkgs-update/python311Packages.vcversioner/2024-03-05.log python311Packages.vcversioner 0 -> 1 attrpath: python311Packages.vcversioner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i79gmb9g7h40b4sgx5rsj8n11hcvbkjs-packages.json.drv building '/nix/store/i79gmb9g7h40b4sgx5rsj8n11hcvbkjs-packages.json.drv'... Going to be running update for following packages: - python3.11-vcversioner-2.16.0.0 Press Enter key to continue... Running update for: - python3.11-vcversioner-2.16.0.0: UPDATING ... - python3.11-vcversioner-2.16.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vcversioner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vidstab, using log file: /var/log/nixpkgs-update/python311Packages.vidstab/2024-03-05.log python311Packages.vidstab 0 -> 1 attrpath: python311Packages.vidstab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l16kgwv7mdw9x85kgpyljkvpafvz7hnk-packages.json.drv building '/nix/store/l16kgwv7mdw9x85kgpyljkvpafvz7hnk-packages.json.drv'... Going to be running update for following packages: - python3.11-vidstab-1.7.4 Press Enter key to continue... Running update for: - python3.11-vidstab-1.7.4: UPDATING ... - python3.11-vidstab-1.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vidstab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wad, using log file: /var/log/nixpkgs-update/wad/2024-03-05.log wad 0 -> 1 attrpath: wad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7zck6jgbfpqa8xrrcdpy1pqqc376gchh-packages.json.drv building '/nix/store/7zck6jgbfpqa8xrrcdpy1pqqc376gchh-packages.json.drv'... Going to be running update for following packages: - wad-0.4.6 Press Enter key to continue... Running update for: - wad-0.4.6: UPDATING ... - wad-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath baserow, using log file: /var/log/nixpkgs-update/baserow/2024-03-05.log baserow 0 -> 1 attrpath: baserow Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3kg6d95jcqj1zyw3gzbwabndxyrsvlgm-packages.json.drv building '/nix/store/3kg6d95jcqj1zyw3gzbwabndxyrsvlgm-packages.json.drv'... Going to be running update for following packages: - baserow-1.12.1 Press Enter key to continue... Running update for: - baserow-1.12.1: UPDATING ... - baserow-1.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update baserow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-hpilo, using log file: /var/log/nixpkgs-update/python311Packages.python-hpilo/2024-03-05.log python311Packages.python-hpilo 0 -> 1 attrpath: python311Packages.python-hpilo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1v2gym644j8gwcgv7hbiy1lciiqx0hh2-packages.json.drv building '/nix/store/1v2gym644j8gwcgv7hbiy1lciiqx0hh2-packages.json.drv'... Going to be running update for following packages: - python3.11-python-hpilo-4.4.3 Press Enter key to continue... Running update for: - python3.11-python-hpilo-4.4.3: UPDATING ... - python3.11-python-hpilo-4.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-hpilo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath okapi, using log file: /var/log/nixpkgs-update/okapi/2024-03-05.log okapi 1.6.0 -> 1.46.0 https://repology.org/project/okapi/versions attrpath: okapi Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv building '/nix/store/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv'... trying https://github.com/trinsic-id/okapi/releases/download/v1.46.0/okapi-vendor-1.46.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download okapi-vendor-1.46.0.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'okapi.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv /nix/store/wsqpx2rsjxj1pbspwy20ibpvhyqv4w6a-okapi-1.46.0.drv building '/nix/store/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv'... trying https://github.com/trinsic-id/okapi/releases/download/v1.46.0/okapi-vendor-1.46.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download okapi-vendor-1.46.0.tar.gz from any mirror error: builder for '/nix/store/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/trinsic-id/okapi/releases/download/v1.46.0/okapi-vendor-1.46.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download okapi-vendor-1.46.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/9m61g8vh1k4rn81r28fssrvalw35a1kc-okapi-vendor-1.46.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/wsqpx2rsjxj1pbspwy20ibpvhyqv4w6a-okapi-1.46.0.drv' failed to build [result] Failed to update okapi 1.6.0 -> 1.46.0 https://repology.org/project/okapi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyjwkest, using log file: /var/log/nixpkgs-update/python311Packages.pyjwkest/2024-03-05.log python311Packages.pyjwkest 0 -> 1 attrpath: python311Packages.pyjwkest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bs69fnh3390nccp3zqb6pg5gp1zf0bsg-packages.json.drv building '/nix/store/bs69fnh3390nccp3zqb6pg5gp1zf0bsg-packages.json.drv'... Going to be running update for following packages: - python3.11-pyjwkest-1.4.2 Press Enter key to continue... Running update for: - python3.11-pyjwkest-1.4.2: UPDATING ... - python3.11-pyjwkest-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyjwkest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pagemon, using log file: /var/log/nixpkgs-update/pagemon/2024-03-05.log pagemon 0.01.18 -> 0.02.04 https://github.com/ColinIanKing/pagemon/releases attrpath: pagemon 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/pagemon/default.nix b/pkgs/os-specific/linux/pagemon/default.nix index 2ce723913578..cf686b68a024 100644 --- a/pkgs/os-specific/linux/pagemon/default.nix +++ b/pkgs/os-specific/linux/pagemon/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "pagemon"; - version = "0.01.18"; + version = "0.02.04"; src = fetchFromGitHub { - sha256 = "1aq1mq3k8n70h81s64w2zg4kksw1y05326bn4y8p94lpaypvxqfd"; + sha256 = "sha256-Xui1J6EZ6AEoQUyEeyMcnbespMjItTh0wRWpY3Rp/gs="; rev = "V${version}"; repo = "pagemon"; owner = "ColinIanKing"; [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 pagemon nix build failed. got build log for 'pagemon' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/b7hl413aalyisqmplqyxa2yjm1w35jky-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 BINDIR=\$\(out\)/bin MANDIR=\$\(out\)/share/man/man8 gcc -Wall -Wextra -DVERSION='"0.02.04"' -O2 -c -o pagemon.o pagemon.c gcc -Wall -Wextra -DVERSION='"0.02.04"' -O2 -c -o perf.o perf.c gcc -Wall -Wextra -DVERSION='"0.02.04"' -O2 pagemon.o perf.o -o pagemon -lncurses @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash BINDIR=\$\(out\)/bin MANDIR=\$\(out\)/share/man/man8 install gzip -c pagemon.8 > pagemon.8.gz mkdir -p /nix/store/jizkpwjmq9aihkq9mn0jm2rxbr4frdg5-pagemon-0.02.04/bin cp pagemon /nix/store/jizkpwjmq9aihkq9mn0jm2rxbr4frdg5-pagemon-0.02.04/bin mkdir -p /nix/store/jizkpwjmq9aihkq9mn0jm2rxbr4frdg5-pagemon-0.02.04/share/man/man8 cp pagemon.8.gz /nix/store/jizkpwjmq9aihkq9mn0jm2rxbr4frdg5-pagemon-0.02.04/share/man/man8 mkdir -p /usr/share/bash-completion/completions mkdir: cannot create directory '/usr': Permission denied make: *** [Makefile:68: install] Error 1 [result] Failed to update pagemon 0.01.18 -> 0.02.04 https://github.com/ColinIanKing/pagemon/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pattern-exclude, using log file: /var/log/nixpkgs-update/python311Packages.nose-pattern-exclude/2024-03-05.log python311Packages.nose-pattern-exclude 0 -> 1 attrpath: python311Packages.nose-pattern-exclude Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/05wfl0yvh77gg15vhm53c3bl7frv3l6l-packages.json.drv building '/nix/store/05wfl0yvh77gg15vhm53c3bl7frv3l6l-packages.json.drv'... Going to be running update for following packages: - python3.11-nose-pattern-exclude-0.1.3 Press Enter key to continue... Running update for: - python3.11-nose-pattern-exclude-0.1.3: UPDATING ... - python3.11-nose-pattern-exclude-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nose-pattern-exclude 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tracee, using log file: /var/log/nixpkgs-update/tracee/2024-03-05.log tracee 0.13.1 -> 0.20.0 https://github.com/aquasecurity/tracee/releases attrpath: tracee 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/6v1paghg8qkns6bm8vbqaypl59yvxh60-source.drv building '/nix/store/6v1paghg8qkns6bm8vbqaypl59yvxh60-source.drv'... trying https://github.com/aquasecurity/tracee/archive/v0.20.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 105 100 105 0 0 408 0 --:--:-- --:--:-- --:--:-- 408 unpacking source archive /build/v0.20.0.tar.gz tar: This does not look like a tar archive gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /build/v0.20.0.tar.gz error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tracee.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/6v1paghg8qkns6bm8vbqaypl59yvxh60-source.drv /nix/store/1pdwm8slzsgvahfjzzy9zhvjwck0jyny-tracee-0.20.0-go-modules.drv /nix/store/0rs5kn754php5yq15mwhy3ldrdpch3bi-tracee-0.20.0.drv building '/nix/store/6v1paghg8qkns6bm8vbqaypl59yvxh60-source.drv'... trying https://github.com/aquasecurity/tracee/archive/v0.20.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 105 100 105 0 0 1023 0 --:--:-- --:--:-- --:--:-- 1029 unpacking source archive /build/v0.20.0.tar.gz tar: This does not look like a tar archive gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /build/v0.20.0.tar.gz error: builder for '/nix/store/6v1paghg8qkns6bm8vbqaypl59yvxh60-source.drv' failed with exit code 1; last 12 log lines: > > trying https://github.com/aquasecurity/tracee/archive/v0.20.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 105 100 105 0 0 1023 0 --:--:-- --:--:-- --:--:-- 1029 > unpacking source archive /build/v0.20.0.tar.gz > tar: This does not look like a tar archive > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error is not recoverable: exiting now > do not know how to unpack source archive /build/v0.20.0.tar.gz For full logs, run 'nix log /nix/store/6v1paghg8qkns6bm8vbqaypl59yvxh60-source.drv'. error: 1 dependencies of derivation '/nix/store/0rs5kn754php5yq15mwhy3ldrdpch3bi-tracee-0.20.0.drv' failed to build [result] Failed to update tracee 0.13.1 -> 0.20.0 https://github.com/aquasecurity/tracee/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rocm-thunk, using log file: /var/log/nixpkgs-update/rocmPackages.rocm-thunk/2024-03-05.log rocmPackages.rocm-thunk 0 -> 1 attrpath: rocmPackages.rocm-thunk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/zmwa6rv1ja8fxn2kiqs6dz62jpkqd3sf-update.sh.drv /nix/store/sqqhln7zar4hm08x9g9zpxlbdd658hl8-packages.json.drv building '/nix/store/zmwa6rv1ja8fxn2kiqs6dz62jpkqd3sf-update.sh.drv'... building '/nix/store/sqqhln7zar4hm08x9g9zpxlbdd658hl8-packages.json.drv'... Going to be running update for following packages: - rocm-thunk-5.7.1 Press Enter key to continue... Running update for: - rocm-thunk-5.7.1: UPDATING ... - rocm-thunk-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-thunk-5.7.1 ---------------------- 'rocmPackages_5.rocm-thunk' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocm-thunk'. --- SHOWING ERROR LOG FOR rocm-thunk-5.7.1 ---------------------- The update script for rocm-thunk-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocm-thunk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shibboleth-sp, using log file: /var/log/nixpkgs-update/shibboleth-sp/2024-03-05.log shibboleth-sp 3.0.4.1 -> 3.4.1 https://repology.org/project/shibboleth-sp/versions attrpath: shibboleth-sp 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/shibboleth-sp/default.nix b/pkgs/development/libraries/shibboleth-sp/default.nix index ba9956471310..1100c6c5c793 100644 --- a/pkgs/development/libraries/shibboleth-sp/default.nix +++ b/pkgs/development/libraries/shibboleth-sp/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "shibboleth-sp"; - version = "3.0.4.1"; + version = "3.4.1"; src = fetchgit { url = "https://git.shibboleth.net/git/cpp-sp.git"; rev = version; - sha256 = "1qb4dbz5gk10b9w1rf6f4vv7c2wb3a8bfzif6yiaq96ilqad7gdr"; + sha256 = "sha256-Irlg4S+3F38AsyvdKzQSUcr/I27ChOHXBaDHlUloU+Q="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A shibboleth-sp nix build failed. checking for boost/bind.hpp... yes checking for boost/lambda/lambda.hpp... yes checking for boost/ptr_container/ptr_deque.hpp... yes checking for boost/ptr_container/ptr_list.hpp... yes checking for boost/ptr_container/ptr_vector.hpp... yes checking for boost/ptr_container/ptr_array.hpp... yes checking for boost/ptr_container/ptr_set.hpp... yes checking for boost/ptr_container/ptr_map.hpp... yes checking for boost/scoped_ptr.hpp... yes checking for boost/shared_ptr.hpp... yes checking for boost/algorithm/string.hpp... yes checking for boost/tuple/tuple.hpp... yes checking for ctime_r... yes, and it takes 2 arguments checking pkg-config is at least version 0.9.0... yes checking for log4shib... yes checking for xerces-c >= 3.2... yes checking for xml-security-c >= 2... yes checking for xmltooling >= 3.1... yes checking for xmltooling-lite >= 3.1... yes checking for opensaml >= 3.1... no configure: error: Package requirements ( opensaml >= 3.1) were not met: Requested 'opensaml >= 3.1' but version of opensaml is 3.0.1 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables opensaml_CFLAGS and opensaml_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [result] Failed to update shibboleth-sp 3.0.4.1 -> 3.4.1 https://repology.org/project/shibboleth-sp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.github3-py, using log file: /var/log/nixpkgs-update/python311Packages.github3-py/2024-03-05.log python311Packages.github3-py 0 -> 1 attrpath: python311Packages.github3-py Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sg8wmip7v66xzsxc3czca44hva3yvjqp-packages.json.drv building '/nix/store/sg8wmip7v66xzsxc3czca44hva3yvjqp-packages.json.drv'... Going to be running update for following packages: - python3.11-github3.py-4.0.1 Press Enter key to continue... Running update for: - python3.11-github3.py-4.0.1: UPDATING ... - python3.11-github3.py-4.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.github3-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.validators, using log file: /var/log/nixpkgs-update/python311Packages.validators/2024-03-05.log python311Packages.validators 0 -> 1 attrpath: python311Packages.validators Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hzbhjrmnsh52hpqqxihb36yg9y1si84n-packages.json.drv building '/nix/store/hzbhjrmnsh52hpqqxihb36yg9y1si84n-packages.json.drv'... Going to be running update for following packages: - python3.11-validators-0.22.0 Press Enter key to continue... Running update for: - python3.11-validators-0.22.0: UPDATING ... - python3.11-validators-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.validators 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cpp-utilities, using log file: /var/log/nixpkgs-update/cpp-utilities/2024-03-05.log cpp-utilities 5.24.6 -> 5.24.7 https://github.com/Martchus/cpp-utilities/releases attrpath: cpp-utilities 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/cpp-utilities/default.nix b/pkgs/development/libraries/cpp-utilities/default.nix index 54a8637ebe21..49ebc34fbcf2 100644 --- a/pkgs/development/libraries/cpp-utilities/default.nix +++ b/pkgs/development/libraries/cpp-utilities/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "cpp-utilities"; - version = "5.24.6"; + version = "5.24.7"; src = fetchFromGitHub { owner = "Martchus"; repo = "cpp-utilities"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-Lzt/lINfYvzabBbEUdNbF4Ta767WgMre2dxBkMbQnp0="; + sha256 = "sha256-gfyvWnvUXgjocid0nvp3lWhdPb7MYm+1GJRP5RYInEY="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/fn4xgvr0l37hy0hz12csnzwmma9z124w-cpp-utilities-5.24.7" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
10 packages built:
  • cpp-utilities
  • kdePackages.qtforkawesome
  • kdePackages.qtutilities
  • libsForQt5.qtforkawesome
  • libsForQt5.qtutilities
  • syncthingtray
  • syncthingtray-minimal
  • syncthingtray-qt6
  • tageditor
  • tagparser
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/Martchus/cpp-utilities/releases. meta.description for cpp-utilities is: Common C++ classes and routines used by @Martchus' applications featuring argument parser, IO and conversion utilities meta.homepage for cpp-utilities is: https://github.com/Martchus/cpp-utilities ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/Martchus/cpp-utilities/releases/tag/v5.24.7) - [Compare changes on GitHub](https://github.com/Martchus/cpp-utilities/compare/v5.24.6...v5.24.7) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.24.7 with grep in /nix/store/fn4xgvr0l37hy0hz12csnzwmma9z124w-cpp-utilities-5.24.7 - found 5.24.7 in filename of file in /nix/store/fn4xgvr0l37hy0hz12csnzwmma9z124w-cpp-utilities-5.24.7 ---
Rebuild report (if merged into master) (click to expand) ``` 16 total rebuild path(s) 16 package rebuild(s) First fifty rebuilds by attrpath cpp-utilities kdePackages.qtforkawesome kdePackages.qtutilities libsForQt5.qtforkawesome libsForQt5.qtutilities plasma5Packages.qtforkawesome plasma5Packages.qtutilities qt6Packages.qtforkawesome qt6Packages.qtutilities syncthingtray syncthingtray-minimal syncthingtray-qt6 tageditor tagparser yuzuPackages.qtforkawesome yuzuPackages.qtutilities ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fn4xgvr0l37hy0hz12csnzwmma9z124w-cpp-utilities-5.24.7 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A cpp-utilities https://github.com/r-ryantm/nixpkgs/archive/a8f26bea8c42e5a3401189148df6e03010cdf078.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a8f26bea8c42e5a3401189148df6e03010cdf078#cpp-utilities ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fn4xgvr0l37hy0hz12csnzwmma9z124w-cpp-utilities-5.24.7 ls -la /nix/store/fn4xgvr0l37hy0hz12csnzwmma9z124w-cpp-utilities-5.24.7/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
10 packages built:
  • cpp-utilities
  • kdePackages.qtforkawesome
  • kdePackages.qtutilities
  • libsForQt5.qtforkawesome
  • libsForQt5.qtutilities
  • syncthingtray
  • syncthingtray-minimal
  • syncthingtray-qt6
  • tageditor
  • tagparser
--- ###### Maintainer pings cc @doronbehar 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/293526 [result] Success updating cpp-utilities 5.24.6 -> 5.24.7 https://github.com/Martchus/cpp-utilities/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-secret-manager, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-secret-manager/2024-03-05.log python311Packages.google-cloud-secret-manager 0 -> 1 attrpath: python311Packages.google-cloud-secret-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/wak5p0488pfl4n297bgwicddqihygr1g-packages.json.drv building '/nix/store/wak5p0488pfl4n297bgwicddqihygr1g-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-secret-manager-2.18.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-secret-manager-2.18.2: UPDATING ... - python3.11-google-cloud-secret-manager-2.18.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-secret-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.pynacl, using log file: /var/log/nixpkgs-update/python311Packages.pynacl/2024-03-05.log python311Packages.pynacl 0 -> 1 attrpath: python311Packages.pynacl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mp6x7wh6kgcgi9lrykfj4kpi432mqmlc-packages.json.drv building '/nix/store/mp6x7wh6kgcgi9lrykfj4kpi432mqmlc-packages.json.drv'... Going to be running update for following packages: - python3.11-pynacl-1.5.0 Press Enter key to continue... Running update for: - python3.11-pynacl-1.5.0: UPDATING ... - python3.11-pynacl-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynacl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.shell, using log file: /var/log/nixpkgs-update/terraform-providers.shell/2024-03-05.log terraform-providers.shell 0 -> 1 attrpath: terraform-providers.shell Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.shell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.watchdog-gevent, using log file: /var/log/nixpkgs-update/python311Packages.watchdog-gevent/2024-03-05.log python311Packages.watchdog-gevent 0 -> 1 attrpath: python311Packages.watchdog-gevent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r2dmzmsl1nk55g25pzvdcsm799xs3g51-packages.json.drv building '/nix/store/r2dmzmsl1nk55g25pzvdcsm799xs3g51-packages.json.drv'... Going to be running update for following packages: - python3.11-watchdog-gevent-0.1.1 Press Enter key to continue... Running update for: - python3.11-watchdog-gevent-0.1.1: UPDATING ... - python3.11-watchdog-gevent-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.watchdog-gevent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.openstack, using log file: /var/log/nixpkgs-update/terraform-providers.openstack/2024-03-05.log terraform-providers.openstack 0 -> 1 attrpath: terraform-providers.openstack Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.openstack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flake8-polyfill, using log file: /var/log/nixpkgs-update/python311Packages.flake8-polyfill/2024-03-05.log python311Packages.flake8-polyfill 0 -> 1 attrpath: python311Packages.flake8-polyfill Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g3xcy07fvpmx263nygf6dc7ihkgfadi7-packages.json.drv building '/nix/store/g3xcy07fvpmx263nygf6dc7ihkgfadi7-packages.json.drv'... Going to be running update for following packages: - python3.11-flake8-polyfill-1.0.2 Press Enter key to continue... Running update for: - python3.11-flake8-polyfill-1.0.2: UPDATING ... - python3.11-flake8-polyfill-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flake8-polyfill 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.mate-panel, using log file: /var/log/nixpkgs-update/mate.mate-panel/2024-03-05.log mate.mate-panel 0 -> 1 attrpath: mate.mate-panel mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-panel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lightlocker, using log file: /var/log/nixpkgs-update/lightlocker/2024-03-05.log lightlocker 0 -> 1 attrpath: lightlocker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v31mxdfcah1lc6dr56capbadclxgyk0j-packages.json.drv building '/nix/store/v31mxdfcah1lc6dr56capbadclxgyk0j-packages.json.drv'... Going to be running update for following packages: - light-locker-1.9.0 Press Enter key to continue... Running update for: - light-locker-1.9.0: UPDATING ... - light-locker-1.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lightlocker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.qrqc, using log file: /var/log/nixpkgs-update/rPackages.qrqc/2024-03-05.log rPackages.qrqc 1.52.0 -> 1.56.0 https://repology.org/project/r:qrqc/versions attrpath: rPackages.qrqc Checking auto update branch... No auto update branch exists Old version 1.52.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.qrqc 1.52.0 -> 1.56.0 https://repology.org/project/r:qrqc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.percol, using log file: /var/log/nixpkgs-update/python311Packages.percol/2024-03-05.log python311Packages.percol 0 -> 1 attrpath: python311Packages.percol Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iyzb4fcnlwgp2cm68345gjzqdyj94v1a-packages.json.drv building '/nix/store/iyzb4fcnlwgp2cm68345gjzqdyj94v1a-packages.json.drv'... Going to be running update for following packages: - python3.11-percol-unstable-2019-07-24 Press Enter key to continue... Running update for: - python3.11-percol-unstable-2019-07-24: UPDATING ... - python3.11-percol-unstable-2019-07-24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.percol 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.atom, using log file: /var/log/nixpkgs-update/python311Packages.atom/2024-03-05.log python311Packages.atom 0 -> 1 attrpath: python311Packages.atom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zih66iqn1b6dcfabnnm9r3yni0aki87s-packages.json.drv building '/nix/store/zih66iqn1b6dcfabnnm9r3yni0aki87s-packages.json.drv'... Going to be running update for following packages: - python3.11-atom-0.10.4 Press Enter key to continue... Running update for: - python3.11-atom-0.10.4: UPDATING ... - python3.11-atom-0.10.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.atom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath photoprism, using log file: /var/log/nixpkgs-update/photoprism/2024-03-05.log photoprism 231128-f48ff16ef -> 231128 https://repology.org/project/photoprism/versions attrpath: photoprism Checking auto update branch... No auto update branch exists 231128 is not newer than 231128-f48ff16ef according to Nix; versionComparison: -1 [result] Failed to update photoprism 231128-f48ff16ef -> 231128 https://repology.org/project/photoprism/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luigi, using log file: /var/log/nixpkgs-update/luigi/2024-03-05.log luigi 0 -> 1 attrpath: luigi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q22qzi5kchwjqc1jx49fapzbckggswb1-packages.json.drv building '/nix/store/q22qzi5kchwjqc1jx49fapzbckggswb1-packages.json.drv'... Going to be running update for following packages: - luigi-3.5.0 Press Enter key to continue... Running update for: - luigi-3.5.0: UPDATING ... - luigi-3.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update luigi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iniconfig, using log file: /var/log/nixpkgs-update/python311Packages.iniconfig/2024-03-05.log python311Packages.iniconfig 0 -> 1 attrpath: python311Packages.iniconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s0dwcvkwlfcsl5xfr2463xr14fdhkkmy-packages.json.drv building '/nix/store/s0dwcvkwlfcsl5xfr2463xr14fdhkkmy-packages.json.drv'... Going to be running update for following packages: - python3.11-iniconfig-2.0.0 Press Enter key to continue... Running update for: - python3.11-iniconfig-2.0.0: UPDATING ... - python3.11-iniconfig-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iniconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.notion-client, using log file: /var/log/nixpkgs-update/python311Packages.notion-client/2024-03-05.log python311Packages.notion-client 0 -> 1 attrpath: python311Packages.notion-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gi5gc0cjqg1f524ws9abydp95z3flqs7-packages.json.drv building '/nix/store/gi5gc0cjqg1f524ws9abydp95z3flqs7-packages.json.drv'... Going to be running update for following packages: - python3.11-notion-client-2.1.0 Press Enter key to continue... Running update for: - python3.11-notion-client-2.1.0: UPDATING ... - python3.11-notion-client-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/notion-client/default.nix b/pkgs/development/python-modules/notion-client/default.nix index 0e24bb60ad48..1f9f5f1d65e9 100644 --- a/pkgs/development/python-modules/notion-client/default.nix +++ b/pkgs/development/python-modules/notion-client/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "notion-client"; - version = "2.1.0"; + version = "2.2.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "ramnes"; repo = "notion-sdk-py"; rev = "refs/tags/${version}"; - hash = "sha256-u10iPSbFPv9RewEYru3V6MpwhhySzmnymmv4CsefGC8="; + hash = "sha256-IEWFrdqrawFbuwA8bUewanmBoGWsjHJ7ucgvHQEaMcA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.notion-client nix build failed. if not isinstance(exc, from_exc): continue # We want to map to the most specific exception we can find. # Eg if `exc` is an `httpcore.ReadTimeout`, we want to map to # `httpx.ReadTimeout`, not just `httpx.TimeoutException`. if mapped_exc is None or issubclass(to_exc, mapped_exc): mapped_exc = to_exc if mapped_exc is None: # pragma: no cover raise message = str(exc) > raise mapped_exc(message) from exc E httpx.ConnectError: [Errno -3] Temporary failure in name resolution /nix/store/svsc5aqf098z5fx4wpaghlvmi52d55xz-python3.11-httpx-0.26.0/lib/python3.11/site-packages/httpx/_transports/default.py:84: ConnectError =============================== warnings summary =============================== tests/test_helpers.py:71 /build/source/tests/test_helpers.py:71: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.timeout(90) tests/test_helpers.py:126 /build/source/tests/test_helpers.py:126: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.timeout(90) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_errors.py::test_api_http_response_error - httpx.ConnectError: [Errno -3] Temporary failure in name resolution ============= 1 failed, 48 passed, 2 warnings in 81.59s (0:01:21) ============== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.notion-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath buildbot, using log file: /var/log/nixpkgs-update/buildbot/2024-03-05.log buildbot 0 -> 1 attrpath: buildbot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1kp0laxm12qnixv3lvbw2ywpsijvqr6i-packages.json.drv building '/nix/store/1kp0laxm12qnixv3lvbw2ywpsijvqr6i-packages.json.drv'... Going to be running update for following packages: - buildbot-3.11.0 Press Enter key to continue... Running update for: - buildbot-3.11.0: UPDATING ... - buildbot-3.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/continuous-integration/buildbot/master.nix b/pkgs/development/tools/continuous-integration/buildbot/master.nix index d2554713109c..98626ed36bf4 100644 --- a/pkgs/development/tools/continuous-integration/buildbot/master.nix +++ b/pkgs/development/tools/continuous-integration/buildbot/master.nix @@ -70,14 +70,14 @@ let package = buildPythonApplication rec { pname = "buildbot"; - version = "3.11.0"; + version = "3.11.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-0TW14K0Cp3Ylk+JDNV9x7a8Ul7EC5FTTVvSGccXv6JU="; + hash = "sha256-ruYW1sVoGvFMi+NS+xiNsn0Iq2RmKlax4bxHgYrj6ZY="; }; propagatedBuildInputs = [ diff --git a/pkgs/development/tools/continuous-integration/buildbot/pkg.nix b/pkgs/development/tools/continuous-integration/buildbot/pkg.nix index 80c417066428..4ccdb66d7b11 100644 --- a/pkgs/development/tools/continuous-integration/buildbot/pkg.nix +++ b/pkgs/development/tools/continuous-integration/buildbot/pkg.nix @@ -6,7 +6,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-ImXiBIFSj0of2SFX01sXB5BI4TYA2IAGmfPofC8ERZQ="; + hash = "sha256-cfPsNnR0gEgz1y/GNR6faixk2HyuHaRh1E9nGHjCb58="; }; postPatch = '' diff --git a/pkgs/development/tools/continuous-integration/buildbot/plugins.nix b/pkgs/development/tools/continuous-integration/buildbot/plugins.nix index 4d2253c54d61..e01591068054 100644 --- a/pkgs/development/tools/continuous-integration/buildbot/plugins.nix +++ b/pkgs/development/tools/continuous-integration/buildbot/plugins.nix @@ -8,7 +8,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-bu22WXJ2yBGe89GL3RBxkUN/yPu2GEYURk6C+2LIpns="; + hash = "sha256-5q4N76XHUhvc2lIqup0dYwrEdI5bR/96N7m2rhvPJh4="; }; # Remove unnecessary circular dependency on buildbot @@ -35,7 +35,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-WDtw4wSAPsmIRcoZS1PIRzQR4OJnHVyc19Q7MnU5VSs="; + hash = "sha256-kjow5WksdBzeo8nwXk5Djm/4tym8XvMo+VgiqSSAyKk="; }; # Remove unnecessary circular dependency on buildbot @@ -62,7 +62,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-HGlKu9ptej35GJYBBWted/YtsH/uigckAoFAjYTh3gY="; + hash = "sha256-IrXDwO0YSpiZfw6B/lorEQdbAIZ5qCja75L/PFRmJms="; }; buildInputs = [ buildbot-pkg ]; @@ -84,7 +84,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-oFbR4NvI/6oPXY8TospkHS1j/5KzXd1fguazFtDPIko="; + hash = "sha256-ZkUsAN56OEI/SphQydv4HkVV6Eobd0pd+UbXa23mBfQ="; }; buildInputs = [ buildbot-pkg ]; @@ -106,7 +106,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-O4scYAKpoEOXsPIodkKUrfwCGNYHlOGfvDnguaM12U0="; + hash = "sha256-qL1+bpgxflcRTFPOvDHKdHilio28bbHClqy1Um4Se+o="; }; buildInputs = [ buildbot-pkg ]; @@ -128,7 +128,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-DlYqK32lVdZ8qby/1+JCo6m81/0dsxqiAfWMIZ1OAPQ="; + hash = "sha256-5D0N/5Sf8YNQBKt8GzAk1htdEY/xOmE5Abt5y7P9h34="; }; buildInputs = [ buildbot-pkg ]; @@ -150,7 +150,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-cK+uZU7rG423IT8xvwrpMPiUXfu1oPpGB5onmWNK4fs="; + hash = "sha256-snyJbQZqSIqOk6dTJidSv1VmE/Gn+pblcZs8BpZ+fdA="; }; buildInputs = [ buildbot-pkg ]; @@ -172,7 +172,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-Gbc0T1fsmke1pO/LiXCzQYrjWzYG1WhHZgypLyzhfok="; + hash = "sha256-0Ggm3NQn1ZZfMsMqf1qdCD1+HkJZmM1p+TqOPF0Q9CE="; }; buildInputs = [ buildbot-pkg ]; @@ -194,7 +194,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-eFfOYhKw575VWlwD5dKRnqjSUV6kdPrv3UXBs/3AREo="; + hash = "sha256-rBUrYSeAWrxn5mlXaAAtE58jIZVLs/q69ARY2u6rTsI="; }; buildInputs = [ buildbot-pkg ]; @@ -238,7 +238,7 @@ src = fetchPypi { inherit pname version; - hash = "sha256-FNMspluhQlGgQ4X7gJisakHTTmn/5PtQ+obK26PrXdg="; + hash = "sha256-7t4E7twn4TeJJCE5Vn83UzIRE2Okvcox2us1d8j50Os="; }; buildInputs = [ buildbot-pkg ]; diff --git a/pkgs/development/tools/continuous-integration/buildbot/worker.nix b/pkgs/development/tools/continuous-integration/buildbot/worker.nix index eb613858f463..1b73737e42cb 100644 --- a/pkgs/development/tools/continuous-integration/buildbot/worker.nix +++ b/pkgs/development/tools/continuous-integration/buildbot/worker.nix @@ -28,7 +28,7 @@ buildPythonPackage (rec { src = fetchPypi { inherit pname version; - hash = "sha256-7zpf1Xl5dYPJk8V5PQCx/v+sE9kH23UWM9QbE0fH4tA="; + hash = "sha256-hRsmgP8IiWg5+YCqMVYgZc4ljWwz7YWfAFrmMHx8wBY="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8v2vfsyn717xz35smk37sd55nd7i6102-buildbot-3.11.1" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages failed to build:
  • buildbot-plugins.react-wsgi-dashboards
  • buildbot-plugins.react-wsgi-dashboards.dist
28 packages built:
  • buildbot
  • buildbot-full
  • buildbot-plugins.badges
  • buildbot-plugins.badges.dist
  • buildbot-plugins.buildbot-pkg
  • buildbot-plugins.buildbot-pkg.dist
  • buildbot-plugins.console-view
  • buildbot-plugins.console-view.dist
  • buildbot-plugins.grid-view
  • buildbot-plugins.grid-view.dist
  • buildbot-plugins.react-console-view
  • buildbot-plugins.react-console-view.dist
  • buildbot-plugins.react-grid-view
  • buildbot-plugins.react-grid-view.dist
  • buildbot-plugins.react-waterfall-view
  • buildbot-plugins.react-waterfall-view.dist
  • buildbot-plugins.waterfall-view
  • buildbot-plugins.waterfall-view.dist
  • buildbot-plugins.wsgi-dashboards
  • buildbot-plugins.wsgi-dashboards.dist
  • buildbot-plugins.www
  • buildbot-plugins.www-react
  • buildbot-plugins.www-react.dist
  • buildbot-plugins.www.dist
  • buildbot-ui
  • buildbot-worker
  • buildbot-worker.dist
  • buildbot.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 buildbot is: An open-source continuous integration framework for automating software build, test, and release processes meta.homepage for buildbot is: https://buildbot.net/ meta.changelog for buildbot is: https://github.com/buildbot/buildbot/releases/tag/v3.11.1 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.11.1 with grep in /nix/store/8v2vfsyn717xz35smk37sd55nd7i6102-buildbot-3.11.1 - found 3.11.1 in filename of file in /nix/store/8v2vfsyn717xz35smk37sd55nd7i6102-buildbot-3.11.1 ---
Rebuild report (if merged into master) (click to expand) ``` 16 total rebuild path(s) 16 package rebuild(s) First fifty rebuilds by attrpath buildbot buildbot-full buildbot-plugins.badges buildbot-plugins.buildbot-pkg buildbot-plugins.console-view buildbot-plugins.grid-view buildbot-plugins.react-console-view buildbot-plugins.react-grid-view buildbot-plugins.react-waterfall-view buildbot-plugins.react-wsgi-dashboards buildbot-plugins.waterfall-view buildbot-plugins.wsgi-dashboards buildbot-plugins.www buildbot-plugins.www-react buildbot-ui buildbot-worker ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8v2vfsyn717xz35smk37sd55nd7i6102-buildbot-3.11.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 buildbot https://github.com/r-ryantm/nixpkgs/archive/e66a1bf2a69369733ba9e7caea6a3e85ec6d159c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e66a1bf2a69369733ba9e7caea6a3e85ec6d159c#buildbot ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8v2vfsyn717xz35smk37sd55nd7i6102-buildbot-3.11.1 ls -la /nix/store/8v2vfsyn717xz35smk37sd55nd7i6102-buildbot-3.11.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages failed to build:
  • buildbot-plugins.react-wsgi-dashboards
  • buildbot-plugins.react-wsgi-dashboards.dist
28 packages built:
  • buildbot
  • buildbot-full
  • buildbot-plugins.badges
  • buildbot-plugins.badges.dist
  • buildbot-plugins.buildbot-pkg
  • buildbot-plugins.buildbot-pkg.dist
  • buildbot-plugins.console-view
  • buildbot-plugins.console-view.dist
  • buildbot-plugins.grid-view
  • buildbot-plugins.grid-view.dist
  • buildbot-plugins.react-console-view
  • buildbot-plugins.react-console-view.dist
  • buildbot-plugins.react-grid-view
  • buildbot-plugins.react-grid-view.dist
  • buildbot-plugins.react-waterfall-view
  • buildbot-plugins.react-waterfall-view.dist
  • buildbot-plugins.waterfall-view
  • buildbot-plugins.waterfall-view.dist
  • buildbot-plugins.wsgi-dashboards
  • buildbot-plugins.wsgi-dashboards.dist
  • buildbot-plugins.www
  • buildbot-plugins.www-react
  • buildbot-plugins.www-react.dist
  • buildbot-plugins.www.dist
  • buildbot-ui
  • buildbot-worker
  • buildbot-worker.dist
  • buildbot.dist
--- ###### Maintainer pings cc @lopsided98 @Mic92 @zowoq 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/293531 [result] Success updating buildbot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath charliecloud, using log file: /var/log/nixpkgs-update/charliecloud/2024-03-05.log charliecloud 0.24 -> 0.37 https://github.com/hpc/charliecloud/releases attrpath: charliecloud Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/virtualization/charliecloud/default.nix b/pkgs/applications/virtualization/charliecloud/default.nix index 2889d09183d7..6c7ec2d71993 100644 --- a/pkgs/applications/virtualization/charliecloud/default.nix +++ b/pkgs/applications/virtualization/charliecloud/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { - version = "0.24"; + version = "0.37"; pname = "charliecloud"; src = fetchFromGitHub { owner = "hpc"; repo = "charliecloud"; rev = "v${version}"; - sha256 = "sha256-kdaVlwE3vdCxsmJTOUwx8J+9UcBuXbKDwS2MHX2ZPPM="; + sha256 = "sha256-39+8zdwlhPFLVjAq5SoISY9fNW8mbFfOpxwsE9k6u8s="; }; nativeBuildInputs = [ autoreconfHook makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A charliecloud nix build failed. checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking whether C compiler accepts -std=c99 -Wall -Werror... yes checking for asprintf in libc... yes checking for argp_parse in libc... yes checking for a sed that does not truncate output... /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed checking how to run the C preprocessor... gcc -E checking for egrep -e... /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for shm_open in -lrt... yes checking if in chroot... no checking if user+mount namespaces work... yes checking for unprivileged overlayfs... no checking for tmpfs user xattrs... no checking for gcc options needed to detect all undeclared functions... none needed checking whether FNM_EXTMATCH is declared... yes checking for seccomp filter support... yes checking for mksquashfs... no checking for squashfuse... no checking for pkg-config... no configure: error: need pkg-config to find libfuse3; try --with-libsquashfuse=no or see issue #1844 [result] Failed to update charliecloud 0.24 -> 0.37 https://github.com/hpc/charliecloud/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qogir-kde, using log file: /var/log/nixpkgs-update/qogir-kde/2024-03-05.log qogir-kde 0 -> 1 attrpath: qogir-kde Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/q63y3kdhg2kcw6wn5z6icz103xcg602j-packages.json.drv building '/nix/store/q63y3kdhg2kcw6wn5z6icz103xcg602j-packages.json.drv'... Going to be running update for following packages: - qogir-kde-unstable-2023-10-20 Press Enter key to continue... Running update for: - qogir-kde-unstable-2023-10-20: UPDATING ... - qogir-kde-unstable-2023-10-20: ERROR --- SHOWING ERROR LOG FOR qogir-kde-unstable-2023-10-20 ---------------------- + 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=qogir-kde-unstable-2023-10-20 + [[ -n '' ]] + pname=qogir-kde + [[ -n '' ]] + version=unstable-2023-10-20 + [[ -n '' ]] + attr_path=qogir-kde + echo '# qogir-kde-unstable-2023-10-20' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=qogir-kde --attr-path=qogir-kde --file="update-git-commits.txt"' + tags= + '[' -n '' ']' ++ echo '' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR qogir-kde-unstable-2023-10-20 ---------------------- The update script for qogir-kde-unstable-2023-10-20 failed with exit code 1 [result] Failed to update qogir-kde 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twilio, using log file: /var/log/nixpkgs-update/python311Packages.twilio/2024-03-05.log python311Packages.twilio 0 -> 1 attrpath: python311Packages.twilio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p9w3gh6l40qnb05kwy8yndmv5zsfmq5c-packages.json.drv building '/nix/store/p9w3gh6l40qnb05kwy8yndmv5zsfmq5c-packages.json.drv'... Going to be running update for following packages: - python3.11-twilio-9.0.0 Press Enter key to continue... Running update for: - python3.11-twilio-9.0.0: UPDATING ... - python3.11-twilio-9.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.twilio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opentimestamps-client, using log file: /var/log/nixpkgs-update/opentimestamps-client/2024-03-05.log opentimestamps-client 0 -> 1 attrpath: opentimestamps-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v11c0hhix2kn66ygkjlq5m2fwid4hsvh-packages.json.drv building '/nix/store/v11c0hhix2kn66ygkjlq5m2fwid4hsvh-packages.json.drv'... Going to be running update for following packages: - opentimestamps-client-0.7.1 Press Enter key to continue... Running update for: - opentimestamps-client-0.7.1: UPDATING ... - opentimestamps-client-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update opentimestamps-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 mate.mate-control-center, using log file: /var/log/nixpkgs-update/mate.mate-control-center/2024-03-05.log mate.mate-control-center 0 -> 1 attrpath: mate.mate-control-center mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-control-center 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tubeup, using log file: /var/log/nixpkgs-update/python311Packages.tubeup/2024-03-05.log python311Packages.tubeup 0 -> 1 attrpath: python311Packages.tubeup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yb17rb3wi8kryyhvwxnl7pinxvrjjnv9-packages.json.drv building '/nix/store/yb17rb3wi8kryyhvwxnl7pinxvrjjnv9-packages.json.drv'... Going to be running update for following packages: - python3.11-tubeup-2023.9.19 Press Enter key to continue... Running update for: - python3.11-tubeup-2023.9.19: UPDATING ... - python3.11-tubeup-2023.9.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tubeup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rsamtools, using log file: /var/log/nixpkgs-update/rPackages.Rsamtools/2024-03-05.log rPackages.Rsamtools 2.18.0 -> 2.19.0 https://repology.org/project/r:rsamtools/versions attrpath: rPackages.Rsamtools Checking auto update branch... No auto update branch exists Old version 2.18.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Rsamtools 2.18.0 -> 2.19.0 https://repology.org/project/r:rsamtools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plexwebsocket, using log file: /var/log/nixpkgs-update/python311Packages.plexwebsocket/2024-03-05.log python311Packages.plexwebsocket 0 -> 1 attrpath: python311Packages.plexwebsocket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bf1mm50r1q89p77chsyssj1nhf7dwch7-packages.json.drv building '/nix/store/bf1mm50r1q89p77chsyssj1nhf7dwch7-packages.json.drv'... Going to be running update for following packages: - python3.11-plexwebsocket-0.0.14 Press Enter key to continue... Running update for: - python3.11-plexwebsocket-0.0.14: UPDATING ... - python3.11-plexwebsocket-0.0.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plexwebsocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocm-opencl-icd, using log file: /var/log/nixpkgs-update/rocm-opencl-icd/2024-03-05.log rocm-opencl-icd 0 -> 1 attrpath: rocm-opencl-icd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/fqy0753lczxxfs3pymygn9sq3nbbhrvx-packages.json.drv building '/nix/store/fqy0753lczxxfs3pymygn9sq3nbbhrvx-packages.json.drv'... Going to be running update for following packages: - clr-5.7.1 Press Enter key to continue... Running update for: - clr-5.7.1: UPDATING ... - clr-5.7.1: ERROR --- SHOWING ERROR LOG FOR clr-5.7.1 ---------------------- 'rocmPackages_5.clr' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.clr'. --- SHOWING ERROR LOG FOR clr-5.7.1 ---------------------- The update script for clr-5.7.1 failed with exit code 1 [result] Failed to update rocm-opencl-icd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yq, using log file: /var/log/nixpkgs-update/python311Packages.yq/2024-03-05.log python311Packages.yq 0 -> 1 attrpath: python311Packages.yq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kh3sjfh094f5xz63x8k81f0h7qanwcyr-packages.json.drv building '/nix/store/kh3sjfh094f5xz63x8k81f0h7qanwcyr-packages.json.drv'... Going to be running update for following packages: - python3.11-yq-3.2.3 Press Enter key to continue... Running update for: - python3.11-yq-3.2.3: UPDATING ... - python3.11-yq-3.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.copilot-libraries, using log file: /var/log/nixpkgs-update/haskellPackages.copilot-libraries/2024-03-05.log haskellPackages.copilot-libraries 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot-libraries/versions attrpath: haskellPackages.copilot-libraries Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.copilot-libraries 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot-libraries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.s3-credentials, using log file: /var/log/nixpkgs-update/python311Packages.s3-credentials/2024-03-05.log python311Packages.s3-credentials 0 -> 1 attrpath: python311Packages.s3-credentials Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gb5vbg88nfxg13nx047brpxyi2vjbpb5-packages.json.drv building '/nix/store/gb5vbg88nfxg13nx047brpxyi2vjbpb5-packages.json.drv'... Going to be running update for following packages: - python3.11-s3-credentials-0.15 Press Enter key to continue... Running update for: - python3.11-s3-credentials-0.15: UPDATING ... - python3.11-s3-credentials-0.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.s3-credentials 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xmljson, using log file: /var/log/nixpkgs-update/python311Packages.xmljson/2024-03-05.log python311Packages.xmljson 0 -> 1 attrpath: python311Packages.xmljson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gqlcpwpy73kkvfmn5546kbdw4mhl1vnc-packages.json.drv building '/nix/store/gqlcpwpy73kkvfmn5546kbdw4mhl1vnc-packages.json.drv'... Going to be running update for following packages: - python3.11-xmljson-0.2.1 Press Enter key to continue... Running update for: - python3.11-xmljson-0.2.1: UPDATING ... - python3.11-xmljson-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xmljson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxcontrib-htmlhelp, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-htmlhelp/2024-03-05.log python311Packages.sphinxcontrib-htmlhelp 0 -> 1 attrpath: python311Packages.sphinxcontrib-htmlhelp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ip1c3q5yyj0kbiygjyy1gwh6adbh1qwb-packages.json.drv building '/nix/store/ip1c3q5yyj0kbiygjyy1gwh6adbh1qwb-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-htmlhelp-2.0.4 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-htmlhelp-2.0.4: UPDATING ... - python3.11-sphinxcontrib-htmlhelp-2.0.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix index 5a6b90fd3454..c49e3c49da31 100644 --- a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "sphinxcontrib-htmlhelp"; - version = "2.0.4"; + version = "2.0.5"; pyproject = true; disabled = pythonOlder "3.9"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "sphinxcontrib_htmlhelp"; inherit version; - hash = "sha256-bCahGKBbdgAHOEKbckoFaNveW3I5GmiFd9oI8RiRCSo="; + hash = "sha256-Dch2N9XeU91e7DpqAXU7HM+ZSUvXVqr+zXS0+p5ykBU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 39965 > 25 [result] Failed to update python311Packages.sphinxcontrib-htmlhelp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stripe, using log file: /var/log/nixpkgs-update/python311Packages.stripe/2024-03-05.log python311Packages.stripe 0 -> 1 attrpath: python311Packages.stripe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zhka77smgz7a68vq4f818l4calrzad4w-packages.json.drv building '/nix/store/zhka77smgz7a68vq4f818l4calrzad4w-packages.json.drv'... Going to be running update for following packages: - python3.11-stripe-7.11.0 Press Enter key to continue... Running update for: - python3.11-stripe-7.11.0: UPDATING ... - python3.11-stripe-7.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/stripe/default.nix b/pkgs/development/python-modules/stripe/default.nix index 6fb53df48063..60a52ccd0c74 100644 --- a/pkgs/development/python-modules/stripe/default.nix +++ b/pkgs/development/python-modules/stripe/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "stripe"; - version = "7.11.0"; + version = "8.5.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-vf8IJ/jZNopMXoOIdv+dwdXhYVsFrJirRQyB6589MDU="; + hash = "sha256-S6Df2qN9IFFVEdqGiRIGTWiXnVmierCwdAAtDJWOkRc="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.stripe: 7.11.0 -> 8.5.0`. New version is 8.5.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.stripe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.contractor, using log file: /var/log/nixpkgs-update/pantheon.contractor/2024-03-05.log pantheon.contractor 0 -> 1 attrpath: pantheon.contractor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/shwd9f8srd0r0bz2v2imyvcaq9zl5pj0-packages.json.drv building '/nix/store/shwd9f8srd0r0bz2v2imyvcaq9zl5pj0-packages.json.drv'... Going to be running update for following packages: - contractor-0.3.5 Press Enter key to continue... Running update for: - contractor-0.3.5: UPDATING ... - contractor-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.contractor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.mailgun, using log file: /var/log/nixpkgs-update/terraform-providers.mailgun/2024-03-05.log terraform-providers.mailgun 0 -> 1 attrpath: terraform-providers.mailgun Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.mailgun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ultraheat-api, using log file: /var/log/nixpkgs-update/python311Packages.ultraheat-api/2024-03-05.log python311Packages.ultraheat-api 0 -> 1 attrpath: python311Packages.ultraheat-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/0q2k9ir0nv43dqkw0v7axy6xbh2cyi4b-packages.json.drv building '/nix/store/0q2k9ir0nv43dqkw0v7axy6xbh2cyi4b-packages.json.drv'... Going to be running update for following packages: - python3.11-ultraheat-api-0.5.7 Press Enter key to continue... Running update for: - python3.11-ultraheat-api-0.5.7: UPDATING ... - python3.11-ultraheat-api-0.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ultraheat-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 coq_8_8, using log file: /var/log/nixpkgs-update/coq_8_8/2024-03-05.log coq_8_8 8.8.2 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_8 Checking auto update branch... No auto update branch exists Version in attr path coq_8_8 not compatible with 8.19.1 [result] Failed to update coq_8_8 8.8.2 -> 8.19.1 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath celestia, using log file: /var/log/nixpkgs-update/celestia/2024-03-05.log celestia 1.6.4 -> 1.7.0~202305157cf93d9 https://repology.org/project/celestia/versions attrpath: celestia Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/gsz7zzmp2r86n25bgw7v1i616sz659pa-source.drv building '/nix/store/gsz7zzmp2r86n25bgw7v1i616sz659pa-source.drv'... trying https://github.com/CelestiaProject/Celestia/archive/1.7.0~202305157cf93d9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'celestia.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/gsz7zzmp2r86n25bgw7v1i616sz659pa-source.drv /nix/store/33hs0xw7n2ynzgv8pfl9019zxh3qz2bn-celestia-1.7.0-202305157cf93d9.drv this path will be fetched (0.25 MiB download, 2.34 MiB unpacked): /nix/store/dvfdvqz0p4a02fvx1g1z027fmj8kmbih-gtkglext-unstable-2019-12-19 copying path '/nix/store/dvfdvqz0p4a02fvx1g1z027fmj8kmbih-gtkglext-unstable-2019-12-19' from 'https://cache.nixos.org'... building '/nix/store/gsz7zzmp2r86n25bgw7v1i616sz659pa-source.drv'... trying https://github.com/CelestiaProject/Celestia/archive/1.7.0~202305157cf93d9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/gsz7zzmp2r86n25bgw7v1i616sz659pa-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/CelestiaProject/Celestia/archive/1.7.0~202305157cf93d9.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/gsz7zzmp2r86n25bgw7v1i616sz659pa-source.drv'. error: 1 dependencies of derivation '/nix/store/33hs0xw7n2ynzgv8pfl9019zxh3qz2bn-celestia-1.7.0-202305157cf93d9.drv' failed to build [result] Failed to update celestia 1.6.4 -> 1.7.0~202305157cf93d9 https://repology.org/project/celestia/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-httpauth, using log file: /var/log/nixpkgs-update/python311Packages.flask-httpauth/2024-03-05.log python311Packages.flask-httpauth 0 -> 1 attrpath: python311Packages.flask-httpauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j57ykjhcgnzzbr2f1gaa7s5vsd2s95ih-packages.json.drv building '/nix/store/j57ykjhcgnzzbr2f1gaa7s5vsd2s95ih-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-httpauth-4.8.0 Press Enter key to continue... Running update for: - python3.11-flask-httpauth-4.8.0: UPDATING ... - python3.11-flask-httpauth-4.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-httpauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.click-threading, using log file: /var/log/nixpkgs-update/python311Packages.click-threading/2024-03-05.log python311Packages.click-threading 0 -> 1 attrpath: python311Packages.click-threading Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w2j3viyff0y83y5i5h7ldp08172aiv28-packages.json.drv building '/nix/store/w2j3viyff0y83y5i5h7ldp08172aiv28-packages.json.drv'... Going to be running update for following packages: - python3.11-click-threading-0.5.0 Press Enter key to continue... Running update for: - python3.11-click-threading-0.5.0: UPDATING ... - python3.11-click-threading-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-threading 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdf2image, using log file: /var/log/nixpkgs-update/python311Packages.pdf2image/2024-03-05.log python311Packages.pdf2image 0 -> 1 attrpath: python311Packages.pdf2image Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rcccqniid43k9nfsfk3rglyiqp1brj2p-packages.json.drv building '/nix/store/rcccqniid43k9nfsfk3rglyiqp1brj2p-packages.json.drv'... Going to be running update for following packages: - python3.11-pdf2image-1.17.0 Press Enter key to continue... Running update for: - python3.11-pdf2image-1.17.0: UPDATING ... - python3.11-pdf2image-1.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdf2image 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jwt, using log file: /var/log/nixpkgs-update/python311Packages.jwt/2024-03-05.log python311Packages.jwt 0 -> 1 attrpath: python311Packages.jwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fn3myz84p6dimdq4bpdgdd65z851na1a-packages.json.drv building '/nix/store/fn3myz84p6dimdq4bpdgdd65z851na1a-packages.json.drv'... Going to be running update for following packages: - python3.11-jwt-1.3.1 Press Enter key to continue... Running update for: - python3.11-jwt-1.3.1: UPDATING ... - python3.11-jwt-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jwt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openpaperwork-gtk, using log file: /var/log/nixpkgs-update/python311Packages.openpaperwork-gtk/2024-03-05.log python311Packages.openpaperwork-gtk 0 -> 1 attrpath: python311Packages.openpaperwork-gtk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4y37szsc2y56s6gsk1f3v3c703gr8pp4-packages.json.drv building '/nix/store/4y37szsc2y56s6gsk1f3v3c703gr8pp4-packages.json.drv'... Going to be running update for following packages: - python3.11-openpaperwork-gtk-2.2.2 Press Enter key to continue... Running update for: - python3.11-openpaperwork-gtk-2.2.2: UPDATING ... - python3.11-openpaperwork-gtk-2.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openpaperwork-gtk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wavinsentio, using log file: /var/log/nixpkgs-update/python311Packages.wavinsentio/2024-03-05.log python311Packages.wavinsentio 0 -> 1 attrpath: python311Packages.wavinsentio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iswqyq4hw28zvp9b3yjlyfvf24sn3fvv-packages.json.drv building '/nix/store/iswqyq4hw28zvp9b3yjlyfvf24sn3fvv-packages.json.drv'... Going to be running update for following packages: - python3.11-wavinsentio-0.4.1 Press Enter key to continue... Running update for: - python3.11-wavinsentio-0.4.1: UPDATING ... - python3.11-wavinsentio-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wavinsentio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.apcu, using log file: /var/log/nixpkgs-update/php81Extensions.apcu/2024-03-05.log php81Extensions.apcu 0 -> 1 attrpath: php81Extensions.apcu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zlns44zbknbvdlnwnm29j144mbpkxgq8-packages.json.drv building '/nix/store/zlns44zbknbvdlnwnm29j144mbpkxgq8-packages.json.drv'... Going to be running update for following packages: - php-apcu-5.1.23 Press Enter key to continue... Running update for: - php-apcu-5.1.23: UPDATING ... - php-apcu-5.1.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.apcu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath k3sup, using log file: /var/log/nixpkgs-update/k3sup/2024-03-05.log k3sup 0.13.0 -> 0.13.5 https://github.com/alexellis/k3sup/releases attrpath: k3sup Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'k3sup.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hs36nh1365jmrwsla11b96fljkz45mjc-k3sup-0.13.5-go-modules.drv /nix/store/7yrwxnk14l9bcagj2jd8qyl2qriv78jm-k3sup-0.13.5.drv building '/nix/store/hs36nh1365jmrwsla11b96fljkz45mjc-k3sup-0.13.5-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/l7k23psa1waginfp8c9m0w8q2khihwvl-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase vendor folder exists, please set 'vendorHash = null;' in your expression error: builder for '/nix/store/hs36nh1365jmrwsla11b96fljkz45mjc-k3sup-0.13.5-go-modules.drv' failed with exit code 10; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/l7k23psa1waginfp8c9m0w8q2khihwvl-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > vendor folder exists, please set 'vendorHash = null;' in your expression For full logs, run 'nix log /nix/store/hs36nh1365jmrwsla11b96fljkz45mjc-k3sup-0.13.5-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/7yrwxnk14l9bcagj2jd8qyl2qriv78jm-k3sup-0.13.5.drv' failed to build [result] Failed to update k3sup 0.13.0 -> 0.13.5 https://github.com/alexellis/k3sup/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.usbrelay-py, using log file: /var/log/nixpkgs-update/python311Packages.usbrelay-py/2024-03-05.log python311Packages.usbrelay-py 0 -> 1 attrpath: python311Packages.usbrelay-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j4lvczgrgrkl3fa1glqx791rfb020z3p-packages.json.drv building '/nix/store/j4lvczgrgrkl3fa1glqx791rfb020z3p-packages.json.drv'... Going to be running update for following packages: - python3.11-usbrelay_py-1.2.1 Press Enter key to continue... Running update for: - python3.11-usbrelay_py-1.2.1: UPDATING ... - python3.11-usbrelay_py-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.usbrelay-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysignalclirestapi, using log file: /var/log/nixpkgs-update/python311Packages.pysignalclirestapi/2024-03-05.log python311Packages.pysignalclirestapi 0 -> 1 attrpath: python311Packages.pysignalclirestapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ci7dvxayz43y1d5mk60wvnwa7d8d8yjs-packages.json.drv building '/nix/store/ci7dvxayz43y1d5mk60wvnwa7d8d8yjs-packages.json.drv'... Going to be running update for following packages: - python3.11-pysignalclirestapi-0.3.23 Press Enter key to continue... Running update for: - python3.11-pysignalclirestapi-0.3.23: UPDATING ... - python3.11-pysignalclirestapi-0.3.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysignalclirestapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vtjp, using log file: /var/log/nixpkgs-update/python311Packages.vtjp/2024-03-05.log python311Packages.vtjp 0 -> 1 attrpath: python311Packages.vtjp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5pyiaqchi5cdd404qivih8yxd7i4pcb7-packages.json.drv building '/nix/store/5pyiaqchi5cdd404qivih8yxd7i4pcb7-packages.json.drv'... Going to be running update for following packages: - python3.11-vtjp-0.2.1 Press Enter key to continue... Running update for: - python3.11-vtjp-0.2.1: UPDATING ... - python3.11-vtjp-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vtjp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dbstats, using log file: /var/log/nixpkgs-update/rPackages.dbstats/2024-03-05.log rPackages.dbstats 2.0.1 -> 2.0.2 https://repology.org/project/r:dbstats/versions attrpath: rPackages.dbstats Checking auto update branch... No auto update branch exists Old version 2.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.dbstats 2.0.1 -> 2.0.2 https://repology.org/project/r:dbstats/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.snvecR, using log file: /var/log/nixpkgs-update/rPackages.snvecR/2024-03-05.log rPackages.snvecR 3.7.7 -> 3.9.1 https://repology.org/project/r:snvecr/versions attrpath: rPackages.snvecR Checking auto update branch... No auto update branch exists Old version 3.7.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.snvecR 3.7.7 -> 3.9.1 https://repology.org/project/r:snvecr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bootUR, using log file: /var/log/nixpkgs-update/rPackages.bootUR/2024-03-05.log rPackages.bootUR 1.0.2 -> 1.0.3 https://repology.org/project/r:bootur/versions attrpath: rPackages.bootUR Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bootUR 1.0.2 -> 1.0.3 https://repology.org/project/r:bootur/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.proxirr, using log file: /var/log/nixpkgs-update/rPackages.proxirr/2024-03-05.log rPackages.proxirr 0.2 -> 0.4 https://repology.org/project/r:proxirr/versions attrpath: rPackages.proxirr 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.proxirr 0.2 -> 0.4 https://repology.org/project/r:proxirr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tablesgg, using log file: /var/log/nixpkgs-update/rPackages.tablesgg/2024-03-05.log rPackages.tablesgg 0.8-1 -> 0.9-1 https://repology.org/project/r:tablesgg/versions attrpath: rPackages.tablesgg 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.tablesgg 0.8-1 -> 0.9-1 https://repology.org/project/r:tablesgg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.phm, using log file: /var/log/nixpkgs-update/rPackages.phm/2024-03-05.log rPackages.phm 1.1.0 -> 1.1.2 https://repology.org/project/r:phm/versions attrpath: rPackages.phm Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.phm 1.1.0 -> 1.1.2 https://repology.org/project/r:phm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-btrfs, using log file: /var/log/nixpkgs-update/python311Packages.dissect-btrfs/2024-03-05.log python311Packages.dissect-btrfs 0 -> 1 attrpath: python311Packages.dissect-btrfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7lwwvc6l817sikd55yv6bp3wz796badn-packages.json.drv building '/nix/store/7lwwvc6l817sikd55yv6bp3wz796badn-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-btrfs-1.1 Press Enter key to continue... Running update for: - python3.11-dissect-btrfs-1.1: UPDATING ... - python3.11-dissect-btrfs-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-btrfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpng, using log file: /var/log/nixpkgs-update/libpng/2024-03-05.log libpng 1.6.40 -> 1.6.43 https://repology.org/project/libpng/versions attrpath: libpng 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 libpng 1.6.40 -> 1.6.43 https://repology.org/project/libpng/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ClimProjDiags, using log file: /var/log/nixpkgs-update/rPackages.ClimProjDiags/2024-03-05.log rPackages.ClimProjDiags 0.3.2 -> 0.3.3 https://repology.org/project/r:climprojdiags/versions attrpath: rPackages.ClimProjDiags Checking auto update branch... No auto update branch exists Old version 0.3.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ClimProjDiags 0.3.2 -> 0.3.3 https://repology.org/project/r:climprojdiags/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mapsf, using log file: /var/log/nixpkgs-update/rPackages.mapsf/2024-03-05.log rPackages.mapsf 0.8.0 -> 0.9.0 https://repology.org/project/r:mapsf/versions attrpath: rPackages.mapsf Checking auto update branch... No auto update branch exists Old version 0.8.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mapsf 0.8.0 -> 0.9.0 https://repology.org/project/r:mapsf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fritools, using log file: /var/log/nixpkgs-update/rPackages.fritools/2024-03-05.log rPackages.fritools 4.2.0 -> 4.3.0 https://repology.org/project/r:fritools/versions attrpath: rPackages.fritools Checking auto update branch... No auto update branch exists Old version 4.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fritools 4.2.0 -> 4.3.0 https://repology.org/project/r:fritools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.doubletrouble, using log file: /var/log/nixpkgs-update/rPackages.doubletrouble/2024-03-05.log rPackages.doubletrouble 1.2.1 -> 1.2.5 https://repology.org/project/r:doubletrouble/versions attrpath: rPackages.doubletrouble Checking auto update branch... No auto update branch exists Old version 1.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.doubletrouble 1.2.1 -> 1.2.5 https://repology.org/project/r:doubletrouble/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rJava, using log file: /var/log/nixpkgs-update/rPackages.rJava/2024-03-05.log rPackages.rJava 1.0-10 -> 1.0.11 https://repology.org/project/r:rjava/versions attrpath: rPackages.rJava Checking auto update branch... No auto update branch exists Old version 1.0-10" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rJava 1.0-10 -> 1.0.11 https://repology.org/project/r:rjava/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spirit, using log file: /var/log/nixpkgs-update/spirit/2024-03-05.log spirit 0-unstable-2024-01-11 -> 1.3 https://repology.org/project/spirit/versions attrpath: spirit Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Hashes equal; no update necessary [result] Failed to update spirit 0-unstable-2024-01-11 -> 1.3 https://repology.org/project/spirit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rScudo, using log file: /var/log/nixpkgs-update/rPackages.rScudo/2024-03-05.log rPackages.rScudo 1.18.0 -> 1.18.1 https://repology.org/project/r:rscudo/versions attrpath: rPackages.rScudo Checking auto update branch... No auto update branch exists Old version 1.18.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rScudo 1.18.0 -> 1.18.1 https://repology.org/project/r:rscudo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.HIBAG, using log file: /var/log/nixpkgs-update/rPackages.HIBAG/2024-03-05.log rPackages.HIBAG 1.38.1 -> 1.38.2 https://repology.org/project/r:hibag/versions attrpath: rPackages.HIBAG Checking auto update branch... No auto update branch exists Old version 1.38.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.HIBAG 1.38.1 -> 1.38.2 https://repology.org/project/r:hibag/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cmsafvis, using log file: /var/log/nixpkgs-update/rPackages.cmsafvis/2024-03-05.log rPackages.cmsafvis 1.2.2 -> 1.2.3 https://repology.org/project/r:cmsafvis/versions attrpath: rPackages.cmsafvis Checking auto update branch... No auto update branch exists Old version 1.2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cmsafvis 1.2.2 -> 1.2.3 https://repology.org/project/r:cmsafvis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zopfli, using log file: /var/log/nixpkgs-update/python311Packages.zopfli/2024-03-05.log python311Packages.zopfli 0 -> 1 attrpath: python311Packages.zopfli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nwc5mpan5qadifm2gggwb17x49sh9z2r-packages.json.drv building '/nix/store/nwc5mpan5qadifm2gggwb17x49sh9z2r-packages.json.drv'... Going to be running update for following packages: - python3.11-zopfli-0.2.3 Press Enter key to continue... Running update for: - python3.11-zopfli-0.2.3: UPDATING ... - python3.11-zopfli-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zopfli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath screenkey, using log file: /var/log/nixpkgs-update/screenkey/2024-03-05.log screenkey 0 -> 1 attrpath: screenkey Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nv9bm6njqk5nfzyim8yds3fpvlp1w6s9-packages.json.drv building '/nix/store/nv9bm6njqk5nfzyim8yds3fpvlp1w6s9-packages.json.drv'... Going to be running update for following packages: - screenkey-1.5 Press Enter key to continue... Running update for: - screenkey-1.5: UPDATING ... - screenkey-1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update screenkey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mill-local, using log file: /var/log/nixpkgs-update/python311Packages.mill-local/2024-03-05.log python311Packages.mill-local 0 -> 1 attrpath: python311Packages.mill-local Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/62q0id9xs0cg62p4hmqn9bqrwgz7vcc3-packages.json.drv building '/nix/store/62q0id9xs0cg62p4hmqn9bqrwgz7vcc3-packages.json.drv'... Going to be running update for following packages: - python3.11-mill-local-0.3.0 Press Enter key to continue... Running update for: - python3.11-mill-local-0.3.0: UPDATING ... - python3.11-mill-local-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mill-local 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydocumentdb, using log file: /var/log/nixpkgs-update/python311Packages.pydocumentdb/2024-03-05.log python311Packages.pydocumentdb 0 -> 1 attrpath: python311Packages.pydocumentdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cakhnbd8ghbsary658icv32v99rl1yv4-packages.json.drv building '/nix/store/cakhnbd8ghbsary658icv32v99rl1yv4-packages.json.drv'... Going to be running update for following packages: - python3.11-pydocumentdb-2.3.5 Press Enter key to continue... Running update for: - python3.11-pydocumentdb-2.3.5: UPDATING ... - python3.11-pydocumentdb-2.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydocumentdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.methylSig, using log file: /var/log/nixpkgs-update/rPackages.methylSig/2024-03-05.log rPackages.methylSig 1.12.0 -> 1.14.0 https://repology.org/project/r:methylsig/versions attrpath: rPackages.methylSig Checking auto update branch... No auto update branch exists Old version 1.12.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.methylSig 1.12.0 -> 1.14.0 https://repology.org/project/r:methylsig/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hiredis, using log file: /var/log/nixpkgs-update/python311Packages.hiredis/2024-03-05.log python311Packages.hiredis 0 -> 1 attrpath: python311Packages.hiredis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/4bgz2ghj21h7gz4rs9xm22w0z9wnfpwc-packages.json.drv building '/nix/store/4bgz2ghj21h7gz4rs9xm22w0z9wnfpwc-packages.json.drv'... Going to be running update for following packages: - python3.11-hiredis-2.3.0 Press Enter key to continue... Running update for: - python3.11-hiredis-2.3.0: UPDATING ... - python3.11-hiredis-2.3.0: ERROR --- SHOWING ERROR LOG FOR python3.11-hiredis-2.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/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-hiredis-2.3.0 ---------------------- The update script for python3.11-hiredis-2.3.0 failed with exit code 1 [result] Failed to update python311Packages.hiredis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgbadger, using log file: /var/log/nixpkgs-update/pgbadger/2024-03-05.log pgbadger 12.2 -> 12.4 https://github.com/darold/pgbadger/releases attrpath: pgbadger Checking auto update branch... No auto update branch exists Derivation contains buildPerlPackage [result] Failed to update pgbadger 12.2 -> 12.4 https://github.com/darold/pgbadger/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath l-smash, using log file: /var/log/nixpkgs-update/l-smash/2024-03-05.log l-smash 2.14.5 -> 2.18.0 https://repology.org/project/l-smash/versions attrpath: l-smash Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/l3r7igja27w2c621wq6bk1hdkv50n263-source.drv building '/nix/store/l3r7igja27w2c621wq6bk1hdkv50n263-source.drv'... trying https://github.com/l-smash/l-smash/archive/v2.18.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'l-smash.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/l3r7igja27w2c621wq6bk1hdkv50n263-source.drv /nix/store/8ws77dfqxdrzvwbzkl86a61hbdzhzn9p-l-smash-2.18.0.drv building '/nix/store/l3r7igja27w2c621wq6bk1hdkv50n263-source.drv'... trying https://github.com/l-smash/l-smash/archive/v2.18.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/l3r7igja27w2c621wq6bk1hdkv50n263-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/l-smash/l-smash/archive/v2.18.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/l3r7igja27w2c621wq6bk1hdkv50n263-source.drv'. error: 1 dependencies of derivation '/nix/store/8ws77dfqxdrzvwbzkl86a61hbdzhzn9p-l-smash-2.18.0.drv' failed to build [result] Failed to update l-smash 2.14.5 -> 2.18.0 https://repology.org/project/l-smash/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.yamlet, using log file: /var/log/nixpkgs-update/rPackages.yamlet/2024-03-05.log rPackages.yamlet 0.10.33 -> 1.0.0 https://repology.org/project/r:yamlet/versions attrpath: rPackages.yamlet Checking auto update branch... No auto update branch exists Old version 0.10.33" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.yamlet 0.10.33 -> 1.0.0 https://repology.org/project/r:yamlet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath azure-functions-core-tools, using log file: /var/log/nixpkgs-update/azure-functions-core-tools/2024-03-05.log azure-functions-core-tools 4.0.5455 -> 4.0.5530 https://github.com/Azure/azure-functions-core-tools/releases attrpath: azure-functions-core-tools Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' does not provide attribute 'packages.x86_64-linux.azure-functions-core-tools.originalSrc', 'legacyPackages.x86_64-linux.azure-functions-core-tools.originalSrc' or 'azure-functions-core-tools.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#azure-functions-core-tools --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/azure-functions-core-tools' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update azure-functions-core-tools 4.0.5455 -> 4.0.5530 https://github.com/Azure/azure-functions-core-tools/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyeight, using log file: /var/log/nixpkgs-update/python311Packages.pyeight/2024-03-05.log python311Packages.pyeight 0 -> 1 attrpath: python311Packages.pyeight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4m4bsf3yjgh62gmck3fyq85vwcap8pj7-packages.json.drv building '/nix/store/4m4bsf3yjgh62gmck3fyq85vwcap8pj7-packages.json.drv'... Going to be running update for following packages: - python3.11-pyeight-0.3.2 Press Enter key to continue... Running update for: - python3.11-pyeight-0.3.2: UPDATING ... - python3.11-pyeight-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyeight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.notedown, using log file: /var/log/nixpkgs-update/python311Packages.notedown/2024-03-05.log python311Packages.notedown 0 -> 1 attrpath: python311Packages.notedown Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhqb30wacxx9zmpmwvmnzmy1a66xnr1b-packages.json.drv building '/nix/store/nhqb30wacxx9zmpmwvmnzmy1a66xnr1b-packages.json.drv'... Going to be running update for following packages: - python3.11-notedown-1.5.1 Press Enter key to continue... Running update for: - python3.11-notedown-1.5.1: UPDATING ... - python3.11-notedown-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.notedown 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ergm_userterms, using log file: /var/log/nixpkgs-update/rPackages.ergm_userterms/2024-03-05.log rPackages.ergm_userterms 3.10.0 -> 3.10.0-111 https://repology.org/project/r:ergm.userterms/versions attrpath: rPackages.ergm_userterms Checking auto update branch... No auto update branch exists Old version 3.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ergm_userterms 3.10.0 -> 3.10.0-111 https://repology.org/project/r:ergm.userterms/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyter-ydoc, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-ydoc/2024-03-05.log python311Packages.jupyter-ydoc 0 -> 1 attrpath: python311Packages.jupyter-ydoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d1yi8yc9i7fjizw1qpw59f7pkhirrycl-packages.json.drv building '/nix/store/d1yi8yc9i7fjizw1qpw59f7pkhirrycl-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyter-ydoc-2.0.1 Press Enter key to continue... Running update for: - python3.11-jupyter-ydoc-2.0.1: UPDATING ... - python3.11-jupyter-ydoc-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-ydoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linthesia, using log file: /var/log/nixpkgs-update/linthesia/2024-03-05.log linthesia 2023-05-23 -> 20161105 https://repology.org/project/linthesia/versions attrpath: linthesia Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update linthesia 2023-05-23 -> 20161105 https://repology.org/project/linthesia/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wqy_zenhei, using log file: /var/log/nixpkgs-update/wqy_zenhei/2024-03-05.log wqy_zenhei 0.9.45 -> 0.9.47 https://repology.org/project/fonts:wqy-zenhei/versions attrpath: wqy_zenhei Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/hlb0m4l4bg52win61xj9d49qyvlhm8sk-wqy-zenhei-0.9.47.tar.gz.drv building '/nix/store/hlb0m4l4bg52win61xj9d49qyvlhm8sk-wqy-zenhei-0.9.47.tar.gz.drv'... trying https://downloads.sourceforge.net/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 982 0 --:--:-- --:--:-- --:--:-- 985 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 244 0 --:--:-- --:--:-- --:--:-- 244 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 310 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download wqy-zenhei-0.9.47.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'wqy_zenhei.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hlb0m4l4bg52win61xj9d49qyvlhm8sk-wqy-zenhei-0.9.47.tar.gz.drv /nix/store/fvxnr6h0p1jihgl3aqzc76gqnygl6937-wqy-zenhei-0.9.47.drv building '/nix/store/hlb0m4l4bg52win61xj9d49qyvlhm8sk-wqy-zenhei-0.9.47.tar.gz.drv'... trying https://downloads.sourceforge.net/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1198 0 --:--:-- --:--:-- --:--:-- 1189 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 310 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download wqy-zenhei-0.9.47.tar.gz from any mirror error: builder for '/nix/store/hlb0m4l4bg52win61xj9d49qyvlhm8sk-wqy-zenhei-0.9.47.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 310 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/wqy/wqy-zenhei-0.9.47.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download wqy-zenhei-0.9.47.tar.gz from any mirror For full logs, run 'nix log /nix/store/hlb0m4l4bg52win61xj9d49qyvlhm8sk-wqy-zenhei-0.9.47.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/fvxnr6h0p1jihgl3aqzc76gqnygl6937-wqy-zenhei-0.9.47.drv' failed to build [result] Failed to update wqy_zenhei 0.9.45 -> 0.9.47 https://repology.org/project/fonts:wqy-zenhei/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chex, using log file: /var/log/nixpkgs-update/python311Packages.chex/2024-03-05.log python311Packages.chex 0 -> 1 attrpath: python311Packages.chex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ydcbvzfzipawzc5hpqd1c14r44410l93-packages.json.drv building '/nix/store/ydcbvzfzipawzc5hpqd1c14r44410l93-packages.json.drv'... Going to be running update for following packages: - python3.11-chex-0.1.85 Press Enter key to continue... Running update for: - python3.11-chex-0.1.85: UPDATING ... - python3.11-chex-0.1.85: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon-tweaks, using log file: /var/log/nixpkgs-update/pantheon-tweaks/2024-03-05.log pantheon-tweaks 0 -> 1 attrpath: pantheon-tweaks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mvqryxq7fzz012glb019srg0gamnrmc8-packages.json.drv building '/nix/store/mvqryxq7fzz012glb019srg0gamnrmc8-packages.json.drv'... Going to be running update for following packages: - pantheon-tweaks-1.1.2 Press Enter key to continue... Running update for: - pantheon-tweaks-1.1.2: UPDATING ... - pantheon-tweaks-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon-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.lazr-restfulclient, using log file: /var/log/nixpkgs-update/python311Packages.lazr-restfulclient/2024-03-05.log python311Packages.lazr-restfulclient 0 -> 1 attrpath: python311Packages.lazr-restfulclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v1r94dw03nmmxygjd1jxgv1lmpsjxidl-packages.json.drv building '/nix/store/v1r94dw03nmmxygjd1jxgv1lmpsjxidl-packages.json.drv'... Going to be running update for following packages: - python3.11-lazr.restfulclient-0.14.6 Press Enter key to continue... Running update for: - python3.11-lazr.restfulclient-0.14.6: UPDATING ... - python3.11-lazr.restfulclient-0.14.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lazr-restfulclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath webcat, using log file: /var/log/nixpkgs-update/webcat/2024-03-05.log webcat 0.2.0 -> 1.0 https://repology.org/project/webcat/versions attrpath: webcat 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/8274imjwsaha70gnka92xfk1lpmszald-source.drv building '/nix/store/8274imjwsaha70gnka92xfk1lpmszald-source.drv'... trying https://github.com/rumpelsepp/webcat/archive/v1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'webcat.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/8274imjwsaha70gnka92xfk1lpmszald-source.drv /nix/store/k341gplg82gi8hr1pglmr3937zzwj2a7-webcat-1.0-go-modules.drv /nix/store/70n1dav5zqbhmxzs6lzp70x5jy9lv8g9-webcat-1.0.drv building '/nix/store/8274imjwsaha70gnka92xfk1lpmszald-source.drv'... trying https://github.com/rumpelsepp/webcat/archive/v1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/8274imjwsaha70gnka92xfk1lpmszald-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/rumpelsepp/webcat/archive/v1.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/8274imjwsaha70gnka92xfk1lpmszald-source.drv'. error: 1 dependencies of derivation '/nix/store/70n1dav5zqbhmxzs6lzp70x5jy9lv8g9-webcat-1.0.drv' failed to build [result] Failed to update webcat 0.2.0 -> 1.0 https://repology.org/project/webcat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asn1editor, using log file: /var/log/nixpkgs-update/asn1editor/2024-03-05.log asn1editor 0 -> 1 attrpath: asn1editor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j45dmrs3r3szc9lb0qvlij2lvzkdiwx4-packages.json.drv building '/nix/store/j45dmrs3r3szc9lb0qvlij2lvzkdiwx4-packages.json.drv'... Going to be running update for following packages: - asn1editor-0.8.0 Press Enter key to continue... Running update for: - asn1editor-0.8.0: UPDATING ... - asn1editor-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update asn1editor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hyperscan, using log file: /var/log/nixpkgs-update/python311Packages.hyperscan/2024-03-05.log python311Packages.hyperscan 0 -> 1 attrpath: python311Packages.hyperscan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yh8w9ri95afy8v7zry0ylxk79mha85zb-packages.json.drv building '/nix/store/yh8w9ri95afy8v7zry0ylxk79mha85zb-packages.json.drv'... Going to be running update for following packages: - python3.11-hyperscan-0.7.0 Press Enter key to continue... Running update for: - python3.11-hyperscan-0.7.0: UPDATING ... - python3.11-hyperscan-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hyperscan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ecs-logging, using log file: /var/log/nixpkgs-update/python311Packages.ecs-logging/2024-03-05.log python311Packages.ecs-logging 0 -> 1 attrpath: python311Packages.ecs-logging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gvafr2wlvvgvi3wy5i9xz9vzisb52dxl-packages.json.drv building '/nix/store/gvafr2wlvvgvi3wy5i9xz9vzisb52dxl-packages.json.drv'... Going to be running update for following packages: - python3.11-ecs-logging-2.1.0 Press Enter key to continue... Running update for: - python3.11-ecs-logging-2.1.0: UPDATING ... - python3.11-ecs-logging-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ecs-logging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.ncarray, using log file: /var/log/nixpkgs-update/octavePackages.ncarray/2024-03-05.log octavePackages.ncarray 0 -> 1 attrpath: octavePackages.ncarray Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/py29nnyg9h4d02rwzjvalfqy7dgkj823-packages.json.drv building '/nix/store/py29nnyg9h4d02rwzjvalfqy7dgkj823-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-ncarray-1.0.5 Press Enter key to continue... Running update for: - octave-8.4.0-ncarray-1.0.5: UPDATING ... - octave-8.4.0-ncarray-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.ncarray 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioeafm, using log file: /var/log/nixpkgs-update/python311Packages.aioeafm/2024-03-05.log python311Packages.aioeafm 0 -> 1 attrpath: python311Packages.aioeafm 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/mplgmrbvvlypmnzlxwsvryn0g8ym8b02-packages.json.drv building '/nix/store/mplgmrbvvlypmnzlxwsvryn0g8ym8b02-packages.json.drv'... Going to be running update for following packages: - python3.11-aioeafm-1.0.0 Press Enter key to continue... Running update for: - python3.11-aioeafm-1.0.0: UPDATING ... - python3.11-aioeafm-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioeafm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requests, using log file: /var/log/nixpkgs-update/python311Packages.requests/2024-03-05.log python311Packages.requests 0 -> 1 attrpath: python311Packages.requests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yc6drlyrz5dd5j2g836ps3zwvhkx3gpk-packages.json.drv building '/nix/store/yc6drlyrz5dd5j2g836ps3zwvhkx3gpk-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-2.31.0 Press Enter key to continue... Running update for: - python3.11-requests-2.31.0: UPDATING ... - python3.11-requests-2.31.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysigset, using log file: /var/log/nixpkgs-update/python311Packages.pysigset/2024-03-05.log python311Packages.pysigset 0 -> 1 attrpath: python311Packages.pysigset Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3jnwdavdvdxggr1fqi7ywba11chbdc6n-packages.json.drv building '/nix/store/3jnwdavdvdxggr1fqi7ywba11chbdc6n-packages.json.drv'... Going to be running update for following packages: - python3.11-pysigset-0.4.0 Press Enter key to continue... Running update for: - python3.11-pysigset-0.4.0: UPDATING ... - python3.11-pysigset-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.mate-notification-daemon, using log file: /var/log/nixpkgs-update/mate.mate-notification-daemon/2024-03-05.log mate.mate-notification-daemon 0 -> 1 attrpath: mate.mate-notification-daemon mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-notification-daemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pubs, using log file: /var/log/nixpkgs-update/pubs/2024-03-05.log pubs 0 -> 1 attrpath: pubs Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6zgr0bag29q6wjayfkzb35brlz93v92b-packages.json.drv building '/nix/store/6zgr0bag29q6wjayfkzb35brlz93v92b-packages.json.drv'... Going to be running update for following packages: - pubs-0.9.0 Press Enter key to continue... Running update for: - pubs-0.9.0: UPDATING ... - pubs-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pubs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yalesmartalarmclient, using log file: /var/log/nixpkgs-update/python311Packages.yalesmartalarmclient/2024-03-05.log python311Packages.yalesmartalarmclient 0 -> 1 attrpath: python311Packages.yalesmartalarmclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1xmaq3blk3r92xl5kwg38rpnki3g1x5s-packages.json.drv building '/nix/store/1xmaq3blk3r92xl5kwg38rpnki3g1x5s-packages.json.drv'... Going to be running update for following packages: - python3.11-yalesmartalarmclient-0.3.9 Press Enter key to continue... Running update for: - python3.11-yalesmartalarmclient-0.3.9: UPDATING ... - python3.11-yalesmartalarmclient-0.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yalesmartalarmclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackages.nccl, using log file: /var/log/nixpkgs-update/cudaPackages.nccl/2024-03-05.log cudaPackages.nccl 0 -> 1 attrpath: cudaPackages.nccl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cgin8xpvy2z1va9jpb7fbdqrf7wslx9b-packages.json.drv building '/nix/store/cgin8xpvy2z1va9jpb7fbdqrf7wslx9b-packages.json.drv'... Going to be running update for following packages: - nccl-2.20.3-1 Press Enter key to continue... Running update for: - nccl-2.20.3-1: UPDATING ... - nccl-2.20.3-1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/cuda-modules/nccl/default.nix b/pkgs/development/cuda-modules/nccl/default.nix index 25296c21365d..59ff31b35af4 100644 --- a/pkgs/development/cuda-modules/nccl/default.nix +++ b/pkgs/development/cuda-modules/nccl/default.nix @@ -25,13 +25,13 @@ in backendStdenv.mkDerivation ( finalAttrs: { pname = "nccl"; - version = "2.20.3-1"; + version = "2.20.5-1"; src = fetchFromGitHub { owner = "NVIDIA"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-7gI1q6uN3saz/twwLjWl7XmMucYjvClDPDdbVpVM0vU="; + hash = "sha256-ModIjD6RaRD/57a/PA1oTgYhZsAQPrrvhl5sNVXnO6c="; }; strictDeps = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/vfn4vs6mig5n1jvhrsayxkrrl8qzii0w-nccl-2.20.5-1" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for cudaPackages.nccl is: Multi-GPU and multi-node collective communication primitives for NVIDIA GPUs meta.homepage for cudaPackages.nccl is: https://developer.nvidia.com/nccl ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/NVIDIA/nccl/compare/v2.20.3-1...v2.20.5-1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.20.5-1 in filename of file in /nix/store/vfn4vs6mig5n1jvhrsayxkrrl8qzii0w-nccl-2.20.5-1 ---
Rebuild report (if merged into master) (click to expand) ``` 18 total rebuild path(s) 18 package rebuild(s) First fifty rebuilds by attrpath cudaPackages.nccl cudaPackages.nccl-tests cudaPackagesGoogle.nccl cudaPackagesGoogle.nccl-tests cudaPackages_10.nccl cudaPackages_10.nccl-tests cudaPackages_11.nccl cudaPackages_11.nccl-tests python311Packages.cupy python311Packages.encodec python311Packages.jaxlibWithCuda python311Packages.tensorflowWithCuda python311Packages.torchWithCuda python311Packages.torchaudio-bin python311Packages.torchvision-bin python312Packages.cupy python312Packages.torchWithCuda tts ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vfn4vs6mig5n1jvhrsayxkrrl8qzii0w-nccl-2.20.5-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 cudaPackages.nccl https://github.com/r-ryantm/nixpkgs/archive/eb9b60a2de7e9f406efed12f68c2024d5955b35e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/eb9b60a2de7e9f406efed12f68c2024d5955b35e#cudaPackages.nccl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/vfn4vs6mig5n1jvhrsayxkrrl8qzii0w-nccl-2.20.5-1 ls -la /nix/store/vfn4vs6mig5n1jvhrsayxkrrl8qzii0w-nccl-2.20.5-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 @mdaiter @orivej @connorbaker @samuela @SomeoneSerge 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/293555 [result] Success updating cudaPackages.nccl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pamqp, using log file: /var/log/nixpkgs-update/python311Packages.pamqp/2024-03-05.log python311Packages.pamqp 0 -> 1 attrpath: python311Packages.pamqp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/avi9jhj4vmainydly4h3hnlalr1926da-packages.json.drv building '/nix/store/avi9jhj4vmainydly4h3hnlalr1926da-packages.json.drv'... Going to be running update for following packages: - python3.11-pamqp-3.3.0 Press Enter key to continue... Running update for: - python3.11-pamqp-3.3.0: UPDATING ... - python3.11-pamqp-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pamqp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysequoia, using log file: /var/log/nixpkgs-update/python311Packages.pysequoia/2024-03-05.log python311Packages.pysequoia 0 -> 1 attrpath: python311Packages.pysequoia 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/9zbf3q89rq442qkmqz3w5aamqn16czbm-packages.json.drv building '/nix/store/9zbf3q89rq442qkmqz3w5aamqn16czbm-packages.json.drv'... Going to be running update for following packages: - python3.11-pysequoia-0.1.20 Press Enter key to continue... Running update for: - python3.11-pysequoia-0.1.20: UPDATING ... - python3.11-pysequoia-0.1.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysequoia 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ytmdl, using log file: /var/log/nixpkgs-update/ytmdl/2024-03-05.log ytmdl 0 -> 1 attrpath: ytmdl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9hs5y7z1sj3jia6cq1bg577zizv8hcg2-packages.json.drv building '/nix/store/9hs5y7z1sj3jia6cq1bg577zizv8hcg2-packages.json.drv'... Going to be running update for following packages: - ytmdl-2023.11.26 Press Enter key to continue... Running update for: - ytmdl-2023.11.26: UPDATING ... - ytmdl-2023.11.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ytmdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pint-pandas, using log file: /var/log/nixpkgs-update/python311Packages.pint-pandas/2024-03-05.log python311Packages.pint-pandas 0 -> 1 attrpath: python311Packages.pint-pandas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6163xr9kf96sv54dfdqvkni62d8m4dzm-packages.json.drv building '/nix/store/6163xr9kf96sv54dfdqvkni62d8m4dzm-packages.json.drv'... Going to be running update for following packages: - python3.11-pint-pandas-0.4 Press Enter key to continue... Running update for: - python3.11-pint-pandas-0.4: UPDATING ... - python3.11-pint-pandas-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pint-pandas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyipv8, using log file: /var/log/nixpkgs-update/python311Packages.pyipv8/2024-03-05.log python311Packages.pyipv8 0 -> 1 attrpath: python311Packages.pyipv8 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sian9rjy3pipq9v22bw1gv4s50bhrx2n-packages.json.drv building '/nix/store/sian9rjy3pipq9v22bw1gv4s50bhrx2n-packages.json.drv'... Going to be running update for following packages: - python3.11-pyipv8-2.12.0 Press Enter key to continue... Running update for: - python3.11-pyipv8-2.12.0: UPDATING ... - python3.11-pyipv8-2.12.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyipv8/default.nix b/pkgs/development/python-modules/pyipv8/default.nix index 6d0f618df8d2..24f0ba95c063 100644 --- a/pkgs/development/python-modules/pyipv8/default.nix +++ b/pkgs/development/python-modules/pyipv8/default.nix @@ -15,11 +15,11 @@ buildPythonPackage rec { pname = "pyipv8"; - version = "2.12.0"; + version = "2.13.0"; src = fetchPypi { inherit pname version; - hash = "sha256-FXvMykUko3v0GmAZYUt5esBuTbxqpjOL4YxrRfE3u5o="; + hash = "sha256-Qp5vqMa7kfSp22C5KAUvut+4YbSXMEZRsHsLevB4QvE="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.pyipv8: 2.12.0 -> 2.13.0`. New version is 2.13.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.pyipv8 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath copier, using log file: /var/log/nixpkgs-update/copier/2024-03-05.log copier 0 -> 1 attrpath: copier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rxznwggdb75safy40xj8l40f18icjih4-packages.json.drv building '/nix/store/rxznwggdb75safy40xj8l40f18icjih4-packages.json.drv'... Going to be running update for following packages: - copier-9.1.0 Press Enter key to continue... Running update for: - copier-9.1.0: UPDATING ... - copier-9.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/copier/default.nix b/pkgs/tools/misc/copier/default.nix index 2b1a65cf99eb..293d7270cb70 100644 --- a/pkgs/tools/misc/copier/default.nix +++ b/pkgs/tools/misc/copier/default.nix @@ -2,18 +2,18 @@ python3.pkgs.buildPythonApplication rec { pname = "copier"; - version = "9.1.0"; + version = "9.1.1"; format = "pyproject"; src = fetchFromGitHub { owner = "copier-org"; repo = "copier"; - rev = "v${version}"; + rev = "refs/tags/v${version}"; # Conflict on APFS on darwin postFetch = '' rm $out/tests/demo/doc/ma*ana.txt ''; - hash = "sha256-x5r7Xv4lAOMkR+UIEeSY7LvbYMLpTWYuICYe9ygz1tA="; + hash = "sha256-tRp2s2QLuP0C8o3UOWBOr6DwC3pHLFwqk8+nHbia/+o="; }; POETRY_DYNAMIC_VERSIONING_BYPASS = version; 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 copier Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . copier Standard output: error: build log of 'copier' is not available [result] Failed to update copier 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Prostar, using log file: /var/log/nixpkgs-update/rPackages.Prostar/2024-03-05.log rPackages.Prostar 1.34.3 -> 1.34.6 https://repology.org/project/r:prostar/versions attrpath: rPackages.Prostar Checking auto update branch... No auto update branch exists Old version 1.34.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.Prostar 1.34.3 -> 1.34.6 https://repology.org/project/r:prostar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyevmasm, using log file: /var/log/nixpkgs-update/python311Packages.pyevmasm/2024-03-05.log python311Packages.pyevmasm 0 -> 1 attrpath: python311Packages.pyevmasm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a9wn3y26lznlcx7l7aramn3pz3c4iv1i-packages.json.drv building '/nix/store/a9wn3y26lznlcx7l7aramn3pz3c4iv1i-packages.json.drv'... Going to be running update for following packages: - python3.11-pyevmasm-0.2.3 Press Enter key to continue... Running update for: - python3.11-pyevmasm-0.2.3: UPDATING ... - python3.11-pyevmasm-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyevmasm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-advisor, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-advisor/2024-03-05.log python311Packages.azure-mgmt-advisor 0 -> 1 attrpath: python311Packages.azure-mgmt-advisor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/frpmjqi9z4fbfcr5sc3a6w83dl5z9my5-packages.json.drv building '/nix/store/frpmjqi9z4fbfcr5sc3a6w83dl5z9my5-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-advisor-9.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-advisor-9.0.0: UPDATING ... - python3.11-azure-mgmt-advisor-9.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-advisor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.geoip2, using log file: /var/log/nixpkgs-update/python311Packages.geoip2/2024-03-05.log python311Packages.geoip2 0 -> 1 attrpath: python311Packages.geoip2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mdcck9n5v41ijbf9345vg80xq03vqi9b-packages.json.drv building '/nix/store/mdcck9n5v41ijbf9345vg80xq03vqi9b-packages.json.drv'... Going to be running update for following packages: - python3.11-geoip2-4.7.0 Press Enter key to continue... Running update for: - python3.11-geoip2-4.7.0: UPDATING ... - python3.11-geoip2-4.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/geoip2/default.nix b/pkgs/development/python-modules/geoip2/default.nix index dea210a9a6cc..0a714fc58541 100644 --- a/pkgs/development/python-modules/geoip2/default.nix +++ b/pkgs/development/python-modules/geoip2/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "geoip2"; - version = "4.7.0"; + version = "4.8.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-O93kmU9ryRfq+rW1Hnctc3sq4AA3pbhQAfsG3Gj3ed8="; + hash = "sha256-3ZzBgLfUFyQkDqSB1dU5FJ5lsjT2QoKyMbkXB5SprDU="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2898 > 25 [result] Failed to update python311Packages.geoip2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hhpc, using log file: /var/log/nixpkgs-update/hhpc/2024-03-05.log hhpc 0.3.1 -> 1.0 https://repology.org/project/hhpc/versions attrpath: hhpc Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/hrb4xxmigf07zrdn3qqxsa5hr0b00mgz-source.drv building '/nix/store/hrb4xxmigf07zrdn3qqxsa5hr0b00mgz-source.drv'... trying https://github.com/aktau/hhpc/archive/v1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'hhpc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hrb4xxmigf07zrdn3qqxsa5hr0b00mgz-source.drv /nix/store/7dwf6v8ij0kg9s0dlfklmvm2fqvbdvjq-hhpc-1.0.drv building '/nix/store/hrb4xxmigf07zrdn3qqxsa5hr0b00mgz-source.drv'... trying https://github.com/aktau/hhpc/archive/v1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/hrb4xxmigf07zrdn3qqxsa5hr0b00mgz-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/aktau/hhpc/archive/v1.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/hrb4xxmigf07zrdn3qqxsa5hr0b00mgz-source.drv'. error: 1 dependencies of derivation '/nix/store/7dwf6v8ij0kg9s0dlfklmvm2fqvbdvjq-hhpc-1.0.drv' failed to build [result] Failed to update hhpc 0.3.1 -> 1.0 https://repology.org/project/hhpc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath modsecurity-crs, using log file: /var/log/nixpkgs-update/modsecurity-crs/2024-03-05.log modsecurity-crs 3.3.4 -> 4.0.0 https://github.com/coreruleset/coreruleset/releases attrpath: modsecurity-crs Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/modsecurity-crs/default.nix b/pkgs/tools/security/modsecurity-crs/default.nix index 16e21577f78e..4cf1f5c3d858 100644 --- a/pkgs/tools/security/modsecurity-crs/default.nix +++ b/pkgs/tools/security/modsecurity-crs/default.nix @@ -1,14 +1,14 @@ { lib, stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { - version = "3.3.4"; + version = "4.0.0"; pname = "modsecurity-crs"; src = fetchFromGitHub { owner = "coreruleset"; repo = "coreruleset"; rev = "v${version}"; - sha256 = "sha256-WDJW4K85YdHrw9cys3LrnZUoTxc0WhiuCW6CiC1cAbk="; + sha256 = "sha256-TErAhbD77Oa2IauqBnLD+lMk4aI0hWgLb4CcCjqQRdQ="; }; installPhase = '' [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 modsecurity-crs nix build failed. got build log for 'modsecurity-crs' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/73nrwmjp91g1qlchs0sgpp5cccbqbf0r-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 no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install: cannot stat '/nix/store/73nrwmjp91g1qlchs0sgpp5cccbqbf0r-source/CHANGES': No such file or directory install: cannot stat '/nix/store/73nrwmjp91g1qlchs0sgpp5cccbqbf0r-source/INSTALL': No such file or directory [result] Failed to update modsecurity-crs 3.3.4 -> 4.0.0 https://github.com/coreruleset/coreruleset/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-tptp, using log file: /var/log/nixpkgs-update/z3-tptp/2024-03-05.log z3-tptp 4.8.17 -> 4.12.6 https://github.com/Z3Prover/z3/releases attrpath: z3-tptp Checking auto update branch... No auto update branch exists Old version 4.8.17" not present in master derivation file with contents: {lib, stdenv, z3, cmake}: stdenv.mkDerivation rec { pname = "z3-tptp"; version = z3.version; src = z3.src; sourceRoot = "${src.name}/examples/tptp"; nativeBuildInputs = [cmake]; buildInputs = [z3]; preConfigure = '' echo 'set(Z3_LIBRARIES "-lz3")' >> CMakeLists.new cat CMakeLists.txt | grep -E 'add_executable|project|link_libraries' >> CMakeLists.new mv CMakeLists.new CMakeLists.txt ''; installPhase = '' mkdir -p "$out/bin" cp "z3_tptp5" "$out/bin/" ln -s "z3_tptp5" "$out/bin/z3-tptp" ''; meta = { inherit (z3.meta) license homepage platforms; description = "TPTP wrapper for Z3 prover"; maintainers = [lib.maintainers.raskin]; }; } [result] Failed to update z3-tptp 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 patatt, using log file: /var/log/nixpkgs-update/patatt/2024-03-05.log patatt 0 -> 1 attrpath: patatt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yz9dmslv7p9h152gz2i6smrdh2w17ihc-packages.json.drv building '/nix/store/yz9dmslv7p9h152gz2i6smrdh2w17ihc-packages.json.drv'... Going to be running update for following packages: - patatt-0.6.3 Press Enter key to continue... Running update for: - patatt-0.6.3: UPDATING ... - patatt-0.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update patatt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.lpeglabel, using log file: /var/log/nixpkgs-update/lua51Packages.lpeglabel/2024-03-05.log lua51Packages.lpeglabel 1.6.0-1 -> 1.6.2-1 https://github.com/sqmedeiros/lpeglabel/releases attrpath: lua51Packages.lpeglabel Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.lpeglabel 1.6.0-1 -> 1.6.2-1 https://github.com/sqmedeiros/lpeglabel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygogo, using log file: /var/log/nixpkgs-update/python311Packages.pygogo/2024-03-05.log python311Packages.pygogo 0 -> 1 attrpath: python311Packages.pygogo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iyisk1m9fy0n32fbzkz4zp2ah0qyf4yg-packages.json.drv building '/nix/store/iyisk1m9fy0n32fbzkz4zp2ah0qyf4yg-packages.json.drv'... Going to be running update for following packages: - python3.11-pygogo-0.13.2 Press Enter key to continue... Running update for: - python3.11-pygogo-0.13.2: UPDATING ... - python3.11-pygogo-0.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygogo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.mn, using log file: /var/log/nixpkgs-update/aspellDicts.mn/2024-03-05.log aspellDicts.mn 0 -> 1 attrpath: aspellDicts.mn 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/ddq8a12nbwrgvzxk39wvk347z3sb4xjf-update-aspellDict-mn.drv /nix/store/1gd5fchs85a6l2bq2j8rcna64xgdab04-packages.json.drv building '/nix/store/ddq8a12nbwrgvzxk39wvk347z3sb4xjf-update-aspellDict-mn.drv'... building '/nix/store/1gd5fchs85a6l2bq2j8rcna64xgdab04-packages.json.drv'... Going to be running update for following packages: - aspell-dict-mn-0.06-2 Press Enter key to continue... Running update for: - aspell-dict-mn-0.06-2: UPDATING ... - aspell-dict-mn-0.06-2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.mn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath convfont, using log file: /var/log/nixpkgs-update/convfont/2024-03-05.log convfont 1.0 -> 20220731 https://github.com/drdnar/convfont/releases attrpath: convfont Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/convfont/default.nix b/pkgs/tools/misc/convfont/default.nix index d58f7ecc2bea..2d8d49c31035 100644 --- a/pkgs/tools/misc/convfont/default.nix +++ b/pkgs/tools/misc/convfont/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "convfont"; - version = "1.0"; + version = "20220731"; src = fetchFromGitHub { owner = "drdnar"; repo = pname; rev = "v20190438"; - sha256 = "1lj24yq5gj9hxhy1srk73521q95zyqzkws0q4v271hf5wmqaxa2f"; + sha256 = "sha256-TqiucOXFwXDEJhhoPj/2vyQcRBlnZh087DDJV7AnQtI="; }; makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ]; Source url did not change. [result] Failed to update convfont 1.0 -> 20220731 https://github.com/drdnar/convfont/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydsdl, using log file: /var/log/nixpkgs-update/python311Packages.pydsdl/2024-03-05.log python311Packages.pydsdl 0 -> 1 attrpath: python311Packages.pydsdl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5spfwfqchm8fn9mlhjs72209300g1s3b-packages.json.drv building '/nix/store/5spfwfqchm8fn9mlhjs72209300g1s3b-packages.json.drv'... Going to be running update for following packages: - python3.11-pydsdl-1.18.0 Press Enter key to continue... Running update for: - python3.11-pydsdl-1.18.0: UPDATING ... - python3.11-pydsdl-1.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydsdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.sushi, using log file: /var/log/nixpkgs-update/gnome.sushi/2024-03-05.log gnome.sushi 0 -> 1 attrpath: gnome.sushi Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.sushi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ngrok, using log file: /var/log/nixpkgs-update/ngrok/2024-03-05.log ngrok 0 -> 1 attrpath: ngrok Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 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/85221xfnx4dcaskmijhas6k6y70vf1ji-packages.json.drv building '/nix/store/85221xfnx4dcaskmijhas6k6y70vf1ji-packages.json.drv'... Going to be running update for following packages: - ngrok-3.6.0 Press Enter key to continue... Running update for: - ngrok-3.6.0: UPDATING ... - ngrok-3.6.0: ERROR --- SHOWING ERROR LOG FOR ngrok-3.6.0 ---------------------- this path will be fetched (0.24 MiB download, 1.28 MiB unpacked): /nix/store/kk6kvxiahd84vs5p89g2c16fws1cvgmy-python3.11-httpie-3.2.2 copying path '/nix/store/kk6kvxiahd84vs5p89g2c16fws1cvgmy-python3.11-httpie-3.2.2' from 'https://cache.nixos.org'... usage: http [METHOD] URL [REQUEST_ITEM ...] error: Request body (from stdin, --raw or a file) and request data (key=value) cannot be mixed. Pass --ignore-stdin to let key/value take priority. See https://httpie.io/docs#scripting for details. for more information: run 'http --help' or visit https://httpie.io/docs/cli --- SHOWING ERROR LOG FOR ngrok-3.6.0 ---------------------- The update script for ngrok-3.6.0 failed with exit code 1 [result] Failed to update ngrok 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rstfmt, using log file: /var/log/nixpkgs-update/rstfmt/2024-03-05.log rstfmt 0 -> 1 attrpath: rstfmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dhfw1gs2vay3byyrnf42awwdbkl0l8nj-packages.json.drv building '/nix/store/dhfw1gs2vay3byyrnf42awwdbkl0l8nj-packages.json.drv'... Going to be running update for following packages: - rstfmt-0.0.13 Press Enter key to continue... Running update for: - rstfmt-0.0.13: UPDATING ... - rstfmt-0.0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rstfmt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.winacl, using log file: /var/log/nixpkgs-update/python311Packages.winacl/2024-03-05.log python311Packages.winacl 0 -> 1 attrpath: python311Packages.winacl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gi9ywxxrk8zb3gvaxdsyn49kfdk9z752-packages.json.drv building '/nix/store/gi9ywxxrk8zb3gvaxdsyn49kfdk9z752-packages.json.drv'... Going to be running update for following packages: - python3.11-winacl-0.1.8 Press Enter key to continue... Running update for: - python3.11-winacl-0.1.8: UPDATING ... - python3.11-winacl-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.winacl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyopnsense, using log file: /var/log/nixpkgs-update/python311Packages.pyopnsense/2024-03-05.log python311Packages.pyopnsense 0 -> 1 attrpath: python311Packages.pyopnsense Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xgkx7bw4si28bn0iz3hhhvanfqyqfcx0-packages.json.drv building '/nix/store/xgkx7bw4si28bn0iz3hhhvanfqyqfcx0-packages.json.drv'... Going to be running update for following packages: - python3.11-pyopnsense-0.4.0 Press Enter key to continue... Running update for: - python3.11-pyopnsense-0.4.0: UPDATING ... - python3.11-pyopnsense-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyopnsense 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudatext, using log file: /var/log/nixpkgs-update/cudatext/2024-03-05.log cudatext 0 -> 1 attrpath: cudatext Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x83r0zaqyii4pswjfbghy0j42nhkjmjh-packages.json.drv building '/nix/store/x83r0zaqyii4pswjfbghy0j42nhkjmjh-packages.json.drv'... Going to be running update for following packages: - cudatext-1.202.1 Press Enter key to continue... Running update for: - cudatext-1.202.1: UPDATING ... - cudatext-1.202.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/cudatext/default.nix b/pkgs/applications/editors/cudatext/default.nix index 37b79d9815c3..7866b57ef249 100644 --- a/pkgs/applications/editors/cudatext/default.nix +++ b/pkgs/applications/editors/cudatext/default.nix @@ -38,13 +38,13 @@ let in stdenv.mkDerivation rec { pname = "cudatext"; - version = "1.202.1"; + version = "1.210.0"; src = fetchFromGitHub { owner = "Alexey-T"; repo = "CudaText"; rev = version; - hash = "sha256-ZFMO986D4RtrTnLFdcL0a2BNjcsB+9pIolylblku7j4="; + hash = "sha256-S2j+inCiZ/WejQrn5PsFWo+bCKcQF07+EzQmpKX0cLw="; }; patches = [ ./proc_globdata.patch ]; diff --git a/pkgs/applications/editors/cudatext/deps.json b/pkgs/applications/editors/cudatext/deps.json index 3a1e643c6f7f..17fa85c0a442 100644 --- a/pkgs/applications/editors/cudatext/deps.json +++ b/pkgs/applications/editors/cudatext/deps.json @@ -6,33 +6,33 @@ }, "ATBinHex-Lazarus": { "owner": "Alexey-T", - "rev": "2023.08.12", - "hash": "sha256-dEwz052aYcJtKpRcP8t7gE2RHuHPQ4T0zHFMv6zVZ6g=" + "rev": "2024.01.17", + "hash": "sha256-RaHbylQ8NrXB67MKCkNi3relxNp0wmldxboitdmaqJ0=" }, "ATFlatControls": { "owner": "Alexey-T", - "rev": "2023.10.30", - "hash": "sha256-fuTQnnuWjIsABx457y+n6luLxQf+b9TiZGLXYjNsUrw=" + "rev": "2024.01.25", + "hash": "sha256-E8DvGEMSQnmcjvSKtJtt8TcDJVZ0RmdIzKuH2eTh2ic=" }, "ATSynEdit": { "owner": "Alexey-T", - "rev": "2023.11.23", - "hash": "sha256-LGYGCxEPdZL4BU3TGiFxydu7AN8g5kqOdW+dcbiCf7E=" + "rev": "2024.03.01", + "hash": "sha256-H1zh0Ueq2vfNpDLTZOMm+JubStpOZ8pGR9AIrFGR2HA=" }, "ATSynEdit_Cmp": { "owner": "Alexey-T", - "rev": "2023.05.31", - "hash": "sha256-QXu/p3o0RSwMyntFYrjIQBtOBGvL9rAsINaglG3fZvo=" + "rev": "2024.01.10", + "hash": "sha256-yQA37Da/xg0E5QHbwqiNkdA+a00xxpvV7wl8FpmUUvY=" }, "EControl": { "owner": "Alexey-T", - "rev": "2023.11.16", - "hash": "sha256-FxUV+K9JRsdr0xqQzvg1UI4bBHyhqxiVoPN58h2+WVg=" + "rev": "2024.01.10", + "hash": "sha256-r3hQS6IRwda0RxB6R2r+toBC/sNSQP8TFonBNFLphbg=" }, "ATSynEdit_Ex": { "owner": "Alexey-T", - "rev": "2023.11.23", - "hash": "sha256-RNXP8O3UF+hwA3TNzLorZqlt04Idnc4Z9LA87JJSsZE=" + "rev": "2024.03.01", + "hash": "sha256-T60K/hmXrcT8edl8AiVh2km6sohGsHetDquZtfVxnsY=" }, "Python-for-Lazarus": { "owner": "Alexey-T", @@ -41,8 +41,8 @@ }, "Emmet-Pascal": { "owner": "Alexey-T", - "rev": "2023.08.12", - "hash": "sha256-s9ZKrL+XIWIwejnLz+uuyDbbDuOZLJhiuiMChKB4Reg=" + "rev": "2023.12.02", + "hash": "sha256-NDYhjmVGiw9UKfOQhXLdJiTaGZeTs8kr2hBujI2s+3E=" }, "CudaText-lexers": { "owner": "Alexey-T", @@ -51,7 +51,7 @@ }, "bgrabitmap": { "owner": "bgrabitmap", - "rev": "v11.5.6", - "hash": "sha256-7TuHCCaH8/RxiVQmDILPW4T6op/XW6djwA5iSh/Yb5w=" + "rev": "v11.5.8", + "hash": "sha256-YibwdhlgjgI30gqYsKchgDPlOSpBiDBDJNlUDFMygGs=" } } An auto update branch exists with message `cudatext: 1.202.1 -> 1.208.5`. New version is 1.210.0. 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 cudatext nix build failed. /build/source/app/formmain_loadsave.inc(1600,32) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1630,39) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1661,30) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1662,34) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1678,33) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1686,25) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1687,22) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1690,33) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1710,26) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1711,24) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1719,10) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1724,10) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_loadsave.inc(1940,36) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" /build/source/app/formmain_updates_proc.inc(1550,72) Hint: (4055) Conversion between ordinals and pointers is not portable /build/source/app/formmain_updates_proc.inc(1552,77) Hint: (4055) Conversion between ordinals and pointers is not portable /build/source/app/formmain_updates_proc.inc(1553,75) Hint: (4055) Conversion between ordinals and pointers is not portable /build/source/app/formmain_updates_proc.inc(1554,79) Hint: (4055) Conversion between ordinals and pointers is not portable /build/source/app/formmain_find.inc(359,56) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" /build/source/app/formmain_find.inc(518,69) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_find.inc(1031,28) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_find.inc(1049,30) Warning: (4104) Implicit string type conversion from "AnsiString" to "UnicodeString" /build/source/app/formmain_cmd.inc(1160,15) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_cmd.inc(1172,15) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_cmd.inc(1184,15) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" /build/source/app/formmain_cmd.inc(1196,15) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString" formmain.pas(9677) Fatal: (10026) There were 3 errors compiling module, stopping Fatal: (1018) Compilation aborted Error: /nix/store/4pyslfl7zv9zdgmm86ksr61yx8v16kn9-fpc-3.2.2/bin/ppcx64 returned an error exitcode Error: (lazarus) Compile Project, Mode: default, Target: cudatext: stopped with exit code 1 Error: (lazbuild) failed compiling of project /build/source/app/cudatext.lpi [result] Failed to update cudatext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fanficfare, using log file: /var/log/nixpkgs-update/fanficfare/2024-03-05.log fanficfare 0 -> 1 attrpath: fanficfare Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0q63w7l7yz02064igsgvkzasih2jq1sv-packages.json.drv building '/nix/store/0q63w7l7yz02064igsgvkzasih2jq1sv-packages.json.drv'... Going to be running update for following packages: - FanFicFare-4.31.0 Press Enter key to continue... Running update for: - FanFicFare-4.31.0: UPDATING ... - FanFicFare-4.31.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix index ba20910e1b8d..149082cc995f 100644 --- a/pkgs/tools/text/fanficfare/default.nix +++ b/pkgs/tools/text/fanficfare/default.nix @@ -2,12 +2,12 @@ python3Packages.buildPythonApplication rec { pname = "FanFicFare"; - version = "4.31.0"; + version = "4.32.3"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-6AdiyL51UzK/f7wGn2UekAglGPIs4vfyYbC/MdD0aEk="; + hash = "sha256-Qfe24Ees3LLnSuU4kjn+dwtKjLBSYgF22U1YAtpw1po="; }; nativeBuildInputs = with python3Packages; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/mqja9x4qzcs2x7na9a61vvi1wlid22pr-FanFicFare-4.32.3" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • fanficfare
  • fanficfare.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 fanficfare is: Tool for making eBooks from fanfiction web sites meta.homepage for fanficfare is: https://github.com/JimmXinu/FanFicFare ###### 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 4.32.3 with grep in /nix/store/mqja9x4qzcs2x7na9a61vvi1wlid22pr-FanFicFare-4.32.3 - found 4.32.3 in filename of file in /nix/store/mqja9x4qzcs2x7na9a61vvi1wlid22pr-FanFicFare-4.32.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath fanficfare ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/mqja9x4qzcs2x7na9a61vvi1wlid22pr-FanFicFare-4.32.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 fanficfare https://github.com/r-ryantm/nixpkgs/archive/b2b2a5c81036b61da087ff0d3f63128efc5e580b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b2b2a5c81036b61da087ff0d3f63128efc5e580b#fanficfare ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/mqja9x4qzcs2x7na9a61vvi1wlid22pr-FanFicFare-4.32.3 ls -la /nix/store/mqja9x4qzcs2x7na9a61vvi1wlid22pr-FanFicFare-4.32.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)
2 packages built:
  • fanficfare
  • fanficfare.dist
--- ###### Maintainer pings cc @dwarfmaster 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/293561 [result] Success updating fanficfare 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vim-vint, using log file: /var/log/nixpkgs-update/vim-vint/2024-03-05.log vim-vint 0 -> 1 attrpath: vim-vint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jwsn4qmj6vnkyshgk1y955z6cggfxsjk-packages.json.drv building '/nix/store/jwsn4qmj6vnkyshgk1y955z6cggfxsjk-packages.json.drv'... Going to be running update for following packages: - vim-vint-0.3.21 Press Enter key to continue... Running update for: - vim-vint-0.3.21: UPDATING ... - vim-vint-0.3.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vim-vint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath evolution-data-server, using log file: /var/log/nixpkgs-update/evolution-data-server/2024-03-05.log evolution-data-server 0 -> 1 attrpath: evolution-data-server Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update evolution-data-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.weconnect, using log file: /var/log/nixpkgs-update/python311Packages.weconnect/2024-03-05.log python311Packages.weconnect 0 -> 1 attrpath: python311Packages.weconnect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y62ypr0kgc7bxzzcycnxzrhg3s19fvgy-packages.json.drv building '/nix/store/y62ypr0kgc7bxzzcycnxzrhg3s19fvgy-packages.json.drv'... Going to be running update for following packages: - python3.11-weconnect-0.60.2 Press Enter key to continue... Running update for: - python3.11-weconnect-0.60.2: UPDATING ... - python3.11-weconnect-0.60.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.weconnect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath doq, using log file: /var/log/nixpkgs-update/doq/2024-03-05.log doq 0 -> 1 attrpath: doq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pnrbfjlnlzw7vqq9n8mvyq692pxgs8my-packages.json.drv building '/nix/store/pnrbfjlnlzw7vqq9n8mvyq692pxgs8my-packages.json.drv'... Going to be running update for following packages: - doq-0.10.0 Press Enter key to continue... Running update for: - doq-0.10.0: UPDATING ... - doq-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update doq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.async-timeout, using log file: /var/log/nixpkgs-update/python311Packages.async-timeout/2024-03-05.log python311Packages.async-timeout 0 -> 1 attrpath: python311Packages.async-timeout Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xr3aswy6mx06b6lppwx6hlisc2kl12p1-packages.json.drv building '/nix/store/xr3aswy6mx06b6lppwx6hlisc2kl12p1-packages.json.drv'... Going to be running update for following packages: - python3.11-async-timeout-4.0.3 Press Enter key to continue... Running update for: - python3.11-async-timeout-4.0.3: UPDATING ... - python3.11-async-timeout-4.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.async-timeout 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dsq, using log file: /var/log/nixpkgs-update/dsq/2024-03-05.log dsq 0 -> 1 attrpath: dsq Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f0wa0afnqajc0di686npxr68w0qvhw56-packages.json.drv building '/nix/store/f0wa0afnqajc0di686npxr68w0qvhw56-packages.json.drv'... Going to be running update for following packages: - dsq-0.23.0 Press Enter key to continue... Running update for: - dsq-0.23.0: UPDATING ... - dsq-0.23.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dsq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_7.dpdk, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.dpdk/2024-03-05.log linuxKernel.packages.linux_6_7.dpdk 23.07-6.7.7 -> 23.11 https://repology.org/project/dpdk/versions attrpath: linuxKernel.packages.linux_6_7.dpdk Checking auto update branch... No auto update branch exists Old version 23.07-6.7.7" not present in master derivation file with contents: { stdenv, lib , kernel , fetchurl , pkg-config, meson, ninja, makeWrapper , libbsd, numactl, libbpf, zlib, libelf, jansson, openssl, libpcap, rdma-core , doxygen, python3, pciutils , withExamples ? [] , shared ? false , machine ? ( if stdenv.isx86_64 then "nehalem" else if stdenv.isAarch64 then "generic" else null ) }: let mod = kernel != null; dpdkVersion = "23.07"; in stdenv.mkDerivation { pname = "dpdk"; version = "${dpdkVersion}" + lib.optionalString mod "-${kernel.version}"; src = fetchurl { url = "https://fast.dpdk.org/rel/dpdk-${dpdkVersion}.tar.xz"; sha256 = "sha256-4IYU6K65KUB9c9cWmZKJpE70A0NSJx8JOX7vkysjs9Y="; }; nativeBuildInputs = [ makeWrapper doxygen meson ninja pkg-config python3 python3.pkgs.sphinx python3.pkgs.pyelftools ]; buildInputs = [ jansson libbpf libelf libpcap numactl openssl.dev zlib python3 ] ++ lib.optionals mod kernel.moduleBuildDependencies; propagatedBuildInputs = [ # Propagated to support current DPDK users in nixpkgs which statically link # with the framework (e.g. odp-dpdk). rdma-core # Requested by pkg-config. libbsd ]; postPatch = '' patchShebangs config/arm buildtools '' + lib.optionalString mod '' # kernel_install_dir is hardcoded to `/lib/modules`; patch that. sed -i "s,kernel_install_dir *= *['\"].*,kernel_install_dir = '$kmod/lib/modules/${kernel.modDirVersion}'," kernel/linux/meson.build ''; mesonFlags = [ "-Dtests=false" "-Denable_docs=true" "-Denable_kmods=${lib.boolToString mod}" ] # kni kernel driver is currently not compatble with 5.11 ++ lib.optional (mod && kernel.kernelOlder "5.11") "-Ddisable_drivers=kni" ++ [(if shared then "-Ddefault_library=shared" else "-Ddefault_library=static")] ++ lib.optional (machine != null) "-Dmachine=${machine}" ++ lib.optional mod "-Dkernel_dir=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ++ lib.optional (withExamples != []) "-Dexamples=${builtins.concatStringsSep "," withExamples}"; postInstall = '' # Remove Sphinx cache files. Not only are they not useful, but they also # contain store paths causing spurious dependencies. rm -rf $out/share/doc/dpdk/html/.doctrees wrapProgram $out/bin/dpdk-devbind.py \ --prefix PATH : "${lib.makeBinPath [ pciutils ]}" '' + lib.optionalString (withExamples != []) '' mkdir -p $examples/bin find examples -type f -executable -exec install {} $examples/bin \; ''; outputs = [ "out" "doc" ] ++ lib.optional mod "kmod" ++ lib.optional (withExamples != []) "examples"; meta = with lib; { description = "Set of libraries and drivers for fast packet processing"; homepage = "http://dpdk.org/"; license = with licenses; [ lgpl21 gpl2 bsd2 ]; platforms = platforms.linux; maintainers = with maintainers; [ magenbluten orivej mic92 zhaofengli ]; broken = mod && kernel.isHardened; }; } [result] Failed to update linuxKernel.packages.linux_6_7.dpdk 23.07-6.7.7 -> 23.11 https://repology.org/project/dpdk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pox, using log file: /var/log/nixpkgs-update/python311Packages.pox/2024-03-05.log python311Packages.pox 0 -> 1 attrpath: python311Packages.pox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/27c1b92k8bi9z8v7did1nwhrzzfqq6qn-packages.json.drv building '/nix/store/27c1b92k8bi9z8v7did1nwhrzzfqq6qn-packages.json.drv'... Going to be running update for following packages: - python3.11-pox-0.3.4 Press Enter key to continue... Running update for: - python3.11-pox-0.3.4: UPDATING ... - python3.11-pox-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BiocParallel, using log file: /var/log/nixpkgs-update/rPackages.BiocParallel/2024-03-05.log rPackages.BiocParallel 1.36.0 -> 1.37.0 https://repology.org/project/r:biocparallel/versions attrpath: rPackages.BiocParallel Checking auto update branch... No auto update branch exists Old version 1.36.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.BiocParallel 1.36.0 -> 1.37.0 https://repology.org/project/r:biocparallel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensorflow-probability, using log file: /var/log/nixpkgs-update/python311Packages.tensorflow-probability/2024-03-05.log python311Packages.tensorflow-probability 0 -> 1 attrpath: python311Packages.tensorflow-probability 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/mvdqz2nwcihnmyx5c8nqyqs25k7ixz16-packages.json.drv building '/nix/store/mvdqz2nwcihnmyx5c8nqyqs25k7ixz16-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorflow-probability-0.21.0 Press Enter key to continue... Running update for: - python3.11-tensorflow-probability-0.21.0: UPDATING ... - python3.11-tensorflow-probability-0.21.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorflow-probability 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ilspycmd, using log file: /var/log/nixpkgs-update/ilspycmd/2024-03-05.log ilspycmd 8.0 -> 8.2 https://github.com/icsharpcode/ILSpy/releases attrpath: ilspycmd Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/ilspycmd/default.nix b/pkgs/development/tools/ilspycmd/default.nix index 265a17f224d9..8db7a77e626b 100644 --- a/pkgs/development/tools/ilspycmd/default.nix +++ b/pkgs/development/tools/ilspycmd/default.nix @@ -9,13 +9,13 @@ }: buildDotnetModule rec { pname = "ilspycmd"; - version = "8.0"; + version = "8.2"; src = fetchFromGitHub { owner = "icsharpcode"; repo = "ILSpy"; rev = "v${version}"; - hash = "sha256-ERBYXgpBRXISfqBSBEydEQuD/5T1dvJ+wNg2U5pKip4="; + hash = "sha256-Da9+GFWNXn66N7mHCKti1xqqctvIwb2hsPo/H8zHaYA="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ilspycmd nix build failed. got build log for 'ilspycmd' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/6y70qyymihrgr5q3y3bflvkgj143dvxq-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase Executing dotnetConfigureHook The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'tool' does not exist. * You intended to execute a .NET SDK command: A compatible .NET SDK was not found. Requested SDK version: 7.0.100 global.json file: /build/source/global.json Installed SDKs: 6.0.419 [/nix/store/zd17qycdlrz8zw4ifvhkxi7z4q3clhm6-dotnet-sdk-6.0.419/sdk] Install the [7.0.100] .NET SDK or update [/build/source/global.json] to match an installed SDK. Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found [result] Failed to update ilspycmd 8.0 -> 8.2 https://github.com/icsharpcode/ILSpy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath musl, using log file: /var/log/nixpkgs-update/musl/2024-03-05.log musl 1.2.3 -> 1.2.5 https://repology.org/project/musl/versions attrpath: musl Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - musl: 1.2.3 -> 1.2.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/229439" [result] Failed to update musl 1.2.3 -> 1.2.5 https://repology.org/project/musl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.metaseqR2, using log file: /var/log/nixpkgs-update/rPackages.metaseqR2/2024-03-05.log rPackages.metaseqR2 1.10.0 -> 1.14.0 https://repology.org/project/r:metaseqr2/versions attrpath: rPackages.metaseqR2 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.metaseqR2 1.10.0 -> 1.14.0 https://repology.org/project/r:metaseqr2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openapi-schema-validator, using log file: /var/log/nixpkgs-update/python311Packages.openapi-schema-validator/2024-03-05.log python311Packages.openapi-schema-validator 0 -> 1 attrpath: python311Packages.openapi-schema-validator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kpb6l47j8135fvs8d1rifqr8ngqjwiy4-packages.json.drv building '/nix/store/kpb6l47j8135fvs8d1rifqr8ngqjwiy4-packages.json.drv'... Going to be running update for following packages: - python3.11-openapi-schema-validator-0.6.2 Press Enter key to continue... Running update for: - python3.11-openapi-schema-validator-0.6.2: UPDATING ... - python3.11-openapi-schema-validator-0.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openapi-schema-validator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath puredata, using log file: /var/log/nixpkgs-update/puredata/2024-03-05.log puredata 0.54-0 -> 0.54.1 https://repology.org/project/pd/versions attrpath: puredata Checking auto update branch... An auto update branch exists with message `puredata: 0.54-0 -> 0.54-1`. New version is 0.54.1. An auto update branch exists with an equal or greater version [result] Failed to update puredata 0.54-0 -> 0.54.1 https://repology.org/project/pd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath k3s_1_26, using log file: /var/log/nixpkgs-update/k3s_1_26/2024-03-05.log k3s_1_26 0 -> 1 attrpath: k3s_1_26 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/w54yqhcd2a8k722ann6dz4v3dnjv0j72-packages.json.drv building '/nix/store/w54yqhcd2a8k722ann6dz4v3dnjv0j72-packages.json.drv'... Going to be running update for following packages: - k3s-1.26.9+k3s1 Press Enter key to continue... Running update for: - k3s-1.26.9+k3s1: UPDATING ... - k3s-1.26.9+k3s1: ERROR --- SHOWING ERROR LOG FOR k3s-1.26.9+k3s1 ---------------------- + MINOR_VERSION=26 ++ mktemp -d + WORKDIR=/run/nixpkgs-update-worker/tmp.Jt53TC0Q7z + trap 'rm -rf /run/nixpkgs-update-worker/tmp.Jt53TC0Q7z' EXIT ++ git rev-parse --show-toplevel + NIXPKGS_ROOT=/var/cache/nixpkgs-update/worker/worktree/k3s_1_26/ +++ dirname /var/cache/nixpkgs-update/worker/worktree/k3s_1_26/pkgs/applications/networking/cluster/k3s/update-script.sh ++ cd /var/cache/nixpkgs-update/worker/worktree/k3s_1_26/pkgs/applications/networking/cluster/k3s ++ pwd -P + NIXPKGS_K3S_PATH=/var/cache/nixpkgs-update/worker/worktree/k3s_1_26/pkgs/applications/networking/cluster/k3s/ + cd /var/cache/nixpkgs-update/worker/worktree/k3s_1_26/pkgs/applications/networking/cluster/k3s/ + cd 1_26 + LATEST_TAG_RAWFILE=/run/nixpkgs-update-worker/tmp.Jt53TC0Q7z/latest_tag.json + curl --silent -f -u :7bdbd24b04abe9f561f182a0917b808ce7ecc3c6 https://api.github.com/repos/k3s-io/k3s/releases ++ jq 'map(.tag_name)' /run/nixpkgs-update-worker/tmp.Jt53TC0Q7z/latest_tag.json ++ grep -v -e rc -e engine ++ tail -n +2 ++ head -n -1 ++ sed 's|[", ]||g' ++ sort -rV ++ grep -E '^v1\.26\.' ++ head -n1 + LATEST_TAG_NAME=v1.26.14+k3s1 ++ echo v1.26.14+k3s1 ++ sed 's/^v//' + K3S_VERSION=1.26.14+k3s1 ++ curl --silent -f -u :7bdbd24b04abe9f561f182a0917b808ce7ecc3c6 https://api.github.com/repos/k3s-io/k3s/tags ++ jq -r 'map(select(.name == "v1.26.14+k3s1")) | .[0] | .commit.sha' + K3S_COMMIT=null ++ nix-prefetch-url --quiet --unpack https://github.com/k3s-io/k3s/archive/refs/tags/v1.26.14+k3s1.tar.gz + K3S_REPO_SHA256=1spvyyzk711g4ik1pv21xaasy7va5l5gcvbfkamfv4ijn0wz4mjx + FILE_SCRIPTS_DOWNLOAD=/run/nixpkgs-update-worker/tmp.Jt53TC0Q7z/scripts-download + curl --silent -f https://raw.githubusercontent.com/k3s-io/k3s/null/scripts/download + rm -rf /run/nixpkgs-update-worker/tmp.Jt53TC0Q7z --- SHOWING ERROR LOG FOR k3s-1.26.9+k3s1 ---------------------- The update script for k3s-1.26.9+k3s1 failed with exit code 22 [result] Failed to update k3s_1_26 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.crc16, using log file: /var/log/nixpkgs-update/python311Packages.crc16/2024-03-05.log python311Packages.crc16 0 -> 1 attrpath: python311Packages.crc16 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h89v2k9jvrzk1b7mqbr47r09y5agvfgb-packages.json.drv building '/nix/store/h89v2k9jvrzk1b7mqbr47r09y5agvfgb-packages.json.drv'... Going to be running update for following packages: - python3.11-crc16-0.1.1 Press Enter key to continue... Running update for: - python3.11-crc16-0.1.1: UPDATING ... - python3.11-crc16-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.crc16 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.huum, using log file: /var/log/nixpkgs-update/python311Packages.huum/2024-03-05.log python311Packages.huum 0 -> 1 attrpath: python311Packages.huum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/icki3s8wl2m8kvdw023sq0ya863lzsrf-packages.json.drv building '/nix/store/icki3s8wl2m8kvdw023sq0ya863lzsrf-packages.json.drv'... Going to be running update for following packages: - python3.11-huum-0.7.10 Press Enter key to continue... Running update for: - python3.11-huum-0.7.10: UPDATING ... - python3.11-huum-0.7.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.huum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath html5validator, using log file: /var/log/nixpkgs-update/html5validator/2024-03-05.log html5validator 0 -> 1 attrpath: html5validator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sprmjmpshcyjc6zqmd7b8kz1dxzhsxbf-packages.json.drv building '/nix/store/sprmjmpshcyjc6zqmd7b8kz1dxzhsxbf-packages.json.drv'... Going to be running update for following packages: - html5validator-0.4.2 Press Enter key to continue... Running update for: - html5validator-0.4.2: UPDATING ... - html5validator-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update html5validator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath brlaser, using log file: /var/log/nixpkgs-update/brlaser/2024-03-05.log brlaser 6 -> 6.2.6 https://repology.org/project/brlaser/versions attrpath: brlaser Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected FLOAT, expecting '.' or '=' at /var/cache/nixpkgs-update/worker/worktree/brlaser/pkgs/misc/cups/drivers/brlaser/default.nix:11:11: 10| rev = "v${version}"; 11| sha256.2.6 = "1995s6.2.69ksq1fz0vb34v0ndiqncrinbrlpmp70rkl6.2.6az7kag99s80"; | ^ 12| }; stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected FLOAT, expecting '.' or '=' at /var/cache/nixpkgs-update/worker/worktree/brlaser/pkgs/misc/cups/drivers/brlaser/default.nix:11:11: 10| rev = "v${version}"; 11| sha256.2.6 = "1995s6.2.69ksq1fz0vb34v0ndiqncrinbrlpmp70rkl6.2.6az7kag99s80"; | ^ 12| }; stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/brlaser/lib/attrsets.nix:419:5: 418| set: 419| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 420| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected FLOAT, expecting '.' or '=' at /var/cache/nixpkgs-update/worker/worktree/brlaser/pkgs/misc/cups/drivers/brlaser/default.nix:11:11: 10| rev = "v${version}"; 11| sha256.2.6 = "1995s6.2.69ksq1fz0vb34v0ndiqncrinbrlpmp70rkl6.2.6az7kag99s80"; | ^ 12| }; [result] Failed to update brlaser 6 -> 6.2.6 https://repology.org/project/brlaser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.allpairspy, using log file: /var/log/nixpkgs-update/python311Packages.allpairspy/2024-03-05.log python311Packages.allpairspy 0 -> 1 attrpath: python311Packages.allpairspy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jv8mwdbqw4mks2iymp8fp87f2x6h1hly-packages.json.drv building '/nix/store/jv8mwdbqw4mks2iymp8fp87f2x6h1hly-packages.json.drv'... Going to be running update for following packages: - python3.11-allpairspy-2.5.1 Press Enter key to continue... Running update for: - python3.11-allpairspy-2.5.1: UPDATING ... - python3.11-allpairspy-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.allpairspy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onioncircuits, using log file: /var/log/nixpkgs-update/onioncircuits/2024-03-05.log onioncircuits 0 -> 1 attrpath: onioncircuits Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/869a7m0rkxzsn4zm4rwqwas81d9ygaf3-packages.json.drv building '/nix/store/869a7m0rkxzsn4zm4rwqwas81d9ygaf3-packages.json.drv'... Going to be running update for following packages: - onioncircuits-0.7 Press Enter key to continue... Running update for: - onioncircuits-0.7: UPDATING ... - onioncircuits-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onioncircuits 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vagrant, using log file: /var/log/nixpkgs-update/vagrant/2024-03-05.log vagrant 2.3.7 -> 2.4.1 https://github.com/hashicorp/vagrant/releases attrpath: vagrant Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - vagrant: 2.3.7 -> 2.4.1; adopt orphaned package URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292672" [result] Failed to update vagrant 2.3.7 -> 2.4.1 https://github.com/hashicorp/vagrant/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-examples, using log file: /var/log/nixpkgs-update/python311Packages.pytest-examples/2024-03-05.log python311Packages.pytest-examples 0 -> 1 attrpath: python311Packages.pytest-examples Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v20h7dnhzp2zwa3wjz84raa1b9sbf84a-packages.json.drv building '/nix/store/v20h7dnhzp2zwa3wjz84raa1b9sbf84a-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-examples-0.0.10 Press Enter key to continue... Running update for: - python3.11-pytest-examples-0.0.10: UPDATING ... - python3.11-pytest-examples-0.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-examples 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath solana-cli, using log file: /var/log/nixpkgs-update/solana-cli/2024-03-05.log solana-cli 0 -> 1 attrpath: solana-cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6g7n360ql876h6irnz1xfxa2yksbq6a9-packages.json.drv building '/nix/store/6g7n360ql876h6irnz1xfxa2yksbq6a9-packages.json.drv'... Going to be running update for following packages: - solana-cli-1.16.27 Press Enter key to continue... Running update for: - solana-cli-1.16.27: UPDATING ... - solana-cli-1.16.27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/blockchains/solana/Cargo.lock b/pkgs/applications/blockchains/solana/Cargo.lock index de1799d5d416..9ab2d21becdb 100644 --- a/pkgs/applications/blockchains/solana/Cargo.lock +++ b/pkgs/applications/blockchains/solana/Cargo.lock @@ -12,6 +12,15 @@ dependencies = [ "regex", ] +[[package]] +name = "addr2line" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" +dependencies = [ + "gimli", +] + [[package]] name = "adler" version = "1.0.2" @@ -42,8 +51,7 @@ dependencies = [ [[package]] name = "aes-gcm-siv" version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc" +source = "git+https://github.com/RustCrypto/AEADs?rev=6105d7a5591aefa646a95d12b5e8d3f55a9214ef#6105d7a5591aefa646a95d12b5e8d3f55a9214ef" dependencies = [ "aead", "aes", @@ -60,19 +68,19 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" dependencies = [ - "getrandom 0.2.8", + "getrandom 0.2.10", "once_cell", "version_check", ] [[package]] name = "ahash" -version = "0.8.4" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72832d73be48bac96a5d7944568f305d829ed55b0ce3b483647089dfaf6cf704" +checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" dependencies = [ "cfg-if 1.0.0", - "getrandom 0.2.8", + "getrandom 0.2.10", "once_cell", "version_check", "zerocopy", @@ -117,6 +125,12 @@ dependencies = [ "alloc-no-stdlib", ] +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + [[package]] name = "android_system_properties" version = "0.1.4" @@ -126,6 +140,12 @@ dependencies = [ "libc", ] +[[package]] +name = "anes" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" + [[package]] name = "ansi_term" version = "0.11.0" @@ -135,11 +155,31 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "anstyle" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" + [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.79" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" + +[[package]] +name = "aquamarine" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" +dependencies = [ + "include_dir", + "itertools", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", +] [[package]] name = "arc-swap" @@ -188,7 +228,7 @@ dependencies = [ "derivative", "digest 0.10.7", "itertools", - "num-bigint 0.4.3", + "num-bigint 0.4.4", "num-traits", "paste", "rustc_version 0.4.0", @@ -201,7 +241,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" dependencies = [ - "quote 1.0.28", + "quote", "syn 1.0.109", ] @@ -211,10 +251,10 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" dependencies = [ - "num-bigint 0.4.3", + "num-bigint 0.4.4", "num-traits", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -240,7 +280,7 @@ dependencies = [ "ark-serialize-derive", "ark-std", "digest 0.10.7", - "num-bigint 0.4.3", + "num-bigint 0.4.4", ] [[package]] @@ -249,8 +289,8 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -278,9 +318,9 @@ checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" [[package]] name = "arrayvec" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" +checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "ascii" @@ -301,7 +341,7 @@ dependencies = [ "num-traits", "rusticata-macros", "thiserror", - "time 0.3.9", + "time", ] [[package]] @@ -310,8 +350,8 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", "synstructure", ] @@ -322,8 +362,8 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -349,9 +389,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-channel" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" dependencies = [ "concurrent-queue", "event-listener", @@ -360,9 +400,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.3.14" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695" +checksum = "62b74f44609f0f91493e3082d3734d98497e094777144380ea4db9f9905dd5b6" dependencies = [ "brotli", "flate2", @@ -397,20 +437,20 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "async-trait" -version = "0.1.68" +version = "0.1.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" +checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -441,13 +481,13 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.4" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core", - "bitflags", + "bitflags 1.3.2", "bytes", "futures-util", "http", @@ -457,22 +497,21 @@ dependencies = [ "matchit", "memchr", "mime", - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", "pin-project-lite", "rustversion", "serde", "sync_wrapper", "tower", - "tower-http", "tower-layer", "tower-service", ] [[package]] name = "axum-core" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34" +checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" dependencies = [ "async-trait", "bytes", @@ -492,13 +531,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" dependencies = [ "futures-core", - "getrandom 0.2.8", + "getrandom 0.2.10", "instant", "pin-project-lite", "rand 0.8.5", "tokio", ] +[[package]] +name = "backtrace" +version = "0.3.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" +dependencies = [ + "addr2line", + "cc", + "cfg-if 1.0.0", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", +] + [[package]] name = "base64" version = "0.12.3" @@ -513,9 +567,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.2" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64ct" @@ -538,19 +592,19 @@ version = "0.65.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cexpr", "clang-sys", "lazy_static", "lazycell", "peeking_take_while", "prettyplease 0.2.4", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "regex", "rustc-hash", "shlex", - "syn 2.0.43", + "syn 2.0.48", ] [[package]] @@ -574,6 +628,15 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" +dependencies = [ + "serde", +] + [[package]] name = "bitmaps" version = "2.1.0" @@ -585,9 +648,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.3.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" +checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" dependencies = [ "arrayref", "arrayvec", @@ -663,6 +726,16 @@ dependencies = [ "hashbrown 0.13.2", ] +[[package]] +name = "borsh" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9897ef0f1bd2362169de6d7e436ea2237dc1085d7d1e4db75f4be34d86f309d1" +dependencies = [ + "borsh-derive 1.2.1", + "cfg_aliases", +] + [[package]] name = "borsh-derive" version = "0.9.3" @@ -672,7 +745,7 @@ dependencies = [ "borsh-derive-internal 0.9.3", "borsh-schema-derive-internal 0.9.3", "proc-macro-crate 0.1.5", - "proc-macro2 1.0.76", + "proc-macro2", "syn 1.0.109", ] @@ -685,18 +758,32 @@ dependencies = [ "borsh-derive-internal 0.10.3", "borsh-schema-derive-internal 0.10.3", "proc-macro-crate 0.1.5", - "proc-macro2 1.0.76", + "proc-macro2", "syn 1.0.109", ] +[[package]] +name = "borsh-derive" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "478b41ff04256c5c8330f3dfdaaae2a5cc976a8e75088bafa4625b0d0208de8c" +dependencies = [ + "once_cell", + "proc-macro-crate 2.0.0", + "proc-macro2", + "quote", + "syn 2.0.48", + "syn_derive", +] + [[package]] name = "borsh-derive-internal" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -706,8 +793,8 @@ version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -717,8 +804,8 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -728,8 +815,8 @@ version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -777,7 +864,7 @@ checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" dependencies = [ "memchr", "once_cell", - "regex-automata", + "regex-automata 0.1.10", "serde", ] @@ -815,9 +902,9 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.3" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" +checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" [[package]] name = "bytemuck" @@ -834,22 +921,22 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "bytesize" @@ -914,7 +1001,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_json", "thiserror", @@ -929,13 +1016,20 @@ dependencies = [ "rustc_version 0.4.0", ] +[[package]] +name = "cast" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" + [[package]] name = "cc" -version = "1.0.79" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", + "libc", ] [[package]] @@ -959,31 +1053,63 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "cfg_aliases" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + [[package]] name = "chrono" -version = "0.4.24" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ + "android-tzdata", "iana-time-zone", "js-sys", - "num-integer", "num-traits", "serde", - "time 0.1.43", "wasm-bindgen", - "winapi 0.3.9", + "windows-targets 0.48.0", ] [[package]] name = "chrono-humanize" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e" +checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b" dependencies = [ "chrono", ] +[[package]] +name = "ciborium" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" +dependencies = [ + "ciborium-io", + "ciborium-ll", + "serde", +] + +[[package]] +name = "ciborium-io" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" + +[[package]] +name = "ciborium-ll" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" +dependencies = [ + "ciborium-io", + "half", +] + [[package]] name = "cipher" version = "0.3.0" @@ -1012,7 +1138,7 @@ checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" dependencies = [ "ansi_term", "atty", - "bitflags", + "bitflags 1.3.2", "strsim 0.8.0", "textwrap 0.11.0", "unicode-width", @@ -1026,26 +1152,45 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" dependencies = [ "atty", - "bitflags", + "bitflags 1.3.2", "clap_derive", - "clap_lex", - "indexmap", + "clap_lex 0.2.4", + "indexmap 1.9.3", "once_cell", "strsim 0.10.0", "termcolor", "textwrap 0.16.0", ] +[[package]] +name = "clap" +version = "4.3.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" +dependencies = [ + "clap_builder", +] + +[[package]] +name = "clap_builder" +version = "4.3.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" +dependencies = [ + "anstyle", + "clap_lex 0.5.0", +] + [[package]] name = "clap_derive" version = "3.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" dependencies = [ - "heck 0.4.0", + "heck", "proc-macro-error", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -1058,6 +1203,12 @@ dependencies = [ "os_str_bytes", ] +[[package]] +name = "clap_lex" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" + [[package]] name = "combine" version = "3.8.1" @@ -1082,15 +1233,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" dependencies = [ "encode_unicode", "lazy_static", "libc", "unicode-width", - "windows-sys 0.45.0", + "windows-sys 0.52.0", ] [[package]] @@ -1121,29 +1272,29 @@ checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" [[package]] name = "const_format" -version = "0.2.30" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e" +checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" -version = "0.2.29" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650" +checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "unicode-xid 0.2.2", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "constant_time_eq" -version = "0.2.5" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" +checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" [[package]] name = "convert_case" @@ -1181,9 +1332,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.1" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" +checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" dependencies = [ "libc", ] @@ -1197,13 +1348,49 @@ dependencies = [ "cfg-if 1.0.0", ] +[[package]] +name = "criterion" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" +dependencies = [ + "anes", + "cast 0.3.0", + "ciborium", + "clap 4.3.21", + "criterion-plot", + "is-terminal", + "itertools", + "num-traits", + "once_cell", + "oorandom", + "plotters", + "rayon", + "regex", + "serde", + "serde_derive", + "serde_json", + "tinytemplate", + "walkdir", +] + +[[package]] +name = "criterion-plot" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" +dependencies = [ + "cast 0.3.0", + "itertools", +] + [[package]] name = "criterion-stats" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "387df94cb74ada1b33e10ce034bb0d9360cc73edb5063e7d7d4120a40ee1c9d2" dependencies = [ - "cast", + "cast 0.2.7", "num-traits", "num_cpus", "rand 0.4.6", @@ -1212,11 +1399,10 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.8" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" +checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b" dependencies = [ - "cfg-if 1.0.0", "crossbeam-utils", ] @@ -1245,9 +1431,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.14" +version = "0.8.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" +checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c" dependencies = [ "cfg-if 1.0.0", ] @@ -1280,9 +1466,9 @@ dependencies = [ [[package]] name = "csv" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" +checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" dependencies = [ "csv-core", "itoa", @@ -1292,9 +1478,9 @@ dependencies = [ [[package]] name = "csv-core" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" +checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" dependencies = [ "memchr", ] @@ -1310,19 +1496,18 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.3.1" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2" +checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b" dependencies = [ - "nix", - "windows-sys 0.48.0", + "nix 0.27.1", + "windows-sys 0.52.0", ] [[package]] name = "curve25519-dalek" version = "3.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0" +source = "git+https://github.com/solana-labs/curve25519-dalek.git?rev=b500cdc2a920cd5bff9e2dd974d7b97349d61464#b500cdc2a920cd5bff9e2dd974d7b97349d61464" dependencies = [ "byteorder", "digest 0.9.0", @@ -1350,10 +1535,10 @@ checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb" dependencies = [ "fnv", "ident_case", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "strsim 0.10.0", - "syn 2.0.43", + "syn 2.0.48", ] [[package]] @@ -1363,32 +1548,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a" dependencies = [ "darling_core", - "quote 1.0.28", - "syn 2.0.43", + "quote", + "syn 2.0.48", ] [[package]] name = "dashmap" -version = "4.0.2" +version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if 1.0.0", - "num_cpus", + "hashbrown 0.14.3", + "lock_api", + "once_cell", + "parking_lot_core 0.9.8", "rayon", ] -[[package]] -name = "dashmap" -version = "5.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c" -dependencies = [ - "cfg-if 1.0.0", - "num_cpus", - "parking_lot 0.12.1", -] - [[package]] name = "data-encoding" version = "2.3.2" @@ -1413,7 +1590,7 @@ dependencies = [ "asn1-rs", "displaydoc", "nom", - "num-bigint 0.4.3", + "num-bigint 0.4.4", "num-traits", "rusticata-macros", ] @@ -1430,8 +1607,8 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -1442,8 +1619,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" dependencies = [ "convert_case", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "rustc_version 0.3.3", "syn 1.0.109", ] @@ -1497,9 +1674,9 @@ dependencies = [ [[package]] name = "dir-diff" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b" +checksum = "a7ad16bf5f84253b50d6557681c58c3ab67c47c77d39fed9aeb56e947290bd10" dependencies = [ "walkdir", ] @@ -1531,32 +1708,32 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] -name = "dlopen" -version = "0.1.8" +name = "dlopen2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937" +checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa" dependencies = [ - "dlopen_derive", - "lazy_static", + "dlopen2_derive", "libc", + "once_cell", "winapi 0.3.9", ] [[package]] -name = "dlopen_derive" -version = "0.1.4" +name = "dlopen2_derive" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581" +checksum = "a6cbae11b3de8fce2a456e8ea3dada226b35fe791f0dc1d360c0941f0bb681f3" dependencies = [ - "libc", - "quote 0.6.13", - "syn 0.15.44", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -1565,6 +1742,12 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" +[[package]] +name = "downcast" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" + [[package]] name = "eager" version = "0.1.0" @@ -1603,7 +1786,7 @@ dependencies = [ "derivation-path", "ed25519-dalek", "hmac 0.12.1", - "sha2 0.10.6", + "sha2 0.10.8", ] [[package]] @@ -1613,16 +1796,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f86b50932a01e7ec5c06160492ab660fb19b6bb2a7878030dd6cd68d21df9d4d" dependencies = [ "enum-ordinalize", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "either" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" +checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "encode_unicode" @@ -1641,22 +1824,22 @@ dependencies = [ [[package]] name = "enum-iterator" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689" +checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94" dependencies = [ "enum-iterator-derive", ] [[package]] name = "enum-iterator-derive" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb" +checksum = "03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -1665,10 +1848,10 @@ version = "3.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef" dependencies = [ - "num-bigint 0.4.3", + "num-bigint 0.4.4", "num-traits", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -1686,38 +1869,34 @@ dependencies = [ ] [[package]] -name = "errno" -version = "0.3.1" +name = "equivalent" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" -dependencies = [ - "errno-dragonfly", - "libc", - "windows-sys 0.48.0", -] +checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" [[package]] -name = "errno-dragonfly" -version = "0.1.2" +name = "errno" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" +checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" dependencies = [ - "cc", "libc", + "windows-sys 0.52.0", ] [[package]] name = "etcd-client" -version = "0.8.2" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3bfae4cb9cd8c3c2a552d45e155cafd079f385a3b9421b9a010878f44531f1e" +checksum = "f4b0ea5ef6dc2388a4b1669fa32097249bc03a15417b97cb75e38afb309e4a89" dependencies = [ "http", - "prost 0.9.0", + "prost", "tokio", "tokio-stream", - "tonic 0.6.2", - "tonic-build 0.6.2", + "tonic", + "tonic-build", + "tower", "tower-service", ] @@ -1744,18 +1923,15 @@ dependencies = [ [[package]] name = "fastrand" -version = "1.6.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" -dependencies = [ - "instant", -] +checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "fd-lock" -version = "3.0.12" +version = "3.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642" +checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5" dependencies = [ "cfg-if 1.0.0", "rustix", @@ -1799,9 +1975,9 @@ checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide", @@ -1839,13 +2015,19 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "form_urlencoded" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", ] +[[package]] +name = "fragile" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" + [[package]] name = "fs_extra" version = "1.3.0" @@ -1866,9 +2048,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" +checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ "futures-channel", "futures-core", @@ -1881,9 +2063,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", "futures-sink", @@ -1891,15 +2073,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-executor" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" +checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" dependencies = [ "futures-core", "futures-task", @@ -1909,38 +2091,38 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-macro" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] name = "futures-sink" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-util" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures 0.1.31", "futures-channel", @@ -1971,7 +2153,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32c95766e0414f8bfc1d07055574c621b67739466d6ba516c4fef8e99d30d2e6" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg-if 1.0.0", "log", "managed", @@ -1981,7 +2163,7 @@ dependencies = [ [[package]] name = "gen-headers" -version = "1.16.27" +version = "1.18.4" dependencies = [ "log", "regex", @@ -1989,7 +2171,7 @@ dependencies = [ [[package]] name = "gen-syscall-list" -version = "1.16.27" +version = "1.18.4" dependencies = [ "regex", ] @@ -2039,9 +2221,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" +checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -2050,6 +2232,12 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "gimli" +version = "0.27.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" + [[package]] name = "glob" version = "0.3.0" @@ -2076,7 +2264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8af59a261bcf42f45d1b261232847b9b850ba0a1419d6100698246fb66e9240" dependencies = [ "arc-swap", - "futures 0.3.28", + "futures 0.3.30", "log", "reqwest", "serde", @@ -2084,7 +2272,7 @@ dependencies = [ "serde_json", "simpl", "smpl_jwt", - "time 0.3.9", + "time", "tokio", ] @@ -2101,9 +2289,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.18" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -2111,13 +2299,19 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap", + "indexmap 2.1.0", "slab", "tokio", "tokio-util 0.7.1", "tracing", ] +[[package]] +name = "half" +version = "1.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" + [[package]] name = "hash32" version = "0.2.1" @@ -2151,9 +2345,15 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.4", + "ahash 0.8.7", ] +[[package]] +name = "hashbrown" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" + [[package]] name = "headers" version = "0.3.7" @@ -2161,7 +2361,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d" dependencies = [ "base64 0.13.1", - "bitflags", + "bitflags 1.3.2", "bytes", "headers-core", "http", @@ -2179,15 +2379,6 @@ dependencies = [ "http", ] -[[package]] -name = "heck" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" -dependencies = [ - "unicode-segmentation", -] - [[package]] name = "heck" version = "0.4.0" @@ -2203,15 +2394,6 @@ dependencies = [ "libc", ] -[[package]] -name = "hermit-abi" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" -dependencies = [ - "libc", -] - [[package]] name = "hermit-abi" version = "0.3.1" @@ -2226,9 +2408,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.3.3" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f841dbb77615e116fb2ca38044b42310370f0d093c774a72361670ff2ae431b" +checksum = "723777263b0dcc5730aec947496bd8c3940ba63c15f5633b288cc615f4f6af79" dependencies = [ "cc", "libc", @@ -2274,9 +2456,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes", "fnv", @@ -2294,12 +2476,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "http-range-header" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" - [[package]] name = "httparse" version = "1.8.0" @@ -2320,9 +2496,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.26" +version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" +checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ "bytes", "futures-channel", @@ -2335,7 +2511,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2", + "socket2 0.5.5", "tokio", "tower-service", "tracing", @@ -2349,7 +2525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" dependencies = [ "bytes", - "futures 0.3.28", + "futures 0.3.30", "headers", "http", "hyper", @@ -2362,15 +2538,16 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.23.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" +checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" dependencies = [ + "futures-util", "http", "hyper", - "rustls 0.20.8", + "rustls", "tokio", - "tokio-rustls 0.23.3", + "tokio-rustls", ] [[package]] @@ -2430,9 +2607,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.3.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -2461,27 +2638,56 @@ dependencies = [ ] [[package]] -name = "index_list" -version = "0.2.7" +name = "include_dir" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce" +checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +dependencies = [ + "include_dir_macros", +] [[package]] -name = "indexmap" -version = "1.9.3" +name = "include_dir_macros" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "index_list" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70891286cb8e844fdfcf1178b47569699f9e20b5ecc4b45a6240a64771444638" + +[[package]] +name = "indexmap" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown 0.12.3", +] + +[[package]] +name = "indexmap" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +dependencies = [ + "equivalent", + "hashbrown 0.14.3", "rayon", ] [[package]] name = "indicatif" -version = "0.17.4" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8" +checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" dependencies = [ "console", "instant", @@ -2500,22 +2706,22 @@ dependencies = [ ] [[package]] -name = "io-lifetimes" -version = "1.0.10" +name = "ipnet" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" + +[[package]] +name = "is-terminal" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" +checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ "hermit-abi 0.3.1", - "libc", + "rustix", "windows-sys 0.48.0", ] -[[package]] -name = "ipnet" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" - [[package]] name = "itertools" version = "0.10.5" @@ -2527,9 +2733,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" +checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "jobserver" @@ -2542,9 +2748,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.63" +version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" +checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" dependencies = [ "wasm-bindgen", ] @@ -2567,7 +2773,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a" dependencies = [ "derive_more", - "futures 0.3.28", + "futures 0.3.30", "jsonrpc-core", "jsonrpc-pubsub", "jsonrpc-server-utils", @@ -2585,7 +2791,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "futures-executor", "futures-util", "log", @@ -2600,7 +2806,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "jsonrpc-client-transports", ] @@ -2611,8 +2817,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2" dependencies = [ "proc-macro-crate 0.1.5", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -2622,7 +2828,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "hyper", "jsonrpc-core", "jsonrpc-server-utils", @@ -2638,7 +2844,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "jsonrpc-core", "jsonrpc-server-utils", "log", @@ -2653,7 +2859,7 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "jsonrpc-core", "lazy_static", "log", @@ -2669,7 +2875,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4" dependencies = [ "bytes", - "futures 0.3.28", + "futures 0.3.30", "globset", "jsonrpc-core", "lazy_static", @@ -2710,9 +2916,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.144" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libloading" @@ -2804,6 +3010,18 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "light-poseidon" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c9a85a9752c549ceb7578064b4ed891179d20acd85f27318573b64d2d7ee7ee" +dependencies = [ + "ark-bn254", + "ark-ff", + "num-bigint 0.4.4", + "thiserror", +] + [[package]] name = "linked-hash-map" version = "0.5.4" @@ -2812,27 +3030,25 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linux-raw-sys" -version = "0.3.6" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c" +checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "lock_api" -version = "0.4.6" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" +checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" dependencies = [ + "autocfg", "scopeguard", ] [[package]] name = "log" -version = "0.4.17" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if 1.0.0", -] +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lru" @@ -2889,9 +3105,9 @@ checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" [[package]] name = "memchr" -version = "2.5.0" +version = "2.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" +checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" [[package]] name = "memmap2" @@ -2970,24 +3186,40 @@ dependencies = [ [[package]] name = "mio" -version = "0.7.14" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" +checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" dependencies = [ "libc", - "log", - "miow", - "ntapi", - "winapi 0.3.9", + "wasi 0.11.0+wasi-snapshot-preview1", + "windows-sys 0.48.0", ] [[package]] -name = "miow" -version = "0.3.7" +name = "mockall" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" +checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" dependencies = [ - "winapi 0.3.9", + "cfg-if 1.0.0", + "downcast", + "fragile", + "lazy_static", + "mockall_derive", + "predicates", + "predicates-tree", +] + +[[package]] +name = "mockall_derive" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" +dependencies = [ + "cfg-if 1.0.0", + "proc-macro2", + "quote", + "syn 1.0.109", ] [[package]] @@ -3006,8 +3238,8 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3048,16 +3280,26 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" +checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg-if 1.0.0", "libc", "memoffset 0.7.1", "pin-utils", - "static_assertions", +] + +[[package]] +name = "nix" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +dependencies = [ + "bitflags 2.4.2", + "cfg-if 1.0.0", + "libc", ] [[package]] @@ -3077,14 +3319,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" -[[package]] -name = "ntapi" -version = "0.3.7" -source = "git+https://github.com/solana-labs/ntapi?rev=97ede981a1777883ff86d142b75024b023f04fad#97ede981a1777883ff86d142b75024b023f04fad" -dependencies = [ - "winapi 0.3.9", -] - [[package]] name = "num" version = "0.2.1" @@ -3112,9 +3346,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" +checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" dependencies = [ "autocfg", "num-integer", @@ -3137,20 +3371,20 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "num-derive" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6a0fd4f737c707bd9086cc16c925f294943eb62eb71499e9fd4cf71f8b9f4e" +checksum = "cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -3188,9 +3422,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" dependencies = [ "autocfg", "libm", @@ -3198,11 +3432,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.2.6", + "hermit-abi 0.3.1", "libc", ] @@ -3226,11 +3460,11 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb" +checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" dependencies = [ - "num_enum_derive 0.7.0", + "num_enum_derive 0.7.2", ] [[package]] @@ -3240,8 +3474,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" dependencies = [ "proc-macro-crate 1.1.0", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3252,21 +3486,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" dependencies = [ "proc-macro-crate 1.1.0", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] name = "num_enum_derive" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597" +checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" dependencies = [ - "proc-macro-crate 1.1.0", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro-crate 2.0.0", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -3284,6 +3518,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" +[[package]] +name = "object" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" +dependencies = [ + "memchr", +] + [[package]] name = "oid-registry" version = "0.6.0" @@ -3295,9 +3538,15 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" + +[[package]] +name = "oorandom" +version = "11.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "opaque-debug" @@ -3313,11 +3562,11 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.55" +version = "0.10.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" +checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" dependencies = [ - "bitflags", + "bitflags 2.4.2", "cfg-if 1.0.0", "foreign-types", "libc", @@ -3332,8 +3581,8 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3345,18 +3594,18 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "openssl-src" -version = "111.25.0+1.1.1t" +version = "300.1.6+3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6" +checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.89" +version = "0.9.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4026ef4fae4cd0c85aee4846e497cea7855659077108067c0d37c0d628f3e40a" +checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" dependencies = [ "cc", "libc", @@ -3378,7 +3627,7 @@ dependencies = [ "futures-util", "js-sys", "lazy_static", - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", "pin-project", "rand 0.8.5", "thiserror", @@ -3408,8 +3657,8 @@ checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7" dependencies = [ "Inflector", "proc-macro-error", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3419,7 +3668,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6" dependencies = [ - "futures 0.3.28", + "futures 0.3.30", "libc", "log", "rand 0.7.3", @@ -3445,7 +3694,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", - "parking_lot_core 0.9.1", + "parking_lot_core 0.9.8", ] [[package]] @@ -3464,15 +3713,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.1" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" +checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.2.10", + "redox_syscall 0.3.5", "smallvec", - "windows-sys 0.32.0", + "windows-targets 0.48.0", ] [[package]] @@ -3522,9 +3771,9 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" [[package]] name = "percent-encoding" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "percentage" @@ -3562,8 +3811,8 @@ checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" dependencies = [ "pest", "pest_meta", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3585,7 +3834,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f" dependencies = [ "fixedbitset", - "indexmap", + "indexmap 1.9.3", ] [[package]] @@ -3613,8 +3862,8 @@ version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] @@ -3653,6 +3902,34 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" +[[package]] +name = "plotters" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" +dependencies = [ + "num-traits", + "plotters-backend", + "plotters-svg", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "plotters-backend" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" + +[[package]] +name = "plotters-svg" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" +dependencies = [ + "plotters-backend", +] + [[package]] name = "polyval" version = "0.5.3" @@ -3719,7 +3996,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b83ec2d0af5c5c556257ff52c9f98934e243b9fd39604bfb2a9b75ec2e97f18" dependencies = [ - "proc-macro2 1.0.76", + "proc-macro2", "syn 1.0.109", ] @@ -3729,17 +4006,23 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ceca8aaf45b5c46ec7ed39fff75f57290368c1846d33d24a122ca81416ab058" dependencies = [ - "proc-macro2 1.0.76", - "syn 2.0.43", + "proc-macro2", + "syn 2.0.48", ] +[[package]] +name = "prio-graph" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6492a75ca57066a4479af45efa302bed448680182b0563f96300645d5f896097" + [[package]] name = "proc-macro-crate" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" dependencies = [ - "toml", + "toml 0.5.8", ] [[package]] @@ -3749,7 +4032,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83" dependencies = [ "thiserror", - "toml", + "toml 0.5.8", +] + +[[package]] +name = "proc-macro-crate" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" +dependencies = [ + "toml_edit 0.20.7", ] [[package]] @@ -3759,8 +4051,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", "version_check", ] @@ -3771,59 +4063,40 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "version_check", ] [[package]] name = "proc-macro2" -version = "0.4.30" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -dependencies = [ - "unicode-xid 0.1.0", -] - -[[package]] -name = "proc-macro2" -version = "1.0.76" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] [[package]] name = "proptest" -version = "1.2.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" +checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" dependencies = [ "bit-set", - "bitflags", - "byteorder", + "bit-vec", + "bitflags 2.4.2", "lazy_static", "num-traits", "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift", - "regex-syntax 0.6.29", + "regex-syntax", "rusty-fork", "tempfile", "unarray", ] -[[package]] -name = "prost" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001" -dependencies = [ - "bytes", - "prost-derive 0.9.0", -] - [[package]] name = "prost" version = "0.11.9" @@ -3831,64 +4104,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ "bytes", - "prost-derive 0.11.9", -] - -[[package]] -name = "prost-build" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5" -dependencies = [ - "bytes", - "heck 0.3.3", - "itertools", - "lazy_static", - "log", - "multimap", - "petgraph", - "prost 0.9.0", - "prost-types 0.9.0", - "regex", - "tempfile", - "which", + "prost-derive", ] [[package]] name = "prost-build" -version = "0.11.4" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276470f7f281b0ed53d2ae42dd52b4a8d08853a3c70e7fe95882acbb98a6ae94" +checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" dependencies = [ "bytes", - "heck 0.4.0", + "heck", "itertools", "lazy_static", "log", "multimap", "petgraph", "prettyplease 0.1.9", - "prost 0.11.9", - "prost-types 0.11.9", + "prost", + "prost-types", "regex", "syn 1.0.109", "tempfile", "which", ] -[[package]] -name = "prost-derive" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe" -dependencies = [ - "anyhow", - "itertools", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", -] - [[package]] name = "prost-derive" version = "0.11.9" @@ -3897,36 +4137,26 @@ checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" dependencies = [ "anyhow", "itertools", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] -[[package]] -name = "prost-types" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a" -dependencies = [ - "bytes", - "prost 0.9.0", -] - [[package]] name = "prost-types" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ - "prost 0.11.9", + "prost", ] [[package]] name = "proto" -version = "1.16.27" +version = "1.18.4" dependencies = [ "protobuf-src", - "tonic-build 0.8.4", + "tonic-build", ] [[package]] @@ -3944,7 +4174,18 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e" dependencies = [ - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", +] + +[[package]] +name = "qualifier_attr" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e2e25ee72f5b24d773cae88422baddefff7714f97aab68d96fe2b6fc4a28fb2" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -3955,70 +4196,59 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quinn" -version = "0.9.4" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ "bytes", "pin-project-lite", "quinn-proto", "quinn-udp", "rustc-hash", - "rustls 0.20.8", + "rustls", "thiserror", "tokio", "tracing", - "webpki 0.22.0", ] [[package]] name = "quinn-proto" -version = "0.9.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989" +checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" dependencies = [ "bytes", "rand 0.8.5", - "ring", + "ring 0.16.20", "rustc-hash", - "rustls 0.20.8", + "rustls", "rustls-native-certs", "slab", "thiserror", "tinyvec", "tracing", - "webpki 0.22.0", ] [[package]] name = "quinn-udp" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +checksum = "6df19e284d93757a9fb91d63672f7741b129246a669db09d1c0063071debc0c0" dependencies = [ + "bytes", "libc", - "quinn-proto", - "socket2", + "socket2 0.5.5", "tracing", - "windows-sys 0.42.0", -] - -[[package]] -name = "quote" -version = "0.6.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -dependencies = [ - "proc-macro2 0.4.30", + "windows-sys 0.48.0", ] [[package]] name = "quote" -version = "1.0.28" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" dependencies = [ - "proc-macro2 1.0.76", + "proc-macro2", ] [[package]] @@ -4108,7 +4338,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.8", + "getrandom 0.2.10", ] [[package]] @@ -4140,15 +4370,15 @@ dependencies = [ [[package]] name = "raptorq" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655b020bbf5c89791160a30f0d4706d8ec7aa5718d6a198f6df19c400e4f4470" +checksum = "6c9cf9270cc5903afdef387f06ef1cd89fb77f45c357c2a425bae78b839fd866" [[package]] name = "rayon" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" +checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" dependencies = [ "either", "rayon-core", @@ -4156,19 +4386,17 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.11.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ - "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", - "num_cpus", ] [[package]] name = "rbpf-cli" -version = "1.16.27" +version = "1.18.4" [[package]] name = "rcgen" @@ -4177,8 +4405,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", - "ring", - "time 0.3.9", + "ring 0.16.20", + "time", "yasna", ] @@ -4197,7 +4425,7 @@ version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -4206,7 +4434,16 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ - "bitflags", + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +dependencies = [ + "bitflags 1.3.2", ] [[package]] @@ -4215,7 +4452,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.8", + "getrandom 0.2.10", "redox_syscall 0.2.10", ] @@ -4236,13 +4473,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.3" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" +checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick 1.0.1", "memchr", - "regex-syntax 0.7.2", + "regex-automata 0.4.4", + "regex-syntax", ] [[package]] @@ -4252,25 +4490,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" [[package]] -name = "regex-syntax" -version = "0.6.29" +name = "regex-automata" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" +checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" +dependencies = [ + "aho-corasick 1.0.1", + "memchr", + "regex-syntax", +] [[package]] name = "regex-syntax" -version = "0.7.2" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" +checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.17" +version = "0.11.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91" +checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" dependencies = [ "async-compression", - "base64 0.21.2", + "base64 0.21.7", "bytes", "encoding_rs", "futures-core", @@ -4287,23 +4530,24 @@ dependencies = [ "mime", "native-tls", "once_cell", - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", "pin-project-lite", - "rustls 0.20.8", + "rustls", "rustls-pemfile 1.0.0", "serde", "serde_json", "serde_urlencoded", + "system-configuration", "tokio", "tokio-native-tls", - "tokio-rustls 0.23.3", + "tokio-rustls", "tokio-util 0.7.1", "tower-service", - "url 2.3.1", + "url 2.5.0", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots", + "webpki-roots 0.25.2", "winreg", ] @@ -4317,11 +4561,25 @@ dependencies = [ "libc", "once_cell", "spin 0.5.2", - "untrusted", + "untrusted 0.7.1", "web-sys", "winapi 0.3.9", ] +[[package]] +name = "ring" +version = "0.17.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e" +dependencies = [ + "cc", + "getrandom 0.2.10", + "libc", + "spin 0.9.2", + "untrusted 0.9.0", + "windows-sys 0.48.0", +] + [[package]] name = "rocksdb" version = "0.21.0" @@ -4343,13 +4601,13 @@ dependencies = [ [[package]] name = "rpassword" -version = "7.2.0" +version = "7.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" +checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" dependencies = [ "libc", "rtoolbox", - "winapi 0.3.9", + "windows-sys 0.48.0", ] [[package]] @@ -4389,7 +4647,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.17", + "semver 1.0.21", ] [[package]] @@ -4403,41 +4661,27 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.18" +version = "0.38.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bbfc1d1c7c40c01715f47d71444744a81669ca84e8b63e25a55e169b1f86433" +checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" dependencies = [ - "bitflags", + "bitflags 2.4.2", "errno", - "io-lifetimes", "libc", "linux-raw-sys", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "rustls" -version = "0.19.1" +version = "0.21.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" +checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" dependencies = [ - "base64 0.13.1", "log", - "ring", - "sct 0.6.1", - "webpki 0.21.4", -] - -[[package]] -name = "rustls" -version = "0.20.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" -dependencies = [ - "log", - "ring", - "sct 0.7.0", - "webpki 0.22.0", + "ring 0.17.3", + "rustls-webpki", + "sct", ] [[package]] @@ -4470,11 +4714,21 @@ dependencies = [ "base64 0.13.1", ] +[[package]] +name = "rustls-webpki" +version = "0.101.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" +dependencies = [ + "ring 0.17.3", + "untrusted 0.9.0", +] + [[package]] name = "rustversion" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" +checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rusty-fork" @@ -4515,9 +4769,9 @@ dependencies = [ [[package]] name = "scopeguard" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scroll" @@ -4534,29 +4788,19 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] -[[package]] -name = "sct" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" -dependencies = [ - "ring", - "untrusted", -] - [[package]] name = "sct" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring", - "untrusted", + "ring 0.16.20", + "untrusted 0.7.1", ] [[package]] @@ -4565,7 +4809,7 @@ version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "core-foundation-sys", "libc", @@ -4593,9 +4837,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.17" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" +checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" dependencies = [ "serde", ] @@ -4609,46 +4853,64 @@ dependencies = [ "pest", ] +[[package]] +name = "seqlock" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5c67b6f14ecc5b86c66fa63d76b5092352678545a8a3cdae80aef5128371910" +dependencies = [ + "parking_lot 0.12.1", +] + [[package]] name = "serde" -version = "1.0.163" +version = "1.0.195" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" +checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" dependencies = [ "serde_derive", ] [[package]] name = "serde_bytes" -version = "0.11.9" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" +checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.163" +version = "1.0.195" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" +checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] name = "serde_json" -version = "1.0.96" +version = "1.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" +checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" dependencies = [ "itoa", "ryu", "serde", ] +[[package]] +name = "serde_spanned" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" +dependencies = [ + "serde", +] + [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -4678,9 +4940,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f" dependencies = [ "darling", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -4689,7 +4951,7 @@ version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" dependencies = [ - "indexmap", + "indexmap 1.9.3", "ryu", "serde", "yaml-rust", @@ -4697,11 +4959,11 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.21" +version = "0.9.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" +checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38" dependencies = [ - "indexmap", + "indexmap 2.1.0", "itoa", "ryu", "serde", @@ -4710,12 +4972,12 @@ dependencies = [ [[package]] name = "serial_test" -version = "0.9.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153" +checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" dependencies = [ - "dashmap 5.2.0", - "futures 0.3.28", + "dashmap", + "futures 0.3.30", "lazy_static", "log", "parking_lot 0.12.1", @@ -4724,14 +4986,13 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "0.9.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b6f5d1c3087fb119617cff2966fe3808a80e5eb59a8c1601d5994d66f4346a5" +checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" dependencies = [ - "proc-macro-error", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -4770,6 +5031,17 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" +dependencies = [ + "cfg-if 1.0.0", + "cpufeatures", + "digest 0.10.7", +] + [[package]] name = "sha2" version = "0.9.9" @@ -4785,9 +5057,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.6" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if 1.0.0", "cpufeatures", @@ -4833,15 +5105,15 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "shlex" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" dependencies = [ "libc", "signal-hook-registry", @@ -4868,6 +5140,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a30f10c911c0355f80f1c2faa8096efc4a58cdf8590b954d5b395efa071c711" +[[package]] +name = "siphasher" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" + [[package]] name = "sized-chunks" version = "0.6.5" @@ -4886,9 +5164,9 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "smallvec" -version = "1.7.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smpl_jwt" @@ -4903,7 +5181,7 @@ dependencies = [ "serde_derive", "serde_json", "simpl", - "time 0.3.9", + "time", ] [[package]] @@ -4916,6 +5194,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "socket2" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" +dependencies = [ + "libc", + "windows-sys 0.48.0", +] + [[package]] name = "soketto" version = "0.7.1" @@ -4924,7 +5212,7 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.1", "bytes", - "futures 0.3.28", + "futures 0.3.30", "httparse", "log", "rand 0.8.5", @@ -4933,10 +5221,11 @@ dependencies = [ [[package]] name = "solana-account-decoder" -version = "1.16.27" +version = "1.18.4" dependencies = [ "Inflector", - "base64 0.21.2", + "assert_matches", + "base64 0.21.7", "bincode", "bs58", "bv", @@ -4944,12 +5233,12 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "solana-address-lookup-table-program", "solana-config-program", "solana-sdk", "spl-pod", "spl-token", "spl-token-2022", + "spl-token-group-interface", "spl-token-metadata-interface", "thiserror", "zstd", @@ -4957,27 +5246,28 @@ dependencies = [ [[package]] name = "solana-accounts-bench" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 2.33.3", "log", "rayon", + "solana-accounts-db", "solana-logger", "solana-measure", - "solana-runtime", "solana-sdk", "solana-version", ] [[package]] name = "solana-accounts-cluster-bench" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 2.33.3", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "solana-account-decoder", + "solana-accounts-db", "solana-clap-utils", "solana-cli-config", "solana-client", @@ -4998,14 +5288,81 @@ dependencies = [ "spl-token", ] +[[package]] +name = "solana-accounts-db" +version = "1.18.4" +dependencies = [ + "arrayref", + "assert_matches", + "bincode", + "blake3", + "bv", + "bytemuck", + "byteorder", + "bzip2", + "crossbeam-channel", + "dashmap", + "ed25519-dalek", + "flate2", + "fnv", + "im", + "index_list", + "itertools", + "lazy_static", + "libsecp256k1", + "log", + "lz4", + "memmap2", + "memoffset 0.9.0", + "modular-bitfield", + "num-derive 0.4.1", + "num-traits", + "num_cpus", + "num_enum 0.7.2", + "ouroboros", + "percentage", + "qualifier_attr", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rayon", + "regex", + "rustc_version 0.4.0", + "seqlock", + "serde", + "serde_derive", + "smallvec", + "solana-accounts-db", + "solana-bucket-map", + "solana-config-program", + "solana-frozen-abi", + "solana-frozen-abi-macro", + "solana-logger", + "solana-measure", + "solana-metrics", + "solana-nohash-hasher", + "solana-program-runtime", + "solana-rayon-threadlimit", + "solana-sdk", + "solana-stake-program", + "solana-system-program", + "solana-vote-program", + "static_assertions", + "strum", + "strum_macros", + "tar", + "tempfile", + "test-case", + "thiserror", +] + [[package]] name = "solana-address-lookup-table-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "bytemuck", "log", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "rustc_version 0.4.0", "serde", @@ -5019,7 +5376,7 @@ dependencies = [ [[package]] name = "solana-address-lookup-table-program-tests" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "bincode", @@ -5030,12 +5387,12 @@ dependencies = [ [[package]] name = "solana-banking-bench" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 3.2.23", "crossbeam-channel", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "solana-client", "solana-core", @@ -5054,10 +5411,10 @@ dependencies = [ [[package]] name = "solana-banks-client" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "borsh 0.10.3", - "futures 0.3.28", + "borsh 1.2.1", + "futures 0.3.30", "solana-banks-interface", "solana-banks-server", "solana-program", @@ -5071,7 +5428,7 @@ dependencies = [ [[package]] name = "solana-banks-interface" -version = "1.16.27" +version = "1.18.4" dependencies = [ "serde", "solana-sdk", @@ -5080,11 +5437,12 @@ dependencies = [ [[package]] name = "solana-banks-server" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "crossbeam-channel", - "futures 0.3.28", + "futures 0.3.30", + "solana-accounts-db", "solana-banks-interface", "solana-client", "solana-runtime", @@ -5097,7 +5455,7 @@ dependencies = [ [[package]] name = "solana-bench-streamer" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 3.2.23", "crossbeam-channel", @@ -5108,15 +5466,15 @@ dependencies = [ [[package]] name = "solana-bench-tps" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 2.33.3", "crossbeam-channel", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "serde_json", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", "serial_test", "solana-clap-utils", "solana-cli-config", @@ -5149,12 +5507,12 @@ dependencies = [ [[package]] name = "solana-bloom" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bv", "fnv", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "rustc_version 0.4.0", "serde", @@ -5166,25 +5524,28 @@ dependencies = [ [[package]] name = "solana-bpf-loader-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "bincode", "byteorder", "libsecp256k1", "log", "memoffset 0.9.0", - "rand 0.7.3", + "rand 0.8.5", + "scopeguard", "solana-measure", "solana-program-runtime", "solana-sdk", "solana-zk-token-sdk", "solana_rbpf", + "test-case", "thiserror", ] [[package]] name = "solana-bpf-loader-program-tests" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "bincode", @@ -5195,15 +5556,16 @@ dependencies = [ [[package]] name = "solana-bucket-map" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bv", + "bytemuck", "fs_extra", "log", "memmap2", "modular-bitfield", - "num_enum 0.6.1", - "rand 0.7.3", + "num_enum 0.7.2", + "rand 0.8.5", "rayon", "solana-logger", "solana-measure", @@ -5213,28 +5575,26 @@ dependencies = [ [[package]] name = "solana-cargo-build-bpf" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "cargo_metadata", - "clap 3.2.23", "log", "solana-logger", - "solana-sdk", ] [[package]] name = "solana-cargo-build-sbf" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_cmd", "bzip2", "cargo_metadata", "clap 3.2.23", + "itertools", "log", "predicates", "regex", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serial_test", "solana-download-utils", "solana-logger", @@ -5243,48 +5603,74 @@ dependencies = [ ] [[package]] -name = "solana-cargo-test-bpf" -version = "1.16.27" +name = "solana-cargo-registry" +version = "1.18.4" dependencies = [ - "cargo_metadata", - "clap 3.2.23", + "clap 2.33.3", + "flate2", + "hex", + "hyper", + "log", + "rustc_version 0.4.0", + "serde", + "serde_json", + "sha2 0.10.8", + "solana-clap-utils", + "solana-cli", + "solana-cli-config", + "solana-cli-output", + "solana-logger", + "solana-remote-wallet", + "solana-rpc-client", + "solana-rpc-client-api", + "solana-sdk", + "solana-version", + "tar", + "tempfile", + "tokio", + "toml 0.8.8", ] +[[package]] +name = "solana-cargo-test-bpf" +version = "1.18.4" + [[package]] name = "solana-cargo-test-sbf" -version = "1.16.27" +version = "1.18.4" dependencies = [ "cargo_metadata", "clap 3.2.23", + "itertools", "log", "solana-logger", ] [[package]] name = "solana-clap-utils" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "chrono", "clap 2.33.3", "rpassword", - "solana-perf", "solana-remote-wallet", "solana-sdk", "tempfile", "thiserror", "tiny-bip39", "uriparse", - "url 2.3.1", + "url 2.5.0", ] [[package]] name = "solana-clap-v3-utils" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "chrono", "clap 3.2.23", "rpassword", - "solana-perf", "solana-remote-wallet", "solana-sdk", "solana-zk-token-sdk", @@ -5292,13 +5678,14 @@ dependencies = [ "thiserror", "tiny-bip39", "uriparse", - "url 2.3.1", + "url 2.5.0", ] [[package]] name = "solana-cli" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "bincode", "bs58", "clap 2.33.3", @@ -5313,12 +5700,11 @@ dependencies = [ "num-traits", "pretty-hex", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "serde_json", "solana-account-decoder", - "solana-address-lookup-table-program", "solana-bpf-loader-program", "solana-clap-utils", "solana-cli-config", @@ -5326,6 +5712,7 @@ dependencies = [ "solana-client", "solana-config-program", "solana-faucet", + "solana-loader-v4-program", "solana-logger", "solana-program-runtime", "solana-pubsub-client", @@ -5343,31 +5730,32 @@ dependencies = [ "solana_rbpf", "spl-memo", "tempfile", + "test-case", "thiserror", "tiny-bip39", ] [[package]] name = "solana-cli-config" -version = "1.16.27" +version = "1.18.4" dependencies = [ "anyhow", "dirs-next", "lazy_static", "serde", "serde_derive", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", "solana-clap-utils", "solana-sdk", - "url 2.3.1", + "url 2.5.0", ] [[package]] name = "solana-cli-output" -version = "1.16.27" +version = "1.18.4" dependencies = [ "Inflector", - "base64 0.21.2", + "base64 0.21.7", "chrono", "clap 2.33.3", "console", @@ -5375,7 +5763,7 @@ dependencies = [ "humantime", "indicatif", "pretty-hex", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_json", "solana-account-decoder", @@ -5390,19 +5778,18 @@ dependencies = [ [[package]] name = "solana-client" -version = "1.16.27" +version = "1.18.4" dependencies = [ "async-trait", "bincode", "crossbeam-channel", - "futures 0.3.28", + "dashmap", + "futures 0.3.30", "futures-util", - "indexmap", + "indexmap 2.1.0", "indicatif", "log", "quinn", - "rand 0.7.3", - "rand_chacha 0.2.2", "rayon", "solana-connection-cache", "solana-measure", @@ -5423,10 +5810,12 @@ dependencies = [ [[package]] name = "solana-client-test" -version = "1.16.27" +version = "1.18.4" dependencies = [ "futures-util", + "rand 0.8.5", "serde_json", + "solana-client", "solana-ledger", "solana-logger", "solana-measure", @@ -5451,7 +5840,7 @@ dependencies = [ [[package]] name = "solana-compute-budget-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ "solana-program-runtime", "solana-sdk", @@ -5459,7 +5848,7 @@ dependencies = [ [[package]] name = "solana-config-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "chrono", @@ -5472,16 +5861,17 @@ dependencies = [ [[package]] name = "solana-connection-cache" -version = "1.16.27" +version = "1.18.4" dependencies = [ "async-trait", "bincode", + "crossbeam-channel", "futures-util", - "indexmap", + "indexmap 2.1.0", "indicatif", "log", - "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", "rcgen", "solana-logger", @@ -5495,38 +5885,47 @@ dependencies = [ [[package]] name = "solana-core" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "base64 0.21.2", + "assert_matches", + "base64 0.21.7", "bincode", "bs58", + "bytes", "chrono", "crossbeam-channel", - "dashmap 4.0.2", + "dashmap", "eager", "etcd-client", "fs_extra", + "futures 0.3.30", "histogram", "itertools", "lazy_static", "log", "lru", - "matches", "min-max-heap", - "num_enum 0.6.1", - "rand 0.7.3", - "rand_chacha 0.2.2", + "num_enum 0.7.2", + "prio-graph", + "quinn", + "rand 0.8.5", + "rand_chacha 0.3.1", "raptorq", "rayon", + "rcgen", "rolling-file", "rustc_version 0.4.0", + "rustls", "serde", + "serde_bytes", "serde_derive", "serde_json", "serial_test", - "solana-address-lookup-table-program", + "solana-accounts-db", "solana-bloom", "solana-client", + "solana-core", + "solana-cost-model", "solana-entry", "solana-frozen-abi", "solana-frozen-abi-macro", @@ -5540,6 +5939,7 @@ dependencies = [ "solana-perf", "solana-poh", "solana-program-runtime", + "solana-quic-client", "solana-rayon-threadlimit", "solana-rpc", "solana-rpc-client-api", @@ -5550,8 +5950,12 @@ dependencies = [ "solana-streamer", "solana-tpu-client", "solana-transaction-status", + "solana-turbine", + "solana-unified-scheduler-pool", "solana-version", + "solana-vote", "solana-vote-program", + "solana-wen-restart", "static_assertions", "strum", "strum_macros", @@ -5565,16 +5969,41 @@ dependencies = [ "trees", ] +[[package]] +name = "solana-cost-model" +version = "1.18.4" +dependencies = [ + "lazy_static", + "log", + "rustc_version 0.4.0", + "solana-address-lookup-table-program", + "solana-bpf-loader-program", + "solana-compute-budget-program", + "solana-config-program", + "solana-frozen-abi", + "solana-frozen-abi-macro", + "solana-loader-v4-program", + "solana-logger", + "solana-metrics", + "solana-program-runtime", + "solana-sdk", + "solana-stake-program", + "solana-system-program", + "solana-vote-program", + "static_assertions", + "test-case", +] + [[package]] name = "solana-dos" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "clap 3.2.23", "crossbeam-channel", "itertools", "log", - "rand 0.7.3", + "rand 0.8.5", "serde", "solana-bench-tps", "solana-client", @@ -5597,7 +6026,7 @@ dependencies = [ [[package]] name = "solana-download-utils" -version = "1.16.27" +version = "1.18.4" dependencies = [ "console", "indicatif", @@ -5609,27 +6038,26 @@ dependencies = [ [[package]] name = "solana-ed25519-program-tests" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "ed25519-dalek", - "rand 0.7.3", + "rand 0.8.5", "solana-program-test", "solana-sdk", ] [[package]] name = "solana-entry" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "bincode", "crossbeam-channel", - "dlopen", - "dlopen_derive", + "dlopen2", "lazy_static", "log", - "matches", - "rand 0.7.3", + "rand 0.8.5", "rayon", "serde", "solana-logger", @@ -5643,7 +6071,7 @@ dependencies = [ [[package]] name = "solana-faucet" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "byteorder", @@ -5665,30 +6093,23 @@ dependencies = [ [[package]] name = "solana-frozen-abi" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "ahash 0.8.4", - "blake3", + "bitflags 2.4.2", "block-buffer 0.10.4", "bs58", "bv", - "byteorder", - "cc", "either", "generic-array 0.14.7", - "getrandom 0.1.16", "im", "lazy_static", "log", "memmap2", - "once_cell", - "rand_core 0.6.4", "rustc_version 0.4.0", "serde", "serde_bytes", "serde_derive", - "serde_json", - "sha2 0.10.6", + "sha2 0.10.8", "solana-frozen-abi-macro", "solana-logger", "subtle", @@ -5697,25 +6118,26 @@ dependencies = [ [[package]] name = "solana-frozen-abi-macro" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "rustc_version 0.4.0", - "syn 2.0.43", + "syn 2.0.48", ] [[package]] name = "solana-genesis" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "base64 0.21.2", + "base64 0.21.7", "bincode", "clap 2.33.3", "itertools", "serde", "serde_json", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", + "solana-accounts-db", "solana-clap-utils", "solana-cli-config", "solana-entry", @@ -5731,18 +6153,18 @@ dependencies = [ [[package]] name = "solana-genesis-utils" -version = "1.16.27" +version = "1.18.4" dependencies = [ "log", + "solana-accounts-db", "solana-download-utils", "solana-rpc-client", - "solana-runtime", "solana-sdk", ] [[package]] name = "solana-geyser-plugin-interface" -version = "1.16.27" +version = "1.18.4" dependencies = [ "log", "solana-sdk", @@ -5752,7 +6174,7 @@ dependencies = [ [[package]] name = "solana-geyser-plugin-manager" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bs58", "crossbeam-channel", @@ -5762,6 +6184,7 @@ dependencies = [ "libloading", "log", "serde_json", + "solana-accounts-db", "solana-entry", "solana-geyser-plugin-interface", "solana-ledger", @@ -5776,25 +6199,25 @@ dependencies = [ [[package]] name = "solana-gossip" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "bincode", "bv", "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap", + "indexmap 2.1.0", "itertools", "log", "lru", - "matches", "num-traits", "num_cpus", - "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", - "regex", "rustc_version 0.4.0", + "rustversion", "serde", "serde_bytes", "serde_derive", @@ -5818,14 +6241,16 @@ dependencies = [ "solana-thin-client", "solana-tpu-client", "solana-version", + "solana-vote", "solana-vote-program", "static_assertions", + "test-case", "thiserror", ] [[package]] name = "solana-install" -version = "1.16.27" +version = "1.18.4" dependencies = [ "atty", "bincode", @@ -5838,13 +6263,13 @@ dependencies = [ "dirs-next", "indicatif", "lazy_static", - "nix", + "nix 0.26.4", "reqwest", "scopeguard", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_yaml 0.8.26", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", "solana-clap-utils", "solana-config-program", "solana-logger", @@ -5853,14 +6278,14 @@ dependencies = [ "solana-version", "tar", "tempfile", - "url 2.3.1", + "url 2.5.0", "winapi 0.3.9", "winreg", ] [[package]] name = "solana-keygen" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bs58", "clap 3.2.23", @@ -5877,30 +6302,30 @@ dependencies = [ [[package]] name = "solana-ledger" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "bincode", - "bitflags", + "bitflags 2.4.2", "bs58", "byteorder", "chrono", "chrono-humanize", "crossbeam-channel", - "dashmap 4.0.2", + "dashmap", "fs_extra", - "futures 0.3.28", + "futures 0.3.30", "itertools", "lazy_static", "libc", "log", "lru", - "matches", + "mockall", "num_cpus", - "num_enum 0.6.1", - "prost 0.11.9", - "rand 0.7.3", - "rand_chacha 0.2.2", + "num_enum 0.7.2", + "prost", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", "reed-solomon-erasure", "rocksdb", @@ -5908,9 +6333,11 @@ dependencies = [ "scopeguard", "serde", "serde_bytes", - "sha2 0.10.6", + "sha2 0.10.8", "solana-account-decoder", + "solana-accounts-db", "solana-bpf-loader-program", + "solana-cost-model", "solana-entry", "solana-frozen-abi", "solana-frozen-abi-macro", @@ -5926,11 +6353,14 @@ dependencies = [ "solana-storage-bigtable", "solana-storage-proto", "solana-transaction-status", + "solana-vote", "solana-vote-program", "spl-pod", "spl-token", "spl-token-2022", "static_assertions", + "strum", + "strum_macros", "tempfile", "test-case", "thiserror", @@ -5941,7 +6371,7 @@ dependencies = [ [[package]] name = "solana-ledger-tool" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_cmd", "bs58", @@ -5950,8 +6380,8 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "csv", - "dashmap 4.0.2", - "futures 0.3.28", + "dashmap", + "futures 0.3.30", "histogram", "itertools", "log", @@ -5961,10 +6391,12 @@ dependencies = [ "serde_json", "signal-hook", "solana-account-decoder", + "solana-accounts-db", "solana-bpf-loader-program", "solana-clap-utils", "solana-cli-output", "solana-core", + "solana-cost-model", "solana-entry", "solana-geyser-plugin-manager", "solana-gossip", @@ -5979,20 +6411,21 @@ dependencies = [ "solana-storage-bigtable", "solana-streamer", "solana-transaction-status", + "solana-unified-scheduler-pool", "solana-version", "solana-vote-program", "solana_rbpf", + "thiserror", "tikv-jemallocator", "tokio", ] [[package]] name = "solana-loader-v4-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "log", - "rand 0.7.3", "solana-measure", "solana-program-runtime", "solana-sdk", @@ -6001,7 +6434,7 @@ dependencies = [ [[package]] name = "solana-local-cluster" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "crossbeam-channel", @@ -6009,9 +6442,10 @@ dependencies = [ "gag", "itertools", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "serial_test", + "solana-accounts-db", "solana-client", "solana-config-program", "solana-core", @@ -6029,14 +6463,17 @@ dependencies = [ "solana-streamer", "solana-thin-client", "solana-tpu-client", + "solana-turbine", + "solana-vote", "solana-vote-program", + "static_assertions", "tempfile", "trees", ] [[package]] name = "solana-log-analyzer" -version = "1.16.27" +version = "1.18.4" dependencies = [ "byte-unit", "clap 3.2.23", @@ -6048,7 +6485,7 @@ dependencies = [ [[package]] name = "solana-logger" -version = "1.16.27" +version = "1.18.4" dependencies = [ "env_logger", "lazy_static", @@ -6057,7 +6494,7 @@ dependencies = [ [[package]] name = "solana-measure" -version = "1.16.27" +version = "1.18.4" dependencies = [ "log", "solana-sdk", @@ -6065,52 +6502,52 @@ dependencies = [ [[package]] name = "solana-memory-management" -version = "1.16.27" +version = "1.18.4" [[package]] name = "solana-merkle-root-bench" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 2.33.3", "log", + "solana-accounts-db", "solana-logger", "solana-measure", - "solana-runtime", "solana-sdk", "solana-version", ] [[package]] name = "solana-merkle-tree" -version = "1.16.27" +version = "1.18.4" dependencies = [ "fast-math", "hex", - "matches", "solana-program", ] [[package]] name = "solana-metrics" -version = "1.16.27" +version = "1.18.4" dependencies = [ "crossbeam-channel", "env_logger", "gethostname", "lazy_static", "log", - "rand 0.7.3", + "rand 0.8.5", "reqwest", "serial_test", "solana-sdk", + "thiserror", ] [[package]] name = "solana-net-shaper" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 3.2.23", - "rand 0.7.3", + "rand 0.8.5", "serde", "serde_json", "solana-logger", @@ -6118,27 +6555,33 @@ dependencies = [ [[package]] name = "solana-net-utils" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "clap 3.2.23", "crossbeam-channel", "log", - "nix", - "rand 0.7.3", + "nix 0.26.4", + "rand 0.8.5", "serde", "serde_derive", - "socket2", + "socket2 0.5.5", "solana-logger", "solana-sdk", "solana-version", "tokio", - "url 2.3.1", + "url 2.5.0", ] +[[package]] +name = "solana-nohash-hasher" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b8a731ed60e89177c8a7ab05fe0f1511cedd3e70e773f288f9de33a9cfdc21e" + [[package]] name = "solana-notifier" -version = "1.16.27" +version = "1.18.4" dependencies = [ "log", "reqwest", @@ -6148,25 +6591,27 @@ dependencies = [ [[package]] name = "solana-perf" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "ahash 0.8.4", + "ahash 0.8.7", + "assert_matches", "bincode", "bv", "caps", "curve25519-dalek", - "dlopen", - "dlopen_derive", + "dlopen2", "fnv", "lazy_static", "libc", "log", - "matches", - "nix", - "rand 0.7.3", - "rand_chacha 0.2.2", + "nix 0.26.4", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", + "rustc_version 0.4.0", "serde", + "solana-frozen-abi", + "solana-frozen-abi-macro", "solana-logger", "solana-metrics", "solana-rayon-threadlimit", @@ -6177,20 +6622,21 @@ dependencies = [ [[package]] name = "solana-poh" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "bincode", "core_affinity", "crossbeam-channel", "log", - "matches", - "rand 0.7.3", + "rand 0.8.5", "solana-entry", "solana-ledger", "solana-logger", "solana-measure", "solana-metrics", "solana-perf", + "solana-poh", "solana-runtime", "solana-sdk", "thiserror", @@ -6198,11 +6644,10 @@ dependencies = [ [[package]] name = "solana-poh-bench" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 3.2.23", "log", - "rand 0.7.3", "rayon", "solana-entry", "solana-logger", @@ -6214,7 +6659,7 @@ dependencies = [ [[package]] name = "solana-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ "anyhow", "ark-bn254", @@ -6223,12 +6668,13 @@ dependencies = [ "ark-serialize", "array-bytes", "assert_matches", - "base64 0.21.2", + "base64 0.21.7", "bincode", - "bitflags", + "bitflags 2.4.2", "blake3", "borsh 0.10.3", "borsh 0.9.3", + "borsh 1.2.1", "bs58", "bv", "bytemuck", @@ -6236,27 +6682,27 @@ dependencies = [ "console_error_panic_hook", "console_log", "curve25519-dalek", - "getrandom 0.2.8", + "getrandom 0.2.10", "itertools", "js-sys", "lazy_static", "libc", "libsecp256k1", + "light-poseidon", "log", "memoffset 0.9.0", - "num-bigint 0.4.3", - "num-derive 0.3.3", + "num-bigint 0.4.4", + "num-derive 0.4.1", "num-traits", "parking_lot 0.12.1", - "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.5", "rustc_version 0.4.0", "rustversion", "serde", "serde_bytes", "serde_derive", "serde_json", - "sha2 0.10.6", + "sha2 0.10.8", "sha3 0.10.4", "solana-frozen-abi", "solana-frozen-abi-macro", @@ -6271,19 +6717,21 @@ dependencies = [ [[package]] name = "solana-program-runtime" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "base64 0.21.2", + "assert_matches", + "base64 0.21.7", "bincode", "eager", "enum-iterator", "itertools", "libc", + "libsecp256k1", "log", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "percentage", - "rand 0.7.3", + "rand 0.8.5", "rustc_version 0.4.0", "serde", "solana-frozen-abi", @@ -6298,16 +6746,17 @@ dependencies = [ [[package]] name = "solana-program-test" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "async-trait", - "base64 0.21.2", + "base64 0.21.7", "bincode", "chrono-humanize", "crossbeam-channel", "log", "serde", + "solana-accounts-db", "solana-banks-client", "solana-banks-interface", "solana-banks-server", @@ -6318,20 +6767,22 @@ dependencies = [ "solana-sdk", "solana-stake-program", "solana-vote-program", + "solana_rbpf", + "test-case", "thiserror", "tokio", ] [[package]] name = "solana-pubsub-client" -version = "1.16.27" +version = "1.18.4" dependencies = [ "anyhow", "crossbeam-channel", "futures-util", "log", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "serde_json", @@ -6343,25 +6794,24 @@ dependencies = [ "tokio-stream", "tokio-tungstenite", "tungstenite", - "url 2.3.1", + "url 2.5.0", ] [[package]] name = "solana-quic-client" -version = "1.16.27" +version = "1.18.4" dependencies = [ "async-mutex", "async-trait", "crossbeam-channel", - "futures 0.3.28", + "futures 0.3.30", "itertools", "lazy_static", "log", "quinn", "quinn-proto", - "quinn-udp", "rcgen", - "rustls 0.20.8", + "rustls", "solana-connection-cache", "solana-logger", "solana-measure", @@ -6377,7 +6827,7 @@ dependencies = [ [[package]] name = "solana-rayon-threadlimit" -version = "1.16.27" +version = "1.18.4" dependencies = [ "lazy_static", "num_cpus", @@ -6385,17 +6835,18 @@ dependencies = [ [[package]] name = "solana-remote-wallet" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "console", "dialoguer", "hidapi", "log", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "parking_lot 0.12.1", "qstring", - "semver 1.0.17", + "semver 1.0.21", "solana-sdk", "thiserror", "uriparse", @@ -6403,13 +6854,13 @@ dependencies = [ [[package]] name = "solana-rpc" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "base64 0.21.2", + "base64 0.21.7", "bincode", "bs58", "crossbeam-channel", - "dashmap 4.0.2", + "dashmap", "itertools", "jsonrpc-core", "jsonrpc-core-client", @@ -6426,7 +6877,7 @@ dependencies = [ "serial_test", "soketto", "solana-account-decoder", - "solana-address-lookup-table-program", + "solana-accounts-db", "solana-client", "solana-entry", "solana-faucet", @@ -6448,6 +6899,7 @@ dependencies = [ "solana-tpu-client", "solana-transaction-status", "solana-version", + "solana-vote", "solana-vote-program", "spl-pod", "spl-token", @@ -6461,21 +6913,21 @@ dependencies = [ [[package]] name = "solana-rpc-client" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "async-trait", - "base64 0.21.2", + "base64 0.21.7", "bincode", "bs58", "crossbeam-channel", - "futures 0.3.28", + "futures 0.3.30", "indicatif", "jsonrpc-core", "jsonrpc-http-server", "log", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "serde_json", @@ -6490,13 +6942,13 @@ dependencies = [ [[package]] name = "solana-rpc-client-api" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "base64 0.21.2", + "base64 0.21.7", "bs58", "jsonrpc-core", "reqwest", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "serde_json", @@ -6510,11 +6962,11 @@ dependencies = [ [[package]] name = "solana-rpc-client-nonce-utils" -version = "1.16.27" +version = "1.18.4" dependencies = [ "anyhow", "clap 2.33.3", - "futures 0.3.28", + "futures 0.3.30", "serde_json", "solana-account-decoder", "solana-clap-utils", @@ -6527,7 +6979,7 @@ dependencies = [ [[package]] name = "solana-rpc-test" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "bs58", @@ -6554,11 +7006,12 @@ dependencies = [ [[package]] name = "solana-runtime" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "aquamarine", "arrayref", "assert_matches", - "base64 0.21.2", + "base64 0.21.7", "bincode", "blake3", "bv", @@ -6566,7 +7019,7 @@ dependencies = [ "byteorder", "bzip2", "crossbeam-channel", - "dashmap 4.0.2", + "dashmap", "dir-diff", "ed25519-dalek", "flate2", @@ -6581,27 +7034,30 @@ dependencies = [ "lz4", "memmap2", "memoffset 0.9.0", + "mockall", "modular-bitfield", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "num_cpus", - "num_enum 0.6.1", - "once_cell", + "num_enum 0.7.2", "ouroboros", "percentage", - "rand 0.7.3", - "rand_chacha 0.2.2", + "qualifier_attr", + "rand 0.8.5", + "rand_chacha 0.3.1", "rayon", "regex", "rustc_version 0.4.0", "serde", "serde_derive", "serde_json", + "solana-accounts-db", "solana-address-lookup-table-program", "solana-bpf-loader-program", "solana-bucket-map", "solana-compute-budget-program", "solana-config-program", + "solana-cost-model", "solana-frozen-abi", "solana-frozen-abi-macro", "solana-loader-v4-program", @@ -6611,10 +7067,12 @@ dependencies = [ "solana-perf", "solana-program-runtime", "solana-rayon-threadlimit", + "solana-runtime", "solana-sdk", "solana-stake-program", "solana-system-program", "solana-version", + "solana-vote", "solana-vote-program", "solana-zk-token-proof-program", "solana-zk-token-sdk", @@ -6629,16 +7087,30 @@ dependencies = [ "zstd", ] +[[package]] +name = "solana-runtime-transaction" +version = "1.18.4" +dependencies = [ + "bincode", + "log", + "rand 0.8.5", + "rustc_version 0.4.0", + "solana-program", + "solana-program-runtime", + "solana-sdk", + "thiserror", +] + [[package]] name = "solana-sdk" -version = "1.16.27" +version = "1.18.4" dependencies = [ "anyhow", "assert_matches", - "base64 0.21.2", + "base64 0.21.7", "bincode", - "bitflags", - "borsh 0.10.3", + "bitflags 2.4.2", + "borsh 1.2.1", "bs58", "bytemuck", "byteorder", @@ -6657,13 +7129,14 @@ dependencies = [ "libsecp256k1", "log", "memmap2", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", - "num_enum 0.6.1", + "num_enum 0.7.2", "pbkdf2 0.11.0", "qstring", + "qualifier_attr", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.5", "rustc_version 0.4.0", "rustversion", "serde", @@ -6671,12 +7144,14 @@ dependencies = [ "serde_derive", "serde_json", "serde_with", - "sha2 0.10.6", + "sha2 0.10.8", "sha3 0.10.4", + "siphasher", "solana-frozen-abi", "solana-frozen-abi-macro", "solana-logger", "solana-program", + "solana-sdk", "solana-sdk-macro", "static_assertions", "thiserror", @@ -6687,18 +7162,24 @@ dependencies = [ [[package]] name = "solana-sdk-macro" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bs58", - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "rustversion", - "syn 2.0.43", + "syn 2.0.48", ] +[[package]] +name = "solana-security-txt" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "468aa43b7edb1f9b7b7b686d5c3aeb6630dc1708e86e31343499dd5c4d775183" + [[package]] name = "solana-send-transaction-service" -version = "1.16.27" +version = "1.18.4" dependencies = [ "crossbeam-channel", "log", @@ -6713,7 +7194,7 @@ dependencies = [ [[package]] name = "solana-stake-accounts" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 2.33.3", "solana-clap-utils", @@ -6729,7 +7210,7 @@ dependencies = [ [[package]] name = "solana-stake-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "bincode", @@ -6746,7 +7227,7 @@ dependencies = [ [[package]] name = "solana-storage-bigtable" -version = "1.16.27" +version = "1.18.4" dependencies = [ "backoff", "bincode", @@ -6754,15 +7235,15 @@ dependencies = [ "bzip2", "enum-iterator", "flate2", - "futures 0.3.28", + "futures 0.3.30", "goauth", "http", "hyper", "hyper-proxy", "log", "openssl", - "prost 0.11.9", - "prost-types 0.11.9", + "prost", + "prost-types", "serde", "serde_derive", "smpl_jwt", @@ -6772,61 +7253,61 @@ dependencies = [ "solana-transaction-status", "thiserror", "tokio", - "tonic 0.8.3", + "tonic", "zstd", ] [[package]] name = "solana-storage-proto" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "bs58", "enum-iterator", - "prost 0.11.9", + "prost", "protobuf-src", "serde", "solana-account-decoder", "solana-sdk", "solana-transaction-status", - "tonic-build 0.8.4", + "tonic-build", ] [[package]] name = "solana-store-tool" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 2.33.3", "log", + "solana-accounts-db", "solana-logger", - "solana-runtime", "solana-sdk", "solana-version", ] [[package]] name = "solana-streamer" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "async-channel", "bytes", "crossbeam-channel", "futures-util", "histogram", - "indexmap", + "indexmap 2.1.0", "itertools", "libc", "log", - "nix", + "nix 0.26.4", "pem", "percentage", "pkcs8", "quinn", "quinn-proto", - "quinn-udp", - "rand 0.7.3", + "rand 0.8.5", "rcgen", - "rustls 0.20.8", + "rustls", "solana-logger", "solana-metrics", "solana-perf", @@ -6838,7 +7319,7 @@ dependencies = [ [[package]] name = "solana-system-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ "assert_matches", "bincode", @@ -6852,14 +7333,15 @@ dependencies = [ [[package]] name = "solana-test-validator" -version = "1.16.27" +version = "1.18.4" dependencies = [ - "base64 0.21.2", + "base64 0.21.7", "bincode", "crossbeam-channel", "log", "serde_derive", "serde_json", + "solana-accounts-db", "solana-cli-output", "solana-client", "solana-core", @@ -6881,7 +7363,7 @@ dependencies = [ [[package]] name = "solana-thin-client" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "log", @@ -6895,15 +7377,16 @@ dependencies = [ [[package]] name = "solana-tokens" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "bincode", "chrono", "clap 2.33.3", "console", "csv", "ctrlc", - "indexmap", + "indexmap 2.1.0", "indicatif", "pickledb", "serde", @@ -6927,16 +7410,14 @@ dependencies = [ [[package]] name = "solana-tpu-client" -version = "1.16.27" +version = "1.18.4" dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap", + "indexmap 2.1.0", "indicatif", "log", - "rand 0.7.3", - "rand_chacha 0.2.2", "rayon", "solana-connection-cache", "solana-measure", @@ -6951,12 +7432,12 @@ dependencies = [ [[package]] name = "solana-transaction-dos" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bincode", "clap 2.33.3", "log", - "rand 0.7.3", + "rand 0.8.5", "rayon", "solana-clap-utils", "solana-cli", @@ -6978,10 +7459,10 @@ dependencies = [ [[package]] name = "solana-transaction-status" -version = "1.16.27" +version = "1.18.4" dependencies = [ "Inflector", - "base64 0.21.2", + "base64 0.21.7", "bincode", "borsh 0.10.3", "bs58", @@ -6991,7 +7472,6 @@ dependencies = [ "serde_derive", "serde_json", "solana-account-decoder", - "solana-address-lookup-table-program", "solana-sdk", "spl-associated-token-account", "spl-memo", @@ -7000,9 +7480,46 @@ dependencies = [ "thiserror", ] +[[package]] +name = "solana-turbine" +version = "1.18.4" +dependencies = [ + "assert_matches", + "bincode", + "bytes", + "crossbeam-channel", + "futures 0.3.30", + "itertools", + "log", + "lru", + "quinn", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rayon", + "rcgen", + "rustls", + "solana-entry", + "solana-gossip", + "solana-ledger", + "solana-logger", + "solana-measure", + "solana-metrics", + "solana-perf", + "solana-poh", + "solana-quic-client", + "solana-rayon-threadlimit", + "solana-rpc", + "solana-rpc-client-api", + "solana-runtime", + "solana-sdk", + "solana-streamer", + "thiserror", + "tokio", +] + [[package]] name = "solana-udp-client" -version = "1.16.27" +version = "1.18.4" dependencies = [ "async-trait", "solana-connection-cache", @@ -7013,9 +7530,27 @@ dependencies = [ "tokio", ] +[[package]] +name = "solana-unified-scheduler-logic" +version = "1.18.4" + +[[package]] +name = "solana-unified-scheduler-pool" +version = "1.18.4" +dependencies = [ + "assert_matches", + "solana-ledger", + "solana-logger", + "solana-program-runtime", + "solana-runtime", + "solana-sdk", + "solana-unified-scheduler-logic", + "solana-vote", +] + [[package]] name = "solana-upload-perf" -version = "1.16.27" +version = "1.18.4" dependencies = [ "serde_json", "solana-metrics", @@ -7023,7 +7558,7 @@ dependencies = [ [[package]] name = "solana-validator" -version = "1.16.27" +version = "1.18.4" dependencies = [ "chrono", "clap 2.33.3", @@ -7043,13 +7578,14 @@ dependencies = [ "libloading", "log", "num_cpus", - "rand 0.7.3", + "rand 0.8.5", "rayon", "serde", "serde_json", - "serde_yaml 0.9.21", + "serde_yaml 0.9.30", "signal-hook", "solana-account-decoder", + "solana-accounts-db", "solana-clap-utils", "solana-cli-config", "solana-core", @@ -7086,11 +7622,11 @@ dependencies = [ [[package]] name = "solana-version" -version = "1.16.27" +version = "1.18.4" dependencies = [ "log", "rustc_version 0.4.0", - "semver 1.0.17", + "semver 1.0.21", "serde", "serde_derive", "solana-frozen-abi", @@ -7098,13 +7634,33 @@ dependencies = [ "solana-sdk", ] +[[package]] +name = "solana-vote" +version = "1.18.4" +dependencies = [ + "bincode", + "crossbeam-channel", + "itertools", + "log", + "rand 0.8.5", + "rustc_version 0.4.0", + "serde", + "serde_derive", + "solana-frozen-abi", + "solana-frozen-abi-macro", + "solana-sdk", + "solana-vote-program", + "thiserror", +] + [[package]] name = "solana-vote-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ + "assert_matches", "bincode", "log", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "rustc_version 0.4.0", "serde", @@ -7122,7 +7678,7 @@ dependencies = [ [[package]] name = "solana-watchtower" -version = "1.16.27" +version = "1.18.4" dependencies = [ "clap 2.33.3", "humantime", @@ -7139,9 +7695,31 @@ dependencies = [ "solana-version", ] +[[package]] +name = "solana-wen-restart" +version = "1.18.4" +dependencies = [ + "log", + "prost", + "prost-build", + "prost-types", + "protobuf-src", + "rustc_version 0.4.0", + "serial_test", + "solana-entry", + "solana-gossip", + "solana-ledger", + "solana-logger", + "solana-program", + "solana-runtime", + "solana-sdk", + "solana-streamer", + "solana-vote-program", +] + [[package]] name = "solana-zk-keygen" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bs58", "clap 3.2.23", @@ -7160,11 +7738,12 @@ dependencies = [ [[package]] name = "solana-zk-token-proof-program" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bytemuck", - "getrandom 0.1.16", - "num-derive 0.3.3", + "criterion", + "curve25519-dalek", + "num-derive 0.4.1", "num-traits", "solana-program-runtime", "solana-sdk", @@ -7173,7 +7752,7 @@ dependencies = [ [[package]] name = "solana-zk-token-proof-program-tests" -version = "1.16.27" +version = "1.18.4" dependencies = [ "bytemuck", "curve25519-dalek", @@ -7185,10 +7764,10 @@ dependencies = [ [[package]] name = "solana-zk-token-sdk" -version = "1.16.27" +version = "1.18.4" dependencies = [ "aes-gcm-siv", - "base64 0.21.2", + "base64 0.21.7", "bincode", "bytemuck", "byteorder", @@ -7197,7 +7776,7 @@ dependencies = [ "itertools", "lazy_static", "merlin", - "num-derive 0.3.3", + "num-derive 0.4.1", "num-traits", "rand 0.7.3", "serde", @@ -7213,9 +7792,9 @@ dependencies = [ [[package]] name = "solana_rbpf" -version = "0.6.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17d4ba1e58947346e360fabde0697029d36ba83c42f669199b16a8931313cf29" +checksum = "3d457cc2ba742c120492a64b7fa60e22c575e891f6b55039f4d736568fb112a3" dependencies = [ "byteorder", "combine", @@ -7255,13 +7834,13 @@ dependencies = [ [[package]] name = "spl-associated-token-account" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "385e31c29981488f2820b2022d8e731aae3b02e6e18e2fd854e4c9a94dc44fc3" +checksum = "992d9c64c2564cc8f63a4b508bf3ebcdf2254b0429b13cd1d31adb6162432a5f" dependencies = [ "assert_matches", "borsh 0.10.3", - "num-derive 0.4.0", + "num-derive 0.4.1", "num-traits", "solana-program", "spl-token", @@ -7286,9 +7865,9 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fadbefec4f3c678215ca72bd71862697bb06b41fd77c0088902dd3203354387b" dependencies = [ - "quote 1.0.28", + "quote", "spl-discriminator-syn", - "syn 2.0.43", + "syn 2.0.48", ] [[package]] @@ -7297,10 +7876,10 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e5f2044ca42c8938d54d1255ce599c79a1ffd86b677dfab695caa20f9ffc3f2" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "sha2 0.10.6", - "syn 2.0.43", + "proc-macro2", + "quote", + "sha2 0.10.8", + "syn 2.0.48", "thiserror", ] @@ -7342,7 +7921,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "249e0318493b6bcf27ae9902600566c689b7dfba9f1bdff5893e92253374e78c" dependencies = [ - "num-derive 0.4.0", + "num-derive 0.4.1", "num-traits", "solana-program", "spl-program-error-derive", @@ -7355,17 +7934,17 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab5269c8e868da17b6552ef35a51355a017bd8e0eae269c201fef830d35fa52c" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "sha2 0.10.6", - "syn 2.0.43", + "proc-macro2", + "quote", + "sha2 0.10.8", + "syn 2.0.48", ] [[package]] name = "spl-tlv-account-resolution" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "062e148d3eab7b165582757453632ffeef490c02c86a48bfdb4988f63eefb3b9" +checksum = "3f7020347c07892c08560d230fbb8a980316c9e198e22b198b7b9d951ff96047" dependencies = [ "bytemuck", "solana-program", @@ -7392,26 +7971,41 @@ dependencies = [ [[package]] name = "spl-token-2022" -version = "0.9.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4abf34a65ba420584a0c35f3903f8d727d1f13ababbdc3f714c6b065a686e86" +checksum = "d697fac19fd74ff472dfcc13f0b442dd71403178ce1de7b5d16f83a33561c059" dependencies = [ "arrayref", "bytemuck", - "num-derive 0.4.0", + "num-derive 0.4.1", "num-traits", - "num_enum 0.7.0", + "num_enum 0.7.2", "solana-program", + "solana-security-txt", "solana-zk-token-sdk", "spl-memo", "spl-pod", "spl-token", + "spl-token-group-interface", "spl-token-metadata-interface", "spl-transfer-hook-interface", "spl-type-length-value", "thiserror", ] +[[package]] +name = "spl-token-group-interface" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b889509d49fa74a4a033ca5dae6c2307e9e918122d97e58562f5c4ffa795c75d" +dependencies = [ + "bytemuck", + "solana-program", + "spl-discriminator", + "spl-pod", + "spl-program-error", +] + [[package]] name = "spl-token-metadata-interface" version = "0.2.0" @@ -7428,9 +8022,9 @@ dependencies = [ [[package]] name = "spl-transfer-hook-interface" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "051d31803f873cabe71aec3c1b849f35248beae5d19a347d93a5c9cccc5d5a9b" +checksum = "7aabdb7c471566f6ddcee724beb8618449ea24b399e58d464d6b5bc7db550259" dependencies = [ "arrayref", "bytemuck", @@ -7463,9 +8057,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stream-cancel" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0a9eb2715209fb8cc0d942fcdff45674bfc9f0090a0d897e85a22955ad159b" +checksum = "5f9fbf9bd71e4cf18d68a8a0951c0e5b7255920c0cd992c4ff51cddd6ef514a3" dependencies = [ "futures-core", "pin-project", @@ -7499,9 +8093,9 @@ version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ - "heck 0.4.0", - "proc-macro2 1.0.76", - "quote 1.0.28", + "heck", + "proc-macro2", + "quote", "rustversion", "syn 1.0.109", ] @@ -7520,35 +8114,36 @@ checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a" [[package]] name = "syn" -version = "0.15.44" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ - "proc-macro2 0.4.30", - "quote 0.6.13", - "unicode-xid 0.1.0", + "proc-macro2", + "quote", + "unicode-ident", ] [[package]] name = "syn" -version = "1.0.109" +version = "2.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "unicode-ident", ] [[package]] -name = "syn" -version = "2.0.43" +name = "syn_derive" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53" +checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "unicode-ident", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -7563,10 +8158,10 @@ version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", - "unicode-xid 0.2.2", + "unicode-xid", ] [[package]] @@ -7585,13 +8180,34 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8" dependencies = [ - "bitflags", + "bitflags 1.3.2", "byteorder", "libc", "thiserror", "walkdir", ] +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "systemstat" version = "0.2.3" @@ -7602,15 +8218,15 @@ dependencies = [ "lazy_static", "libc", "nom", - "time 0.3.9", + "time", "winapi 0.3.9", ] [[package]] name = "tar" -version = "0.4.38" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" +checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" dependencies = [ "filetime", "libc", @@ -7625,7 +8241,7 @@ checksum = "1c38a012bed6fb9681d3bf71ffaa4f88f3b4b9ed3198cda6e4c8462d24d4bb80" dependencies = [ "anyhow", "fnv", - "futures 0.3.28", + "futures 0.3.30", "humantime", "opentelemetry", "pin-project", @@ -7647,22 +8263,22 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", + "proc-macro2", + "quote", "syn 1.0.109", ] [[package]] name = "tempfile" -version = "3.5.0" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" +checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" dependencies = [ "cfg-if 1.0.0", "fastrand", - "redox_syscall 0.3.5", + "redox_syscall 0.4.1", "rustix", - "windows-sys 0.45.0", + "windows-sys 0.52.0", ] [[package]] @@ -7682,24 +8298,37 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-case" -version = "2.2.2" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d6cf5a7dffb3f9dceec8e6b8ca528d9bd71d36c9f074defb548ce161f598c0" +checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" dependencies = [ "test-case-macros", ] [[package]] -name = "test-case-macros" -version = "2.2.2" +name = "test-case-core" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e45b7bf6e19353ddd832745c8fcf77a17a93171df7151187f26623f2b75b5b26" +checksum = "54c25e2cb8f5fcd7318157634e8838aa6f7e4715c96637f969fabaccd1ef5462" dependencies = [ "cfg-if 1.0.0", "proc-macro-error", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 2.0.48", +] + +[[package]] +name = "test-case-macros" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37cfd7bbc88a0104e304229fba519bdc45501a30b760fb72240342f1289ad257" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.48", + "test-case-core", ] [[package]] @@ -7719,22 +8348,22 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -7773,16 +8402,6 @@ dependencies = [ "tikv-jemalloc-sys", ] -[[package]] -name = "time" -version = "0.1.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" -dependencies = [ - "libc", - "winapi 0.3.9", -] - [[package]] name = "time" version = "0.3.9" @@ -7820,6 +8439,16 @@ dependencies = [ "zeroize", ] +[[package]] +name = "tinytemplate" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "tinyvec" version = "1.5.0" @@ -7837,22 +8466,21 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49" +version = "1.29.1" +source = "git+https://github.com/solana-labs/solana-tokio.git?rev=7cf47705faacf7bf0e43e4131a5377b3291fce21#7cf47705faacf7bf0e43e4131a5377b3291fce21" dependencies = [ "autocfg", + "backtrace", "bytes", "libc", - "memchr", "mio", "num_cpus", - "once_cell", - "parking_lot 0.11.2", + "parking_lot 0.12.1", "pin-project-lite", "signal-hook-registry", + "socket2 0.4.9", "tokio-macros", - "winapi 0.3.9", + "windows-sys 0.48.0", ] [[package]] @@ -7867,13 +8495,12 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" +version = "2.1.0" +source = "git+https://github.com/solana-labs/solana-tokio.git?rev=7cf47705faacf7bf0e43e4131a5377b3291fce21#7cf47705faacf7bf0e43e4131a5377b3291fce21" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -7888,24 +8515,12 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.22.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.19.1", + "rustls", "tokio", - "webpki 0.21.4", -] - -[[package]] -name = "tokio-rustls" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e" -dependencies = [ - "rustls 0.20.8", - "tokio", - "webpki 0.22.0", ] [[package]] @@ -7926,9 +8541,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" +checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" dependencies = [ "futures-core", "pin-project-lite", @@ -7937,18 +8552,17 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.17.2" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", - "rustls 0.20.8", + "rustls", "tokio", - "tokio-rustls 0.23.3", + "tokio-rustls", "tungstenite", - "webpki 0.22.0", - "webpki-roots", + "webpki-roots 0.25.2", ] [[package]] @@ -7991,47 +8605,60 @@ dependencies = [ ] [[package]] -name = "tonic" -version = "0.6.2" +name = "toml" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a" +checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" dependencies = [ - "async-stream", - "async-trait", - "base64 0.13.1", - "bytes", - "futures-core", - "futures-util", - "h2", - "http", - "http-body", - "hyper", - "hyper-timeout", - "percent-encoding 2.2.0", - "pin-project", - "prost 0.9.0", - "prost-derive 0.9.0", - "tokio", - "tokio-rustls 0.22.0", - "tokio-stream", - "tokio-util 0.6.9", - "tower", - "tower-layer", - "tower-service", - "tracing", - "tracing-futures", + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit 0.21.0", +] + +[[package]] +name = "toml_datetime" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_edit" +version = "0.20.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" +dependencies = [ + "indexmap 2.1.0", + "toml_datetime", + "winnow", +] + +[[package]] +name = "toml_edit" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +dependencies = [ + "indexmap 2.1.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", ] [[package]] name = "tonic" -version = "0.8.3" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb" +checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.13.1", + "base64 0.21.7", "bytes", "futures-core", "futures-util", @@ -8040,44 +8667,29 @@ dependencies = [ "http-body", "hyper", "hyper-timeout", - "percent-encoding 2.2.0", + "percent-encoding 2.3.1", "pin-project", - "prost 0.11.9", - "prost-derive 0.11.9", + "prost", "rustls-pemfile 1.0.0", "tokio", - "tokio-rustls 0.23.3", + "tokio-rustls", "tokio-stream", - "tokio-util 0.7.1", "tower", "tower-layer", "tower-service", "tracing", - "tracing-futures", ] [[package]] name = "tonic-build" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757" -dependencies = [ - "proc-macro2 1.0.76", - "prost-build 0.9.0", - "quote 1.0.28", - "syn 1.0.109", -] - -[[package]] -name = "tonic-build" -version = "0.8.4" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4" +checksum = "a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07" dependencies = [ "prettyplease 0.1.9", - "proc-macro2 1.0.76", - "prost-build 0.11.4", - "quote 1.0.28", + "proc-macro2", + "prost-build", + "quote", "syn 1.0.109", ] @@ -8089,7 +8701,7 @@ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ "futures-core", "futures-util", - "indexmap", + "indexmap 1.9.3", "pin-project", "pin-project-lite", "rand 0.8.5", @@ -8101,25 +8713,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" -dependencies = [ - "bitflags", - "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-range-header", - "pin-project-lite", - "tower", - "tower-layer", - "tower-service", -] - [[package]] name = "tower-layer" version = "0.3.2" @@ -8128,15 +8721,15 @@ checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" [[package]] name = "tower-service" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.29" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" +checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" dependencies = [ "cfg-if 1.0.0", "log", @@ -8147,32 +8740,23 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.18" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] name = "tracing-core" -version = "0.1.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "tracing-futures" -version = "0.2.5" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ - "pin-project", - "tracing", + "once_cell", + "valuable", ] [[package]] @@ -8212,24 +8796,23 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tungstenite" -version = "0.17.3" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ - "base64 0.13.1", "byteorder", "bytes", + "data-encoding", "http", "httparse", "log", "rand 0.8.5", - "rustls 0.20.8", - "sha-1 0.10.0", + "rustls", + "sha1", "thiserror", - "url 2.3.1", + "url 2.5.0", "utf-8", - "webpki 0.22.0", - "webpki-roots", + "webpki-roots 0.24.0", ] [[package]] @@ -8261,9 +8844,9 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.7" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" +checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-ident" @@ -8273,31 +8856,19 @@ checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7" [[package]] name = "unicode-normalization" -version = "0.1.19" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" +checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" dependencies = [ "tinyvec", ] -[[package]] -name = "unicode-segmentation" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" - [[package]] name = "unicode-width" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" -[[package]] -name = "unicode-xid" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" - [[package]] name = "unicode-xid" version = "0.2.2" @@ -8325,9 +8896,9 @@ dependencies = [ [[package]] name = "unsafe-libyaml" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" +checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" [[package]] name = "untrusted" @@ -8335,6 +8906,12 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + [[package]] name = "uriparse" version = "0.6.4" @@ -8358,13 +8935,13 @@ dependencies = [ [[package]] name = "url" -version = "2.3.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" +checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" dependencies = [ "form_urlencoded", - "idna 0.3.0", - "percent-encoding 2.2.0", + "idna 0.5.0", + "percent-encoding 2.3.1", ] [[package]] @@ -8379,6 +8956,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b" +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + [[package]] name = "vcpkg" version = "0.2.15" @@ -8447,9 +9030,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" +checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -8457,16 +9040,16 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" +checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" dependencies = [ "bumpalo", "log", "once_cell", - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", "wasm-bindgen-shared", ] @@ -8484,32 +9067,32 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" +checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" dependencies = [ - "quote 1.0.28", + "quote", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" +checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.86" +version = "0.2.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" +checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" [[package]] name = "web-sys" @@ -8522,33 +9105,19 @@ dependencies = [ ] [[package]] -name = "webpki" -version = "0.21.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "webpki" -version = "0.22.0" +name = "webpki-roots" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" +checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888" dependencies = [ - "ring", - "untrusted", + "rustls-webpki", ] [[package]] name = "webpki-roots" -version = "0.22.1" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630" -dependencies = [ - "webpki 0.22.0", -] +checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "which" @@ -8604,43 +9173,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "windows-sys" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6" -dependencies = [ - "windows_aarch64_msvc 0.32.0", - "windows_i686_gnu 0.32.0", - "windows_i686_msvc 0.32.0", - "windows_x86_64_gnu 0.32.0", - "windows_x86_64_msvc 0.32.0", -] - -[[package]] -name = "windows-sys" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" -dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", -] - -[[package]] -name = "windows-sys" -version = "0.45.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" -dependencies = [ - "windows-targets 0.42.2", -] - [[package]] name = "windows-sys" version = "0.48.0" @@ -8651,18 +9183,12 @@ dependencies = [ ] [[package]] -name = "windows-targets" -version = "0.42.2" +name = "windows-sys" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", + "windows-targets 0.52.0", ] [[package]] @@ -8681,10 +9207,19 @@ dependencies = [ ] [[package]] -name = "windows_aarch64_gnullvm" -version = "0.42.2" +name = "windows-targets" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" +checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" +dependencies = [ + "windows_aarch64_gnullvm 0.52.0", + "windows_aarch64_msvc 0.52.0", + "windows_i686_gnu 0.52.0", + "windows_i686_msvc 0.52.0", + "windows_x86_64_gnu 0.52.0", + "windows_x86_64_gnullvm 0.52.0", + "windows_x86_64_msvc 0.52.0", +] [[package]] name = "windows_aarch64_gnullvm" @@ -8693,16 +9228,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" [[package]] -name = "windows_aarch64_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.42.2" +name = "windows_aarch64_gnullvm" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" +checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" [[package]] name = "windows_aarch64_msvc" @@ -8711,16 +9240,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" [[package]] -name = "windows_i686_gnu" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" - -[[package]] -name = "windows_i686_gnu" -version = "0.42.2" +name = "windows_aarch64_msvc" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" +checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" [[package]] name = "windows_i686_gnu" @@ -8729,16 +9252,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" [[package]] -name = "windows_i686_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" - -[[package]] -name = "windows_i686_msvc" -version = "0.42.2" +name = "windows_i686_gnu" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" +checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" [[package]] name = "windows_i686_msvc" @@ -8747,60 +9264,64 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" [[package]] -name = "windows_x86_64_gnu" -version = "0.32.0" +name = "windows_i686_msvc" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" +checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" [[package]] name = "windows_x86_64_gnu" -version = "0.42.2" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" +checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" [[package]] name = "windows_x86_64_gnu" -version = "0.48.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" +checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" [[package]] name = "windows_x86_64_gnullvm" -version = "0.42.2" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" +checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" [[package]] name = "windows_x86_64_gnullvm" -version = "0.48.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" +checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" [[package]] name = "windows_x86_64_msvc" -version = "0.32.0" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" +checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "windows_x86_64_msvc" -version = "0.42.2" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" +checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] -name = "windows_x86_64_msvc" -version = "0.48.0" +name = "winnow" +version = "0.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" +checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907" +dependencies = [ + "memchr", +] [[package]] name = "winreg" -version = "0.10.1" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ - "winapi 0.3.9", + "cfg-if 1.0.0", + "windows-sys 0.48.0", ] [[package]] @@ -8818,14 +9339,14 @@ dependencies = [ "oid-registry", "rusticata-macros", "thiserror", - "time 0.3.9", + "time", ] [[package]] name = "xattr" -version = "0.2.2" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" +checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" dependencies = [ "libc", ] @@ -8845,27 +9366,27 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c" dependencies = [ - "time 0.3.9", + "time", ] [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 2.0.43", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] @@ -8879,14 +9400,13 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.2.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7" +checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ - "proc-macro2 1.0.76", - "quote 1.0.28", - "syn 1.0.109", - "synstructure", + "proc-macro2", + "quote", + "syn 2.0.48", ] [[package]] diff --git a/pkgs/applications/blockchains/solana/default.nix b/pkgs/applications/blockchains/solana/default.nix index b19abd63a8c6..b6acfe83caa9 100644 --- a/pkgs/applications/blockchains/solana/default.nix +++ b/pkgs/applications/blockchains/solana/default.nix @@ -29,8 +29,8 @@ ] }: let - version = "1.16.27"; - sha256 = "sha256-xd0FCSlpPJDVWOlt9rIlnSbjksmvlXJWHkvlZONd2dM="; + version = "1.18.4"; + sha256 = "sha256-P2ZAHeItZh35do5M1mfEJ3MAFbifSgbUGi2INkIkBHo="; inherit (darwin.apple_sdk_11_0) Libsystem; inherit (darwin.apple_sdk_11_0.frameworks) System IOKit AppKit Security; @@ -48,10 +48,11 @@ rustPlatform.buildRustPackage rec { cargoLock = { lockFile = ./Cargo.lock; - outputHashes = { + "aes-gcm-siv-0.10.3" = "sha256-N1ppxvew4B50JQWsC3xzP0X4jgyXZ5aOQ0oJMmArjW8="; "crossbeam-epoch-0.9.5" = "sha256-Jf0RarsgJiXiZ+ddy0vp4jQ59J9m0k3sgXhWhCdhgws="; - "ntapi-0.3.7" = "sha256-G6ZCsa3GWiI/FeGKiK9TWkmTxen7nwpXvm5FtjNtjWU="; + "curve25519-dalek-3.2.1" = "sha256-4MF/qaP+EhfYoRETqnwtaCKC1tnUJlBCxeOPCnKrTwQ="; + "tokio-1.29.1" = "sha256-Z/kewMCqkPVTXdoBcSaFKG5GSQAdkdpj3mAzLLCjjGk="; }; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A solana-cli nix build failed. got build log for 'solana-cli' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/5msyddxb8pa7w8ml3x5m3gij4g0x84m1-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/aanmxpl7yvm28zbzdpsvdi54dgcal1r9-account-info.patch patching file sdk/program/src/account_info.rs Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file sdk/program/src/account_info.rs.rej [result] Failed to update solana-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-haystack, using log file: /var/log/nixpkgs-update/python311Packages.django-haystack/2024-03-05.log python311Packages.django-haystack 0 -> 1 attrpath: python311Packages.django-haystack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jh25zl0nm3lq6mnnki8lp1bglcg6y1ng-packages.json.drv building '/nix/store/jh25zl0nm3lq6mnnki8lp1bglcg6y1ng-packages.json.drv'... Going to be running update for following packages: - python3.11-django-haystack-3.2.1 Press Enter key to continue... Running update for: - python3.11-django-haystack-3.2.1: UPDATING ... - python3.11-django-haystack-3.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-haystack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.ms, using log file: /var/log/nixpkgs-update/aspellDicts.ms/2024-03-05.log aspellDicts.ms 0 -> 1 attrpath: aspellDicts.ms Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/qr5vd0hfpgpajvpbvg4qh3vspawi5yls-update-aspellDict-ms.drv /nix/store/nfra6s1zqml91b7gg7ff1b69xxj7paaj-packages.json.drv building '/nix/store/qr5vd0hfpgpajvpbvg4qh3vspawi5yls-update-aspellDict-ms.drv'... building '/nix/store/nfra6s1zqml91b7gg7ff1b69xxj7paaj-packages.json.drv'... Going to be running update for following packages: - aspell-dict-ms-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-ms-0.50-0: UPDATING ... - aspell-dict-ms-0.50-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.ms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rki-covid-parser, using log file: /var/log/nixpkgs-update/python311Packages.rki-covid-parser/2024-03-05.log python311Packages.rki-covid-parser 0 -> 1 attrpath: python311Packages.rki-covid-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/29cmnnh986qdd1pf0fw3hmpbbj1k0v6i-packages.json.drv building '/nix/store/29cmnnh986qdd1pf0fw3hmpbbj1k0v6i-packages.json.drv'... Going to be running update for following packages: - python3.11-rki-covid-parser-1.3.3 Press Enter key to continue... Running update for: - python3.11-rki-covid-parser-1.3.3: UPDATING ... - python3.11-rki-covid-parser-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rki-covid-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parfive, using log file: /var/log/nixpkgs-update/python311Packages.parfive/2024-03-05.log python311Packages.parfive 0 -> 1 attrpath: python311Packages.parfive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xm3ngxzxjynky7bgymxx4py5804yl7ba-packages.json.drv building '/nix/store/xm3ngxzxjynky7bgymxx4py5804yl7ba-packages.json.drv'... Going to be running update for following packages: - python3.11-parfive-2.0.2 Press Enter key to continue... Running update for: - python3.11-parfive-2.0.2: UPDATING ... - python3.11-parfive-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parfive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dooit, using log file: /var/log/nixpkgs-update/dooit/2024-03-05.log dooit 0 -> 1 attrpath: dooit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/188qkrvvpzb2w4bzjx40clkc187nvlgi-packages.json.drv building '/nix/store/188qkrvvpzb2w4bzjx40clkc187nvlgi-packages.json.drv'... Going to be running update for following packages: - dooit-2.2.0 Press Enter key to continue... Running update for: - dooit-2.2.0: UPDATING ... - dooit-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dooit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyauth, using log file: /var/log/nixpkgs-update/python311Packages.asyauth/2024-03-05.log python311Packages.asyauth 0 -> 1 attrpath: python311Packages.asyauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9zzpyxm63r7snbx3vag1yl0v6frj755x-packages.json.drv building '/nix/store/9zzpyxm63r7snbx3vag1yl0v6frj755x-packages.json.drv'... Going to be running update for following packages: - python3.11-asyauth-0.0.18 Press Enter key to continue... Running update for: - python3.11-asyauth-0.0.18: UPDATING ... - python3.11-asyauth-0.0.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hatch-vcs, using log file: /var/log/nixpkgs-update/python311Packages.hatch-vcs/2024-03-05.log python311Packages.hatch-vcs 0 -> 1 attrpath: python311Packages.hatch-vcs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sn0pwc4gblhssbcyd474i09yld1n7kk7-packages.json.drv building '/nix/store/sn0pwc4gblhssbcyd474i09yld1n7kk7-packages.json.drv'... Going to be running update for following packages: - python3.11-hatch-vcs-0.4.0 Press Enter key to continue... Running update for: - python3.11-hatch-vcs-0.4.0: UPDATING ... - python3.11-hatch-vcs-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hatch-vcs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath forgejo, using log file: /var/log/nixpkgs-update/forgejo/2024-03-05.log forgejo 0 -> 1 attrpath: forgejo 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/xzdmi30kh1r93f157kcpfjagd1a4w30j-packages.json.drv building '/nix/store/xzdmi30kh1r93f157kcpfjagd1a4w30j-packages.json.drv'... Going to be running update for following packages: - forgejo-1.21.6-0 Press Enter key to continue... Running update for: - forgejo-1.21.6-0: UPDATING ... - forgejo-1.21.6-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update forgejo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plac, using log file: /var/log/nixpkgs-update/python311Packages.plac/2024-03-05.log python311Packages.plac 0 -> 1 attrpath: python311Packages.plac Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qbdzwdzwm9lwl39361yls5bihwsgg1v2-packages.json.drv building '/nix/store/qbdzwdzwm9lwl39361yls5bihwsgg1v2-packages.json.drv'... Going to be running update for following packages: - python3.11-plac-1.4.0 Press Enter key to continue... Running update for: - python3.11-plac-1.4.0: UPDATING ... - python3.11-plac-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/plac/default.nix b/pkgs/development/python-modules/plac/default.nix index a1822fe5157d..70a57168b12a 100644 --- a/pkgs/development/python-modules/plac/default.nix +++ b/pkgs/development/python-modules/plac/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "plac"; - version = "1.4.0"; + version = "1.4.3"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "ialbert"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-BH6NKbDMhlNuo+orIEweABNSVZv1K9VrZBrCIs6H6BU="; + hash = "sha256-EWwDtS2cRLBe4aZuH72hgg2BQnVJQ39GmPx05NxTNjE="; }; # tests are broken, see https://github.com/ialbert/plac/issues/74 An auto update branch exists with message `python311Packages.plac: 1.4.0 -> 1.4.3`. New version is 1.4.3. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.plac 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pipdate, using log file: /var/log/nixpkgs-update/python311Packages.pipdate/2024-03-05.log python311Packages.pipdate 0 -> 1 attrpath: python311Packages.pipdate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/23ixrh6v1za5wxjsgsq3nr84j7yai8n0-packages.json.drv building '/nix/store/23ixrh6v1za5wxjsgsq3nr84j7yai8n0-packages.json.drv'... Going to be running update for following packages: - python3.11-pipdate-0.5.6 Press Enter key to continue... Running update for: - python3.11-pipdate-0.5.6: UPDATING ... - python3.11-pipdate-0.5.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pipdate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RLSeq, using log file: /var/log/nixpkgs-update/rPackages.RLSeq/2024-03-05.log rPackages.RLSeq 1.5.2 -> 1.6.0 https://repology.org/project/r:rlseq/versions attrpath: rPackages.RLSeq Checking auto update branch... No auto update branch exists Old version 1.5.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RLSeq 1.5.2 -> 1.6.0 https://repology.org/project/r:rlseq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath driversi686Linux.amdvlk, using log file: /var/log/nixpkgs-update/driversi686Linux.amdvlk/2024-03-05.log driversi686Linux.amdvlk 0 -> 1 attrpath: driversi686Linux.amdvlk 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/wp5w2gnk06002r6ayn0cdlrxbvdgn4mh-update.sh.drv /nix/store/n27finf5c6r8j9jlg8ffjjx7p2qklg8s-packages.json.drv building '/nix/store/wp5w2gnk06002r6ayn0cdlrxbvdgn4mh-update.sh.drv'... building '/nix/store/n27finf5c6r8j9jlg8ffjjx7p2qklg8s-packages.json.drv'... Going to be running update for following packages: - amdvlk-2023.Q4.2 Press Enter key to continue... Running update for: - amdvlk-2023.Q4.2: UPDATING ... - amdvlk-2023.Q4.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/amdvlk/default.nix b/pkgs/development/libraries/amdvlk/default.nix index 74e4958671c7..92ccd83694db 100644 --- a/pkgs/development/libraries/amdvlk/default.nix +++ b/pkgs/development/libraries/amdvlk/default.nix @@ -25,13 +25,13 @@ let in stdenv.mkDerivation rec { pname = "amdvlk"; - version = "2023.Q4.2"; + version = "2024.Q1.2"; src = fetchRepoProject { name = "${pname}-src"; manifest = "https://github.com/GPUOpen-Drivers/AMDVLK.git"; rev = "refs/tags/v-${version}"; - sha256 = "CmlFqHxP6WM4b/MnXbRhd2TvV3qhMiC6rHrn/SHtRdc="; + sha256 = "MwcDx0qEgdhf+bACn6oH9pzT6+PYKqUXNQ1NHQGobRM="; }; buildInputs = [ 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 driversi686Linux.amdvlk nix build failed. [19/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lnx/lnxSemaphore.cpp.o [20/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/dbgPrint.cpp.o [21/2778] Generating settings from /build/amdvlk-src/drivers/pal/src/core/settings_platform.json... FAILED: pal/src/core/g_platformSettings.h pal/src/core/g_platformSettings.cpp /build/amdvlk-src/build/pal/src/core/g_platformSettings.h /build/amdvlk-src/build/pal/src/core/g_platformSettings.cpp cd /build/amdvlk-src/build/pal && /nix/store/psyiga4hrimj2plrx4085xar5m6d5may-python3-3.11.8/bin/python3.11 /build/amdvlk-src/drivers/pal/shared/devdriver/apis/settings/codegen/settings_codegen.py --input /build/amdvlk-src/drivers/pal/src/core/settings_platform.json --generated-filename platformSettings --settings-filename core/platformSettingsLoader.h --outdir /build/amdvlk-src/build/pal/src/core --namespaces Pal --include-headers palDevice.h palDbgPrint.h --classname PlatformSettingsLoader --is-pal-settings Traceback (most recent call last): File "/build/amdvlk-src/drivers/pal/shared/devdriver/apis/settings/codegen/settings_codegen.py", line 34, in from jinja2 import Environment as JinjaEnv, FileSystemLoader as JinjaLoader ModuleNotFoundError: No module named 'jinja2' [22/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/jsonWriter.cpp.o [23/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lz4Compressor.cpp.o [24/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lnx/lnxFileMap.cpp.o [25/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lnx/lnxSysMemory.cpp.o [26/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lnx/lnxThread.cpp.o [27/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/file.cpp.o [28/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lnx/lnxHashProvider.cpp.o [29/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/memMapFile.cpp.o [30/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/elfReader.cpp.o [31/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lnx/lnxSysUtil.cpp.o [32/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lnx/lnxArchiveFile.cpp.o [33/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/math.cpp.o [34/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/platformKey.cpp.o [35/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/lnx/lnxUuid.cpp.o [36/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/stringUtil.cpp.o [37/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/sysMemory.cpp.o [38/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/sysUtil.cpp.o [39/2778] Building CXX object pal/CMakeFiles/palCompilerDeps.dir/src/core/hw/gfxip/hsaAbiMetadata.cpp.o [40/2778] Building CXX object pal/CMakeFiles/palUtil.dir/src/util/uuid.cpp.o [41/2778] Building CXX object pal/CMakeFiles/palCompilerDeps.dir/src/core/hw/gfxip/pipelineAbiReader.cpp.o ninja: build stopped: subcommand failed. [result] Failed to update driversi686Linux.amdvlk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jumpy, using log file: /var/log/nixpkgs-update/jumpy/2024-03-05.log jumpy 0.8.0 -> 0.10.1 https://github.com/fishfolk/jumpy/releases attrpath: jumpy Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/jumpy/default.nix b/pkgs/games/jumpy/default.nix index d4f8a8fcbdbc..caaac068b777 100644 --- a/pkgs/games/jumpy/default.nix +++ b/pkgs/games/jumpy/default.nix @@ -16,13 +16,13 @@ rustPlatform.buildRustPackage rec { pname = "jumpy"; - version = "0.8.0"; + version = "0.10.1"; src = fetchFromGitHub { owner = "fishfolk"; repo = pname; rev = "v${version}"; - sha256 = "sha256-ggePJH2kKJ17aOWRKUnLyolIdSzlc6Axf5Iw74iFfek="; + sha256 = "sha256-eXU8rA3KGBALcvFN7HiVmMZqReMC8CUn5cZkrOrLfig="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A jumpy nix build failed. < [[package]] < name = "zerocopy" < version = "0.7.32" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" < dependencies = [ < "zerocopy-derive", < ] < < [[package]] < name = "zerocopy-derive" < version = "0.7.32" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" < dependencies = [ < "proc-macro2", < "quote", < "syn 2.0.48", < ] ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update jumpy 0.8.0 -> 0.10.1 https://github.com/fishfolk/jumpy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bx-py-utils, using log file: /var/log/nixpkgs-update/python311Packages.bx-py-utils/2024-03-05.log python311Packages.bx-py-utils 0 -> 1 attrpath: python311Packages.bx-py-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n7xsy58xxa4cnmkz05v9idxjmnjaq7nx-packages.json.drv building '/nix/store/n7xsy58xxa4cnmkz05v9idxjmnjaq7nx-packages.json.drv'... Going to be running update for following packages: - python3.11-bx-py-utils-91 Press Enter key to continue... Running update for: - python3.11-bx-py-utils-91: UPDATING ... - python3.11-bx-py-utils-91: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bx-py-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nsapi, using log file: /var/log/nixpkgs-update/python311Packages.nsapi/2024-03-05.log python311Packages.nsapi 0 -> 1 attrpath: python311Packages.nsapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yacfjaxvrs2hh14pdfx3j970v7j46vjm-packages.json.drv building '/nix/store/yacfjaxvrs2hh14pdfx3j970v7j46vjm-packages.json.drv'... Going to be running update for following packages: - python3.11-nsapi-3.0.5 Press Enter key to continue... Running update for: - python3.11-nsapi-3.0.5: UPDATING ... - python3.11-nsapi-3.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nsapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.brick-list-skip, using log file: /var/log/nixpkgs-update/haskellPackages.brick-list-skip/2024-03-05.log haskellPackages.brick-list-skip 0.1.1.9 -> 0.1.1.11 https://repology.org/project/haskell:brick-list-skip/versions attrpath: haskellPackages.brick-list-skip Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.brick-list-skip 0.1.1.9 -> 0.1.1.11 https://repology.org/project/haskell:brick-list-skip/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.acoustics, using log file: /var/log/nixpkgs-update/python311Packages.acoustics/2024-03-05.log python311Packages.acoustics 0 -> 1 attrpath: python311Packages.acoustics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zs18r71bh6nky985r585k3aay2fk1z1h-packages.json.drv building '/nix/store/zs18r71bh6nky985r585k3aay2fk1z1h-packages.json.drv'... Going to be running update for following packages: - python3.11-acoustics-0.2.6-unstable-2023-08-20 Press Enter key to continue... Running update for: - python3.11-acoustics-0.2.6-unstable-2023-08-20: UPDATING ... - python3.11-acoustics-0.2.6-unstable-2023-08-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.acoustics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.oaii, using log file: /var/log/nixpkgs-update/rPackages.oaii/2024-03-05.log rPackages.oaii 0.1.8 -> 0.4.0 https://repology.org/project/r:oaii/versions attrpath: rPackages.oaii Checking auto update branch... No auto update branch exists Old version 0.1.8" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.oaii 0.1.8 -> 0.4.0 https://repology.org/project/r:oaii/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scikit-survival, using log file: /var/log/nixpkgs-update/python311Packages.scikit-survival/2024-03-05.log python311Packages.scikit-survival 0 -> 1 attrpath: python311Packages.scikit-survival Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5y2rr00q21pqk4p17nia8mqq83nskrxk-packages.json.drv building '/nix/store/5y2rr00q21pqk4p17nia8mqq83nskrxk-packages.json.drv'... Going to be running update for following packages: - python3.11-scikit-survival-0.22.2 Press Enter key to continue... Running update for: - python3.11-scikit-survival-0.22.2: UPDATING ... - python3.11-scikit-survival-0.22.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikit-survival 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meilisearch, using log file: /var/log/nixpkgs-update/python311Packages.meilisearch/2024-03-05.log python311Packages.meilisearch 0 -> 1 attrpath: python311Packages.meilisearch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i5s6gi39ymiaafjyr73ng08nb2hvrx9i-packages.json.drv building '/nix/store/i5s6gi39ymiaafjyr73ng08nb2hvrx9i-packages.json.drv'... Going to be running update for following packages: - python3.11-meilisearch-0.30.0 Press Enter key to continue... Running update for: - python3.11-meilisearch-0.30.0: UPDATING ... - python3.11-meilisearch-0.30.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meilisearch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtk-vnc, using log file: /var/log/nixpkgs-update/gtk-vnc/2024-03-05.log gtk-vnc 0 -> 1 attrpath: gtk-vnc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/axk4rkpx8m0rmq246xw4pk60a1yza0mh-packages.json.drv building '/nix/store/axk4rkpx8m0rmq246xw4pk60a1yza0mh-packages.json.drv'... Going to be running update for following packages: - gtk-vnc-1.3.1 Press Enter key to continue... Running update for: - gtk-vnc-1.3.1: UPDATING ... - gtk-vnc-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gtk-vnc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fuzzywuzzy, using log file: /var/log/nixpkgs-update/python311Packages.fuzzywuzzy/2024-03-05.log python311Packages.fuzzywuzzy 0 -> 1 attrpath: python311Packages.fuzzywuzzy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/42pfnqnz33pjbzag1xwnfkbx1mgcrh8l-packages.json.drv building '/nix/store/42pfnqnz33pjbzag1xwnfkbx1mgcrh8l-packages.json.drv'... Going to be running update for following packages: - python3.11-fuzzywuzzy-0.18.0 Press Enter key to continue... Running update for: - python3.11-fuzzywuzzy-0.18.0: UPDATING ... - python3.11-fuzzywuzzy-0.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fuzzywuzzy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohttp-swagger, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-swagger/2024-03-05.log python311Packages.aiohttp-swagger 0 -> 1 attrpath: python311Packages.aiohttp-swagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mnzpqyk9g5m9v30wh9b46szfzla44hfb-packages.json.drv building '/nix/store/mnzpqyk9g5m9v30wh9b46szfzla44hfb-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-swagger-1.0.15 Press Enter key to continue... Running update for: - python3.11-aiohttp-swagger-1.0.15: UPDATING ... - python3.11-aiohttp-swagger-1.0.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-swagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.onpoint, using log file: /var/log/nixpkgs-update/rPackages.onpoint/2024-03-05.log rPackages.onpoint 1.0.4 -> 1.0.5 https://repology.org/project/r:onpoint/versions attrpath: rPackages.onpoint Checking auto update branch... No auto update branch exists Old version 1.0.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.onpoint 1.0.4 -> 1.0.5 https://repology.org/project/r:onpoint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.amqplib, using log file: /var/log/nixpkgs-update/python311Packages.amqplib/2024-03-05.log python311Packages.amqplib 0 -> 1 attrpath: python311Packages.amqplib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r4kg6c394ncbcph9lcgbgm9s4814x81h-packages.json.drv building '/nix/store/r4kg6c394ncbcph9lcgbgm9s4814x81h-packages.json.drv'... Going to be running update for following packages: - python3.11-amqplib-1.0.2 Press Enter key to continue... Running update for: - python3.11-amqplib-1.0.2: UPDATING ... - python3.11-amqplib-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amqplib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mkdocs-gitlab, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-gitlab/2024-03-05.log python311Packages.mkdocs-gitlab 0 -> 1 attrpath: python311Packages.mkdocs-gitlab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mhs10ll4mls2fdhqbilvd16wrp2azgrc-packages.json.drv building '/nix/store/mhs10ll4mls2fdhqbilvd16wrp2azgrc-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-gitlab-plugin-0.1.4 Press Enter key to continue... Running update for: - python3.11-mkdocs-gitlab-plugin-0.1.4: UPDATING ... - python3.11-mkdocs-gitlab-plugin-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-gitlab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnucash, using log file: /var/log/nixpkgs-update/gnucash/2024-03-05.log gnucash 0 -> 1 attrpath: gnucash Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/agrz4xlj68rbyh8s0cg9pf244rfrkr59-packages.json.drv building '/nix/store/agrz4xlj68rbyh8s0cg9pf244rfrkr59-packages.json.drv'... Going to be running update for following packages: - gnucash-5.5 Press Enter key to continue... Running update for: - gnucash-5.5: UPDATING ... - gnucash-5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnucash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfibaro, using log file: /var/log/nixpkgs-update/python311Packages.pyfibaro/2024-03-05.log python311Packages.pyfibaro 0 -> 1 attrpath: python311Packages.pyfibaro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5wpy09a1s6z6zrngkbip3pzfglbqkdz0-packages.json.drv building '/nix/store/5wpy09a1s6z6zrngkbip3pzfglbqkdz0-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfibaro-0.7.6 Press Enter key to continue... Running update for: - python3.11-pyfibaro-0.7.6: UPDATING ... - python3.11-pyfibaro-0.7.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfibaro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pubnub, using log file: /var/log/nixpkgs-update/python311Packages.pubnub/2024-03-05.log python311Packages.pubnub 0 -> 1 attrpath: python311Packages.pubnub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s5sydf7swkgnizilb1lpkg8jbs4qpxad-packages.json.drv building '/nix/store/s5sydf7swkgnizilb1lpkg8jbs4qpxad-packages.json.drv'... Going to be running update for following packages: - python3.11-pubnub-7.4.1 Press Enter key to continue... Running update for: - python3.11-pubnub-7.4.1: UPDATING ... - python3.11-pubnub-7.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pubnub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitfs, using log file: /var/log/nixpkgs-update/gitfs/2024-03-05.log gitfs 0 -> 1 attrpath: gitfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vk38lj3vjbk85knydb0gp3h2gxj1plxl-packages.json.drv building '/nix/store/vk38lj3vjbk85knydb0gp3h2gxj1plxl-packages.json.drv'... Going to be running update for following packages: - gitfs-0.5.2 Press Enter key to continue... Running update for: - gitfs-0.5.2: UPDATING ... - gitfs-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gitfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rusty-psn-gui, using log file: /var/log/nixpkgs-update/rusty-psn-gui/2024-03-05.log rusty-psn-gui 0.3.0 -> 0.3.7 https://github.com/RainbowCookie32/rusty-psn/releases attrpath: rusty-psn-gui 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-vPTieVaCh9a6yCDUIBKXAsrQ1IEoW/O30BKcYTKx6VU= 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 rusty-psn-gui nix build failed. got build log for 'rusty-psn-gui' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/7fb248nid0xvcfgicqzhip9ya02sdjbq-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/li8bcpadbq0381f7r0fz478z694sa39h-rusty-psn-0.3.7-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/rusty-psn-0.3.7-vendor.tar.gz/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing cargoBuildHook ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc HOST_CXX=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/c++ cargo build -j 24 --target x86_64-unknown-linux-gnu --frozen --profile release --no-default-features --features=egui error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead. [result] Failed to update rusty-psn-gui 0.3.0 -> 0.3.7 https://github.com/RainbowCookie32/rusty-psn/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.keyboard, using log file: /var/log/nixpkgs-update/python311Packages.keyboard/2024-03-05.log python311Packages.keyboard 0 -> 1 attrpath: python311Packages.keyboard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bis5r1yll7rpcnabxhqrg1fld2fhjw57-packages.json.drv building '/nix/store/bis5r1yll7rpcnabxhqrg1fld2fhjw57-packages.json.drv'... Going to be running update for following packages: - python3.11-keyboard-0.13.5 Press Enter key to continue... Running update for: - python3.11-keyboard-0.13.5: UPDATING ... - python3.11-keyboard-0.13.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.keyboard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath renode, using log file: /var/log/nixpkgs-update/renode/2024-03-05.log renode 0 -> 1 attrpath: renode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/3f5w9jhy8abm145cnch2cg09wq97nl58-renode-updater.drv /nix/store/qim582j2nk8i319xika5lkl69pn92qjs-packages.json.drv building '/nix/store/3f5w9jhy8abm145cnch2cg09wq97nl58-renode-updater.drv'... building '/nix/store/qim582j2nk8i319xika5lkl69pn92qjs-packages.json.drv'... Going to be running update for following packages: - renode-1.14.0 Press Enter key to continue... Running update for: - renode-1.14.0: UPDATING ... - renode-1.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update renode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.ovh, using log file: /var/log/nixpkgs-update/terraform-providers.ovh/2024-03-05.log terraform-providers.ovh 0 -> 1 attrpath: terraform-providers.ovh Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.ovh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.traitlets, using log file: /var/log/nixpkgs-update/python311Packages.traitlets/2024-03-05.log python311Packages.traitlets 0 -> 1 attrpath: python311Packages.traitlets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0jikc1vyljv87ipi91pnbicw0m43lgqd-packages.json.drv building '/nix/store/0jikc1vyljv87ipi91pnbicw0m43lgqd-packages.json.drv'... Going to be running update for following packages: - python3.11-traitlets-5.14.0 Press Enter key to continue... Running update for: - python3.11-traitlets-5.14.0: UPDATING ... - python3.11-traitlets-5.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/traitlets/default.nix b/pkgs/development/python-modules/traitlets/default.nix index f138489cf2bf..012347e2f76b 100644 --- a/pkgs/development/python-modules/traitlets/default.nix +++ b/pkgs/development/python-modules/traitlets/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "traitlets"; - version = "5.14.0"; + version = "5.14.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-/NqorEnATfoO0+4zhO9t/bXW83QVAr4kcnlAdnkpZ3I="; + hash = "sha256-hYUQWzcaBLgxakPVzinAmFdcLkd4ULYrhIuWTxREUn4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 4111 > 25 [result] Failed to update python311Packages.traitlets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zircolite, using log file: /var/log/nixpkgs-update/zircolite/2024-03-05.log zircolite 0 -> 1 attrpath: zircolite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/85g8i3bbf9dik83c09h4nbqk6k1dsyb3-packages.json.drv building '/nix/store/85g8i3bbf9dik83c09h4nbqk6k1dsyb3-packages.json.drv'... Going to be running update for following packages: - zircolite-2.10.0 Press Enter key to continue... Running update for: - zircolite-2.10.0: UPDATING ... - zircolite-2.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zircolite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grequests, using log file: /var/log/nixpkgs-update/python311Packages.grequests/2024-03-05.log python311Packages.grequests 0 -> 1 attrpath: python311Packages.grequests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/agl3877pagh2sqlc674vysh1hgks5xk7-packages.json.drv building '/nix/store/agl3877pagh2sqlc674vysh1hgks5xk7-packages.json.drv'... Going to be running update for following packages: - python3.11-grequests-0.7.0 Press Enter key to continue... Running update for: - python3.11-grequests-0.7.0: UPDATING ... - python3.11-grequests-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grequests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cucumber-tag-expressions, using log file: /var/log/nixpkgs-update/python311Packages.cucumber-tag-expressions/2024-03-05.log python311Packages.cucumber-tag-expressions 0 -> 1 attrpath: python311Packages.cucumber-tag-expressions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y0bcg1xbnlv4a0nyqaxp2n96ad71w7jn-packages.json.drv building '/nix/store/y0bcg1xbnlv4a0nyqaxp2n96ad71w7jn-packages.json.drv'... Going to be running update for following packages: - python3.11-cucumber-tag-expressions-4.1.0 Press Enter key to continue... Running update for: - python3.11-cucumber-tag-expressions-4.1.0: UPDATING ... - python3.11-cucumber-tag-expressions-4.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cucumber-tag-expressions/default.nix b/pkgs/development/python-modules/cucumber-tag-expressions/default.nix index e67704be7898..e7c3a2640554 100644 --- a/pkgs/development/python-modules/cucumber-tag-expressions/default.nix +++ b/pkgs/development/python-modules/cucumber-tag-expressions/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "cucumber-tag-expressions"; - version = "4.1.0"; + version = "6.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "e314d5fed6eebb2f90380271f562248fb15e18636764faf40f4dde4b28b1f960"; + sha256 = "sha256-N1jTEjFe+sghWGXbF4N0jfXvZjJDUgaLMvhFt3B/7Vs="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.cucumber-tag-expressions nix build failed. tests/data/test_errors.py:8: in import yaml E ModuleNotFoundError: No module named 'yaml' _______________ ERROR collecting tests/data/test_evaluations.py ________________ ImportError while importing test module '/build/cucumber-tag-expressions-6.1.0/tests/data/test_evaluations.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/data/test_evaluations.py:8: in import yaml E ModuleNotFoundError: No module named 'yaml' _________________ ERROR collecting tests/data/test_parsing.py __________________ ImportError while importing test module '/build/cucumber-tag-expressions-6.1.0/tests/data/test_parsing.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/data/test_parsing.py:8: in import yaml E ModuleNotFoundError: No module named 'yaml' - generated xml file: /build/cucumber-tag-expressions-6.1.0/build/testing/report.xml - - Generated html report: file:///build/cucumber-tag-expressions-6.1.0/build/testing/report.html - =========================== short test summary info ============================ ERROR tests/data/test_errors.py ERROR tests/data/test_evaluations.py ERROR tests/data/test_parsing.py !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 3 errors in 0.12s =============================== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.cucumber-tag-expressions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytabix, using log file: /var/log/nixpkgs-update/python311Packages.pytabix/2024-03-05.log python311Packages.pytabix 0 -> 1 attrpath: python311Packages.pytabix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f16wdhwa4psak7kh4k33mzx4hwhsi226-packages.json.drv building '/nix/store/f16wdhwa4psak7kh4k33mzx4hwhsi226-packages.json.drv'... Going to be running update for following packages: - python3.11-pytabix-0.1 Press Enter key to continue... Running update for: - python3.11-pytabix-0.1: UPDATING ... - python3.11-pytabix-0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytabix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypca, using log file: /var/log/nixpkgs-update/python311Packages.pypca/2024-03-05.log python311Packages.pypca 0 -> 1 attrpath: python311Packages.pypca Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b61bfdwjid3hxhd33ll7ncwdkxi48vv5-packages.json.drv building '/nix/store/b61bfdwjid3hxhd33ll7ncwdkxi48vv5-packages.json.drv'... Going to be running update for following packages: - python3.11-pypca-0.0.13 Press Enter key to continue... Running update for: - python3.11-pypca-0.0.13: UPDATING ... - python3.11-pypca-0.0.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypca 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asio, using log file: /var/log/nixpkgs-update/asio/2024-03-05.log asio 1.24.0 -> 1.29.0 https://repology.org/project/asio/versions attrpath: asio Checking auto update branch... No auto update branch exists Old version 1.24.0" not present in master derivation file with contents: {lib, stdenv, fetchurl, boost, openssl , version, sha256, ... }: stdenv.mkDerivation { pname = "asio"; inherit version; src = fetchurl { url = "mirror://sourceforge/asio/asio-${version}.tar.bz2"; inherit sha256; }; propagatedBuildInputs = [ boost ]; buildInputs = [ openssl ]; meta = with lib; { homepage = "http://asio.sourceforge.net/"; description = "Cross-platform C++ library for network and low-level I/O programming"; license = licenses.boost; broken = stdenv.isDarwin && lib.versionOlder version "1.16.1"; platforms = platforms.unix; }; } [result] Failed to update asio 1.24.0 -> 1.29.0 https://repology.org/project/asio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.edalize, using log file: /var/log/nixpkgs-update/python311Packages.edalize/2024-03-05.log python311Packages.edalize 0 -> 1 attrpath: python311Packages.edalize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mh878klvwdfkfp1dkbjrv0z2zzglpqfj-packages.json.drv building '/nix/store/mh878klvwdfkfp1dkbjrv0z2zzglpqfj-packages.json.drv'... Going to be running update for following packages: - python3.11-edalize-0.5.1 Press Enter key to continue... Running update for: - python3.11-edalize-0.5.1: UPDATING ... - python3.11-edalize-0.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/edalize/default.nix b/pkgs/development/python-modules/edalize/default.nix index 0005a4cb2e63..74bfb8e0bfd1 100644 --- a/pkgs/development/python-modules/edalize/default.nix +++ b/pkgs/development/python-modules/edalize/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "edalize"; - version = "0.5.1"; + version = "0.5.4"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "olofk"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-foq1CwIe86d+s7PlhLlGpnJCwrpOyr+uf5/RMLASSJU="; + hash = "sha256-pgyUpbSVRCHioJc82hZwG+JbpnL7t9ZvN4OcPHFsirs="; }; 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.edalize nix build failed. File "setup.py", line 13, in setup( File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 102, in setup _install_setup_requires(attrs) File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 75, in _install_setup_requires _fetch_build_eggs(dist) File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 80, in _fetch_build_eggs dist.fetch_build_eggs(dist.setup_requires) File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py", line 636, in fetch_build_eggs return _fetch_build_eggs(self, requires) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/installer.py", line 38, in _fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 829, in resolve dist = self._resolve_dist( ^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 865, in _resolve_dist dist = best[req.key] = env.best_match( ^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1135, in best_match return self.obtain(req, installer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1147, in obtain return installer(requirement) ^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/installer.py", line 103, in _fetch_build_egg_no_warn raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpgfjzif_b', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.edalize 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.filebrowser-safe, using log file: /var/log/nixpkgs-update/python311Packages.filebrowser-safe/2024-03-05.log python311Packages.filebrowser-safe 0 -> 1 attrpath: python311Packages.filebrowser-safe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2bkyh456i1s9c975xgxw5ci7dqqwxkz-packages.json.drv building '/nix/store/d2bkyh456i1s9c975xgxw5ci7dqqwxkz-packages.json.drv'... Going to be running update for following packages: - python3.11-filebrowser-safe-1.1.1 Press Enter key to continue... Running update for: - python3.11-filebrowser-safe-1.1.1: UPDATING ... - python3.11-filebrowser-safe-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.filebrowser-safe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tockloader, using log file: /var/log/nixpkgs-update/tockloader/2024-03-05.log tockloader 0 -> 1 attrpath: tockloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gfnfh6avipl3h6k8gyc39y708rhf26ll-packages.json.drv building '/nix/store/gfnfh6avipl3h6k8gyc39y708rhf26ll-packages.json.drv'... Going to be running update for following packages: - tockloader-1.9.0 Press Enter key to continue... Running update for: - tockloader-1.9.0: UPDATING ... - tockloader-1.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/misc/tockloader/default.nix b/pkgs/development/tools/misc/tockloader/default.nix index fbca0b0359de..8144e62f433b 100644 --- a/pkgs/development/tools/misc/tockloader/default.nix +++ b/pkgs/development/tools/misc/tockloader/default.nix @@ -5,11 +5,11 @@ python3.pkgs.buildPythonApplication rec { pname = "tockloader"; - version = "1.9.0"; + version = "1.11.0"; src = fetchPypi { inherit pname version; - hash = "sha256-7W55jugVtamFUL8N3dD1LFLJP2UDQb74V6o96rd/tEg="; + hash = "sha256-NsTUb+N7hKOedONOGEKJPFIBhW4iuVvrZj2EMR/lK1E="; }; 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 tockloader nix build failed. Executing pypaInstallPhase Successfully installed tockloader-1.11.0-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/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0 checking for references to /build/ in /nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0... patching script interpreter paths in /nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0 stripping (with command strip and flags -S -p) in /nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/lib /nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/bin shrinking RPATHs of ELF executables and libraries in /nix/store/k33jlrjvwazrcc25z9vd0bx1nzd94m9l-tockloader-1.11.0-dist checking for references to /build/ in /nix/store/k33jlrjvwazrcc25z9vd0bx1nzd94m9l-tockloader-1.11.0-dist... patching script interpreter paths in /nix/store/k33jlrjvwazrcc25z9vd0bx1nzd94m9l-tockloader-1.11.0-dist Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/bin/tockloader'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase Traceback (most recent call last): File "/nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/bin/.tockloader-wrapped", line 6, in from tockloader.main import main File "/nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/lib/python3.11/site-packages/tockloader/main.py", line 30, in from .tickv import TicKV, TockTicKV File "/nix/store/39lvn5b9s98cwwy6c8a5imwyikzlh654-tockloader-1.11.0/lib/python3.11/site-packages/tockloader/tickv.py", line 13, in import siphash ModuleNotFoundError: No module named 'siphash' [result] Failed to update tockloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pod2mdoc, using log file: /var/log/nixpkgs-update/pod2mdoc/2024-03-05.log pod2mdoc 0.0.10 -> 0.2 https://repology.org/project/pod2mdoc/versions attrpath: pod2mdoc Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/pod2mdoc/default.nix b/pkgs/tools/misc/pod2mdoc/default.nix index eba487a57fb7..afd94d3b6281 100644 --- a/pkgs/tools/misc/pod2mdoc/default.nix +++ b/pkgs/tools/misc/pod2mdoc/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "pod2mdoc"; - version = "0.0.10"; + version = "0.2"; src = fetchurl { url = "http://mdocml.bsd.lv/pod2mdoc/snapshots/${pname}-${version}.tgz"; - sha256 = "0nwa9zv9gmfi5ysz1wfm60kahc7nv0133n3dfc2vh2y3gj8mxr4f"; + sha256 = "sha256-dPH+MfYdyHauClcD7N1zwjw4EPdtt9uQGCUh9OomsPw="; }; installPhase = '' [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 pod2mdoc nix build failed. got build log for 'pod2mdoc' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/x5894fpg2qj2mhjpkf5p3km6iqsz9zxs-pod2mdoc-0.2.tgz source root is pod2mdoc-0.2 setting SOURCE_DATE_EPOCH to timestamp 1432068797 of file pod2mdoc-0.2/pod2mdoc.c @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 gcc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -DHAVE_OHASH=1 -c -o compat_ohash.o compat_ohash.c gcc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -DHAVE_OHASH=1 -c -o dict.o dict.c dict.c:26:10: fatal error: ohash.h: No such file or directory 26 | #include  | ^~~~~~~~~ compilation terminated. make: *** [: dict.o] Error 1 [result] Failed to update pod2mdoc 0.0.10 -> 0.2 https://repology.org/project/pod2mdoc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.regDIF, using log file: /var/log/nixpkgs-update/rPackages.regDIF/2024-03-05.log rPackages.regDIF 1.1.0 -> 1.1.1 https://repology.org/project/r:regdif/versions attrpath: rPackages.regDIF Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.regDIF 1.1.0 -> 1.1.1 https://repology.org/project/r:regdif/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nflplotR, using log file: /var/log/nixpkgs-update/rPackages.nflplotR/2024-03-05.log rPackages.nflplotR 1.2.0 -> 1.3.0 https://repology.org/project/r:nflplotr/versions attrpath: rPackages.nflplotR Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nflplotR 1.2.0 -> 1.3.0 https://repology.org/project/r:nflplotr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath magic-vlsi, using log file: /var/log/nixpkgs-update/magic-vlsi/2024-03-05.log magic-vlsi 8.3.460 -> 8.3.463 https://repology.org/project/magic/versions attrpath: magic-vlsi Checking auto update branch... An auto update branch exists with message `magic-vlsi: 8.3.460 -> 8.3.462`. New version is 8.3.463. 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/science/electronics/magic-vlsi/default.nix b/pkgs/applications/science/electronics/magic-vlsi/default.nix index a6237be645b5..15130deefc58 100644 --- a/pkgs/applications/science/electronics/magic-vlsi/default.nix +++ b/pkgs/applications/science/electronics/magic-vlsi/default.nix @@ -13,11 +13,11 @@ stdenv.mkDerivation rec { pname = "magic-vlsi"; - version = "8.3.460"; + version = "8.3.463"; src = fetchurl { url = "http://opencircuitdesign.com/magic/archive/magic-${version}.tgz"; - sha256 = "sha256-MiwwCVpbmEuGwY36/ctfD0xK4RL5tolM/YPSHLIzrgk="; + sha256 = "sha256-ba5kTz5ncsEPTh0a0/tbp37qFogUQ+W4p2rPNFLNIAY="; }; nativeBuildInputs = [ python3 ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/q34jx21j9g9szjzl4wp7v66ks1hlb15d-magic-vlsi-8.3.463" [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:
  • magic-vlsi
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/magic/versions. meta.description for magic-vlsi is: VLSI layout tool written in Tcl meta.homepage for magic-vlsi is: http://opencircuitdesign.com/magic/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 8.3.463 with grep in /nix/store/q34jx21j9g9szjzl4wp7v66ks1hlb15d-magic-vlsi-8.3.463 - found 8.3.463 in filename of file in /nix/store/q34jx21j9g9szjzl4wp7v66ks1hlb15d-magic-vlsi-8.3.463 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath magic-vlsi ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/q34jx21j9g9szjzl4wp7v66ks1hlb15d-magic-vlsi-8.3.463 \ --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 magic-vlsi https://github.com/r-ryantm/nixpkgs/archive/66d436410743ec977db945e78afc6417f2b04394.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/66d436410743ec977db945e78afc6417f2b04394#magic-vlsi ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/q34jx21j9g9szjzl4wp7v66ks1hlb15d-magic-vlsi-8.3.463 ls -la /nix/store/q34jx21j9g9szjzl4wp7v66ks1hlb15d-magic-vlsi-8.3.463/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:
  • magic-vlsi
--- ###### Maintainer pings cc @thoughtpolice @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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/290917 [result] Success updating magic-vlsi 8.3.460 -> 8.3.463 https://repology.org/project/magic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath urn-timer, using log file: /var/log/nixpkgs-update/urn-timer/2024-03-05.log urn-timer 0 -> 1 attrpath: urn-timer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y6l528nvp2cmp85mryls8ckdb22f6w9q-packages.json.drv building '/nix/store/y6l528nvp2cmp85mryls8ckdb22f6w9q-packages.json.drv'... Going to be running update for following packages: - urn-timer-unstable-2023-08-07 Press Enter key to continue... Running update for: - urn-timer-unstable-2023-08-07: UPDATING ... - urn-timer-unstable-2023-08-07: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/urn-timer/default.nix b/pkgs/tools/misc/urn-timer/default.nix index 26b59a7f908a..df45524a8a06 100644 --- a/pkgs/tools/misc/urn-timer/default.nix +++ b/pkgs/tools/misc/urn-timer/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation { pname = "urn-timer"; - version = "unstable-2023-08-07"; + version = "unstable-2024-03-05"; src = fetchFromGitHub { owner = "paoloose"; repo = "urn"; - rev = "3468e297ee67aa83e6c26529acd35142ade5c6ff"; - hash = "sha256-e9u/bjFjwgF5QciiqB3AWhyYj7eCstzkpSR9+xNA+4I="; + rev = "10082428749fabb69db1556f19940d8700ce48a2"; + hash = "sha256-sQjHQ/i1d4v4ZnM0YAay+MdIj5l/FfIYj+NdH48OqfU="; }; nativeBuildInputs = [ An auto update branch exists with message `urn-timer: unstable-2023-08-07 -> unstable-2024-02-02`. New version is unstable-2024-03-05. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/06hbggz21pnrlxqlhdc4zwxzp2awi8y3-urn-timer-unstable-2024-03-05" [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:
  • urn-timer
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 urn-timer is: Split tracker / timer for speedrunning with GTK+ frontend meta.homepage for urn-timer is: https://github.com/paoloose/urn ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/paoloose/urn/compare/3468e297ee67aa83e6c26529acd35142ade5c6ff...10082428749fabb69db1556f19940d8700ce48a2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found unstable-2024-03-05 with grep in /nix/store/06hbggz21pnrlxqlhdc4zwxzp2awi8y3-urn-timer-unstable-2024-03-05 - found unstable-2024-03-05 in filename of file in /nix/store/06hbggz21pnrlxqlhdc4zwxzp2awi8y3-urn-timer-unstable-2024-03-05 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath urn-timer ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/06hbggz21pnrlxqlhdc4zwxzp2awi8y3-urn-timer-unstable-2024-03-05 \ --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 urn-timer https://github.com/r-ryantm/nixpkgs/archive/125b2af13bd864182c0d8a08770241715d5a0994.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/125b2af13bd864182c0d8a08770241715d5a0994#urn-timer ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/06hbggz21pnrlxqlhdc4zwxzp2awi8y3-urn-timer-unstable-2024-03-05 ls -la /nix/store/06hbggz21pnrlxqlhdc4zwxzp2awi8y3-urn-timer-unstable-2024-03-05/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:
  • urn-timer
--- ###### Maintainer pings cc @fgaz 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/277787 [result] Success updating urn-timer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyversasense, using log file: /var/log/nixpkgs-update/python311Packages.pyversasense/2024-03-05.log python311Packages.pyversasense 0 -> 1 attrpath: python311Packages.pyversasense Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cbga12ra0i0b1d80jpvlplk16kwvddzx-packages.json.drv building '/nix/store/cbga12ra0i0b1d80jpvlplk16kwvddzx-packages.json.drv'... Going to be running update for following packages: - python3.11-pyversasense-0.0.6 Press Enter key to continue... Running update for: - python3.11-pyversasense-0.0.6: UPDATING ... - python3.11-pyversasense-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyversasense 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-cache, using log file: /var/log/nixpkgs-update/python311Packages.pytest-cache/2024-03-05.log python311Packages.pytest-cache 0 -> 1 attrpath: python311Packages.pytest-cache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vcizhn8glpkmdbfphyxbf1y260hrkwsj-packages.json.drv building '/nix/store/vcizhn8glpkmdbfphyxbf1y260hrkwsj-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-cache-1.0 Press Enter key to continue... Running update for: - python3.11-pytest-cache-1.0: UPDATING ... - python3.11-pytest-cache-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-cache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enpass, using log file: /var/log/nixpkgs-update/enpass/2024-03-05.log enpass 6.9.2.1563 -> 6.9.4.1629 https://repology.org/project/enpass/versions attrpath: enpass Checking auto update branch... No auto update branch exists Old version 6.9.2.1563" not present in master derivation file with contents: { stdenv, fetchurl, dpkg, xorg , glib, libGLU, libGL, libpulseaudio, zlib, dbus, fontconfig, freetype , gtk3, pango , makeWrapper , python3Packages, lib, libcap , lsof, curl, libuuid, cups, mesa, xz, libxkbcommon }: let all_data = lib.importJSON ./data.json; system_map = { # i686-linux = "i386"; Uncomment if enpass 6 becomes available on i386 x86_64-linux = "amd64"; }; data = all_data.${system_map.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}")}; baseUrl = "https://apt.enpass.io"; # used of both wrappers and libpath libPath = lib.makeLibraryPath (with xorg; [ mesa.drivers libGLU libGL fontconfig freetype libpulseaudio zlib dbus libX11 libXi libSM libICE libXrender libXScrnSaver libxcb libcap glib gtk3 pango curl libuuid cups xcbutilwm # libxcb-icccm.so.4 xcbutilimage # libxcb-image.so.0 xcbutilkeysyms # libxcb-keysyms.so.1 xcbutilrenderutil # libxcb-render-util.so.0 xz libxkbcommon ]); package = stdenv.mkDerivation { inherit (data) version; pname = "enpass"; src = fetchurl { inherit (data) sha256; url = "${baseUrl}/${data.path}"; }; meta = with lib; { description = "A well known password manager"; homepage = "https://www.enpass.io/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = [ "x86_64-linux" "i686-linux"]; maintainers = with maintainers; [ ewok dritter ]; }; nativeBuildInputs = [ makeWrapper ]; buildInputs = [dpkg]; unpackPhase = "dpkg -X $src ."; installPhase='' mkdir -p $out/bin cp -r opt/enpass/* $out/bin cp -r usr/* $out sed \ -i s@/opt/enpass/Enpass@$out/bin/Enpass@ \ $out/share/applications/enpass.desktop for i in $out/bin/{Enpass,importer_enpass}; do patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) $i done # lsof must be in PATH for proper operation wrapProgram $out/bin/Enpass \ --set LD_LIBRARY_PATH "${libPath}" \ --prefix PATH : ${lsof}/bin \ --unset QML2_IMPORT_PATH \ --unset QT_PLUGIN_PATH ''; }; updater = { update = stdenv.mkDerivation { name = "enpass-update-script"; SCRIPT =./update_script.py; buildInputs = with python3Packages; [python requests pathlib2 six attrs ]; shellHook = '' exec python $SCRIPT --target pkgs/tools/security/enpass/data.json --repo ${baseUrl} ''; }; }; in (package // {refresh = updater;}) [result] Failed to update enpass 6.9.2.1563 -> 6.9.4.1629 https://repology.org/project/enpass/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.trainer, using log file: /var/log/nixpkgs-update/python311Packages.trainer/2024-03-05.log python311Packages.trainer 0 -> 1 attrpath: python311Packages.trainer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/61b2alq5ms4awjs4gp28ycj63aas2vn2-packages.json.drv building '/nix/store/61b2alq5ms4awjs4gp28ycj63aas2vn2-packages.json.drv'... Going to be running update for following packages: - python3.11-trainer-0.0.36 Press Enter key to continue... Running update for: - python3.11-trainer-0.0.36: UPDATING ... - python3.11-trainer-0.0.36: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.trainer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.biopandas, using log file: /var/log/nixpkgs-update/python311Packages.biopandas/2024-03-05.log python311Packages.biopandas 0 -> 1 attrpath: python311Packages.biopandas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jjamaahgj8mhipi88y3jjbfrw1d3l1pr-packages.json.drv building '/nix/store/jjamaahgj8mhipi88y3jjbfrw1d3l1pr-packages.json.drv'... Going to be running update for following packages: - python3.11-biopandas-0.4.1 Press Enter key to continue... Running update for: - python3.11-biopandas-0.4.1: UPDATING ... - python3.11-biopandas-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.biopandas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.roxygen2, using log file: /var/log/nixpkgs-update/rPackages.roxygen2/2024-03-05.log rPackages.roxygen2 7.2.3 -> 7.3.1 https://repology.org/project/r:roxygen2/versions attrpath: rPackages.roxygen2 Checking auto update branch... No auto update branch exists Old version 7.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.roxygen2 7.2.3 -> 7.3.1 https://repology.org/project/r:roxygen2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stix-two, using log file: /var/log/nixpkgs-update/stix-two/2024-03-05.log stix-two 2.13 -> 2.13.b171 https://repology.org/project/fonts:stix/versions attrpath: stix-two Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv building '/nix/store/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv'... trying https://github.com/stipub/stixfonts/raw/v2.13.b171/zipfiles/STIX2_13_b171-all.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'stix-two.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv /nix/store/63gfgnbddcbnqv326galr2pzxq7v94sn-stix-two-2.13.b171.drv building '/nix/store/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv'... trying https://github.com/stipub/stixfonts/raw/v2.13.b171/zipfiles/STIX2_13_b171-all.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 238k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/stipub/stixfonts/raw/v2.13.b171/zipfiles/STIX2_13_b171-all.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 238k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/mpiy31gcwfjlzc6iiqsnfsib5xnwngza-source.drv'. error: 1 dependencies of derivation '/nix/store/63gfgnbddcbnqv326galr2pzxq7v94sn-stix-two-2.13.b171.drv' failed to build [result] Failed to update stix-two 2.13 -> 2.13.b171 https://repology.org/project/fonts:stix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-xdist, using log file: /var/log/nixpkgs-update/python311Packages.pytest-xdist/2024-03-05.log python311Packages.pytest-xdist 0 -> 1 attrpath: python311Packages.pytest-xdist Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fg7x6ijh6cznq4am3l4a8q6qnf2pwxcs-packages.json.drv building '/nix/store/fg7x6ijh6cznq4am3l4a8q6qnf2pwxcs-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-xdist-3.5.0 Press Enter key to continue... Running update for: - python3.11-pytest-xdist-3.5.0: UPDATING ... - python3.11-pytest-xdist-3.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-xdist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.glualint, using log file: /var/log/nixpkgs-update/haskellPackages.glualint/2024-03-05.log haskellPackages.glualint 1.26.0 -> 1.28.0 https://repology.org/project/haskell:glualint/versions attrpath: haskellPackages.glualint Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.glualint 1.26.0 -> 1.28.0 https://repology.org/project/haskell:glualint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.warrant, using log file: /var/log/nixpkgs-update/python311Packages.warrant/2024-03-05.log python311Packages.warrant 0 -> 1 attrpath: python311Packages.warrant Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wyb8icsyiy31vafdc4fldi0kwsjjr6qj-packages.json.drv building '/nix/store/wyb8icsyiy31vafdc4fldi0kwsjjr6qj-packages.json.drv'... Going to be running update for following packages: - python3.11-warrant-0.6.1 Press Enter key to continue... Running update for: - python3.11-warrant-0.6.1: UPDATING ... - python3.11-warrant-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.warrant 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zxtune, using log file: /var/log/nixpkgs-update/zxtune/2024-03-05.log zxtune 0 -> 1 attrpath: zxtune Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9j24pskc0fag70qajq1a6gwz0xz8bh87-packages.json.drv building '/nix/store/9j24pskc0fag70qajq1a6gwz0xz8bh87-packages.json.drv'... Going to be running update for following packages: - zxtune-5056 Press Enter key to continue... Running update for: - zxtune-5056: UPDATING ... - zxtune-5056: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zxtune 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spr, using log file: /var/log/nixpkgs-update/spr/2024-03-05.log spr 1.3.4 -> 1.3.5 https://github.com/getcord/spr/releases attrpath: spr Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv building '/nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv'... trying https://crates.io/api/v1/crates/spr/1.3.5/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download spr-1.3.5.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'spr.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv /nix/store/v0rz106a3hlbgbyzxnx2p4csrxmx93di-spr-1.3.5-vendor.tar.gz.drv /nix/store/b6d5b1a98s6q2zaya5h1ld7dqqpqg8fa-spr-1.3.5.drv building '/nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv'... trying https://crates.io/api/v1/crates/spr/1.3.5/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download spr-1.3.5.tar.gz from any mirror error: builder for '/nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://crates.io/api/v1/crates/spr/1.3.5/download > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download spr-1.3.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/24vyhbnp9cghy74k3acy0gv3gnsnbapi-spr-1.3.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/b6d5b1a98s6q2zaya5h1ld7dqqpqg8fa-spr-1.3.5.drv' failed to build [result] Failed to update spr 1.3.4 -> 1.3.5 https://github.com/getcord/spr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.srvlookup, using log file: /var/log/nixpkgs-update/python311Packages.srvlookup/2024-03-05.log python311Packages.srvlookup 0 -> 1 attrpath: python311Packages.srvlookup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x88ypsk0l6czd9xk4gdm2hg67572mhxa-packages.json.drv building '/nix/store/x88ypsk0l6czd9xk4gdm2hg67572mhxa-packages.json.drv'... Going to be running update for following packages: - python3.11-srvlookup-3.0.0 Press Enter key to continue... Running update for: - python3.11-srvlookup-3.0.0: UPDATING ... - python3.11-srvlookup-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.srvlookup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrender, using log file: /var/log/nixpkgs-update/python311Packages.pyrender/2024-03-05.log python311Packages.pyrender 0 -> 1 attrpath: python311Packages.pyrender 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/35imzc5wf5bkggdsjf5f94v39ry7920k-packages.json.drv building '/nix/store/35imzc5wf5bkggdsjf5f94v39ry7920k-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrender-0.1.45 Press Enter key to continue... Running update for: - python3.11-pyrender-0.1.45: UPDATING ... - python3.11-pyrender-0.1.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrender 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath greg, using log file: /var/log/nixpkgs-update/greg/2024-03-05.log greg 0 -> 1 attrpath: greg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m8friqirgwhwbldspk645qansffzm6al-packages.json.drv building '/nix/store/m8friqirgwhwbldspk645qansffzm6al-packages.json.drv'... Going to be running update for following packages: - greg-0.4.8 Press Enter key to continue... Running update for: - greg-0.4.8: UPDATING ... - greg-0.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update greg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath beneath-a-steel-sky, using log file: /var/log/nixpkgs-update/beneath-a-steel-sky/2024-03-05.log beneath-a-steel-sky 1.2 -> 1.3 https://repology.org/project/beneath-a-steel-sky/versions attrpath: beneath-a-steel-sky Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update beneath-a-steel-sky 1.2 -> 1.3 https://repology.org/project/beneath-a-steel-sky/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.georss-nrcan-earthquakes-client, using log file: /var/log/nixpkgs-update/python311Packages.georss-nrcan-earthquakes-client/2024-03-05.log python311Packages.georss-nrcan-earthquakes-client 0 -> 1 attrpath: python311Packages.georss-nrcan-earthquakes-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zah4hzjp81anhclnzl00ys9bcf5srfd9-packages.json.drv building '/nix/store/zah4hzjp81anhclnzl00ys9bcf5srfd9-packages.json.drv'... Going to be running update for following packages: - python3.11-georss-nrcan-earthquakes-client-0.4 Press Enter key to continue... Running update for: - python3.11-georss-nrcan-earthquakes-client-0.4: UPDATING ... - python3.11-georss-nrcan-earthquakes-client-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.georss-nrcan-earthquakes-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-relay, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-relay/2024-03-05.log python311Packages.azure-mgmt-relay 0 -> 1 attrpath: python311Packages.azure-mgmt-relay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xvgpcqndlwcfg6g7p6299w7ariy1fbb5-packages.json.drv building '/nix/store/xvgpcqndlwcfg6g7p6299w7ariy1fbb5-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-relay-1.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-relay-1.1.0: UPDATING ... - python3.11-azure-mgmt-relay-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-relay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.casbin, using log file: /var/log/nixpkgs-update/python311Packages.casbin/2024-03-05.log python311Packages.casbin 0 -> 1 attrpath: python311Packages.casbin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fvhcmdxhbdkrlmwgai3pwpdv3rp42ca5-packages.json.drv building '/nix/store/fvhcmdxhbdkrlmwgai3pwpdv3rp42ca5-packages.json.drv'... Going to be running update for following packages: - python3.11-casbin-1.36.0 Press Enter key to continue... Running update for: - python3.11-casbin-1.36.0: UPDATING ... - python3.11-casbin-1.36.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.casbin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.async-modbus, using log file: /var/log/nixpkgs-update/python311Packages.async-modbus/2024-03-05.log python311Packages.async-modbus 0 -> 1 attrpath: python311Packages.async-modbus 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/nbf1gca1vl200q5a64b5n0r2kxm4zs89-packages.json.drv building '/nix/store/nbf1gca1vl200q5a64b5n0r2kxm4zs89-packages.json.drv'... Going to be running update for following packages: - python3.11-async-modbus-0.2.1 Press Enter key to continue... Running update for: - python3.11-async-modbus-0.2.1: UPDATING ... - python3.11-async-modbus-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.async-modbus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.testresources, using log file: /var/log/nixpkgs-update/python311Packages.testresources/2024-03-05.log python311Packages.testresources 0 -> 1 attrpath: python311Packages.testresources Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fk07754591g3dxgxps59zp26f0ny9rby-packages.json.drv building '/nix/store/fk07754591g3dxgxps59zp26f0ny9rby-packages.json.drv'... Going to be running update for following packages: - python3.11-testresources-2.0.1 Press Enter key to continue... Running update for: - python3.11-testresources-2.0.1: UPDATING ... - python3.11-testresources-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.testresources 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensorboardx, using log file: /var/log/nixpkgs-update/python311Packages.tensorboardx/2024-03-05.log python311Packages.tensorboardx 0 -> 1 attrpath: python311Packages.tensorboardx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/78znpnlmmy73virvj4n1awcdwvdzgv7f-packages.json.drv building '/nix/store/78znpnlmmy73virvj4n1awcdwvdzgv7f-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorboardx-2.6.2 Press Enter key to continue... Running update for: - python3.11-tensorboardx-2.6.2: UPDATING ... - python3.11-tensorboardx-2.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorboardx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.zlibbioc, using log file: /var/log/nixpkgs-update/rPackages.zlibbioc/2024-03-05.log rPackages.zlibbioc 1.48.0 -> 1.49.0 https://repology.org/project/r:zlibbioc/versions attrpath: rPackages.zlibbioc Checking auto update branch... No auto update branch exists Old version 1.48.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.zlibbioc 1.48.0 -> 1.49.0 https://repology.org/project/r:zlibbioc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gibo, using log file: /var/log/nixpkgs-update/gibo/2024-03-05.log gibo 1.0.6 -> 3.0.11 https://github.com/simonwhitaker/gibo/releases attrpath: gibo Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv building '/nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv'... trying https://github.com/simonwhitaker/gibo/archive/3.0.11.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gibo.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv /nix/store/wi9qc0h93vls322a1s953i59jran2ad1-gibo-3.0.11.drv building '/nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv'... trying https://github.com/simonwhitaker/gibo/archive/3.0.11.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/simonwhitaker/gibo/archive/3.0.11.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/l4441naqkl41skpa0fsva736r3k0026q-source.drv'. error: 1 dependencies of derivation '/nix/store/wi9qc0h93vls322a1s953i59jran2ad1-gibo-3.0.11.drv' failed to build [result] Failed to update gibo 1.0.6 -> 3.0.11 https://github.com/simonwhitaker/gibo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.gsl, using log file: /var/log/nixpkgs-update/octavePackages.gsl/2024-03-05.log octavePackages.gsl 0 -> 1 attrpath: octavePackages.gsl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fa43asg34cf2ilx0mdazshfdc355q4gq-packages.json.drv building '/nix/store/fa43asg34cf2ilx0mdazshfdc355q4gq-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-gsl-2.1.1 Press Enter key to continue... Running update for: - octave-8.4.0-gsl-2.1.1: UPDATING ... - octave-8.4.0-gsl-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.gsl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscodium, using log file: /var/log/nixpkgs-update/vscodium/2024-03-05.log vscodium 0 -> 1 attrpath: vscodium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/640rhvryqk0hfs4sw2iimw8dfjf165df-packages.json.drv building '/nix/store/640rhvryqk0hfs4sw2iimw8dfjf165df-packages.json.drv'... Going to be running update for following packages: - vscodium-1.86.2.24057 Press Enter key to continue... Running update for: - vscodium-1.86.2.24057: UPDATING ... - vscodium-1.86.2.24057: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix index 22f4ec88118c..462f9d107b52 100644 --- a/pkgs/applications/editors/vscode/vscodium.nix +++ b/pkgs/applications/editors/vscode/vscodium.nix @@ -15,11 +15,11 @@ let archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz"; sha256 = { - x86_64-linux = "0pz2dn245jzjw2n79mm9angvdlwlwxb4lwdq8za1i99g2m4il1bz"; - x86_64-darwin = "0d0ivs672zh7w60pxy95awq7c8gxhs7d8wv5cf25289gnzcd6qff"; - aarch64-linux = "1srir5gr0bdvnxyqrfq00p34ligg0pppr22g9zrdm8jasvrz6fb0"; - aarch64-darwin = "046kcsanz5msf5xd94b1lxcwclsp3dcwxgzrcxycbsykxslz9gpq"; - armv7l-linux = "0h576q3jbdy48bvg4h9swd2w7cynxmnm2klj6p719myigx7h2jzg"; + x86_64-linux = "1lw7j8h0i96mg8si8dmi55ldbz5j63zb93qf1g59siavx84f1zpd"; + x86_64-darwin = "12g5z84548w3hh6j014ampgm84xd8pd1yp71jxrp7j2w055y9qbg"; + aarch64-linux = "1gq6vgmlg4h9i4r32b9r34pblq2n8z9z2z6y266gly3hnpps2xhc"; + aarch64-darwin = "0nqxigy6kj7xcr4m6za70yic1vvfjlwlic3bbzb19dqpikbcf2pj"; + armv7l-linux = "0p0b0s8a76kypzjj4q00cn0ia9ww576s6abmdf7msgiq0a4fxxyf"; }.${system} or throwSystem; sourceRoot = lib.optionalString (!stdenv.isDarwin) "."; @@ -29,7 +29,7 @@ in # Please backport all compatible updates to the stable release. # This is important for the extension ecosystem. - version = "1.86.2.24057"; + version = "1.87.0.24060"; pname = "vscodium"; executableName = "codium"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/b7n3jwxbnb0kipxs129igix3xgdynqbh-vscodium-1.87.0.24060" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • vscode-langservers-extracted
  • vscodium
  • vscodium-fhs
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 vscodium is: Open source source code editor developed by Microsoft for Windows, Linux and macOS (VS Code without MS branding/telemetry/licensing) meta.homepage for vscodium is: https://github.com/VSCodium/vscodium ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/VSCodium/vscodium/releases/tag/1.87.0.24060) - [Compare changes on GitHub](https://github.com/VSCodium/vscodium/compare/1.86.2.24057...1.87.0.24060) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.87.0.24060 in filename of file in /nix/store/b7n3jwxbnb0kipxs129igix3xgdynqbh-vscodium-1.87.0.24060 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath vscode-langservers-extracted vscodium vscodium-fhs ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/b7n3jwxbnb0kipxs129igix3xgdynqbh-vscodium-1.87.0.24060 \ --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 vscodium https://github.com/r-ryantm/nixpkgs/archive/9a740c0018035ddcaf17493c365a4645cf879b85.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/9a740c0018035ddcaf17493c365a4645cf879b85#vscodium ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/b7n3jwxbnb0kipxs129igix3xgdynqbh-vscodium-1.87.0.24060 ls -la /nix/store/b7n3jwxbnb0kipxs129igix3xgdynqbh-vscodium-1.87.0.24060/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • vscode-langservers-extracted
  • vscodium
  • vscodium-fhs
--- ###### Maintainer pings cc @Synthetica9 @bobby285271 @ludovicopiero 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/293584 [result] Success updating vscodium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath headache, using log file: /var/log/nixpkgs-update/headache/2024-03-05.log headache 0 -> 1 attrpath: headache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iwv9nx061p87dypb390884w5v3zy9cra-packages.json.drv building '/nix/store/iwv9nx061p87dypb390884w5v3zy9cra-packages.json.drv'... Going to be running update for following packages: - ocaml5.1.1-headache-1.07 Press Enter key to continue... Running update for: - ocaml5.1.1-headache-1.07: UPDATING ... - ocaml5.1.1-headache-1.07: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update headache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath go-critic, using log file: /var/log/nixpkgs-update/go-critic/2024-03-05.log go-critic 0 -> 1 attrpath: go-critic Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/00lcr6lsr89pln34j0v91mqn8dwhy8k9-packages.json.drv building '/nix/store/00lcr6lsr89pln34j0v91mqn8dwhy8k9-packages.json.drv'... Going to be running update for following packages: - go-critic-0.11.1 Press Enter key to continue... Running update for: - go-critic-0.11.1: UPDATING ... - go-critic-0.11.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/go/go-critic/package.nix b/pkgs/by-name/go/go-critic/package.nix index df2116150dd1..ea5912541063 100644 --- a/pkgs/by-name/go/go-critic/package.nix +++ b/pkgs/by-name/go/go-critic/package.nix @@ -8,16 +8,16 @@ buildGoModule rec { pname = "go-critic"; - version = "0.11.1"; + version = "0.11.2"; src = fetchFromGitHub { owner = "go-critic"; repo = "go-critic"; rev = "v${version}"; - hash = "sha256-8dRgPhYedEPwK4puP8hJWhjub2NkOl3OWNRb43AH3xc="; + hash = "sha256-xej9ROsJYrjvlitxnAjUKPsp0kb8INvFnkdNfYiycz8="; }; - vendorHash = "sha256-0Y9yMcgyRgXQUie7oj0bRy4+eGfQOa9QXux2AoRc6pw="; + vendorHash = "sha256-pYdnZjCGx+skF/kqA1QO3NuVqOfsMJNVhFBpwtdZhIA="; subPackages = [ "cmd/gocritic" No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/rl3yqcnxphg7n6h7z5ph0llnzzc2nsvr-go-critic-0.11.2" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • go-critic
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 go-critic is: The most opinionated Go source code linter for code audit meta.homepage for go-critic is: https://go-critic.com/ meta.changelog for go-critic is: https://github.com/go-critic/go-critic/releases/tag/v0.11.2 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/go-critic/go-critic/releases/tag/v0.11.2) - [Compare changes on GitHub](https://github.com/go-critic/go-critic/compare/v0.11.1...v0.11.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.11.2 with grep in /nix/store/rl3yqcnxphg7n6h7z5ph0llnzzc2nsvr-go-critic-0.11.2 - found 0.11.2 in filename of file in /nix/store/rl3yqcnxphg7n6h7z5ph0llnzzc2nsvr-go-critic-0.11.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath go-critic ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/rl3yqcnxphg7n6h7z5ph0llnzzc2nsvr-go-critic-0.11.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A go-critic https://github.com/r-ryantm/nixpkgs/archive/f515ffec26d39a8d5b866a8d4829d276f9dd1d9a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f515ffec26d39a8d5b866a8d4829d276f9dd1d9a#go-critic ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/rl3yqcnxphg7n6h7z5ph0llnzzc2nsvr-go-critic-0.11.2 ls -la /nix/store/rl3yqcnxphg7n6h7z5ph0llnzzc2nsvr-go-critic-0.11.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • go-critic
--- ###### Maintainer pings cc @katexochen 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/293589 [result] Success updating go-critic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath csvs-to-sqlite, using log file: /var/log/nixpkgs-update/csvs-to-sqlite/2024-03-05.log csvs-to-sqlite 0 -> 1 attrpath: csvs-to-sqlite 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/byg2wwyf0gng8adxks0n81jw47w4gh64-packages.json.drv building '/nix/store/byg2wwyf0gng8adxks0n81jw47w4gh64-packages.json.drv'... Going to be running update for following packages: - csvs-to-sqlite-1.3 Press Enter key to continue... Running update for: - csvs-to-sqlite-1.3: UPDATING ... - csvs-to-sqlite-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update csvs-to-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.bugsnag, using log file: /var/log/nixpkgs-update/python311Packages.bugsnag/2024-03-05.log python311Packages.bugsnag 0 -> 1 attrpath: python311Packages.bugsnag Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h0vm9j43a7j80gwmzjqa6k934pxq7pb1-packages.json.drv building '/nix/store/h0vm9j43a7j80gwmzjqa6k934pxq7pb1-packages.json.drv'... Going to be running update for following packages: - python3.11-bugsnag-4.6.1 Press Enter key to continue... Running update for: - python3.11-bugsnag-4.6.1: UPDATING ... - python3.11-bugsnag-4.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bugsnag/default.nix b/pkgs/development/python-modules/bugsnag/default.nix index c97947a28596..a20770673fb5 100644 --- a/pkgs/development/python-modules/bugsnag/default.nix +++ b/pkgs/development/python-modules/bugsnag/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "bugsnag"; - version = "4.6.1"; + version = "4.6.2"; format = "setuptools"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - hash = "sha256-GzpupL+wE2JJPT92O6yZNWZowo6fXzUvkuBDtKL1Hao="; + hash = "sha256-UwlT4a0jzp6vo5ZpB/o3MKJAFHpaDJBcaQvFoctS120="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.bugsnag: 4.6.1 -> 4.6.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293522" [result] Failed to update python311Packages.bugsnag 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.rtfunicode, using log file: /var/log/nixpkgs-update/python312Packages.rtfunicode/2024-03-05.log python312Packages.rtfunicode 1.4 -> 2.0 https://repology.org/project/python:rtfunicode/versions attrpath: python312Packages.rtfunicode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0a9vwj5dy4mj4s9wscikswlxpr4xfxxf-packages.json.drv building '/nix/store/0a9vwj5dy4mj4s9wscikswlxpr4xfxxf-packages.json.drv'... Going to be running update for following packages: - python3.12-rtfunicode-1.4 Press Enter key to continue... Running update for: - python3.12-rtfunicode-1.4: UPDATING ... - python3.12-rtfunicode-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.rtfunicode 1.4 -> 2.0 https://repology.org/project/python:rtfunicode/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.qfratio, using log file: /var/log/nixpkgs-update/rPackages.qfratio/2024-03-05.log rPackages.qfratio 1.1.0 -> 1.1.1 https://repology.org/project/r:qfratio/versions attrpath: rPackages.qfratio 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.qfratio 1.1.0 -> 1.1.1 https://repology.org/project/r:qfratio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nimbleHMC, using log file: /var/log/nixpkgs-update/rPackages.nimbleHMC/2024-03-05.log rPackages.nimbleHMC 0.2.0 -> 0.2.1 https://repology.org/project/r:nimblehmc/versions attrpath: rPackages.nimbleHMC Checking auto update branch... No auto update branch exists Old version 0.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nimbleHMC 0.2.0 -> 0.2.1 https://repology.org/project/r:nimblehmc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.novelqualcodes, using log file: /var/log/nixpkgs-update/rPackages.novelqualcodes/2024-03-05.log rPackages.novelqualcodes 0.13.0 -> 0.13.1 https://repology.org/project/r:novelqualcodes/versions attrpath: rPackages.novelqualcodes Checking auto update branch... No auto update branch exists Old version 0.13.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.novelqualcodes 0.13.0 -> 0.13.1 https://repology.org/project/r:novelqualcodes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spduration, using log file: /var/log/nixpkgs-update/rPackages.spduration/2024-03-05.log rPackages.spduration 0.17.1 -> 0.17.2 https://repology.org/project/r:spduration/versions attrpath: rPackages.spduration Checking auto update branch... No auto update branch exists Old version 0.17.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spduration 0.17.1 -> 0.17.2 https://repology.org/project/r:spduration/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.IDPmisc, using log file: /var/log/nixpkgs-update/rPackages.IDPmisc/2024-03-05.log rPackages.IDPmisc 1.1.20 -> 1.1.21 https://repology.org/project/r:idpmisc/versions attrpath: rPackages.IDPmisc Checking auto update branch... No auto update branch exists Old version 1.1.20" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.IDPmisc 1.1.20 -> 1.1.21 https://repology.org/project/r:idpmisc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.multitool, using log file: /var/log/nixpkgs-update/rPackages.multitool/2024-03-05.log rPackages.multitool 0.1.3 -> 0.1.4 https://repology.org/project/r:multitool/versions attrpath: rPackages.multitool Checking auto update branch... No auto update branch exists Old version 0.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.multitool 0.1.3 -> 0.1.4 https://repology.org/project/r:multitool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MazamaCoreUtils, using log file: /var/log/nixpkgs-update/rPackages.MazamaCoreUtils/2024-03-05.log rPackages.MazamaCoreUtils 0.5.1 -> 0.5.2 https://repology.org/project/r:mazamacoreutils/versions attrpath: rPackages.MazamaCoreUtils Checking auto update branch... No auto update branch exists Old version 0.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MazamaCoreUtils 0.5.1 -> 0.5.2 https://repology.org/project/r:mazamacoreutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.UniversalCVI, using log file: /var/log/nixpkgs-update/rPackages.UniversalCVI/2024-03-05.log rPackages.UniversalCVI 1.1.0 -> 1.1.1 https://repology.org/project/r:universalcvi/versions attrpath: rPackages.UniversalCVI Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.UniversalCVI 1.1.0 -> 1.1.1 https://repology.org/project/r:universalcvi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SillyPutty, using log file: /var/log/nixpkgs-update/rPackages.SillyPutty/2024-03-05.log rPackages.SillyPutty 0.3.2 -> 0.4.1 https://repology.org/project/r:sillyputty/versions attrpath: rPackages.SillyPutty Checking auto update branch... No auto update branch exists Old version 0.3.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SillyPutty 0.3.2 -> 0.4.1 https://repology.org/project/r:sillyputty/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.powerindexR, using log file: /var/log/nixpkgs-update/rPackages.powerindexR/2024-03-05.log rPackages.powerindexR 1.0.3 -> 1.5 https://repology.org/project/r:powerindexr/versions attrpath: rPackages.powerindexR 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.powerindexR 1.0.3 -> 1.5 https://repology.org/project/r:powerindexr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.adaR, using log file: /var/log/nixpkgs-update/rPackages.adaR/2024-03-05.log rPackages.adaR 0.3.1 -> 0.3.2 https://repology.org/project/r:adar/versions attrpath: rPackages.adaR Checking auto update branch... No auto update branch exists Old version 0.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.adaR 0.3.1 -> 0.3.2 https://repology.org/project/r:adar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.IBMPopSim, using log file: /var/log/nixpkgs-update/rPackages.IBMPopSim/2024-03-05.log rPackages.IBMPopSim 0.4.3 -> 1.0.0 https://repology.org/project/r:ibmpopsim/versions attrpath: rPackages.IBMPopSim Checking auto update branch... No auto update branch exists Old version 0.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.IBMPopSim 0.4.3 -> 1.0.0 https://repology.org/project/r:ibmpopsim/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PatientProfiles, using log file: /var/log/nixpkgs-update/rPackages.PatientProfiles/2024-03-05.log rPackages.PatientProfiles 0.5.1 -> 0.6.1 https://repology.org/project/r:patientprofiles/versions attrpath: rPackages.PatientProfiles Checking auto update branch... No auto update branch exists Old version 0.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.PatientProfiles 0.5.1 -> 0.6.1 https://repology.org/project/r:patientprofiles/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SwissAir, using log file: /var/log/nixpkgs-update/rPackages.SwissAir/2024-03-05.log rPackages.SwissAir 1.1.5 -> 1.1.6 https://repology.org/project/r:swissair/versions attrpath: rPackages.SwissAir 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.SwissAir 1.1.5 -> 1.1.6 https://repology.org/project/r:swissair/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.epidatr, using log file: /var/log/nixpkgs-update/rPackages.epidatr/2024-03-05.log rPackages.epidatr 1.0.0 -> 1.1.1 https://repology.org/project/r:epidatr/versions attrpath: rPackages.epidatr 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.epidatr 1.0.0 -> 1.1.1 https://repology.org/project/r:epidatr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tcl, using log file: /var/log/nixpkgs-update/tcl/2024-03-05.log tcl 8.6.13 -> 8.6.14 https://repology.org/project/tcl-lang/versions attrpath: tcl Checking auto update branch... No auto update branch exists Old version 8.6.13" not present in master derivation file with contents: { lib, stdenv, callPackage, makeSetupHook, runCommand , tzdata # Version specific stuff , release, version, src , ... }: let baseInterp = stdenv.mkDerivation rec { pname = "tcl"; inherit version src; outputs = [ "out" "man" ]; setOutputFlags = false; postPatch = '' substituteInPlace library/clock.tcl \ --replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo" \ --replace "/usr/share/lib/zoneinfo" "" \ --replace "/usr/lib/zoneinfo" "" \ --replace "/usr/local/etc/zoneinfo" "" ''; preConfigure = '' cd unix ''; configureFlags = [ "--enable-threads" # Note: using $out instead of $man to prevent a runtime dependency on $man. "--mandir=${placeholder "out"}/share/man" "--enable-man-symlinks" # Don't install tzdata because NixOS already has a more up-to-date copy. "--with-tzdata=no" "tcl_cv_strtod_unbroken=ok" ] ++ lib.optional stdenv.is64bit "--enable-64bit"; enableParallelBuilding = true; postInstall = let dllExtension = stdenv.hostPlatform.extensions.sharedLibrary; in '' make install-private-headers ln -s $out/bin/tclsh${release} $out/bin/tclsh ln -s $out/lib/libtcl${release}${dllExtension} $out/lib/libtcl${dllExtension} ''; meta = with lib; { description = "The Tcl scripting language"; homepage = "https://www.tcl.tk/"; license = licenses.tcltk; platforms = platforms.all; maintainers = with maintainers; [ agbrooks ]; }; passthru = rec { inherit release version; libPrefix = "tcl${release}"; libdir = "lib/${libPrefix}"; tclPackageHook = callPackage ({ buildPackages }: makeSetupHook { name = "tcl-package-hook"; propagatedBuildInputs = [ buildPackages.makeBinaryWrapper ]; meta = { inherit (meta) maintainers platforms; }; } ./tcl-package-hook.sh) {}; # verify that Tcl's clock library can access tzdata tests.tzdata = runCommand "${pname}-test-tzdata" {} '' ${baseInterp}/bin/tclsh <(echo "set t [clock scan {2004-10-30 05:00:00} \ -format {%Y-%m-%d %H:%M:%S} \ -timezone :America/New_York]") > $out ''; }; }; mkTclDerivation = callPackage ./mk-tcl-derivation.nix { tcl = baseInterp; }; in baseInterp.overrideAttrs (self: { passthru = self.passthru // { inherit mkTclDerivation; }; }) [result] Failed to update tcl 8.6.13 -> 8.6.14 https://repology.org/project/tcl-lang/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.yuima, using log file: /var/log/nixpkgs-update/rPackages.yuima/2024-03-05.log rPackages.yuima 1.15.22 -> 1.15.27 https://repology.org/project/r:yuima/versions attrpath: rPackages.yuima Checking auto update branch... No auto update branch exists Old version 1.15.22" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.yuima 1.15.22 -> 1.15.27 https://repology.org/project/r:yuima/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RcppCWB, using log file: /var/log/nixpkgs-update/rPackages.RcppCWB/2024-03-05.log rPackages.RcppCWB 0.6.3 -> 0.6.4 https://repology.org/project/r:rcppcwb/versions attrpath: rPackages.RcppCWB Checking auto update branch... No auto update branch exists Old version 0.6.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RcppCWB 0.6.3 -> 0.6.4 https://repology.org/project/r:rcppcwb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.drb, using log file: /var/log/nixpkgs-update/rubyPackages.drb/2024-03-05.log rubyPackages.drb 2.2.0 -> 2.2.1 https://repology.org/project/ruby:drb/versions attrpath: rubyPackages.drb Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages.drb 2.2.0 -> 2.2.1 https://repology.org/project/ruby:drb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.qrnn, using log file: /var/log/nixpkgs-update/rPackages.qrnn/2024-03-05.log rPackages.qrnn 2.1 -> 2.1.1 https://repology.org/project/r:qrnn/versions attrpath: rPackages.qrnn Checking auto update branch... No auto update branch exists Old version 2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.qrnn 2.1 -> 2.1.1 https://repology.org/project/r:qrnn/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.shortuuid, using log file: /var/log/nixpkgs-update/python312Packages.shortuuid/2024-03-05.log python312Packages.shortuuid 1.0.11 -> 1.0.12 https://repology.org/project/python:shortuuid/versions attrpath: python312Packages.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/7jv649xzfrys26jn58fq576hzzwf0mki-packages.json.drv building '/nix/store/7jv649xzfrys26jn58fq576hzzwf0mki-packages.json.drv'... Going to be running update for following packages: - python3.12-shortuuid-1.0.11 Press Enter key to continue... Running update for: - python3.12-shortuuid-1.0.11: UPDATING ... - python3.12-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 python312Packages.shortuuid 1.0.11 -> 1.0.12 https://repology.org/project/python:shortuuid/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath moarvm, using log file: /var/log/nixpkgs-update/moarvm/2024-03-05.log moarvm 2024.01 -> 2024.02 https://github.com/moarvm/moarvm/releases attrpath: moarvm Checking auto update branch... An auto update branch exists with message `moarvm: 2024.01 -> 2024.02`. New version is 2024.02. An auto update branch exists with an equal or greater version [result] Failed to update moarvm 2024.01 -> 2024.02 https://github.com/moarvm/moarvm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tabby, using log file: /var/log/nixpkgs-update/tabby/2024-03-05.log tabby 0.7.0 -> 0.8.3 https://github.com/TabbyML/tabby/releases attrpath: tabby Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - Tabby: bump 0.7.0 => 0.8.3 and add systemd service URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292873" [result] Failed to update tabby 0.7.0 -> 0.8.3 https://github.com/TabbyML/tabby/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.python-dateutil, using log file: /var/log/nixpkgs-update/python312Packages.python-dateutil/2024-03-05.log python312Packages.python-dateutil 2.8.2 -> 2.9.0.post0 https://github.com/dateutil/dateutil/releases attrpath: python312Packages.python-dateutil 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/30jz0kaqy2p68vg0mav0przh8vlqkj39-packages.json.drv building '/nix/store/30jz0kaqy2p68vg0mav0przh8vlqkj39-packages.json.drv'... Going to be running update for following packages: - python3.12-python-dateutil-2.8.2 Press Enter key to continue... Running update for: - python3.12-python-dateutil-2.8.2: UPDATING ... - python3.12-python-dateutil-2.8.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dateutil/default.nix b/pkgs/development/python-modules/dateutil/default.nix index fb7280fd2a16..3df41b303db6 100644 --- a/pkgs/development/python-modules/dateutil/default.nix +++ b/pkgs/development/python-modules/dateutil/default.nix @@ -8,11 +8,11 @@ buildPythonPackage rec { pname = "python-dateutil"; - version = "2.8.2"; + version = "2.9.0.post0"; src = fetchPypi { inherit pname version; - hash = "sha256-ASPKzBYnrhnd88J6XeW9Z+5FhvvdZEDZdI+Ku0g9PoY="; + hash = "sha256-N91UII2n4c2HU4ghfV4A69QXkkn5D7ckN+kaNUWaCtM="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 41875 > 25 [result] Failed to update python312Packages.python-dateutil 2.8.2 -> 2.9.0.post0 https://github.com/dateutil/dateutil/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.msgpack, using log file: /var/log/nixpkgs-update/python312Packages.msgpack/2024-03-05.log python312Packages.msgpack 1.0.7 -> 1.0.8 https://github.com/msgpack/msgpack-python/releases attrpath: python312Packages.msgpack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hd6nlwn8v525g7dvr8k02nj67gs6s7bh-packages.json.drv building '/nix/store/hd6nlwn8v525g7dvr8k02nj67gs6s7bh-packages.json.drv'... Going to be running update for following packages: - python3.12-msgpack-1.0.7 Press Enter key to continue... Running update for: - python3.12-msgpack-1.0.7: UPDATING ... - python3.12-msgpack-1.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/msgpack/default.nix b/pkgs/development/python-modules/msgpack/default.nix index 7bcdb42095b3..e1a114d9344b 100644 --- a/pkgs/development/python-modules/msgpack/default.nix +++ b/pkgs/development/python-modules/msgpack/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "msgpack"; - version = "1.0.7"; + version = "1.0.8"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-Vy78k9t6TSfkBFAZdcptLZd1cFwtkiOQ2Hj892jZLIc="; + hash = "sha256-lcArDifnBuSNDlQm0XEMp44PBijW6J1bWluRpfEidPM="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 736 > 25 [result] Failed to update python312Packages.msgpack 1.0.7 -> 1.0.8 https://github.com/msgpack/msgpack-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath argo, using log file: /var/log/nixpkgs-update/argo/2024-03-05.log argo 3.5.4 -> 3.5.5 https://repology.org/project/argo/versions attrpath: argo Checking auto update branch... No auto update branch exists Old version 3.5.4" not present in master derivation file with contents: { lib , stdenv , buildGoModule , fetchFromGitHub , installShellFiles , pkgsBuildBuild }: let # Argo can package a static server in the CLI using the `staticfiles` go module. # We build the CLI without the static server for simplicity, but the tool is still required for # compilation to succeed. # See: https://github.com/argoproj/argo/blob/d7690e32faf2ac5842468831daf1443283703c25/Makefile#L117 staticfiles = pkgsBuildBuild.buildGoModule rec { name = "staticfiles"; src = fetchFromGitHub { owner = "bouk"; repo = "staticfiles"; rev = "827d7f6389cd410d0aa3f3d472a4838557bf53dd"; hash = "sha256-wchj5KjhTmhc4XVW0sRFCcyx5W9am8TNAIhej3WFWXU="; }; vendorHash = null; excludedPackages = [ "./example" ]; preBuild = '' cp ${./staticfiles.go.mod} go.mod ''; ldflags = [ "-s" "-w" ]; }; in buildGoModule rec { pname = "argo"; version = "3.5.5"; src = fetchFromGitHub { owner = "argoproj"; repo = "argo"; rev = "refs/tags/v${version}"; hash = "sha256-SONi7GmFgBEA+5l8ftjFP3+hk55eZmhkLLuu5FfyVFo="; }; vendorHash = "sha256-XjwtgJdBk9YIro1WlunYmKkuZSrSJTN/BLXn7i3+9xY="; doCheck = false; subPackages = [ "cmd/argo" ]; nativeBuildInputs = [ installShellFiles ]; preBuild = '' mkdir -p ui/dist/app echo "Built without static files" > ui/dist/app/index.html ${staticfiles}/bin/staticfiles -o server/static/files.go ui/dist/app ''; ldflags = [ "-s" "-w" "-X github.com/argoproj/argo-workflows/v3.buildDate=unknown" "-X github.com/argoproj/argo-workflows/v3.gitCommit=${src.rev}" "-X github.com/argoproj/argo-workflows/v3.gitTag=${src.rev}" "-X github.com/argoproj/argo-workflows/v3.gitTreeState=clean" "-X github.com/argoproj/argo-workflows/v3.version=${version}" ]; postInstall = '' for shell in bash zsh; do ${if (stdenv.buildPlatform == stdenv.hostPlatform) then "$out/bin/argo" else "${pkgsBuildBuild.argo}/bin/argo" } completion $shell > argo.$shell installShellCompletion argo.$shell done ''; meta = with lib; { description = "Container native workflow engine for Kubernetes"; homepage = "https://github.com/argoproj/argo"; changelog = "https://github.com/argoproj/argo-workflows/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ groodt ]; platforms = platforms.unix; }; } [result] Failed to update argo 3.5.4 -> 3.5.5 https://repology.org/project/argo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nghttp2, using log file: /var/log/nixpkgs-update/nghttp2/2024-03-05.log nghttp2 1.59.0 -> 1.60.0 https://github.com/nghttp2/nghttp2/releases attrpath: nghttp2 Checking auto update branch... An auto update branch exists with message `nghttp2: 1.59.0 -> 1.60.0`. New version is 1.60.0. An auto update branch exists with an equal or greater version [result] Failed to update nghttp2 1.59.0 -> 1.60.0 https://github.com/nghttp2/nghttp2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.httpx-socks, using log file: /var/log/nixpkgs-update/python312Packages.httpx-socks/2024-03-05.log python312Packages.httpx-socks 0.8.1 -> 0.9.0 https://repology.org/project/python:httpx-socks/versions attrpath: python312Packages.httpx-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/fkagjjasrc59pv279qjgbpbqddsfnb2l-packages.json.drv building '/nix/store/fkagjjasrc59pv279qjgbpbqddsfnb2l-packages.json.drv'... Going to be running update for following packages: - python3.12-httpx-socks-0.9.0 Press Enter key to continue... Running update for: - python3.12-httpx-socks-0.9.0: UPDATING ... - python3.12-httpx-socks-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.httpx-socks 0.8.1 -> 0.9.0 https://repology.org/project/python:httpx-socks/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wlogout, using log file: /var/log/nixpkgs-update/wlogout/2024-03-05.log wlogout 0 -> 1 attrpath: wlogout Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ysv7wf571nnxcj3md0djvv9lgjxnhsb7-packages.json.drv building '/nix/store/ysv7wf571nnxcj3md0djvv9lgjxnhsb7-packages.json.drv'... Going to be running update for following packages: - wlogout-1.2.1 Press Enter key to continue... Running update for: - wlogout-1.2.1: UPDATING ... - wlogout-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wlogout 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulumi-bin, using log file: /var/log/nixpkgs-update/pulumi-bin/2024-03-05.log pulumi-bin 3.107.0 -> 3.108.1 https://repology.org/project/pulumi/versions attrpath: pulumi-bin Checking auto update branch... No auto update branch exists Old version 3.107.0" not present in master derivation file with contents: { lib, stdenv, fetchurl, autoPatchelfHook, makeWrapper, installShellFiles }: let data = import ./data.nix {}; in stdenv.mkDerivation { pname = "pulumi"; version = data.version; postUnpack = '' mv pulumi-* pulumi ''; srcs = map (x: fetchurl x) data.pulumiPkgs.${stdenv.hostPlatform.system}; installPhase = '' install -D -t $out/bin/ * '' + lib.optionalString stdenv.isLinux '' wrapProgram $out/bin/pulumi --set LD_LIBRARY_PATH "${stdenv.cc.cc.lib}/lib" '' + '' installShellCompletion --cmd pulumi \ --bash <($out/bin/pulumi completion bash) \ --fish <($out/bin/pulumi completion fish) \ --zsh <($out/bin/pulumi completion zsh) ''; nativeBuildInputs = [ installShellFiles ] ++ lib.optionals stdenv.isLinux [ autoPatchelfHook makeWrapper ]; buildInputs = [ stdenv.cc.cc.libgcc or null ]; meta = with lib; { homepage = "https://pulumi.io/"; description = "Pulumi is a cloud development platform that makes creating cloud programs easy and productive"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = with licenses; [ asl20 ]; platforms = builtins.attrNames data.pulumiPkgs; maintainers = with maintainers; [ ghuntley peterromfeldhk jlesquembre cpcloud ]; }; } [result] Failed to update pulumi-bin 3.107.0 -> 3.108.1 https://repology.org/project/pulumi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggseqlogo, using log file: /var/log/nixpkgs-update/rPackages.ggseqlogo/2024-03-05.log rPackages.ggseqlogo 0.1 -> 0.2 https://repology.org/project/r:ggseqlogo/versions attrpath: rPackages.ggseqlogo Checking auto update branch... No auto update branch exists Old version 0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ggseqlogo 0.1 -> 0.2 https://repology.org/project/r:ggseqlogo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goredo, using log file: /var/log/nixpkgs-update/goredo/2024-03-05.log goredo 2.6.0 -> 2.6.2 https://repology.org/project/goredo/versions attrpath: goredo Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'goredo.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9nay805aa8nx550ms7y73jkawhk4igkx-goredo-2.6.2-go-modules.drv /nix/store/b971wh6j9l5j0hj2cmw943q9wkjg5ca4-goredo-2.6.2.drv building '/nix/store/9nay805aa8nx550ms7y73jkawhk4igkx-goredo-2.6.2-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/g0hl06vrdqggpc84p1wxqp2sv7j8cv34-goredo-2.6.2.tar.zst source root is goredo-2.6.2 setting SOURCE_DATE_EPOCH to timestamp 1709195535 of file goredo-2.6.2/src/vendor/modules.txt Running phase: patchPhase applying patch /nix/store/cm5gn3p7r013lzq066xzwr44mksj6hws-fix-tests.diff patching file t/goredo-chmoding.t Hunk #1 FAILED at 8. Hunk #2 FAILED at 16. 2 out of 2 hunks FAILED -- saving rejects to file t/goredo-chmoding.t.rej patching file t/goredo-double-consideration.t Hunk #1 FAILED at 17. 1 out of 1 hunk FAILED -- saving rejects to file t/goredo-double-consideration.t.rej patching file t/redo-sh.tests/clean Hunk #1 succeeded at 3 (offset 2 lines). error: builder for '/nix/store/9nay805aa8nx550ms7y73jkawhk4igkx-goredo-2.6.2-go-modules.drv' failed with exit code 1; last 15 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/g0hl06vrdqggpc84p1wxqp2sv7j8cv34-goredo-2.6.2.tar.zst > source root is goredo-2.6.2 > setting SOURCE_DATE_EPOCH to timestamp 1709195535 of file goredo-2.6.2/src/vendor/modules.txt > Running phase: patchPhase > applying patch /nix/store/cm5gn3p7r013lzq066xzwr44mksj6hws-fix-tests.diff > patching file t/goredo-chmoding.t > Hunk #1 FAILED at 8. > Hunk #2 FAILED at 16. > 2 out of 2 hunks FAILED -- saving rejects to file t/goredo-chmoding.t.rej > patching file t/goredo-double-consideration.t > Hunk #1 FAILED at 17. > 1 out of 1 hunk FAILED -- saving rejects to file t/goredo-double-consideration.t.rej > patching file t/redo-sh.tests/clean > Hunk #1 succeeded at 3 (offset 2 lines). For full logs, run 'nix log /nix/store/9nay805aa8nx550ms7y73jkawhk4igkx-goredo-2.6.2-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/b971wh6j9l5j0hj2cmw943q9wkjg5ca4-goredo-2.6.2.drv' failed to build [result] Failed to update goredo 2.6.0 -> 2.6.2 https://repology.org/project/goredo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath armTrustedFirmwareTools, using log file: /var/log/nixpkgs-update/armTrustedFirmwareTools/2024-03-05.log armTrustedFirmwareTools 2.10.0 -> 2.10.2 https://repology.org/project/arm-trusted-firmware/versions attrpath: armTrustedFirmwareTools 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/9dzw19rrabah1ssk1rfcnjxr5rwqvaw7-source.drv building '/nix/store/9dzw19rrabah1ssk1rfcnjxr5rwqvaw7-source.drv'... trying https://github.com/ARM-software/arm-trusted-firmware/archive/v2.10.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 'armTrustedFirmwareTools.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9dzw19rrabah1ssk1rfcnjxr5rwqvaw7-source.drv /nix/store/9hg31iy3amvm7csz56y7r8xbixpgnylj-arm-trusted-firmware-2.10.2.drv these 6 paths will be fetched (47.22 MiB download, 214.63 MiB unpacked): /nix/store/7ylss5fkxiw4mnvmkcii91ja24lwf832-arm-none-eabi-binutils-2.40 /nix/store/03afql1j9q9j7lkck5vm720bjk9wv2w2-arm-none-eabi-binutils-wrapper-2.40 /nix/store/daaxl372ks7jycvfk6wp4mdn2lprz5ra-arm-none-eabi-gcc-13.2.0 /nix/store/v9jj8za6bjicm6ibcwmhpbir1xl1y676-arm-none-eabi-gcc-13.2.0-lib /nix/store/njwz86gx0yzsxv58vnf69rxq4fwq3y2x-arm-none-eabi-gcc-wrapper-13.2.0 /nix/store/a2c5j3wjdvkwnr2c4kymna11wk31j0gz-newlib-arm-none-eabi-4.3.0.20230120 copying path '/nix/store/v9jj8za6bjicm6ibcwmhpbir1xl1y676-arm-none-eabi-gcc-13.2.0-lib' from 'https://cache.nixos.org'... copying path '/nix/store/a2c5j3wjdvkwnr2c4kymna11wk31j0gz-newlib-arm-none-eabi-4.3.0.20230120' from 'https://cache.nixos.org'... copying path '/nix/store/7ylss5fkxiw4mnvmkcii91ja24lwf832-arm-none-eabi-binutils-2.40' from 'https://cache.nixos.org'... building '/nix/store/9dzw19rrabah1ssk1rfcnjxr5rwqvaw7-source.drv'... trying https://github.com/ARM-software/arm-trusted-firmware/archive/v2.10.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/9dzw19rrabah1ssk1rfcnjxr5rwqvaw7-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/ARM-software/arm-trusted-firmware/archive/v2.10.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/9dzw19rrabah1ssk1rfcnjxr5rwqvaw7-source.drv'. error: 1 dependencies of derivation '/nix/store/9hg31iy3amvm7csz56y7r8xbixpgnylj-arm-trusted-firmware-2.10.2.drv' failed to build [result] Failed to update armTrustedFirmwareTools 2.10.0 -> 2.10.2 https://repology.org/project/arm-trusted-firmware/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-amplify, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-amplify/2024-03-05.log python312Packages.mypy-boto3-amplify 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-amplify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r93nqr576iy9m1hpqg37sgbiis8l31rc-packages.json.drv building '/nix/store/r93nqr576iy9m1hpqg37sgbiis8l31rc-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-amplify-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-amplify-1.34.0: UPDATING ... - python3.12-mypy-boto3-amplify-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-amplify 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.parsedmarc, using log file: /var/log/nixpkgs-update/python312Packages.parsedmarc/2024-03-05.log python312Packages.parsedmarc 8.6.4 -> 8.8.0 https://repology.org/project/python:parsedmarc/versions attrpath: python312Packages.parsedmarc 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/asf6xmb6ps218iy9xi3nkpyrfbjvwxrn-packages.json.drv building '/nix/store/asf6xmb6ps218iy9xi3nkpyrfbjvwxrn-packages.json.drv'... Going to be running update for following packages: - python3.12-parsedmarc-8.6.4 Press Enter key to continue... Running update for: - python3.12-parsedmarc-8.6.4: UPDATING ... - python3.12-parsedmarc-8.6.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/parsedmarc/default.nix b/pkgs/development/python-modules/parsedmarc/default.nix index ac859c0c825f..a5c59338fcdc 100644 --- a/pkgs/development/python-modules/parsedmarc/default.nix +++ b/pkgs/development/python-modules/parsedmarc/default.nix @@ -40,14 +40,14 @@ let in buildPythonPackage rec { pname = "parsedmarc"; - version = "8.6.4"; + version = "8.8.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-ibxSp1M85WngQKdjlRC4JvLxn0rEn9oVkid/V4iD6zY="; + hash = "sha256-tK/cxOw50awcDAGRDTQ+Nxb9aJl2+zLZHuJq88xNmXM="; }; 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.parsedmarc Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.parsedmarc Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.parsedmarc/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.parsedmarc/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nosexcover-1.0.11 not supported for interpreter python3.12 [result] Failed to update python312Packages.parsedmarc 8.6.4 -> 8.8.0 https://repology.org/project/python:parsedmarc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.vicious, using log file: /var/log/nixpkgs-update/lua51Packages.vicious/2024-03-05.log lua51Packages.vicious 2.6.0 -> 2.7.0 https://github.com/vicious-widgets/vicious/releases attrpath: lua51Packages.vicious Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.vicious 2.6.0 -> 2.7.0 https://github.com/vicious-widgets/vicious/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yazi-unwrapped, using log file: /var/log/nixpkgs-update/yazi-unwrapped/2024-03-05.log yazi-unwrapped 0 -> 1 attrpath: yazi-unwrapped Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/s9c5m3ajxz3qik0niq580q6vrslir39f-packages.json.drv building '/nix/store/s9c5m3ajxz3qik0niq580q6vrslir39f-packages.json.drv'... Going to be running update for following packages: - yazi-0.2.3 Press Enter key to continue... Running update for: - yazi-0.2.3: UPDATING ... - yazi-0.2.3: ERROR --- SHOWING ERROR LOG FOR yazi-0.2.3 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/nnyvrz5122gqdddzddpcirpkyiazhjbv-source.drv building '/nix/store/nnyvrz5122gqdddzddpcirpkyiazhjbv-source.drv'... trying https://github.com/sxyazi/yazi/archive/vlatest.tar.gz % 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 Traceback (most recent call last): File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update yazi-unwrapped.src --- SHOWING ERROR LOG FOR yazi-0.2.3 ---------------------- The update script for yazi-0.2.3 failed with exit code 1 [result] Failed to update yazi-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 killerbee, using log file: /var/log/nixpkgs-update/killerbee/2024-03-05.log killerbee 0 -> 1 attrpath: killerbee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zqq17gfr98vjgv0rkkmlx08hsrig0k0n-packages.json.drv building '/nix/store/zqq17gfr98vjgv0rkkmlx08hsrig0k0n-packages.json.drv'... Going to be running update for following packages: - killerbee-3.0.0-beta.2 Press Enter key to continue... Running update for: - killerbee-3.0.0-beta.2: UPDATING ... - killerbee-3.0.0-beta.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update killerbee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.latentnet, using log file: /var/log/nixpkgs-update/rPackages.latentnet/2024-03-05.log rPackages.latentnet 2.10.6 -> 2.11.0 https://repology.org/project/r:latentnet/versions attrpath: rPackages.latentnet Checking auto update branch... No auto update branch exists Old version 2.10.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.latentnet 2.10.6 -> 2.11.0 https://repology.org/project/r:latentnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GENEAclassify, using log file: /var/log/nixpkgs-update/rPackages.GENEAclassify/2024-03-05.log rPackages.GENEAclassify 1.5.4 -> 1.5.5 https://repology.org/project/r:geneaclassify/versions attrpath: rPackages.GENEAclassify Checking auto update branch... No auto update branch exists Old version 1.5.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GENEAclassify 1.5.4 -> 1.5.5 https://repology.org/project/r:geneaclassify/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DSSAT, using log file: /var/log/nixpkgs-update/rPackages.DSSAT/2024-03-05.log rPackages.DSSAT 0.0.8 -> 0.0.9 https://repology.org/project/r:dssat/versions attrpath: rPackages.DSSAT Checking auto update branch... No auto update branch exists Old version 0.0.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.DSSAT 0.0.8 -> 0.0.9 https://repology.org/project/r:dssat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-wifi, using log file: /var/log/nixpkgs-update/python311Packages.python-wifi/2024-03-05.log python311Packages.python-wifi 0 -> 1 attrpath: python311Packages.python-wifi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1xl08jysfi7xp3166z7k8fwqzyj8a1j0-packages.json.drv building '/nix/store/1xl08jysfi7xp3166z7k8fwqzyj8a1j0-packages.json.drv'... Going to be running update for following packages: - python3.11-python-wifi-0.6.1 Press Enter key to continue... Running update for: - python3.11-python-wifi-0.6.1: UPDATING ... - python3.11-python-wifi-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-wifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygpgme, using log file: /var/log/nixpkgs-update/python311Packages.pygpgme/2024-03-05.log python311Packages.pygpgme 0 -> 1 attrpath: python311Packages.pygpgme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ldgz6yym45jkcxqgwq6gdwb9i0hsbapv-packages.json.drv building '/nix/store/ldgz6yym45jkcxqgwq6gdwb9i0hsbapv-packages.json.drv'... Going to be running update for following packages: - python3.11-pygpgme-0.3 Press Enter key to continue... Running update for: - python3.11-pygpgme-0.3: UPDATING ... - python3.11-pygpgme-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygpgme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qiskit-terra, using log file: /var/log/nixpkgs-update/python311Packages.qiskit-terra/2024-03-05.log python311Packages.qiskit-terra 0 -> 1 attrpath: python311Packages.qiskit-terra 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/40vmw5iyav9zc3j0868x5mg2nv67xsyx-packages.json.drv building '/nix/store/40vmw5iyav9zc3j0868x5mg2nv67xsyx-packages.json.drv'... Going to be running update for following packages: - python3.11-qiskit-terra-0.25.1 Press Enter key to continue... Running update for: - python3.11-qiskit-terra-0.25.1: UPDATING ... - python3.11-qiskit-terra-0.25.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qiskit-terra 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.WSME, using log file: /var/log/nixpkgs-update/python311Packages.WSME/2024-03-05.log python311Packages.WSME 0 -> 1 attrpath: python311Packages.WSME Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nn87psgrs6m3l86rzpi8za8qg1p64x5b-packages.json.drv building '/nix/store/nn87psgrs6m3l86rzpi8za8qg1p64x5b-packages.json.drv'... Going to be running update for following packages: - python3.11-wsme-0.12.1 Press Enter key to continue... Running update for: - python3.11-wsme-0.12.1: UPDATING ... - python3.11-wsme-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.WSME 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tilestache, using log file: /var/log/nixpkgs-update/python311Packages.tilestache/2024-03-05.log python311Packages.tilestache 0 -> 1 attrpath: python311Packages.tilestache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mdfz4mzcwr1ks1n3m4mys1qrv4zlf2nf-packages.json.drv building '/nix/store/mdfz4mzcwr1ks1n3m4mys1qrv4zlf2nf-packages.json.drv'... Going to be running update for following packages: - python3.11-tilestache-1.51.14 Press Enter key to continue... Running update for: - python3.11-tilestache-1.51.14: UPDATING ... - python3.11-tilestache-1.51.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tilestache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentracing, using log file: /var/log/nixpkgs-update/python311Packages.opentracing/2024-03-05.log python311Packages.opentracing 0 -> 1 attrpath: python311Packages.opentracing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d69r5hyf351q4b5zy1chvsyqgdi51fzz-packages.json.drv building '/nix/store/d69r5hyf351q4b5zy1chvsyqgdi51fzz-packages.json.drv'... Going to be running update for following packages: - python3.11-opentracing-2.4.0 Press Enter key to continue... Running update for: - python3.11-opentracing-2.4.0: UPDATING ... - python3.11-opentracing-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentracing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.piep, using log file: /var/log/nixpkgs-update/python311Packages.piep/2024-03-05.log python311Packages.piep 0 -> 1 attrpath: python311Packages.piep Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/564gvndxvbgsmzpwa09s7dsnr14zb3nb-packages.json.drv building '/nix/store/564gvndxvbgsmzpwa09s7dsnr14zb3nb-packages.json.drv'... Going to be running update for following packages: - python3.11-piep-0.10.0 Press Enter key to continue... Running update for: - python3.11-piep-0.10.0: UPDATING ... - python3.11-piep-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.piep 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.modestmaps, using log file: /var/log/nixpkgs-update/python311Packages.modestmaps/2024-03-05.log python311Packages.modestmaps 0 -> 1 attrpath: python311Packages.modestmaps Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/51wf9785q7x1h9sdvnaqc9rxv4589dxj-packages.json.drv building '/nix/store/51wf9785q7x1h9sdvnaqc9rxv4589dxj-packages.json.drv'... Going to be running update for following packages: - python3.11-ModestMaps-1.4.7 Press Enter key to continue... Running update for: - python3.11-ModestMaps-1.4.7: UPDATING ... - python3.11-ModestMaps-1.4.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.modestmaps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.autoflake, using log file: /var/log/nixpkgs-update/python311Packages.autoflake/2024-03-05.log python311Packages.autoflake 2.2.1 -> 2.3.0 https://github.com/myint/autoflake/releases attrpath: python311Packages.autoflake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hbrsdx7xphr8gi99jjchx3l518crvxbp-packages.json.drv building '/nix/store/hbrsdx7xphr8gi99jjchx3l518crvxbp-packages.json.drv'... Going to be running update for following packages: - python3.11-autoflake-2.2.1 Press Enter key to continue... Running update for: - python3.11-autoflake-2.2.1: UPDATING ... - python3.11-autoflake-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/autoflake/default.nix b/pkgs/development/python-modules/autoflake/default.nix index 0897abe77b84..64d429629276 100644 --- a/pkgs/development/python-modules/autoflake/default.nix +++ b/pkgs/development/python-modules/autoflake/default.nix @@ -9,12 +9,12 @@ }: buildPythonPackage rec { pname = "autoflake"; - version = "2.2.1"; + version = "2.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Yre2RJppLDybDJFpGbvCFkjacoHoUGvPjT+CgOQx68E="; + hash = "sha256-jCAR+jRwG519zwW5hzvEhZ1Pzk5i3+qQ3/79FXb18B0="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.autoflake: 2.2.1 -> 2.3.0`. New version is 2.3.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.autoflake 2.2.1 -> 2.3.0 https://github.com/myint/autoflake/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kaa-metadata, using log file: /var/log/nixpkgs-update/python311Packages.kaa-metadata/2024-03-05.log python311Packages.kaa-metadata 0 -> 1 attrpath: python311Packages.kaa-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/7kzk3aqxfahhv1fqb6pvhg96jhj2gb39-packages.json.drv building '/nix/store/7kzk3aqxfahhv1fqb6pvhg96jhj2gb39-packages.json.drv'... Going to be running update for following packages: - python3.11-kaa-metadata-0.7.8dev-r4569-20111003 Press Enter key to continue... Running update for: - python3.11-kaa-metadata-0.7.8dev-r4569-20111003: UPDATING ... - python3.11-kaa-metadata-0.7.8dev-r4569-20111003: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kaa-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.pyptlib, using log file: /var/log/nixpkgs-update/python311Packages.pyptlib/2024-03-05.log python311Packages.pyptlib 0 -> 1 attrpath: python311Packages.pyptlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/97rgzvznkf4wxlmc1lx9y702jmmsw9ra-packages.json.drv building '/nix/store/97rgzvznkf4wxlmc1lx9y702jmmsw9ra-packages.json.drv'... Going to be running update for following packages: - python3.11-pyptlib-0.0.6 Press Enter key to continue... Running update for: - python3.11-pyptlib-0.0.6: UPDATING ... - python3.11-pyptlib-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyptlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dynd, using log file: /var/log/nixpkgs-update/python311Packages.dynd/2024-03-05.log python311Packages.dynd 0 -> 1 attrpath: python311Packages.dynd 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/60prly5w0bz7gipf0s9rnwv9r0r597yl-packages.json.drv building '/nix/store/60prly5w0bz7gipf0s9rnwv9r0r597yl-packages.json.drv'... Going to be running update for following packages: - python3.11-dynd-0.7.2 Press Enter key to continue... Running update for: - python3.11-dynd-0.7.2: UPDATING ... - python3.11-dynd-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dynd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pathlib, using log file: /var/log/nixpkgs-update/python311Packages.pathlib/2024-03-05.log python311Packages.pathlib 0 -> 1 attrpath: python311Packages.pathlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qgs28f4lvchpxxx430z81wjm1zyvi4di-packages.json.drv building '/nix/store/qgs28f4lvchpxxx430z81wjm1zyvi4di-packages.json.drv'... Going to be running update for following packages: - python3.11-pathlib-1.0.1 Press Enter key to continue... Running update for: - python3.11-pathlib-1.0.1: UPDATING ... - python3.11-pathlib-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pathlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylti, using log file: /var/log/nixpkgs-update/python311Packages.pylti/2024-03-05.log python311Packages.pylti 0 -> 1 attrpath: python311Packages.pylti Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/khl3r2zw8l8ymcr035nx14774m0631r2-packages.json.drv building '/nix/store/khl3r2zw8l8ymcr035nx14774m0631r2-packages.json.drv'... Going to be running update for following packages: - python3.11-pylti-0.7.0 Press Enter key to continue... Running update for: - python3.11-pylti-0.7.0: UPDATING ... - python3.11-pylti-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylti 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paddle2onnx, using log file: /var/log/nixpkgs-update/python311Packages.paddle2onnx/2024-03-05.log python311Packages.paddle2onnx 0 -> 1 attrpath: python311Packages.paddle2onnx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3ccwpvh7djhj02a1wmb3fs4gxi75qdjp-packages.json.drv building '/nix/store/3ccwpvh7djhj02a1wmb3fs4gxi75qdjp-packages.json.drv'... Going to be running update for following packages: - python3.11-paddle2onnx-1.1.0 Press Enter key to continue... Running update for: - python3.11-paddle2onnx-1.1.0: UPDATING ... - python3.11-paddle2onnx-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paddle2onnx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tornado_4, using log file: /var/log/nixpkgs-update/python311Packages.tornado_4/2024-03-05.log python311Packages.tornado_4 0 -> 1 attrpath: python311Packages.tornado_4 python updatescript updates pinned versions [result] Failed to update python311Packages.tornado_4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.conda, using log file: /var/log/nixpkgs-update/python311Packages.conda/2024-03-05.log python311Packages.conda 0 -> 1 attrpath: python311Packages.conda Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vywp9yfm5b37rfmkcivr11ir3hzm2hvl-packages.json.drv building '/nix/store/vywp9yfm5b37rfmkcivr11ir3hzm2hvl-packages.json.drv'... Going to be running update for following packages: - python3.11-conda-4.3.16 Press Enter key to continue... Running update for: - python3.11-conda-4.3.16: UPDATING ... - python3.11-conda-4.3.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.conda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.manifestparser, using log file: /var/log/nixpkgs-update/python311Packages.manifestparser/2024-03-05.log python311Packages.manifestparser 0 -> 1 attrpath: python311Packages.manifestparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0q6p4vizxcymngj3j5nbhqd1b2daf7bs-packages.json.drv building '/nix/store/0q6p4vizxcymngj3j5nbhqd1b2daf7bs-packages.json.drv'... Going to be running update for following packages: - python3.11-manifestparser-1.1 Press Enter key to continue... Running update for: - python3.11-manifestparser-1.1: UPDATING ... - python3.11-manifestparser-1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/marionette-harness/manifestparser.nix b/pkgs/development/python-modules/marionette-harness/manifestparser.nix index 45e24ec2e1a9..7e613acd425d 100644 --- a/pkgs/development/python-modules/marionette-harness/manifestparser.nix +++ b/pkgs/development/python-modules/marionette-harness/manifestparser.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "manifestparser"; - version = "1.1"; + version = "2.1.0"; disabled = isPy3k; src = fetchPypi { inherit pname version; - sha256 = "06cnj682ynacwpi63k1427vbf7ydnwh3dchc4b11yw8ii25wbc5d"; + sha256 = "sha256-Xf7Dtfjz7RkUDGP+e8ccKvU+hX82blwjuNwmIZTV+nk="; }; propagatedBuildInputs = [ ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update python311Packages.manifestparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.treesliceR, using log file: /var/log/nixpkgs-update/rPackages.treesliceR/2024-03-05.log rPackages.treesliceR 1.0.0 -> 1.0.1 https://repology.org/project/r:treeslicer/versions attrpath: rPackages.treesliceR Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.treesliceR 1.0.0 -> 1.0.1 https://repology.org/project/r:treeslicer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rhdf5lib, using log file: /var/log/nixpkgs-update/rPackages.Rhdf5lib/2024-03-05.log rPackages.Rhdf5lib 1.24.1 -> 1.24.2 https://repology.org/project/r:rhdf5lib/versions attrpath: rPackages.Rhdf5lib Checking auto update branch... No auto update branch exists Old version 1.24.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Rhdf5lib 1.24.1 -> 1.24.2 https://repology.org/project/r:rhdf5lib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.crew_cluster, using log file: /var/log/nixpkgs-update/rPackages.crew_cluster/2024-03-05.log rPackages.crew_cluster 0.2.0 -> 0.3.0 https://repology.org/project/r:crew.cluster/versions attrpath: rPackages.crew_cluster Checking auto update branch... No auto update branch exists Old version 0.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.crew_cluster 0.2.0 -> 0.3.0 https://repology.org/project/r:crew.cluster/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RcppArmadillo, using log file: /var/log/nixpkgs-update/rPackages.RcppArmadillo/2024-03-05.log rPackages.RcppArmadillo 0.12.6.6.1 -> 0.12.8.1.0 https://repology.org/project/r:rcpparmadillo/versions attrpath: rPackages.RcppArmadillo Checking auto update branch... No auto update branch exists Old version 0.12.6.6.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RcppArmadillo 0.12.6.6.1 -> 0.12.8.1.0 https://repology.org/project/r:rcpparmadillo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.lemon, using log file: /var/log/nixpkgs-update/rPackages.lemon/2024-03-05.log rPackages.lemon 0.4.7 -> 0.4.9 https://repology.org/project/r:lemon/versions attrpath: rPackages.lemon Checking auto update branch... No auto update branch exists Old version 0.4.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.lemon 0.4.7 -> 0.4.9 https://repology.org/project/r:lemon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RFCCA, using log file: /var/log/nixpkgs-update/rPackages.RFCCA/2024-03-05.log rPackages.RFCCA 1.0.12 -> 2.0.0 https://repology.org/project/r:rfcca/versions attrpath: rPackages.RFCCA Checking auto update branch... No auto update branch exists Old version 1.0.12" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RFCCA 1.0.12 -> 2.0.0 https://repology.org/project/r:rfcca/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.readline, using log file: /var/log/nixpkgs-update/lua51Packages.readline/2024-03-05.log lua51Packages.readline 3.2-0 -> 3.3 https://repology.org/project/lua:readline/versions attrpath: lua51Packages.readline Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.readline 3.2-0 -> 3.3 https://repology.org/project/lua:readline/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath v2ray-domain-list-community, using log file: /var/log/nixpkgs-update/v2ray-domain-list-community/2024-03-05.log v2ray-domain-list-community 20240221053250 -> 20240301033006 https://github.com/v2fly/domain-list-community/releases attrpath: v2ray-domain-list-community Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#v2ray-domain-list-community.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/v2ray-domain-list-community' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#v2ray-domain-list-community.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/v2ray-domain-list-community' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/v2ray-domain-list-community' does not provide attribute 'packages.x86_64-linux.v2ray-domain-list-community.originalSrc', 'legacyPackages.x86_64-linux.v2ray-domain-list-community.originalSrc' or 'v2ray-domain-list-community.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#v2ray-domain-list-community --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/v2ray-domain-list-community' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update v2ray-domain-list-community 20240221053250 -> 20240301033006 https://github.com/v2fly/domain-list-community/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath torq, using log file: /var/log/nixpkgs-update/torq/2024-03-05.log torq 0.18.19 -> 1.5.1 https://github.com/lncapital/torq/releases attrpath: torq 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-bvisI589Gq9IdyJEqI+uzs3iDPOTUkq95P3n/KoFhF0=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'torq.originalSrc' not found stderr did not split as expected full stderr was: these 4 derivations will be built: /nix/store/glrn3hwrgd3mcd3f03xfsnrw3hpp5bds-torq-frontend-1.5.1-npm-deps.drv /nix/store/1gk3srrsj49c4nkxmlbv4vmwd21fc1r0-torq-frontend-1.5.1.drv /nix/store/8a0mxyp5p08ygxfzr13ydj4wgaqn1l59-torq-1.5.1-go-modules.drv /nix/store/8cab1cm9xzpc4xvhz77hc5rc5apj53r9-torq-1.5.1.drv building '/nix/store/8a0mxyp5p08ygxfzr13ydj4wgaqn1l59-torq-1.5.1-go-modules.drv'... building '/nix/store/glrn3hwrgd3mcd3f03xfsnrw3hpp5bds-torq-frontend-1.5.1-npm-deps.drv'... Running phase: unpackPhase unpacking source archive /nix/store/76s51bzin15s4z8lk9q0jax9cwj5savb-source Running phase: unpackPhase unpacking source archive /nix/store/76s51bzin15s4z8lk9q0jax9cwj5savb-source/web do not know how to unpack source archive /nix/store/76s51bzin15s4z8lk9q0jax9cwj5savb-source/web error: builder for '/nix/store/glrn3hwrgd3mcd3f03xfsnrw3hpp5bds-torq-frontend-1.5.1-npm-deps.drv' failed with exit code 1; last 3 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/76s51bzin15s4z8lk9q0jax9cwj5savb-source/web > do not know how to unpack source archive /nix/store/76s51bzin15s4z8lk9q0jax9cwj5savb-source/web For full logs, run 'nix log /nix/store/glrn3hwrgd3mcd3f03xfsnrw3hpp5bds-torq-frontend-1.5.1-npm-deps.drv'. error: 1 dependencies of derivation '/nix/store/1gk3srrsj49c4nkxmlbv4vmwd21fc1r0-torq-frontend-1.5.1.drv' failed to build error: 1 dependencies of derivation '/nix/store/8cab1cm9xzpc4xvhz77hc5rc5apj53r9-torq-1.5.1.drv' failed to build [result] Failed to update torq 0.18.19 -> 1.5.1 https://github.com/lncapital/torq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parver, using log file: /var/log/nixpkgs-update/python311Packages.parver/2024-03-05.log python311Packages.parver 0 -> 1 attrpath: python311Packages.parver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mavyxn6dcfnhl7lq89wzk52dj950207k-packages.json.drv building '/nix/store/mavyxn6dcfnhl7lq89wzk52dj950207k-packages.json.drv'... Going to be running update for following packages: - python3.11-parver-0.5 Press Enter key to continue... Running update for: - python3.11-parver-0.5: UPDATING ... - python3.11-parver-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proton-vpn-logger, using log file: /var/log/nixpkgs-update/python311Packages.proton-vpn-logger/2024-03-05.log python311Packages.proton-vpn-logger 0 -> 1 attrpath: python311Packages.proton-vpn-logger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sfrwqnamcnfmjclifg1sfpc48izsx1qn-packages.json.drv building '/nix/store/sfrwqnamcnfmjclifg1sfpc48izsx1qn-packages.json.drv'... Going to be running update for following packages: - python3.11-proton-vpn-logger-0.2.1 Press Enter key to continue... Running update for: - python3.11-proton-vpn-logger-0.2.1: UPDATING ... - python3.11-proton-vpn-logger-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-vpn-logger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.switchboard-plug-power, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-power/2024-03-05.log pantheon.switchboard-plug-power 0 -> 1 attrpath: pantheon.switchboard-plug-power Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5mm46abzkakaq5a79qskqam23qbiq5v4-packages.json.drv building '/nix/store/5mm46abzkakaq5a79qskqam23qbiq5v4-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-power-2.7.0 Press Enter key to continue... Running update for: - switchboard-plug-power-2.7.0: UPDATING ... - switchboard-plug-power-2.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-power 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath singular, using log file: /var/log/nixpkgs-update/singular/2024-03-05.log singular 4.3.2p2 -> 2023.02.09 https://repology.org/project/singular/versions attrpath: singular 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/g0j50zkbrh40bxwy5ii54klkfm60bss6-source.drv building '/nix/store/g0j50zkbrh40bxwy5ii54klkfm60bss6-source.drv'... exporting https://github.com/Singular/Singular.git (rev Release-2023-02-09) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/Release-2023-02-09 remote: Enumerating objects: 10686, done. remote: Counting objects: 100% (10686/10686), done. remote: Compressing objects: 100% (8294/8294), done. remote: Total 10686 (delta 2760), reused 7910 (delta 2354), pack-reused 0 Receiving objects: 100% (10686/10686), 41.22 MiB | 27.18 MiB/s, done. Resolving deltas: 100% (2760/2760), done. From https://github.com/Singular/Singular * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/Release-2023-02-09 from https://github.com/Singular/Singular.git. error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'singular.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/g0j50zkbrh40bxwy5ii54klkfm60bss6-source.drv /nix/store/m8f7g65jgwh57g2i7j8hn4pw751vvn2j-singular-2023.02.09.drv these 2 paths will be fetched (1.22 MiB download, 8.09 MiB unpacked): /nix/store/b42w7n2n7k7x9cnglxidp82z8vcmn0wg-latex2html-2023.2 /nix/store/c0z2qvyv5jzvqxgqwyxjny30m1wklh2d-texinfo-4.13a copying path '/nix/store/b42w7n2n7k7x9cnglxidp82z8vcmn0wg-latex2html-2023.2' from 'https://cache.nixos.org'... copying path '/nix/store/c0z2qvyv5jzvqxgqwyxjny30m1wklh2d-texinfo-4.13a' from 'https://cache.nixos.org'... building '/nix/store/g0j50zkbrh40bxwy5ii54klkfm60bss6-source.drv'... exporting https://github.com/Singular/Singular.git (rev Release-2023-02-09) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/Release-2023-02-09 remote: Enumerating objects: 10686, done. remote: Counting objects: 100% (10686/10686), done. remote: Compressing objects: 100% (8293/8293), done. remote: Total 10686 (delta 2760), reused 7920 (delta 2355), pack-reused 0 Receiving objects: 100% (10686/10686), 41.22 MiB | 9.54 MiB/s, done. Resolving deltas: 100% (2760/2760), done. From https://github.com/Singular/Singular * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/Release-2023-02-09 from https://github.com/Singular/Singular.git. error: builder for '/nix/store/g0j50zkbrh40bxwy5ii54klkfm60bss6-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/Singular/Singular.git (rev Release-2023-02-09) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/Release-2023-02-09 > remote: Enumerating objects: 10686, done. > remote: Counting objects: 100% (10686/10686), done. > remote: Compressing objects: 100% (8293/8293), done. > remote: Total 10686 (delta 2760), reused 7920 (delta 2355), pack-reused 0 > Receiving objects: 100% (10686/10686), 41.22 MiB | 9.54 MiB/s, done. > Resolving deltas: 100% (2760/2760), done. > From https://github.com/Singular/Singular > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/Release-2023-02-09 from https://github.com/Singular/Singular.git. For full logs, run 'nix log /nix/store/g0j50zkbrh40bxwy5ii54klkfm60bss6-source.drv'. error: 1 dependencies of derivation '/nix/store/m8f7g65jgwh57g2i7j8hn4pw751vvn2j-singular-2023.02.09.drv' failed to build [result] Failed to update singular 4.3.2p2 -> 2023.02.09 https://repology.org/project/singular/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ledfx, using log file: /var/log/nixpkgs-update/ledfx/2024-03-05.log ledfx 0 -> 1 attrpath: ledfx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4ga666m83nhp1rsl9daqzkx1l034jd8b-packages.json.drv building '/nix/store/4ga666m83nhp1rsl9daqzkx1l034jd8b-packages.json.drv'... Going to be running update for following packages: - python3.11-ledfx-2.0.94 Press Enter key to continue... Running update for: - python3.11-ledfx-2.0.94: UPDATING ... - python3.11-ledfx-2.0.94: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ledfx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pgadmin, using log file: /var/log/nixpkgs-update/pgadmin/2024-03-05.log pgadmin 0 -> 1 attrpath: pgadmin Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bbfards1fwq2zymhp6hkq545gdia00b0-packages.json.drv building '/nix/store/bbfards1fwq2zymhp6hkq545gdia00b0-packages.json.drv'... Going to be running update for following packages: - pgadmin-8.3 Press Enter key to continue... Running update for: - pgadmin-8.3: UPDATING ... - pgadmin-8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pgadmin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-servicemanagement-legacy, using log file: /var/log/nixpkgs-update/python311Packages.azure-servicemanagement-legacy/2024-03-05.log python311Packages.azure-servicemanagement-legacy 0 -> 1 attrpath: python311Packages.azure-servicemanagement-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/bzv2lhy9ic97d2d1pmza9jxym5zabikh-packages.json.drv building '/nix/store/bzv2lhy9ic97d2d1pmza9jxym5zabikh-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-servicemanagement-legacy-0.20.7 Press Enter key to continue... Running update for: - python3.11-azure-servicemanagement-legacy-0.20.7: UPDATING ... - python3.11-azure-servicemanagement-legacy-0.20.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-servicemanagement-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.brotli, using log file: /var/log/nixpkgs-update/python311Packages.brotli/2024-03-05.log python311Packages.brotli 0 -> 1 attrpath: python311Packages.brotli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ywvn4a9swgqdvfkk1297x9fxh46qqmw0-packages.json.drv building '/nix/store/ywvn4a9swgqdvfkk1297x9fxh46qqmw0-packages.json.drv'... Going to be running update for following packages: - python3.11-brotli-1.1.0 Press Enter key to continue... Running update for: - python3.11-brotli-1.1.0: UPDATING ... - python3.11-brotli-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.brotli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sonarr, using log file: /var/log/nixpkgs-update/python311Packages.sonarr/2024-03-05.log python311Packages.sonarr 0 -> 1 attrpath: python311Packages.sonarr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9mk15x9y9x208b1hmrwskjxd849zdypq-packages.json.drv building '/nix/store/9mk15x9y9x208b1hmrwskjxd849zdypq-packages.json.drv'... Going to be running update for following packages: - python3.11-sonarr-0.3.0 Press Enter key to continue... Running update for: - python3.11-sonarr-0.3.0: UPDATING ... - python3.11-sonarr-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sonarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.auth0, using log file: /var/log/nixpkgs-update/terraform-providers.auth0/2024-03-05.log terraform-providers.auth0 0 -> 1 attrpath: terraform-providers.auth0 Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.auth0 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath criterion, using log file: /var/log/nixpkgs-update/criterion/2024-03-05.log criterion 2.4.1 -> 2.4.2 https://github.com/Snaipe/Criterion/releases attrpath: criterion Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/criterion/default.nix b/pkgs/development/libraries/criterion/default.nix index 9b3304f6012f..eec657f0676f 100644 --- a/pkgs/development/libraries/criterion/default.nix +++ b/pkgs/development/libraries/criterion/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "criterion"; - version = "2.4.1"; + version = "2.4.2"; src = fetchFromGitHub { owner = "Snaipe"; repo = "Criterion"; rev = "v${version}"; - sha256 = "KT1XvhT9t07/ubsqzrVUp4iKcpVc1Z+saGF4pm2RsgQ="; + sha256 = "sha256-5GH7AYjrnBnqiSmp28BoaM1Xmy8sPs1atfqJkGy3Yf0="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A criterion nix build failed. Compiler for C supports arguments -fvisibility=hidden: YES Compiler for C supports arguments -fexceptions: YES Compiler for C supports arguments /SAFESEH:NO: NO Compiler for C supports arguments /source-charset:utf-8: NO Checking for function "clock_gettime" : YES Checking for function "fopencookie" : YES Checking for function "funopen" : NO Checking for function "getcwd" : YES Checking for function "isatty" : YES Checking for function "nl_langinfo" : YES Checking for function "open_memstream" : YES Checking for function "strtok_r" : YES Checking for function "strtok_s" : NO Header "time.h" has symbol "CLOCK_MONOTONIC_RAW" : YES Checking for function "GetCurrentDirectory" : NO Checking for function "PathIsRelative" : NO Has header "synchapi.h" : NO Program gettext found: YES (/nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/gettext) Program msgfmt found: YES (/nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/msgfmt) Program msginit found: YES (/nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/msginit) Program msgmerge found: YES (/nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/msgmerge) Program xgettext found: YES (/nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1/bin/xgettext) Found pkg-config: YES (/nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2 Found CMake: /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/bin/cmake (3.28.2) Run-time dependency debugbreak found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency debugbreak meson.build:141:13: ERROR: Automatic wrap-based subproject downloading is disabled A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update criterion 2.4.1 -> 2.4.2 https://github.com/Snaipe/Criterion/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyorthanc, using log file: /var/log/nixpkgs-update/python311Packages.pyorthanc/2024-03-05.log python311Packages.pyorthanc 0 -> 1 attrpath: python311Packages.pyorthanc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m64635qlsh5a4v28bj0l73yqhpfiw2f5-packages.json.drv building '/nix/store/m64635qlsh5a4v28bj0l73yqhpfiw2f5-packages.json.drv'... Going to be running update for following packages: - python3.11-pyorthanc-1.16.1 Press Enter key to continue... Running update for: - python3.11-pyorthanc-1.16.1: UPDATING ... - python3.11-pyorthanc-1.16.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyorthanc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.leaflegend, using log file: /var/log/nixpkgs-update/rPackages.leaflegend/2024-03-05.log rPackages.leaflegend 1.1.1 -> 1.2.0 https://repology.org/project/r:leaflegend/versions attrpath: rPackages.leaflegend Checking auto update branch... No auto update branch exists Old version 1.1.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.leaflegend 1.1.1 -> 1.2.0 https://repology.org/project/r:leaflegend/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath teos, using log file: /var/log/nixpkgs-update/teos/2024-03-05.log teos 0 -> 1 attrpath: teos 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/0sk3ivjsb4yhh78s0bzcmml25i7lwkck-packages.json.drv building '/nix/store/0sk3ivjsb4yhh78s0bzcmml25i7lwkck-packages.json.drv'... Going to be running update for following packages: - teos-0.2.0 Press Enter key to continue... Running update for: - teos-0.2.0: UPDATING ... - teos-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update teos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yanone-kaffeesatz, using log file: /var/log/nixpkgs-update/yanone-kaffeesatz/2024-03-05.log yanone-kaffeesatz 2004 -> 20100514 https://repology.org/project/fonts:yanone-kaffeesatz/versions attrpath: yanone-kaffeesatz Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update yanone-kaffeesatz 2004 -> 20100514 https://repology.org/project/fonts:yanone-kaffeesatz/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rolap, using log file: /var/log/nixpkgs-update/rPackages.rolap/2024-03-05.log rPackages.rolap 2.5.0 -> 2.5.1 https://repology.org/project/r:rolap/versions attrpath: rPackages.rolap Checking auto update branch... No auto update branch exists Old version 2.5.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rolap 2.5.0 -> 2.5.1 https://repology.org/project/r:rolap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bsuite, using log file: /var/log/nixpkgs-update/python311Packages.bsuite/2024-03-05.log python311Packages.bsuite 0 -> 1 attrpath: python311Packages.bsuite 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/m4n4jwi927ygh8jhlvqg86isgay81bif-packages.json.drv building '/nix/store/m4n4jwi927ygh8jhlvqg86isgay81bif-packages.json.drv'... Going to be running update for following packages: - python3.11-bsuite-0.3.5 Press Enter key to continue... Running update for: - python3.11-bsuite-0.3.5: UPDATING ... - python3.11-bsuite-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bsuite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nmapthon2, using log file: /var/log/nixpkgs-update/python311Packages.nmapthon2/2024-03-05.log python311Packages.nmapthon2 0 -> 1 attrpath: python311Packages.nmapthon2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rji2b1aa3jm4ap6lwq856vavwhyhzp6j-packages.json.drv building '/nix/store/rji2b1aa3jm4ap6lwq856vavwhyhzp6j-packages.json.drv'... Going to be running update for following packages: - python3.11-nmapthon2-0.1.5 Press Enter key to continue... Running update for: - python3.11-nmapthon2-0.1.5: UPDATING ... - python3.11-nmapthon2-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nmapthon2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ical2orgpy, using log file: /var/log/nixpkgs-update/ical2orgpy/2024-03-05.log ical2orgpy 0 -> 1 attrpath: ical2orgpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rbii2kbsbfbpx09wv86zfnrp4xsaig02-packages.json.drv building '/nix/store/rbii2kbsbfbpx09wv86zfnrp4xsaig02-packages.json.drv'... Going to be running update for following packages: - ical2orgpy-0.5 Press Enter key to continue... Running update for: - ical2orgpy-0.5: UPDATING ... - ical2orgpy-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ical2orgpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lizardfs, using log file: /var/log/nixpkgs-update/lizardfs/2024-03-05.log lizardfs 3.13.0-rc3 -> 3.13.0 https://repology.org/project/lizardfs/versions attrpath: lizardfs Checking auto update branch... No auto update branch exists 3.13.0 is not newer than 3.13.0-rc3 according to Nix; versionComparison: -1 [result] Failed to update lizardfs 3.13.0-rc3 -> 3.13.0 https://repology.org/project/lizardfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.statmake, using log file: /var/log/nixpkgs-update/python311Packages.statmake/2024-03-05.log python311Packages.statmake 0 -> 1 attrpath: python311Packages.statmake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dr09vds9b3ygs9ycfdcdflcsqlg3vfr0-packages.json.drv building '/nix/store/dr09vds9b3ygs9ycfdcdflcsqlg3vfr0-packages.json.drv'... Going to be running update for following packages: - python3.11-statmake-0.6.0 Press Enter key to continue... Running update for: - python3.11-statmake-0.6.0: UPDATING ... - python3.11-statmake-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.statmake 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.univers, using log file: /var/log/nixpkgs-update/python311Packages.univers/2024-03-05.log python311Packages.univers 0 -> 1 attrpath: python311Packages.univers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pcj3mby5nb418zbf34bh4slim9g33aar-packages.json.drv building '/nix/store/pcj3mby5nb418zbf34bh4slim9g33aar-packages.json.drv'... Going to be running update for following packages: - python3.11-univers-30.11.0 Press Enter key to continue... Running update for: - python3.11-univers-30.11.0: UPDATING ... - python3.11-univers-30.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.univers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.drawille, using log file: /var/log/nixpkgs-update/python311Packages.drawille/2024-03-05.log python311Packages.drawille 0 -> 1 attrpath: python311Packages.drawille Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7vp2hqn2rl385q0lx9srlplp8sg75nrv-packages.json.drv building '/nix/store/7vp2hqn2rl385q0lx9srlplp8sg75nrv-packages.json.drv'... Going to be running update for following packages: - python3.11-drawille-0.1.0 Press Enter key to continue... Running update for: - python3.11-drawille-0.1.0: UPDATING ... - python3.11-drawille-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.drawille 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kooha, using log file: /var/log/nixpkgs-update/kooha/2024-03-05.log kooha 2.2.3 -> 2.2.4 https://github.com/SeaDve/Kooha/releases attrpath: kooha Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update kooha 2.2.3 -> 2.2.4 https://github.com/SeaDve/Kooha/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.model-bakery, using log file: /var/log/nixpkgs-update/python311Packages.model-bakery/2024-03-05.log python311Packages.model-bakery 0 -> 1 attrpath: python311Packages.model-bakery Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2r705s3607a5rbcdvwvfv58vls8dmasl-packages.json.drv building '/nix/store/2r705s3607a5rbcdvwvfv58vls8dmasl-packages.json.drv'... Going to be running update for following packages: - python3.11-model-bakery-1.17.0 Press Enter key to continue... Running update for: - python3.11-model-bakery-1.17.0: UPDATING ... - python3.11-model-bakery-1.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.model-bakery 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.catboost, using log file: /var/log/nixpkgs-update/python311Packages.catboost/2024-03-05.log python311Packages.catboost 0 -> 1 attrpath: python311Packages.catboost Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5mzgcxp6iblsbnnnmp8gr6s27qlzn1vs-packages.json.drv building '/nix/store/5mzgcxp6iblsbnnnmp8gr6s27qlzn1vs-packages.json.drv'... Going to be running update for following packages: - python3.11-catboost-1.2.2 Press Enter key to continue... Running update for: - python3.11-catboost-1.2.2: UPDATING ... - python3.11-catboost-1.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/catboost/default.nix b/pkgs/development/libraries/catboost/default.nix index fc18eef2ca89..7a0cb9122032 100644 --- a/pkgs/development/libraries/catboost/default.nix +++ b/pkgs/development/libraries/catboost/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "catboost"; - version = "1.2.2"; + version = "1.2.3"; src = fetchFromGitHub { owner = "catboost"; repo = "catboost"; - rev = "refs/tags/v${finalAttrs.version}"; - hash = "sha256-A1zCIqPOW21dHKBQHRtS+/sstZ2o6F8k71lmJFGn0+g="; + rev = "refs/tags/v${version}"; + hash = "sha256-wn9STnpqX3zmdxPmMYAz9JPdg13Goux76CMaCiqohk8="; }; patches = [ The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update python311Packages.catboost 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.swoole, using log file: /var/log/nixpkgs-update/php81Extensions.swoole/2024-03-05.log php81Extensions.swoole 0 -> 1 attrpath: php81Extensions.swoole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gipwgki3sjkwjkd2gil2zcn12kfl5i84-packages.json.drv building '/nix/store/gipwgki3sjkwjkd2gil2zcn12kfl5i84-packages.json.drv'... Going to be running update for following packages: - php-swoole-5.1.2 Press Enter key to continue... Running update for: - php-swoole-5.1.2: UPDATING ... - php-swoole-5.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.swoole 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rmrl, using log file: /var/log/nixpkgs-update/python311Packages.rmrl/2024-03-05.log python311Packages.rmrl 0 -> 1 attrpath: python311Packages.rmrl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/304cdplsjvj2qx96fzp2kl5x84ddwvvn-packages.json.drv building '/nix/store/304cdplsjvj2qx96fzp2kl5x84ddwvvn-packages.json.drv'... Going to be running update for following packages: - python3.11-rmrl-0.2.1-unstable-2023-06-1 Press Enter key to continue... Running update for: - python3.11-rmrl-0.2.1-unstable-2023-06-1: UPDATING ... - python3.11-rmrl-0.2.1-unstable-2023-06-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rmrl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.quickcheck-groups_0_0_1_0, using log file: /var/log/nixpkgs-update/haskellPackages.quickcheck-groups_0_0_1_0/2024-03-05.log haskellPackages.quickcheck-groups_0_0_1_0 0.0.1.0 -> 0.0.1.1 https://repology.org/project/haskell:quickcheck-groups/versions attrpath: haskellPackages.quickcheck-groups_0_0_1_0 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.quickcheck-groups_0_0_1_0 not compatible with 0.0.1.1 [result] Failed to update haskellPackages.quickcheck-groups_0_0_1_0 0.0.1.0 -> 0.0.1.1 https://repology.org/project/haskell:quickcheck-groups/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath minigalaxy, using log file: /var/log/nixpkgs-update/minigalaxy/2024-03-05.log minigalaxy 0 -> 1 attrpath: minigalaxy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hcldmyqxqkipvprck1kqmkz8syzj3771-packages.json.drv building '/nix/store/hcldmyqxqkipvprck1kqmkz8syzj3771-packages.json.drv'... Going to be running update for following packages: - minigalaxy-1.2.2 Press Enter key to continue... Running update for: - minigalaxy-1.2.2: UPDATING ... - minigalaxy-1.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/minigalaxy/default.nix b/pkgs/applications/misc/minigalaxy/default.nix index ad694c01cdcb..2e91e25782dc 100644 --- a/pkgs/applications/misc/minigalaxy/default.nix +++ b/pkgs/applications/misc/minigalaxy/default.nix @@ -16,13 +16,13 @@ python3Packages.buildPythonApplication rec { pname = "minigalaxy"; - version = "1.2.2"; + version = "1.2.6"; src = fetchFromGitHub { owner = "sharkwouter"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-bpNtdMYBl2dJ4PQsxkhm/Y+3A0dD/Y2XC0VaUYyRhvM="; + sha256 = "sha256-uGB0P1yUB589Rzluszz/QnIc+rfqcX2Wrk7yMbJQ9Yg="; }; checkPhase = '' An auto update branch exists with message `minigalaxy: 1.2.2 -> 1.2.6`. New version is 1.2.6. An auto update branch exists with an equal or greater version [result] Failed to update minigalaxy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnschef, using log file: /var/log/nixpkgs-update/dnschef/2024-03-05.log dnschef 0 -> 1 attrpath: dnschef Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mdj4x5lb2xqcdjxy6gf5jbls88lzw4yv-packages.json.drv building '/nix/store/mdj4x5lb2xqcdjxy6gf5jbls88lzw4yv-packages.json.drv'... Going to be running update for following packages: - dnschef-0.4 Press Enter key to continue... Running update for: - dnschef-0.4: UPDATING ... - dnschef-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dnschef 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath erigon, using log file: /var/log/nixpkgs-update/erigon/2024-03-05.log erigon 0 -> 1 attrpath: erigon 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]