2022-11-25T20:09:04 hydrus 0 -> 1 2022-11-25T20:09:06 attrpath: hydrus 2022-11-25T20:09:06 Checking auto update branch... 2022-11-25T20:09:10 [version] 2022-11-25T20:09:10 [version] skipping because derivation has updateScript 2022-11-25T20:09:10 [rustCrateVersion] 2022-11-25T20:09:10 [rustCrateVersion] No cargoSha256 found 2022-11-25T20:09:10 [golangModuleVersion] 2022-11-25T20:09:10 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T20:09:10 [updateScript] 2022-11-25T20:09:15 [updateScript] Success 2022-11-25T20:09:15 [updateScript] this derivation will be built: /nix/store/sy4mjk1hq7lq3ficc8cwdykssv9ca4f4-packages.json.drv building '/nix/store/sy4mjk1hq7lq3ficc8cwdykssv9ca4f4-packages.json.drv'... Going to be running update for following packages: - python3.10-hydrus-503 Press Enter key to continue... Running update for: - python3.10-hydrus-503: UPDATING ... - python3.10-hydrus-503: DONE. Packages updated! 2022-11-25T20:09:15 2022-11-25T20:09:15 [quotedUrls] 2022-11-25T20:09:15 [quotedUrls] nothing found to replace 2022-11-25T20:09:16 Diff after rewrites: diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index 2bce94d52d8..d8cbf234752 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -10,14 +10,14 @@ python3Packages.buildPythonPackage rec { pname = "hydrus"; - version = "503"; + version = "507"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - hash = "sha256-nJn5EphbmVYAAOisV3fym/nHlJl/aPZ2Iyp+Z2/N3Jc="; + hash = "sha256-0WFvW9euafDMnS3vwUSMmJcaaAXIIgQZ4H/VdqCao+E="; }; nativeBuildInputs = [ 2022-11-25T20:10:44 No auto update branch exists 2022-11-25T20:11:02 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 hydrus nix build failed. AttributeError: 'NoneType' object has no attribute 'db_dir' ====================================================================== ERROR: test_media_tags (hydrus.test.TestClientMetadataMigration.TestSingleFileMetadataImporters) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/0qp328rhys4smmpd2cn3rdpfyq0xlch6-source/hydrus/test/TestClientMetadataMigration.py", line 172, in test_media_tags HG.test_controller.example_tag_repo_service_key : { AttributeError: 'NoneType' object has no attribute 'example_tag_repo_service_key' ====================================================================== ERROR: test_media_txt (hydrus.test.TestClientMetadataMigration.TestSingleFileMetadataImporters) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/0qp328rhys4smmpd2cn3rdpfyq0xlch6-source/hydrus/test/TestClientMetadataMigration.py", line 327, in test_media_txt actual_file_path = os.path.join( HG.test_controller.db_dir, 'file.jpg' ) AttributeError: 'NoneType' object has no attribute 'db_dir' ====================================================================== ERROR: test_router (hydrus.test.TestClientMetadataMigration.TestSingleFileMetadataRouter) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/0qp328rhys4smmpd2cn3rdpfyq0xlch6-source/hydrus/test/TestClientMetadataMigration.py", line 38, in test_router HG.test_controller.example_tag_repo_service_key : { AttributeError: 'NoneType' object has no attribute 'example_tag_repo_service_key' ---------------------------------------------------------------------- Ran 19 tests in 0.009s FAILED (errors=9)