chipsec 0 -> 1 attrpath: chipsec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a4l5db0dv9lwr5izzis54bp1xs1mjd9y-packages.json.drv building '/nix/store/a4l5db0dv9lwr5izzis54bp1xs1mjd9y-packages.json.drv'... Going to be running update for following packages: - chipsec-1.10.6 Press Enter key to continue... Running update for: - chipsec-1.10.6: UPDATING ... - chipsec-1.10.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/chipsec/default.nix b/pkgs/tools/security/chipsec/default.nix index 689719237ed2..2b358b7d4896 100644 --- a/pkgs/tools/security/chipsec/default.nix +++ b/pkgs/tools/security/chipsec/default.nix @@ -10,15 +10,15 @@ python3.pkgs.buildPythonApplication rec { pname = "chipsec"; - version = "1.10.6"; + version = "1.13.1"; disabled = !stdenv.isLinux; src = fetchFromGitHub { owner = "chipsec"; repo = "chipsec"; - rev = version; - hash = "sha256-+pbFG1SmSO/cnt1e+kel7ereC0I1OCJKKsS0KaJDWdc="; + rev = "refs/tags/${version}"; + hash = "sha256-RRvVC7ErNoe45yvL0Ulqq5O6uHjK57Rg3Adr953kH1I="; }; patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ]; An auto update branch exists with message `chipsec: 1.10.6 -> 1.13.0`. New version is 1.13.1. The auto update branch does not match or exceed the new version. Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A chipsec nix build failed. comm.set_up() chipsec/utilcmd/acpi_cmd.py:67: in set_up self._acpi = ACPI(self.cs) chipsec/hal/acpi.py:205: in __init__ self.get_ACPI_table_list() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def get_ACPI_table_list(self) -> Dict[str, List[int]]: try: # 1. If didn't work, try using get_ACPI_table if a helper implemented # reading ACPI tables via native API which some OS may provide # raise UnimplementedAPIError("asdf") logger().log_hal("[acpi] Trying to enumerate ACPI tables using get_ACPI_table...") > for table_name in self.cs.helper.enum_ACPI_tables(): E TypeError: 'NoneType' object is not iterable chipsec/hal/acpi.py:378: TypeError =============================== warnings summary =============================== tests/hardware/test_generic.py:23 /build/source/tests/hardware/test_generic.py:23: DeprecationWarning: distro.linux_distribution() is deprecated. It should only be used as a compatibility shim with Python's platform.linux_distribution(). Please use distro.id(), distro.version() and distro.name() instead. mSystem = distro.linux_distribution() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/utilcmd/acpi_cmd/test_acpi_cmd.py::TestAcpiUtilcmd::test_list - TypeError: 'NoneType' object is not iterable FAILED tests/utilcmd/acpi_cmd/test_acpi_cmd.py::TestAcpiUtilcmd::test_table - TypeError: 'NoneType' object is not iterable ======== 2 failed, 195 passed, 4 skipped, 1 warning in 60.92s (0:01:00) ======== /nix/store/xfhkjnpqjwlf6hlk1ysmq3aaq80f3bjj-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context