when interrupt signal is sent the child process might be almost finished. So sending SIGTERM to it may result in Error os: process already finished. I think it is a legit situation. We need to handle this error as a success case. (will send out a PR for it)
fix for part 1 of https://github.com/atlassian/bazel-tools/issues/113