pub fn save_result( key: &str, meta: &TaskResultMeta, outputs_root: &Path, hermetic_root: &Path, logs: TaskLogs, root: Option<&Path>, ) -> Result<()>