2022-11-27T19:15:33 python310Packages.monty 0 -> 1 2022-11-27T19:15:35 attrpath: python310Packages.monty 2022-11-27T19:15:36 Checking auto update branch... 2022-11-27T19:15:40 [version] 2022-11-27T19:15:40 [version] skipping because derivation has updateScript 2022-11-27T19:15:40 [rustCrateVersion] 2022-11-27T19:15:40 [rustCrateVersion] No cargoSha256 found 2022-11-27T19:15:40 [golangModuleVersion] 2022-11-27T19:15:40 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-27T19:15:40 [updateScript] 2022-11-27T19:15:42 [updateScript] Success 2022-11-27T19:15:42 [updateScript] this derivation will be built: /nix/store/fmdp6xjqqiwhkgv6crp2janw2sgbjzpx-packages.json.drv building '/nix/store/fmdp6xjqqiwhkgv6crp2janw2sgbjzpx-packages.json.drv'... Going to be running update for following packages: - python3.10-monty-2022.9.8 Press Enter key to continue... Running update for: - python3.10-monty-2022.9.8: UPDATING ... - python3.10-monty-2022.9.8: DONE. Packages updated! 2022-11-27T19:15:42 2022-11-27T19:15:42 [quotedUrls] 2022-11-27T19:15:43 [quotedUrls] nothing found to replace 2022-11-27T19:15:43 Diff after rewrites: diff --git a/pkgs/development/python-modules/monty/default.nix b/pkgs/development/python-modules/monty/default.nix index a5d5958ec0d..b4b8292ea01 100644 --- a/pkgs/development/python-modules/monty/default.nix +++ b/pkgs/development/python-modules/monty/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "monty"; - version = "2022.9.8"; + version = "2022.9.9"; disabled = pythonOlder "3.5"; # uses type annotations src = fetchFromGitHub { owner = "materialsvirtuallab"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-3C5L7nKokuxtYlw13AKSrNVsvKH9okmBNyLXt7Vmjqk="; + sha256 = "sha256-7ToNiRSWxe9nNcaWWmS6bhVqWMEwXN4uiwtjAmuK5qw="; }; postPatch = '' 2022-11-27T19:17:11 No auto update branch exists 2022-11-27T19:17:22 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 python310Packages.monty nix build failed. if fileobj is None: > fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') E FileNotFoundError: [Errno 2] No such file or directory: '/build/source/tests/test_files/myfile_gz.gz' /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/gzip.py:174: FileNotFoundError _____________________________ PathTest.test_zpath ______________________________ self = def test_zpath(self): fullzpath = zpath(os.path.join(test_dir, "myfile_gz")) > self.assertEqual(os.path.join(test_dir, "myfile_gz.gz"), fullzpath) E AssertionError: '/build/source/tests/test_files/myfile_gz.gz' != '/build/source/tests/test_files/myfile_gz' E - /build/source/tests/test_files/myfile_gz.gz E ? --- E + /build/source/tests/test_files/myfile_gz tests/test_os.py:13: AssertionError =============================== warnings summary =============================== tests/test_dev.py::DecoratorTest::test_install_except_hook /build/source/monty/dev.py:234: UserWarning: Cannot install excepthook, IPyhon.core.ultratb not available warnings.warn("Cannot install excepthook, IPyhon.core.ultratb not available") -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_io.py::ReverseReadfileTest::test_reverse_readfile_gz - File... FAILED tests/test_io.py::ZopenTest::test_Path_objects - FileNotFoundError: [E... FAILED tests/test_io.py::ZopenTest::test_zopen - FileNotFoundError: [Errno 2]... FAILED tests/test_os.py::PathTest::test_zpath - AssertionError: '/build/sourc... =================== 4 failed, 119 passed, 1 warning in 3.99s ===================