catcli 0 -> 1 attrpath: catcli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w3jj6qai2sxaqgk5ckwljy80rclsd9vr-packages.json.drv building '/nix/store/w3jj6qai2sxaqgk5ckwljy80rclsd9vr-packages.json.drv'... Going to be running update for following packages: - catcli-0.9.6 Press Enter key to continue... Running update for: - catcli-0.9.6: UPDATING ... - catcli-0.9.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/filesystems/catcli/default.nix b/pkgs/tools/filesystems/catcli/default.nix index b8668a43c0ce..4727347dc2a4 100644 --- a/pkgs/tools/filesystems/catcli/default.nix +++ b/pkgs/tools/filesystems/catcli/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "catcli"; - version = "0.9.6"; + version = "1.0"; format = "setuptools"; src = fetchFromGitHub { owner = "deadc0de6"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+/kd7oPT6msojPj25bzG9HwVqPj47gIUg9LngbDc3y8="; + hash = "sha256-dAt9NysH3q5YC+vO9XTnapBxFZmC4vWwJ8SxT9CzCQE="; }; postPatch = "patchShebangs . "; 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 catcli nix build failed. Traceback: /nix/store/gd3shnza1i50zn8zs04fa729ribr88m9-python3-3.11.8/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_tree.py:10: in from catcli.catcli import cmd_ls catcli/catcli.py:17: in import cmd2 E ModuleNotFoundError: No module named 'cmd2' ____________________ ERROR collecting tests/test_update.py _____________________ ImportError while importing test module '/build/source/tests/test_update.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/gd3shnza1i50zn8zs04fa729ribr88m9-python3-3.11.8/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_update.py:12: in from catcli.catcli import cmd_index, cmd_update catcli/catcli.py:17: in import cmd2 E ModuleNotFoundError: No module named 'cmd2' =========================== short test summary info ============================ ERROR tests/test_find.py ERROR tests/test_graph.py ERROR tests/test_index.py ERROR tests/test_ls.py ERROR tests/test_rm.py ERROR tests/test_tree.py ERROR tests/test_update.py !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 7 errors in 0.14s =============================== /nix/store/v5lsd029lz5lfhamivbgqyp3zdv94ah2-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context