GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

gcloud:deploy fails with :Could not synchronize files. The gsutil command exited with status [1] #76

Open tareqassi opened 8 years ago

tareqassi commented 8 years ago

I am executing mvn gcloud:deploy with required parameters from VM instance on Project1 , the gcloud_project to deploy to is project2.

I can see that the deployment started and data is pushed but then I get the following error : ERROR: (gcloud.preview.app.deploy) Could not synchronize files. The gsutil command exited with status [1]

and after checking the log file I can see the following error :

Building synchronization state... Caught non-retryable exception while listing file:///tmp/tmpsgDQKG: [Errno 2] No such file or directory: '/tmp/tmpsgDQKG/cc79fffba16616623f47691da45b33db1beb4209.pem' CommandException: Caught non-retryable exception - aborting rsync

this is the same error for default and custom bucket

Im using latest gcloud maven plugin :2.0.9.95.v20160203

Appreciate your help

jonathan-s commented 8 years ago

+1

ludoch commented 8 years ago

Our support is asking if you can reproduce and using the flag in the pom configuration, get more output log:

 <verbosity>debug</verbosity>
tareqassi commented 8 years ago

can this link help ?

https://code.google.com/p/google-cloud-sdk/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=532