Log Runner job state for patch trace

Overview

Right now when we send a patch trace, job-status is logged which is the status of the job returned from the coordinator.

Proposal

We should also log the job status that is inside of the Runner which can help we debugging. For example, it would have been useful in https://gitlab.com/gitlab-org/gitlab-ce/issues/63972 to check if GitLab Runner job status was set to running and Coordinator was set to success/fail.