errbot 0 -> 1 attrpath: errbot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xqibxqmmfnipm8vydh4fqaqs4x4msjnx-packages.json.drv building '/nix/store/xqibxqmmfnipm8vydh4fqaqs4x4msjnx-packages.json.drv'... Going to be running update for following packages: - errbot-6.1.9 Press Enter key to continue... Running update for: - errbot-6.1.9: UPDATING ... - errbot-6.1.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/errbot/default.nix b/pkgs/applications/networking/errbot/default.nix index c94bbc878018..60205d1af0e5 100644 --- a/pkgs/applications/networking/errbot/default.nix +++ b/pkgs/applications/networking/errbot/default.nix @@ -5,15 +5,15 @@ python3.pkgs.buildPythonApplication rec { pname = "errbot"; - version = "6.1.9"; + version = "6.2.0"; format = "setuptools"; src = fetchFromGitHub { owner = "errbotio"; repo = "errbot"; - rev = version; - hash = "sha256-BmHChLWWnrtg0p4WH8bANwpo+p4RTwjYbXfyPnz6mp8="; + rev = "refs/tags/${version}"; + hash = "sha256-UdqzBrlcb9NkuVo8ChADJmaKevadoGLyZUrckStb5ko="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A errbot nix build failed. tests/webhooks_test.py ............... [100%] =================================== FAILURES =================================== ____________________________ test_entrypoint_paths _____________________________ def test_entrypoint_paths(): plugins = entry_point_plugins("console_scripts")  match = False for plugin in plugins: if "errbot/errbot.cli" in plugin: match = True > assert match E assert False tests/plugin_entrypoint_test.py:11: AssertionError =============================== warnings summary =============================== errbot/utils.py:13 /build/source/errbot/utils.py:13: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources tests/cascade_dependencies_test.py::test_dependency_commands /nix/store/zdsabpic2g2qm4f6c6s5xdyydgfh5niq-python3.11-webob-1.8.7/lib/python3.11/site-packages/webob/compat.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/plugin_entrypoint_test.py::test_entrypoint_paths - assert False =========== 1 failed, 209 passed, 5 deselected, 2 warnings in 20.52s =========== /nix/store/c8dj731bkcdzhgrpawhc8qvdgls4xfjv-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context