2023-01-01T11:03:29 cwltool 3.1.20220224085855 -> 3.1.20221201130942 https://pypi.org/project/cwltool/ 2023-01-01T11:03:31 attrpath: cwltool 2023-01-01T11:03:31 Checking auto update branch... 2023-01-01T11:03:34 [version] 2023-01-01T11:03:34 [version] skipping because derivation has updateScript 2023-01-01T11:03:34 [rustCrateVersion] 2023-01-01T11:03:34 [rustCrateVersion] No cargoSha256 found 2023-01-01T11:03:34 [golangModuleVersion] 2023-01-01T11:03:34 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T11:03:34 [updateScript] 2023-01-01T11:03:37 [updateScript] Success 2023-01-01T11:03:37 [updateScript] this derivation will be built: /nix/store/8q8m5dabpm6sn565b9zy8xrh2jm4kirp-packages.json.drv building '/nix/store/8q8m5dabpm6sn565b9zy8xrh2jm4kirp-packages.json.drv'... Going to be running update for following packages: - cwltool-3.1.20220224085855 Press Enter key to continue... Running update for: - cwltool-3.1.20220224085855: UPDATING ... - cwltool-3.1.20220224085855: DONE. Packages updated! 2023-01-01T11:03:37 2023-01-01T11:03:37 [quotedUrls] 2023-01-01T11:03:37 [quotedUrls] nothing found to replace 2023-01-01T11:03:38 Diff after rewrites: diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix index 6a1bdc3de16..4732481261f 100644 --- a/pkgs/applications/science/misc/cwltool/default.nix +++ b/pkgs/applications/science/misc/cwltool/default.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cwltool"; - version = "3.1.20220224085855"; + version = "3.1.20221201130942"; format = "setuptools"; src = fetchFromGitHub { owner = "common-workflow-language"; repo = pname; - rev = version; - sha256 = "sha256-7+1xOV5Lodqtku0wX1urAEHsCcYKM3Vcd5RDg4DdVow="; + rev = "refs/tags/${version}"; + sha256 = "sha256-PeddmHMJYtj/AAItmUVeyETizF7SKzkJ3bXYkeZU+xs="; }; postPatch = '' 2023-01-01T11:05:06 An auto update branch exists with message `cwltool: 3.1.20220224085855 -> 3.1.20220406080846`. New version is 3.1.20221201130942. 2023-01-01T11:05:06 The auto update branch does not match or exceed the new version. 2023-01-01T11:05:11 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 cwltool Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . cwltool Standard output: warning: unknown setting 'experimental-features' error: Package ‘python3.10-schema-salad-8.3.20220913105718’ in /var/cache/nixpkgs-update/worker/worktree/cwltool/pkgs/development/python-modules/schema-salad/default.nix:65 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) 2023-01-01T18:54:19 cwltool 3.1.20220224085855 -> 3.1.20221201130942 https://pypi.org/project/cwltool/ 2023-01-01T18:54:21 attrpath: cwltool 2023-01-01T18:54:21 Checking auto update branch... 2023-01-01T18:54:24 [version] 2023-01-01T18:54:24 [version] skipping because derivation has updateScript 2023-01-01T18:54:24 [rustCrateVersion] 2023-01-01T18:54:24 [rustCrateVersion] No cargoSha256 found 2023-01-01T18:54:24 [golangModuleVersion] 2023-01-01T18:54:24 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T18:54:24 [updateScript] 2023-01-01T18:54:26 [updateScript] Failed with exit code 1 Going to be running update for following packages: - cwltool-3.1.20220224085855 Press Enter key to continue... Running update for: - cwltool-3.1.20220224085855: UPDATING ... - cwltool-3.1.20220224085855: ERROR --- SHOWING ERROR LOG FOR cwltool-3.1.20220224085855 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/z608y2kclzxizn16i3bjhgr61ay32xv7-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/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/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/common-workflow-language/cwltool/tarball/3.1.20221201130942']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/z608y2kclzxizn16i3bjhgr61ay32xv7-update-python-libraries", line 470, in main() File "/nix/store/z608y2kclzxizn16i3bjhgr61ay32xv7-update-python-libraries", line 448, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/concurrent/futures/_base.py", line 621, in result_iterator yield _result_or_cancel(fs.pop()) File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/concurrent/futures/_base.py", line 319, in _result_or_cancel return fut.result(timeout) File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/concurrent/futures/_base.py", line 458, in result return self.__get_result() File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result raise self._exception File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/nix/store/z608y2kclzxizn16i3bjhgr61ay32xv7-update-python-libraries", line 448, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) File "/nix/store/z608y2kclzxizn16i3bjhgr61ay32xv7-update-python-libraries", line 405, in _update return _update_package(path, target) File "/nix/store/z608y2kclzxizn16i3bjhgr61ay32xv7-update-python-libraries", line 325, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher](pname, extension, version, target) File "/nix/store/z608y2kclzxizn16i3bjhgr61ay32xv7-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/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/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/common-workflow-language/cwltool/tarball/refs/tags/3.1.20221201130942']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR cwltool-3.1.20220224085855 ---------------------- The update script for cwltool-3.1.20220224085855 failed with exit code 1