glances 0 -> 1 attrpath: glances Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - glances-3.4.0.5 Press Enter key to continue... Running update for: - glances-3.4.0.5: UPDATING ... - glances-3.4.0.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/system/glances/default.nix b/pkgs/applications/system/glances/default.nix index 1aaf202c9f14..f89403dfe272 100644 --- a/pkgs/applications/system/glances/default.nix +++ b/pkgs/applications/system/glances/default.nix @@ -9,14 +9,14 @@ buildPythonApplication rec { pname = "glances"; - version = "3.4.0.5"; + version = "4.0.4"; disabled = isPyPy; src = fetchFromGitHub { owner = "nicolargo"; repo = "glances"; rev = "refs/tags/v${version}"; - hash = "sha256-Ho4vcmTEVja7rkgLSfNkXvnpopYupRxPL1UVlnmdGCg="; + hash = "sha256-nwjQhydIytRWeRetbgaxsH/AkSob9Cuu2uWW5sT+HWs="; }; # On Darwin this package segfaults due to mismatch of pure and impure No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A glances nix build failed. stripping (with command strip and flags -S -p) in /nix/store/4gzxjkjmmngz8m7fvj56mpjmjpcdqqy2-glances-4.0.4/lib /nix/store/4gzxjkjmmngz8m7fvj56mpjmjpcdqqy2-glances-4.0.4/bin shrinking RPATHs of ELF executables and libraries in /nix/store/rvn11rh5kvgpqsqvmsxlzm1kvfxji976-glances-4.0.4-dist checking for references to /build/ in /nix/store/rvn11rh5kvgpqsqvmsxlzm1kvfxji976-glances-4.0.4-dist... patching script interpreter paths in /nix/store/rvn11rh5kvgpqsqvmsxlzm1kvfxji976-glances-4.0.4-dist Rewriting #!/nix/store/k3701zl6gmx3la7y4dnflcvf3xfy88kh-python3-3.11.9/bin/python3.11 to #!/nix/store/k3701zl6gmx3la7y4dnflcvf3xfy88kh-python3-3.11.9 wrapping `/nix/store/4gzxjkjmmngz8m7fvj56mpjmjpcdqqy2-glances-4.0.4/bin/glances'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" } Running phase: setuptoolsCheckPhase Executing setuptoolsCheckPhase running test Traceback (most recent call last): File "/build/source/unittest-core.py", line 33, in from glances.plugins.plugin.model import GlancesPluginModel File "/build/source/glances/plugins/plugin/model.py", line 23, in from glances.events_list import glances_events File "/build/source/glances/events_list.py", line 14, in from pydantic import RootModel ModuleNotFoundError: No module named 'pydantic'