.writeln(&format!("failed to write run info: {}", e))?;
}
// Generate a report page of all CI runs.
report::build_report(&self.config.state)?;
// Log that we've reached the end successfully.
self.adminlog.writeln("Native CI ends successfully")?;