Since `stdout` is set post completion, the Dashboard does not immediately show `stdout` alongside the completed build data. We should instead send `stdout` twice - once at run time completion, and then once again post upload (right before process exit).
Since
stdoutis set post completion, the Dashboard does not immediately showstdoutalongside the completed build data.We should instead send
stdouttwice - once at run time completion, and then once again post upload (right before process exit).