2022-11-10T05:28:20 isolyzer 0 -> 1 2022-11-10T05:28:24 attrpath: isolyzer 2022-11-10T05:28:25 Checking auto update branch... 2022-11-10T05:28:30 [version] 2022-11-10T05:28:30 [version] skipping because derivation has updateScript 2022-11-10T05:28:30 [rustCrateVersion] 2022-11-10T05:28:30 [rustCrateVersion] No cargoSha256 found 2022-11-10T05:28:30 [golangModuleVersion] 2022-11-10T05:28:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-10T05:28:30 [updateScript] 2022-11-10T05:28:35 [updateScript] Success 2022-11-10T05:28:35 [updateScript] this derivation will be built: /nix/store/5h85z8h5sb13dl1631xxiacg1jn29lfa-packages.json.drv building '/nix/store/5h85z8h5sb13dl1631xxiacg1jn29lfa-packages.json.drv'... Going to be running update for following packages: - isolyzer-1.3.0 Press Enter key to continue... Running update for: - isolyzer-1.3.0: UPDATING ... - isolyzer-1.3.0: DONE. Packages updated! 2022-11-10T05:28:35 2022-11-10T05:28:35 [quotedUrls] 2022-11-10T05:28:35 [quotedUrls] nothing found to replace 2022-11-10T05:28:36 Diff after rewrites: diff --git a/pkgs/tools/cd-dvd/isolyzer/default.nix b/pkgs/tools/cd-dvd/isolyzer/default.nix index c175eb45aa0..f13a17e01f7 100644 --- a/pkgs/tools/cd-dvd/isolyzer/default.nix +++ b/pkgs/tools/cd-dvd/isolyzer/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "isolyzer"; - version = "1.3.0"; + version = "1.4.0"; src = fetchFromGitHub { owner = "KBNLresearch"; repo = pname; - rev = version; - sha256 = "1fysm05cz0z54apn1p889xhbgjnfwax6fngi05yij5qp2zxqghf9"; + rev = "refs/tags/${version}"; + sha256 = "sha256-NqkjnEwpaoyguG5GLscKS9UQGtF9N4jUL5JhrMtKCFE="; }; propagatedBuildInputs = with python3.pkgs; [ setuptools six ]; 2022-11-10T05:31:27 An auto update branch exists with message `isolyzer: 1.3.0 -> 1.4.0`. New version is 1.4.0. 2022-11-10T05:31:27 An auto update branch exists with an equal or greater version 2022-11-10T17:39:57 isolyzer 0 -> 1 2022-11-10T17:39:59 attrpath: isolyzer 2022-11-10T17:40:00 Checking auto update branch... 2022-11-10T17:40:03 [version] 2022-11-10T17:40:03 [version] skipping because derivation has updateScript 2022-11-10T17:40:03 [rustCrateVersion] 2022-11-10T17:40:03 [rustCrateVersion] No cargoSha256 found 2022-11-10T17:40:03 [golangModuleVersion] 2022-11-10T17:40:03 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-10T17:40:03 [updateScript] 2022-11-10T17:40:05 [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/cz99g8ir1jfkblgmq8175gd5z30h2zm3-packages.json.drv building '/nix/store/cz99g8ir1jfkblgmq8175gd5z30h2zm3-packages.json.drv'... Going to be running update for following packages: - isolyzer-1.3.0 Press Enter key to continue... Running update for: - isolyzer-1.3.0: UPDATING ... - isolyzer-1.3.0: ERROR --- SHOWING ERROR LOG FOR isolyzer-1.3.0 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/0kdqhcbdl8sqlbrq9sjw0ain9dl3bl5d-update-python-libraries", line 221, in _get_latest_version_github sha256 = subprocess.check_output(["nix-prefetch-url", "--type", "sha256", "--unpack", f"{release['tarball_url']}"], stderr=subprocess.DEVNULL)\ File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/KBNLresearch/isolyzer/tarball/1.4.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/0kdqhcbdl8sqlbrq9sjw0ain9dl3bl5d-update-python-libraries", line 470, in main() File "/nix/store/0kdqhcbdl8sqlbrq9sjw0ain9dl3bl5d-update-python-libraries", line 448, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator yield _result_or_cancel(fs.pop()) File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel return fut.result(timeout) File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/concurrent/futures/_base.py", line 458, in result return self.__get_result() File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result raise self._exception File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/nix/store/0kdqhcbdl8sqlbrq9sjw0ain9dl3bl5d-update-python-libraries", line 448, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) File "/nix/store/0kdqhcbdl8sqlbrq9sjw0ain9dl3bl5d-update-python-libraries", line 405, in _update return _update_package(path, target) File "/nix/store/0kdqhcbdl8sqlbrq9sjw0ain9dl3bl5d-update-python-libraries", line 325, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher](pname, extension, version, target) File "/nix/store/0kdqhcbdl8sqlbrq9sjw0ain9dl3bl5d-update-python-libraries", line 226, in _get_latest_version_github sha256 = subprocess.check_output(["nix-prefetch-url", "--type", "sha256", "--unpack", tag_url], stderr=subprocess.DEVNULL)\ File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/KBNLresearch/isolyzer/tarball/refs/tags/1.4.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR isolyzer-1.3.0 ---------------------- The update script for isolyzer-1.3.0 failed with exit code 1