venf2k / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

gcloud preview app deploy #680

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud preview app deploy].

What steps will reproduce the problem?
after 'gcloud preview app deploy]', an instance created and 20 mins later 
destroyed 

What is the expected output? What do you see instead?

Please provide any additional information below.

Traceback (most recent call last):
  File "lib\googlecloudsdk\gcloud_main.py", line 169, in main
    gcloud_cli.Execute()
  [...]
  File "lib\googlecloudsdk\api_lib\app\deploy_command_util.py", line 289, in BuildAndPushDockerImage
    image.Build(docker_client)
  File "lib\googlecloudsdk\api_lib\app\docker_image.py", line 110, in Build
    nocache=self._nocache, rm=self._rm, pull=False)
  File "bin\..\lib\third_party\docker\docker\api\build.py", line 97, in build
    timeout=timeout,
  File "bin\..\lib\third_party\docker\docker\client.py", line 107, in _post
    return self.post(url, **self._set_request_timeout(kwargs))
  File "bin\..\lib\third_party\requests\sessions.py", line 507, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "bin\..\lib\third_party\requests\sessions.py", line 464, in request
    resp = self.send(prep, **send_kwargs)
  File "bin\..\lib\third_party\requests\sessions.py", line 576, in send
    r = adapter.send(request, **kwargs)
  File "bin\..\lib\third_party\requests\adapters.py", line 415, in send
    raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(10053, 
'\xb3s\xbdu\xa4w\xb3Q\xb1z\xa5D\xbe\xf7\xa4W\xaa\xba\xb3n\xc5\xe9\xa4\xa4\xa4\xe
e\xa1C'))

[output truncated]

Original issue reported on code.google.com by pjs...@gmail.com on 23 Mar 2016 at 6:48

GoogleCodeExporter commented 8 years ago
Thanks for reporting this! At first glance, it looks like a network issue. Is 
this issue repeatable? Do you have any unusual network/firewall/proxy settings 
in your current environment?

Do you still experience this issue with the latest Cloud SDK release (102.0.0)? 
This release changes the upload mechanism to be slightly different, and you 
shouldn't hit this code path.

Original comment by z...@google.com on 24 Mar 2016 at 12:28