1this derivation will be built:2 /nix/store/fw5973pmgwkv7wgbp30q8a30cf4s7x2r-nix-eval-jobs-functional-tests.drv3error: Cannot build '/nix/store/fw5973pmgwkv7wgbp30q8a30cf4s7x2r-nix-eval-jobs-functional-tests.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/5zpqd8v5ci0k9r06bcl366z8n9nf9563-nix-eval-jobs-functional-tests7 Last 25 log lines:8 > bytes(errpipe_data))9 > child_exception_type = getattr(10 > builtins, exception_name.decode('ascii'),11 > SubprocessError)12 > if issubclass(child_exception_type, OSError) and hex_errno:13 > errno_num = int(hex_errno, 16)14 > if err_msg == "noexec:chdir":15 > err_msg = ""16 > # The error must be from chdir(cwd).17 > err_filename = cwd18 > elif err_msg == "noexec":19 > err_msg = ""20 > err_filename = None21 > else:22 > err_filename = orig_executable23 > if errno_num != 0:24 > err_msg = os.strerror(errno_num)25 > if err_filename is not None:26 > > raise child_exception_type(errno_num, err_msg, err_filename)27 > E FileNotFoundError: [Errno 2] No such file or directory: 'git'28 >29 > /nix/store/3lll9y925zz9393sa59h653xik66srjb-python3-3.13.9/lib/python3.13/subprocess.py:1972: FileNotFoundError30 > =========================== short test summary info ============================31 > FAILED tests-functional/test_eval.py::test_workers_do_not_race_flake_fetch - ...32 > ========================= 1 failed, 22 passed in 4.77s =========================33 For full logs, run:34 nix log /nix/store/fw5973pmgwkv7wgbp30q8a30cf4s7x2r-nix-eval-jobs-functional-tests.drv