When I try to deploy Datalab to one of my existing projects, I am running into "Giving up due to transient errors" in the startupscript (second to last line in the log output tail below). All attempts log themselves in the automatically created PROJECT-datalab/logs storage bucket, and the very first attempt has some additional content at the start (one-time bootstrapping I believe), but all fail the same way.
I can also see a datalab module dashboard under the cloud console. If I return to https://datalab.cloud.google.com/ and select the project the only possible option remains "Deploy Datalab"; "Start Datalab" and "Manage Datalab" are greyed out.
Here is the tail of the log output (identical aside from timestamps for all the log files I checked):
Nov 10 01:43:43 datalab-deploy-main-20151110-01-41-53 startupscript: You are about to deploy the following modules:
Nov 10 01:43:43 datalab-deploy-main-20151110-01-41-53 startupscript: - mezuri-dev/datalab/main From: [/datalab/app.yaml]
Nov 10 01:43:43 datalab-deploy-main-20151110-01-41-53 startupscript: Verifying that Managed VMs are enabled and ready.
Nov 10 01:43:47 datalab-deploy-main-20151110-01-41-53 startupscript: If this is your first deployment, this may take a while...#015If this is your first deployment, this may take a while.../#015If this is your first deployment, this may take a while...-#015If this is your first deployment, this may take a while...\#015If this is your first deployment, this may take a while...|#015If this is your first deployment, this may take a while...done.
Nov 10 01:43:47 datalab-deploy-main-20151110-01-41-53 startupscript:
Nov 10 01:43:47 datalab-deploy-main-20151110-01-41-53 startupscript: Building and pushing image for module [datalab]
Nov 10 01:44:13 datalab-deploy-main-20151110-01-41-53 startupscript: Updating module [datalab]...#015Updating module [datalab].../#015Updating module [datalab]...-#015Updating module [datalab]...\#015Updating module [datalab]...|#015Updating module [datalab].../#015Updating module [datalab]...-#015Updating module [datalab]...\#015Updating module [datalab]...|#015Updating module [datalab].../#015Updating module [datalab]...-#015Updating module [datalab]...\#015Updating module [datalab]...|#015Updating module [datalab].../#015Updating module [datalab]...-#015Updating module [datalab]...\#015Updating module [datalab]...|#015Updating module [datalab].../#015Updating module [datalab]...-#015Updating module [datalab]...\#015Updating module [datalab]...|#015Updating module [datalab].../#015Updating module [datalab]...-#015Updating module [datalab]...\#015Updating module [datalab]...|#015Updating module [datalab]...done.
Nov 10 01:44:13 datalab-deploy-main-20151110-01-41-53 startupscript: ERROR: (gcloud.preview.app.deploy) Giving up due to transient errors. Please try again. Version: datalab:main.388458272080065440
Nov 10 01:44:14 datalab-deploy-main-20151110-01-41-53 startupscript: Step deploy datalab module failed.
Any idea what the problem may be? This "transient" error has occurred in each of 10 attempts spread out over the last 4 hours. Is this perhaps one of those existing projects that don't currently work without manual intervention?
Incidentally if I follow the log link from the "Deploy Datalab" page it goes through a cycle of:
not found
then changes to
Forbidden
and finally ends at
{"error":{"errors":[{"domain":"global","reason":"lockedDomainExpired","message":"Locked Domain Expired"}],"code":401,"message":"Locked Domain Expired"}}
I think that actually might be a multiple-Google-accounts issue and unrelated, as the complete log files (without that 401 message) do appear in the storage bucket, but mention it just in case.