type t
=
{
stdout : string;
stderr : string;
outcome : [ `success | `error of string ];
duration : Core.Time.Span.t;
}