CMD
.............................................F..................         [100%]
=================================== FAILURES ===================================
______ test_driver_bundle_passes_native_verifier_with_terminal_inventory _______

tmp_path = PosixPath('/tmp/pytest-of-cube/pytest-387/test_driver_bundle_passes_nati0')
thaw_owned_tmp_tree = None

    def test_driver_bundle_passes_native_verifier_with_terminal_inventory(
        tmp_path: Path,
        thaw_owned_tmp_tree: None,
    ) -> None:
        bundle = tmp_path / "bundle"
        driver = SCRIPT.with_name("source_golden_path.py")
        completed = subprocess.run(
            [
                sys.executable,
                str(driver),
                "--source",
                "/home/cube/.cache/task26-strict-successor-1786976146/src-p",
                "--evidence-root",
                str(bundle),
            ],
            cwd=SCRIPT.parents[1],
            text=True,
            capture_output=True,
            check=False,
            timeout=60,
        )
    
>       assert completed.returncode == 0, completed.stderr
E       AssertionError: {"blocker": "CommitObservationError: inotify_watch_failed", "status": "SOURCE_GOLDEN_PATH_FAIL"}
E         
E       assert 2 == 0
E        +  where 2 = CompletedProcess(args=['/home/cube/projects/richard/hermes-agent/.venv/bin/python', '/home/cube/projects/richard/herme...stdout='', stderr='{"blocker": "CommitObservationError: inotify_watch_failed", "status": "SOURCE_GOLDEN_PATH_FAIL"}\n').returncode

tests/gateway/test_source_golden_path_verifier.py:687: AssertionError
=========================== short test summary info ============================
FAILED tests/gateway/test_source_golden_path_verifier.py::test_driver_bundle_passes_native_verifier_with_terminal_inventory
1 failed, 63 passed in 2.11s
