pub fn accumulate(
    stdout: impl Read,
    target: &str,
    accumulator: Arc<Mutex<String>>
)