When make local test, will run into this error wait: no child process intermittently. In here and here when we call cmd.Run.
When look deep in the golang source code, will see a race condition in cmd.Run, that process may finished before cmd.Wait could be scheduled.
I don't think this is a serious problem, so we may be need to filter it manually.