I am running sudo nixos-rebuild switch --flake ".#$(hostname)"
and everything on my system has been working fine before. I ran nix flake update
and then the command I just mentioned. I am now seeing the following output
error: builder for '/nix/store/sx436n2css1hfmfw5vnsyvwqh0qq7bf0-python3.11-pylint-3.3.3.drv' failed with exit code 1;
last 25 log lines:
> if batches:
> new_argv.append(f"--batches={batches}")
> with patch("sys.argv", new_argv):
> Primer(PRIMER_DIRECTORY, PACKAGES_TO_PRIME_PATH).run()
> with open(PRIMER_DIRECTORY / "comment.txt", encoding="utf8") as f:
> content = f.read()
> with open(expected_file, encoding="utf8") as f:
> expected = f.read()
> # rstrip so the expected.txt can end with a newline
> > assert content == expected.rstrip("\n")
> E AssertionError: assert '🤖 **Effect o...mmit v2.14.2*' == '🤖 According ...mmit v2.14.2*'
> E - 🤖 According to the primer, this change has **no effect** on the checked open source code. 🤖🎉
> E + 🤖 **Effect of this PR on checked open source code:** 🤖
> E +
> E +
> E +
> E + **Effect on [astroid](https://github.com/pylint-dev/astroid):**
> E + The following messages are no longer emitted:...
> E
> E ...Full output truncated (13 lines hidden), use '-vv' to show
>
> tests/testutils/_primer/test_primer.py:108: AssertionError
> =========================== short test summary info ============================
> FAILED tests/testutils/_primer/test_primer.py::TestPrimer::test_compare[both_empty] - AssertionError: assert '🤖 **Effect o...mmit v2.14.2*' == '🤖 According ......
> ============ 1 failed, 970 passed, 250 skipped, 5 xfailed in 19.26s ============
For full logs, run 'nix log /nix/store/sx436n2css1hfmfw5vnsyvwqh0qq7bf0-python3.11-pylint-3.3.3.drv'.
error: 1 dependencies of derivation '/nix/store/8j9fms9v4ln0yz3c6agfwqjq1w5jy9zn-python3.11-python-lsp-server-1.12.2.drv' failed to build
error: 1 dependencies of derivation '/nix/store/297d0swr1dcnc6mnqi7h3lqixlgd6dyq-helix-wrapped-25.01.1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/9rgw1xaw2x3b5v2xgsi8yihkbgwmw9gn-home-manager-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/ns6i9cqv29xsl0v228x13mdbakhh8q21-man-paths.drv' failed to build
error: 1 dependencies of derivation '/nix/store/x724z4gzyq7142s8jdn53knfcwx0sq4r-home-manager-generation.drv' failed to build
error: 1 dependencies of derivation '/nix/store/gggpxx1akipzwd8f2s6kvvgm588lavwn-user-environment.drv' failed to build
error: 1 dependencies of derivation '/nix/store/pfsh3hf2qriqxs5h0v7pmxh4qf6gi2sw-etc.drv' failed to build
error (ignored): error: cannot unlink '"/tmp/nix-build-nvidia-settings-550.142.drv-0/build"': Directory not empty
error: 1 dependencies of derivation '/nix/store/332i0j4s8qzp9g1zp1mb69yl0cpjlx3w-nixos-system-NAVI-SolarisOS-25.05.20250213.2ff53fe.drv' failed to build
Any suggestions for help would be appreciated.