Module Bistro_engine.Execution_traceSource
Sourcetype t = | Run of {ready : time;start : time;_end_ : time;details : Run_details.t;
}| Done_already of {id : string;
}| Canceled of {id : string;missing_deps : t list;
}| Allocation_error of {id : string;msg : string;
}
Sourceval gather_failures : t list -> t list