alerta-server 0 -> 1 attrpath: alerta-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - alerta-server-9.0.1 Press Enter key to continue... Running update for: - alerta-server-9.0.1: UPDATING ... - alerta-server-9.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/monitoring/alerta/default.nix b/pkgs/servers/monitoring/alerta/default.nix index f84bb3302eca..00ad0c80a82a 100644 --- a/pkgs/servers/monitoring/alerta/default.nix +++ b/pkgs/servers/monitoring/alerta/default.nix @@ -5,11 +5,11 @@ python3.pkgs.buildPythonApplication rec { pname = "alerta-server"; - version = "9.0.1"; + version = "9.0.3"; src = fetchPypi { inherit pname version; - sha256 = "sha256-v4+0l5Sx9RTxmNFnKCoKrWFl1xu1JIRZ/kiI6zi/y0I="; + sha256 = "sha256-D2wkQrJHdKqqskNWFRPeusZpoYzNNhP9i6AuUBn0oGQ="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A alerta-server nix build failed. Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @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: alerta Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/gd3shnza1i50zn8zs04fa729ribr88m9-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/sp7wnc48mkrpaxzg48gmja28zw0hqs3v-alerta-server-9.0.3/lib/python3.11/site-packages/alerta/__init__.py", line 1, in from .app import create_app # noqa isort:skip ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sp7wnc48mkrpaxzg48gmja28zw0hqs3v-alerta-server-9.0.3/lib/python3.11/site-packages/alerta/app.py", line 13, in from alerta.models.enums import Scope File "/nix/store/sp7wnc48mkrpaxzg48gmja28zw0hqs3v-alerta-server-9.0.3/lib/python3.11/site-packages/alerta/models/enums.py", line 3, in from strenum import StrEnum ModuleNotFoundError: No module named 'strenum'