setup
checks.x86_64-linux.pkgs-mcptoon
· build #4819
· raw
1this derivation will be built:2 /nix/store/s5yfiyv3br3dvxp1b7nizjnagfm5s00k-mcptoon-0.7.17.drv3error: Cannot build '/nix/store/s5yfiyv3br3dvxp1b7nizjnagfm5s00k-mcptoon-0.7.17.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/7nrcv55v6z2xwqjmzhlqw48yd16icds6-mcptoon-0.7.17-dist7 /nix/store/wfil1bf753n2g832mxmwx5qcjfyk9w0v-mcptoon-0.7.178 Last 25 log lines:9 > builtins, exception_name.decode('ascii'),10 > SubprocessError)11 > if issubclass(child_exception_type, OSError) and hex_errno:12 > errno_num = int(hex_errno, 16)13 > if err_msg == "noexec:chdir":14 > err_msg = ""15 > # The error must be from chdir(cwd).16 > err_filename = cwd17 > elif err_msg == "noexec":18 > err_msg = ""19 > err_filename = None20 > else:21 > err_filename = orig_executable22 > if errno_num != 0:23 > err_msg = os.strerror(errno_num)24 > if err_filename is not None:25 > > raise child_exception_type(errno_num, err_msg, err_filename)26 > E FileNotFoundError: [Errno 2] No such file or directory: 'git'27 >28 > /nix/store/d64q19q1xjdwfhqx6czvrjgrhq0n3lcc-python3-3.14.7/lib/python3.14/subprocess.py:1990: FileNotFoundError29 > =========================== short test summary info ============================30 > FAILED tests/test_skills.py::TombstoneTests::test_removal_uses_the_shared_graveyard_when_given_one - FileNotFoundError: [Errno 2] No such file or directory: 'git'31 > FAILED tests/test_skills.py::TombstoneTests::test_removal_without_a_repo_still_archives - FileNotFoundError: [Errno 2] No such file or directory: 'git'32 > FAILED tests/test_skills.py::TombstoneTests::test_tombstone_commits_only_the_removed_path - FileNotFoundError: [Errno 2] No such file or directory: 'git'33 > ============= 3 failed, 1046 passed, 1 skipped in 62.70s (0:01:02) =============34 For full logs, run:35 nix log /nix/store/s5yfiyv3br3dvxp1b7nizjnagfm5s00k-mcptoon-0.7.17.drv