2022-12-02T12:49:29 appthreat-depscan 0 -> 1 2022-12-02T12:49:32 attrpath: appthreat-depscan 2022-12-02T12:49:32 Checking auto update branch... 2022-12-02T12:49:35 [version] 2022-12-02T12:49:35 [version] skipping because derivation has updateScript 2022-12-02T12:49:35 [rustCrateVersion] 2022-12-02T12:49:35 [rustCrateVersion] No cargoSha256 found 2022-12-02T12:49:35 [golangModuleVersion] 2022-12-02T12:49:35 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-02T12:49:35 [updateScript] 2022-12-02T12:49:38 [updateScript] Success 2022-12-02T12:49:38 [updateScript] this derivation will be built: /nix/store/k7fp1fna2li02r3kimvsvqrbymaldlsc-packages.json.drv building '/nix/store/k7fp1fna2li02r3kimvsvqrbymaldlsc-packages.json.drv'... Going to be running update for following packages: - appthreat-depscan-3.2.3 Press Enter key to continue... Running update for: - appthreat-depscan-3.2.3: UPDATING ... - appthreat-depscan-3.2.3: DONE. Packages updated! 2022-12-02T12:49:38 2022-12-02T12:49:38 [quotedUrls] 2022-12-02T12:49:38 [quotedUrls] nothing found to replace 2022-12-02T12:49:38 Diff after rewrites: diff --git a/pkgs/development/tools/appthreat-depscan/default.nix b/pkgs/development/tools/appthreat-depscan/default.nix index 81096c44ac4..9d77e21c588 100644 --- a/pkgs/development/tools/appthreat-depscan/default.nix +++ b/pkgs/development/tools/appthreat-depscan/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "appthreat-depscan"; - version = "3.2.3"; + version = "3.2.7"; src = fetchFromGitHub { owner = "AppThreat"; repo = "dep-scan"; rev = "refs/tags/v${version}"; - hash = "sha256-VWFYgRIpEmOpOonazoRF0wPUfAiOu90gxm22M6Wkvgo="; + hash = "sha256-nHKEELQzcMKvxAC+u4lPBglsMwyzRpiQF3O+felHTbk="; }; propagatedBuildInputs = with python3.pkgs; [ 2022-12-02T12:51:05 No auto update branch exists 2022-12-02T12:51:12 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 appthreat-depscan nix build failed. from depscan.lib.bom import get_pkg_list depscan/lib/bom.py:12: in from depscan.lib.utils import cleanup_license_string depscan/lib/utils.py:10: in from depscan.lib import normalize as normalize depscan/lib/normalize.py:2: in from vdb.lib.config import placeholder_exclude_version E ImportError: cannot import name 'placeholder_exclude_version' from 'vdb.lib.config' (/nix/store/xmmy1xip7rykpyb9p4bpibgnnljpafgq-python3.10-appthreat-vulnerability-db-4.0.4/lib/python3.10/site-packages/vdb/lib/config.py) _____________________ ERROR collecting test/test_utils.py ______________________ ImportError while importing test module '/build/source/test/test_utils.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) test/test_utils.py:3: in from depscan.lib import utils as utils depscan/lib/utils.py:10: in from depscan.lib import normalize as normalize depscan/lib/normalize.py:2: in from vdb.lib.config import placeholder_exclude_version E ImportError: cannot import name 'placeholder_exclude_version' from 'vdb.lib.config' (/nix/store/xmmy1xip7rykpyb9p4bpibgnnljpafgq-python3.10-appthreat-vulnerability-db-4.0.4/lib/python3.10/site-packages/vdb/lib/config.py) =========================== short test summary info ============================ ERROR test/test_analysis.py ERROR test/test_bom.py ERROR test/test_license.py ERROR test/test_norm.py ERROR test/test_pkg_query.py ERROR test/test_utils.py !!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 6 errors in 0.34s =============================== 2022-12-02T14:11:23 appthreat-depscan 3.2.3 -> 3.2.7 https://github.com/AppThreat/dep-scan/releases 2022-12-02T14:11:25 attrpath: appthreat-depscan 2022-12-02T14:11:25 Checking auto update branch... 2022-12-02T14:11:29 [version] 2022-12-02T14:11:29 [version] skipping because derivation has updateScript 2022-12-02T14:11:29 [rustCrateVersion] 2022-12-02T14:11:29 [rustCrateVersion] No cargoSha256 found 2022-12-02T14:11:29 [golangModuleVersion] 2022-12-02T14:11:29 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-02T14:11:29 [updateScript] 2022-12-02T14:11:31 [updateScript] Success 2022-12-02T14:11:31 [updateScript] Going to be running update for following packages: - appthreat-depscan-3.2.3 Press Enter key to continue... Running update for: - appthreat-depscan-3.2.3: UPDATING ... - appthreat-depscan-3.2.3: DONE. Packages updated! 2022-12-02T14:11:31 2022-12-02T14:11:31 [quotedUrls] 2022-12-02T14:11:31 [quotedUrls] nothing found to replace 2022-12-02T14:11:32 Diff after rewrites: diff --git a/pkgs/development/tools/appthreat-depscan/default.nix b/pkgs/development/tools/appthreat-depscan/default.nix index 81096c44ac4..9d77e21c588 100644 --- a/pkgs/development/tools/appthreat-depscan/default.nix +++ b/pkgs/development/tools/appthreat-depscan/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "appthreat-depscan"; - version = "3.2.3"; + version = "3.2.7"; src = fetchFromGitHub { owner = "AppThreat"; repo = "dep-scan"; rev = "refs/tags/v${version}"; - hash = "sha256-VWFYgRIpEmOpOonazoRF0wPUfAiOu90gxm22M6Wkvgo="; + hash = "sha256-nHKEELQzcMKvxAC+u4lPBglsMwyzRpiQF3O+felHTbk="; }; propagatedBuildInputs = with python3.pkgs; [ 2022-12-02T14:13:01 No auto update branch exists 2022-12-02T14:13:05 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 appthreat-depscan nix build failed. from depscan.lib.bom import get_pkg_list depscan/lib/bom.py:12: in from depscan.lib.utils import cleanup_license_string depscan/lib/utils.py:10: in from depscan.lib import normalize as normalize depscan/lib/normalize.py:2: in from vdb.lib.config import placeholder_exclude_version E ImportError: cannot import name 'placeholder_exclude_version' from 'vdb.lib.config' (/nix/store/xmmy1xip7rykpyb9p4bpibgnnljpafgq-python3.10-appthreat-vulnerability-db-4.0.4/lib/python3.10/site-packages/vdb/lib/config.py) _____________________ ERROR collecting test/test_utils.py ______________________ ImportError while importing test module '/build/source/test/test_utils.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) test/test_utils.py:3: in from depscan.lib import utils as utils depscan/lib/utils.py:10: in from depscan.lib import normalize as normalize depscan/lib/normalize.py:2: in from vdb.lib.config import placeholder_exclude_version E ImportError: cannot import name 'placeholder_exclude_version' from 'vdb.lib.config' (/nix/store/xmmy1xip7rykpyb9p4bpibgnnljpafgq-python3.10-appthreat-vulnerability-db-4.0.4/lib/python3.10/site-packages/vdb/lib/config.py) =========================== short test summary info ============================ ERROR test/test_analysis.py ERROR test/test_bom.py ERROR test/test_license.py ERROR test/test_norm.py ERROR test/test_pkg_query.py ERROR test/test_utils.py !!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 6 errors in 0.31s ===============================