2022-12-17T00:16:40 toot 0.28.0 -> 0.32.1 https://pypi.org/project/toot/ 2022-12-17T00:16:42 attrpath: toot 2022-12-17T00:16:42 Checking auto update branch... 2022-12-17T00:16:46 [version] 2022-12-17T00:16:46 [version] skipping because derivation has updateScript 2022-12-17T00:16:46 [rustCrateVersion] 2022-12-17T00:16:46 [rustCrateVersion] No cargoSha256 found 2022-12-17T00:16:46 [golangModuleVersion] 2022-12-17T00:16:46 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-17T00:16:46 [updateScript] 2022-12-17T00:16:48 [updateScript] Success 2022-12-17T00:16:48 [updateScript] this derivation will be built: /nix/store/s97ixffq6rhn6xg5zisayzrdf8sa83kw-packages.json.drv building '/nix/store/s97ixffq6rhn6xg5zisayzrdf8sa83kw-packages.json.drv'... Going to be running update for following packages: - toot-0.29.0 Press Enter key to continue... Running update for: - toot-0.29.0: UPDATING ... - toot-0.29.0: DONE. Packages updated! 2022-12-17T00:16:48 2022-12-17T00:16:48 [quotedUrls] 2022-12-17T00:16:48 [quotedUrls] nothing found to replace 2022-12-17T00:16:48 Diff after rewrites: diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix index 22df6613008..ffa938efd38 100644 --- a/pkgs/applications/misc/toot/default.nix +++ b/pkgs/applications/misc/toot/default.nix @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "toot"; - version = "0.29.0"; + version = "0.32.1"; src = fetchFromGitHub { owner = "ihabunek"; repo = "toot"; rev = "refs/tags/${version}"; - sha256 = "sha256-SrPjotEkP8Z2uYB/4eAJAk3Zmzmr0xET69PmkxQCwFQ="; + sha256 = "sha256-hPtFDl1omKl+xy138wBIUt/aN52D6TMWMq/TxZ6PIv0="; }; checkInputs = with python3Packages; [ pytest ]; 2022-12-17T00:18:16 No auto update branch exists 2022-12-17T00:18:21 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A toot nix build failed. checking for references to /build/ in /nix/store/lkf3l2kmknn4wd8m5zm8ksv56k94fyd6-toot-0.32.1... shrinking RPATHs of ELF executables and libraries in /nix/store/xlp7brypylvldmdc3fj4x5jyrzim77s5-toot-0.32.1-dist strip is /nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/strip patching script interpreter paths in /nix/store/xlp7brypylvldmdc3fj4x5jyrzim77s5-toot-0.32.1-dist checking for references to /build/ in /nix/store/xlp7brypylvldmdc3fj4x5jyrzim77s5-toot-0.32.1-dist... Rewriting #!/nix/store/nzgqxw4d875pgl1lji8n3q82x3bf7ldi-python3-3.10.8/bin/python3.10 to #!/nix/store/nzgqxw4d875pgl1lji8n3q82x3bf7ldi-python3-3.10.8 wrapping `/nix/store/lkf3l2kmknn4wd8m5zm8ksv56k94fyd6-toot-0.32.1/bin/toot'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/source collecting ...  collecting 47 items / 1 error  collected 47 items / 1 error  ==================================== ERRORS ==================================== __________________ ERROR collecting tests/test_integration.py __________________ ImportError while importing test module '/build/source/tests/test_integration.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/nzgqxw4d875pgl1lji8n3q82x3bf7ldi-python3-3.10.8/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_integration.py:17: in import psycopg2 E ModuleNotFoundError: No module named 'psycopg2' =========================== short test summary info ============================ ERROR tests/test_integration.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.59s ===============================