gce: "before all" hook for "should get the instance" failed
flaky-bot opened this issue · 3 comments
Note: #450 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 555ab0f
buildURL: Build Status, Sponge
status: failed
Test output
Command failed: gcloud compute instances create my-app-instance-b3e3d2fb --image-family=debian-9 --image-project=debian-cloud --machine-type=g1-small --scopes userinfo-email,cloud-platform --metadata app-location=us-central1-f --metadata-from-file startup-script=gce/startup-script.sh --zone us-central1-f --tags http-server ERROR: (gcloud.compute.instances.create) You do not currently have an active account selected. Please run:$ gcloud auth login
to obtain new credentials.
If you have already logged in with a different account:
$ gcloud config set account ACCOUNT
to select an already authenticated account to use.
Error: Command failed: gcloud compute instances create my-app-instance-b3e3d2fb --image-family=debian-9 --image-project=debian-cloud --machine-type=g1-small --scopes userinfo-email,cloud-platform --metadata app-location=us-central1-f --metadata-from-file startup-script=gce/startup-script.sh --zone us-central1-f --tags http-server
ERROR: (gcloud.compute.instances.create) You do not currently have an active account selected.
Please run:$ gcloud auth login
to obtain new credentials.
If you have already logged in with a different account:
$ gcloud config set account ACCOUNT
to select an already authenticated account to use.
at checkExecSyncError (child_process.js:629:11) at Object.execSync (child_process.js:666:13) at Context.<anonymous> (test/app.test.js:43:8)</pre></details>
Looks like this issue is flaky. 😟
I'm going to leave this open and stop commenting.
A human should fix and close this.
commit: 5bccb4d
buildURL: Build Status, Sponge
status: failed
Test output
Command failed: gcloud compute instances create my-app-instance-d1c7a959 --image-family=debian-9 --image-project=debian-cloud --machine-type=g1-small --scopes userinfo-email,cloud-platform --metadata app-location=us-central1-f --metadata-from-file startup-script=gce/startup-script.sh --zone us-central1-f --tags http-server ERROR: (gcloud.compute.instances.create) You do not currently have an active account selected. Please run:$ gcloud auth login
to obtain new credentials.
If you have already logged in with a different account:
$ gcloud config set account ACCOUNT
to select an already authenticated account to use.
Error: Command failed: gcloud compute instances create my-app-instance-d1c7a959 --image-family=debian-9 --image-project=debian-cloud --machine-type=g1-small --scopes userinfo-email,cloud-platform --metadata app-location=us-central1-f --metadata-from-file startup-script=gce/startup-script.sh --zone us-central1-f --tags http-server
ERROR: (gcloud.compute.instances.create) You do not currently have an active account selected.
Please run:$ gcloud auth login
to obtain new credentials.
If you have already logged in with a different account:
$ gcloud config set account ACCOUNT
to select an already authenticated account to use.
at checkExecSyncError (child_process.js:629:11) at Object.execSync (child_process.js:666:13) at Context.<anonymous> (test/app.test.js:43:8)</pre></details>
This looks like a different error.
Let me close this an lock the discussion so that there'll be a new issue.