V1.ProcessSourceExecute external programs.
run t prog args runs prog with arguments args and returns its exit status together with the content of stdout and stderr. The action is logged.
run_capture_exn t prog args same as run t prog args but returns stdout and die if the error code is nonzero or there is some output on stderr.