1. `if !strings.Contains(string(out), "command completed successfully") {` not work on other language system;maybe `if cmd.ProcessState.ExitCode() != 0 {`