2022-11-10T00:21:00 linkchecker 10.0.1 -> 10.1.0 https://github.com/linkchecker/linkchecker/releases 2022-11-10T00:21:03 attrpath: linkchecker 2022-11-10T00:21:03 Checking auto update branch... 2022-11-10T00:21:06 [version] 2022-11-10T00:21:06 [version] skipping because derivation has updateScript 2022-11-10T00:21:06 [rustCrateVersion] 2022-11-10T00:21:06 [rustCrateVersion] No cargoSha256 found 2022-11-10T00:21:06 [golangModuleVersion] 2022-11-10T00:21:06 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-10T00:21:06 [updateScript] 2022-11-10T00:21:09 [updateScript] Success 2022-11-10T00:21:09 [updateScript] Going to be running update for following packages: - linkchecker-10.0.1 Press Enter key to continue... Running update for: - linkchecker-10.0.1: UPDATING ... - linkchecker-10.0.1: DONE. Packages updated! 2022-11-10T00:21:09 2022-11-10T00:21:09 [quotedUrls] 2022-11-10T00:21:09 [quotedUrls] nothing found to replace 2022-11-10T00:21:09 Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 3cb5ecb0153..3dd20fb70f3 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -4,13 +4,13 @@ with python3Packages; buildPythonApplication rec { pname = "linkchecker"; - version = "10.0.1"; + version = "10.1.0"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v" + version; - sha256 = "sha256-OOssHbX9nTCURpMKIy+95ZTvahuUAabLUhPnRp3xpN4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-W8pP2RGfAK+Cql/dd3nd4zeFQ/qt7Dom9QvYi9Gyt/8="; }; nativeBuildInputs = [ gettext ]; 2022-11-10T00:22:47 No auto update branch exists 2022-11-10T00:22:59 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 linkchecker nix build failed. File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg subprocess.check_call(cmd) File "/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpxgy3wgsm', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 341, in setup( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 86, in setup _install_setup_requires(attrs) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 80, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 875, in fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 789, in resolve dist = best[req.key] = env.best_match( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1075, in best_match return self.obtain(req, installer) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1087, in obtain return installer(requirement) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 945, in fetch_build_egg return fetch_build_egg(self, req) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 84, in fetch_build_egg raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpxgy3wgsm', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-10T06:10:08 linkchecker 0 -> 1 2022-11-10T06:10:11 attrpath: linkchecker 2022-11-10T06:10:11 Checking auto update branch... 2022-11-10T06:10:14 [version] 2022-11-10T06:10:14 [version] skipping because derivation has updateScript 2022-11-10T06:10:14 [rustCrateVersion] 2022-11-10T06:10:14 [rustCrateVersion] No cargoSha256 found 2022-11-10T06:10:14 [golangModuleVersion] 2022-11-10T06:10:14 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-10T06:10:14 [updateScript] 2022-11-10T06:10:17 [updateScript] Success 2022-11-10T06:10:17 [updateScript] this derivation will be built: /nix/store/6s7wzkisa7xbj36mb03rri7ynpspjq5b-packages.json.drv building '/nix/store/6s7wzkisa7xbj36mb03rri7ynpspjq5b-packages.json.drv'... Going to be running update for following packages: - linkchecker-10.0.1 Press Enter key to continue... Running update for: - linkchecker-10.0.1: UPDATING ... - linkchecker-10.0.1: DONE. Packages updated! 2022-11-10T06:10:17 2022-11-10T06:10:17 [quotedUrls] 2022-11-10T06:10:17 [quotedUrls] nothing found to replace 2022-11-10T06:10:17 Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 3cb5ecb0153..3dd20fb70f3 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -4,13 +4,13 @@ with python3Packages; buildPythonApplication rec { pname = "linkchecker"; - version = "10.0.1"; + version = "10.1.0"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v" + version; - sha256 = "sha256-OOssHbX9nTCURpMKIy+95ZTvahuUAabLUhPnRp3xpN4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-W8pP2RGfAK+Cql/dd3nd4zeFQ/qt7Dom9QvYi9Gyt/8="; }; nativeBuildInputs = [ gettext ]; 2022-11-10T06:11:53 No auto update branch exists 2022-11-10T06:12:06 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 linkchecker nix build failed. File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg subprocess.check_call(cmd) File "/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmp7spdun2p', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 341, in setup( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 86, in setup _install_setup_requires(attrs) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/__init__.py", line 80, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 875, in fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 789, in resolve dist = best[req.key] = env.best_match( File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1075, in best_match return self.obtain(req, installer) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1087, in obtain return installer(requirement) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py", line 945, in fetch_build_egg return fetch_build_egg(self, req) File "/nix/store/yvh240a25qpddix0k4aczjnriaszxzn5-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/installer.py", line 84, in fetch_build_egg raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/nix/store/xcaaly5shfy227ffs8nipxrd49b56iqq-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmp7spdun2p', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-10T18:10:35 linkchecker 0 -> 1 2022-11-10T18:10:38 attrpath: linkchecker 2022-11-10T18:10:38 Checking auto update branch... 2022-11-10T18:10:41 [version] 2022-11-10T18:10:41 [version] skipping because derivation has updateScript 2022-11-10T18:10:41 [rustCrateVersion] 2022-11-10T18:10:41 [rustCrateVersion] No cargoSha256 found 2022-11-10T18:10:41 [golangModuleVersion] 2022-11-10T18:10:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-10T18:10:41 [updateScript] 2022-11-10T18:10:43 [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/516pjmimfyy819fcxjryawarahsw1rb4-packages.json.drv building '/nix/store/516pjmimfyy819fcxjryawarahsw1rb4-packages.json.drv'... Going to be running update for following packages: - linkchecker-10.0.1 Press Enter key to continue... Running update for: - linkchecker-10.0.1: UPDATING ... - linkchecker-10.0.1: ERROR --- SHOWING ERROR LOG FOR linkchecker-10.0.1 ---------------------- 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/linkchecker/linkchecker/tarball/v10.1.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/linkchecker/linkchecker/tarball/refs/tags/v10.1.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR linkchecker-10.0.1 ---------------------- The update script for linkchecker-10.0.1 failed with exit code 1