setup
default.checks.x86_64-linux.treefmt
· build #223
· raw
1this derivation will be built:2 /nix/store/71fyk41320ckpl2q0jkz0rlfp0ngcnf7-treefmt-check.drv3error: Cannot build '/nix/store/71fyk41320ckpl2q0jkz0rlfp0ngcnf7-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/6s6r1csf9d4vidgf5kgvfb1mj5p94zpi-treefmt-check7 Last 25 log lines:8 > M nixbot/nixbot/tests/test_nix_eval.py9 > diff --git a/nixbot/nixbot/tests/test_nix_eval.py b/nixbot/nixbot/tests/test_nix_eval.py10 > index 4a6e1d5..673056b 10064411 > --- a/nixbot/nixbot/tests/test_nix_eval.py12 > +++ b/nixbot/nixbot/tests/test_nix_eval.py13 > @@ -92,12 +92,17 @@ def test_eval_command_pins_worktree_rev(tmp_path: Path) -> None:14 > assert cmd[cmd.index("--flake") + 1] == f"git+file://{repo}?ref=HEAD&rev={rev}"15 >16 > cmd = build_eval_command(repo, BranchConfig(flake_dir="sub"), settings)17 > - assert cmd[cmd.index("--flake") + 1] == f"git+file://{repo}?ref=HEAD&rev={rev}&dir=sub"18 > + assert (19 > + cmd[cmd.index("--flake") + 1] == f"git+file://{repo}?ref=HEAD&rev={rev}&dir=sub"20 > + )21 >22 > cmd = build_eval_command(23 > repo, BranchConfig(attribute="hydraJobs", legacy_eval=True), settings24 > )25 > - assert cmd[cmd.index("--flake") + 1] == f"git+file://{repo}?ref=HEAD&rev={rev}#hydraJobs"26 > + assert (27 > + cmd[cmd.index("--flake") + 1]28 > + == f"git+file://{repo}?ref=HEAD&rev={rev}#hydraJobs"29 > + )30 >31 >32 > def test_eval_command_legacy_eval(tmp_path: Path) -> None:33 For full logs, run:34 nix log /nix/store/71fyk41320ckpl2q0jkz0rlfp0ngcnf7-treefmt-check.drv