python311Packages.clarifai 0 -> 1 attrpath: python311Packages.clarifai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0fj0r1n5mx0rd6xq7m5pqxsr9c6w5qwa-packages.json.drv building '/nix/store/0fj0r1n5mx0rd6xq7m5pqxsr9c6w5qwa-packages.json.drv'... Going to be running update for following packages: - python3.11-clarifai-10.1.0 Press Enter key to continue... Running update for: - python3.11-clarifai-10.1.0: UPDATING ... - python3.11-clarifai-10.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/clarifai/default.nix b/pkgs/development/python-modules/clarifai/default.nix index 05a86d09ee77..618ef3f953a3 100644 --- a/pkgs/development/python-modules/clarifai/default.nix +++ b/pkgs/development/python-modules/clarifai/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "clarifai"; - version = "10.1.0"; + version = "10.1.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "Clarifai"; repo = "clarifai-python"; rev = "refs/tags/${version}"; - hash = "sha256-/2PIsSsYr/R7DuTX/ndBAOX7C3IaFqPw16ZAX8E1Vk8="; + hash = "sha256-36XceC40cL0SywY0Mus/s8OCO0ujWqxEIKZW+fvd7lw="; }; pythonRelaxDeps = [ No auto update branch exists 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.clarifai nix build failed. @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: clarifai @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/source configfile: pyproject.toml plugins: anyio-4.2.0 collecting ...  collecting 11 items  collected 71 items / 1 error / 1 deselected / 70 selected  ==================================== ERRORS ==================================== _____________________ ERROR collecting tests/test_eval.py ______________________ tests/test_eval.py:9: in CREATE_APP_USER_ID = os.environ["CLARIFAI_USER_ID"] :679: in __getitem__ ??? E KeyError: 'CLARIFAI_USER_ID' =========================== short test summary info ============================ ERROR tests/test_eval.py - KeyError: 'CLARIFAI_USER_ID' !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ======================== 1 deselected, 1 error in 1.06s ======================== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context