You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a VM is shut down (either because of shutdown command in the script, or gcloud-cleanup cleaning it up, or some other reason), the job appears to just suddenly end with no information about why. We should probably print an error to the logs in this case. Here's an example log output from a worker where this happened (gcloud-cleanup cleaned up the VM since this repository had a timeout that's longer than gcloud-cleanup's timeout).
time="2017-03-22T21:52:58Z" level=error msg="couldn't run script" completed=true err="error running script: error running script: wait: remote command exited without exit status or exit signal" job=[redacted] pid=12810 processor=1228619a-5bfe-4626-aa0c-4d73e697151c repository="[redacted]"
I'm a little confused about this error too—looking at backend/gce.RunScript I don't see any way for Completed to be true while also returning an error…so there's something else odd going on here too…
The text was updated successfully, but these errors were encountered:
If a VM is shut down (either because of
shutdown
command in the script, or gcloud-cleanup cleaning it up, or some other reason), the job appears to just suddenly end with no information about why. We should probably print an error to the logs in this case. Here's an example log output from a worker where this happened (gcloud-cleanup cleaned up the VM since this repository had a timeout that's longer than gcloud-cleanup's timeout).The exact error is this one:
I'm a little confused about this error too—looking at
backend/gce.RunScript
I don't see any way forCompleted
to betrue
while also returning an error…so there's something else odd going on here too…The text was updated successfully, but these errors were encountered: