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/4r5drwvvg2390866s0jmgzh2b9gzf2r0-packages.json.drv building '/nix/store/4r5drwvvg2390866s0jmgzh2b9gzf2r0-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 8842cbab248c..3e01abc28fa8 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.12.9"; disabled = !stdenv.isLinux; src = fetchFromGitHub { owner = "chipsec"; repo = "chipsec"; - rev = version; - hash = "sha256-+pbFG1SmSO/cnt1e+kel7ereC0I1OCJKKsS0KaJDWdc="; + rev = "refs/tags/${version}"; + hash = "sha256-54ogUmI1DZH0doQo8Lj73Hw06d7vMsBs5Hmjp1MZ500="; }; patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ]; An auto update branch exists with message `chipsec: 1.10.6 -> 1.12.7`. New version is 1.12.9. The auto update branch does not match or exceed the new version. Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A chipsec nix build failed. targs = f"({','.join(str(i) for i in args)})" except Exception: targs = str(args) if str(cmd) in self._data: if targs in self._data[str(cmd)]: > return self._data[cmd][targs].pop() E IndexError: pop from empty list chipsec/helper/replay/replayhelper.py:78: IndexError =============================== 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 - IndexError: pop from empty list FAILED tests/utilcmd/acpi_cmd/test_acpi_cmd.py::TestAcpiUtilcmd::test_table - IndexError: pop from empty list FAILED tests/utilcmd/chipset_cmd/test_chipset_cmd.py::TestChipsetUtilcmd::test_platform - IndexError: pop from empty list FAILED tests/utilcmd/cmos_cmd/test_cmos_cmd.py::TestCmosUtilcmd::test_dump - IndexError: pop from empty list FAILED tests/utilcmd/cmos_cmd/test_cmos_cmd.py::TestCmosUtilcmd::test_readh - IndexError: pop from empty list FAILED tests/utilcmd/cmos_cmd/test_cmos_cmd.py::TestCmosUtilcmd::test_readl - IndexError: pop from empty list FAILED tests/utilcmd/cmos_cmd/test_cmos_cmd.py::TestCmosUtilcmd::test_writeh - IndexError: pop from empty list FAILED tests/utilcmd/cmos_cmd/test_cmos_cmd.py::TestCmosUtilcmd::test_writel - IndexError: pop from empty list FAILED tests/utilcmd/tpm_cmd/test_tpm_cmd.py::TestTpmUtilcmd::test_command_startup - IndexError: pop from empty list FAILED tests/utilcmd/tpm_cmd/test_tpm_cmd.py::TestTpmUtilcmd::test_state - IndexError: pop from empty list FAILED tests/utilcmd/txt_cmd/test_txt_cmd.py::TestTxtUtilcmd::test_dump - IndexError: pop from empty list FAILED tests/utilcmd/txt_cmd/test_txt_cmd.py::TestTxtUtilcmd::test_state - IndexError: pop from empty list ============ 12 failed, 170 passed, 3 skipped, 1 warning in 34.36s ============= /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context