pub fn materialize_stdin_for_job( job_dir: &JobDir, stdin: Option<&StdinSource>, max_bytes: u64, ) -> Result<Option<String>>