sig
  type t = {
    status : Process.Status.t;
    stdout_tail : string;
    stderr_tail : string;
  }
end