2022-11-18T12:34:19 linkchecker 10.0.1 -> 10.1.0 https://pypi.org/project/linkchecker/ 2022-11-18T12:34:22 attrpath: linkchecker 2022-11-18T12:34:22 Checking auto update branch... 2022-11-18T12:34:25 [version] 2022-11-18T12:34:25 [version] skipping because derivation has updateScript 2022-11-18T12:34:25 [rustCrateVersion] 2022-11-18T12:34:25 [rustCrateVersion] No cargoSha256 found 2022-11-18T12:34:25 [golangModuleVersion] 2022-11-18T12:34:25 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-18T12:34:25 [updateScript] 2022-11-18T12:34:28 [updateScript] Success 2022-11-18T12:34:28 [updateScript] this derivation will be built: /nix/store/4f3w57mhpc9hlc1gjsi7l9gczx1hsh24-packages.json.drv building '/nix/store/4f3w57mhpc9hlc1gjsi7l9gczx1hsh24-packages.json.drv'... warning: error: SQLite database '/nix/var/nix/db/db.sqlite' is busy 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-18T12:34:28 2022-11-18T12:34:28 [quotedUrls] 2022-11-18T12:34:28 [quotedUrls] nothing found to replace 2022-11-18T12:34:28 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-18T12:36:07 No auto update branch exists 2022-11-18T12:36:21 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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpgng1y2_8', '--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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpgng1y2_8', '--quiet', 'setuptools_scm']' returned non-zero exit status 1. 2022-11-18T21:15:23 linkchecker 0 -> 1 2022-11-18T21:15:25 attrpath: linkchecker 2022-11-18T21:15:25 Checking auto update branch... 2022-11-18T21:15:29 [version] 2022-11-18T21:15:29 [version] skipping because derivation has updateScript 2022-11-18T21:15:29 [rustCrateVersion] 2022-11-18T21:15:29 [rustCrateVersion] No cargoSha256 found 2022-11-18T21:15:29 [golangModuleVersion] 2022-11-18T21:15:29 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-18T21:15:29 [updateScript] 2022-11-18T21:15:31 [updateScript] Success 2022-11-18T21:15:31 [updateScript] this derivation will be built: /nix/store/0c38al184q1v5c2hy63p37qimvl7zj2l-packages.json.drv building '/nix/store/0c38al184q1v5c2hy63p37qimvl7zj2l-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-18T21:15:31 2022-11-18T21:15:31 [quotedUrls] 2022-11-18T21:15:31 [quotedUrls] nothing found to replace 2022-11-18T21:15:31 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-18T21:17:03 No auto update branch exists 2022-11-18T21:17:14 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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/nix/store/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpd2bu9dz6', '--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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/8qsxrfnvbny27bfq84b3cwq53wpih7wm-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/qc8rlhdcdxaf6dwbvv0v4k50w937fyzj-python3-3.10.8/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/build/tmpd2bu9dz6', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.