Hi Chris, we're experiencing those same deploy problems again today.
We have a Jenkins installation that allows for one click-deploys, 
This Jenkins job normally takes about 5min to run. It runs automatic tests, 
and does the deploy if they pass.
On healthy builds, about 80% of those 5min is spent running tests. 
Deploying is normally the fast part.

Below there's a few details for the failing builds we are seeing today.
All deploys attempts are for app_id "*qmagtest*"

You can see that those failed builds are taking a longer time. That is time 
spent during the deploy attempt.
I hope this helps you trace the problem. Please let me know if you need 
more details.
Thanks


Build #1005
Failed with:   
File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine: ''
started: Aug 8, 2013 5:15:06 PM (GMT-3)
version: 1601
duration: 8min


Build #1003
Failed with:   
File 
"/home/qmagico/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py", 
line 387, in do_open
    raise url_error
urllib2.URLError: <urlopen error [Errno 110] Connection timed out>
started: Aug 8, 2013 4:50:14 PM (GMT-3)
version: 1601
duration: 20min


Build #999
Failed with:   
File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine: ''
started: Aug 8, 2013 3:34:29 PM (GMT-3)
version: master
duration: 7min42sec


Build #995
Failed with:   
File 
"/home/qmagico/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py", 
line 387, in do_open
    raise url_error
urllib2.URLError: <urlopen error [Errno 110] Connection timed out>
started: Aug 8, 2013 12:13:05 PM (GMT-3)
version: 1829
duration: 19min


On Friday, June 7, 2013 1:18:31 PM UTC-3, Renzo Nuccitelli wrote:
>
>  We were experiencing deploy issues yesterday. Here is the stack trace:
>
> Traceback (most recent call last):
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 2284, in DoUpload
>     missing_files = self.Begin()
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 1947, in Begin
>     self.Send('/api/appversion/create', payload=config_copy.ToYAML())
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 1892, in Send
>     return self.rpcserver.Send(url, payload=payload, **self.params)
>   File 
> "/home/qmagico/google_appengine/google/appengine/tools/appengine_rpc.py", 
> line 393, in Send
>     f = self.opener.open(req)
>   File "/usr/lib/python2.7/urllib2.py", line 400, in open
>     response = self._open(req, data)
>   File "/usr/lib/python2.7/urllib2.py", line 418, in _open
>     '_open', req)
>   File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
>     result = func(*args)
>   File "/usr/lib/python2.7/urllib2.py", line 1215, in https_open
>     return self.do_open(httplib.HTTPSConnection, req)
>   File 
> "/home/qmagico/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py", 
> line 370, in do_open
>     req)
>   File "/usr/lib/python2.7/urllib2.py", line 1180, in do_open
>     r = h.getresponse(buffering=True)
>   File "/usr/lib/python2.7/httplib.py", line 1030, in uygetresponse
>     response.begin()
>   File "/usr/lib/python2.7/httplib.py", line 407, in begin
>     version, status, reason = self._read_status()
>   File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
>     raise BadStatusLine(line)
> BadStatusLine: ''
> Password for jenkins...@gmail.com <javascript:>: Traceback (most recent call 
> last):
>   File "/home/qmagico/google_appengine/appcfg.py", line 171, in <module>
>     run_file(__file__, globals())
>   File "/home/qmagico/google_appengine/appcfg.py", line 167, in run_file
>     execfile(script_path, globals_)
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 4507, in <module>
>     main(sys.argv)
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 4498, in main
>     result = AppCfgApp(argv).Run()
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 2686, in Run
>     self.action(self)
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 4233, in __call__
>     return method()
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 3245, in Update
>     self.UpdateVersion(rpcserver, self.basepath, appyaml, yaml_file_basename)
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 3194, in UpdateVersion
>     return appversion.DoUpload(paths, openfunc)
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 2284, in DoUpload
>     missing_files = self.Begin()
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 1947, in Begin
>     self.Send('/api/appversion/create', payload=config_copy.ToYAML())
>   File "/home/qmagico/google_appengine/google/appengine/tools/appcfg.py", 
> line 1892, in Send
>     return self.rpcserver.Send(url, payload=payload, **self.params)
>   File 
> "/home/qmagico/google_appengine/google/appengine/tools/appengine_rpc.py", 
> line 393, in Send
>     f = self.opener.open(req)
>   File "/usr/lib/python2.7/urllib2.py", line 400, in open
>     response = self._open(req, data)
>   File "/usr/lib/python2.7/urllib2.py", line 418, in _open
>     '_open', req)
>   File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
>     result = func(*args)
>   File "/usr/lib/python2.7/urllib2.py", line 1215, in https_open
>     return self.do_open(httplib.HTTPSConnection, req)
>   File 
> "/home/qmagico/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py", 
> line 370, in do_open
>     req)
>   File "/usr/lib/python2.7/urllib2.py", line 1180, in do_open
>     r = h.getresponse(buffering=True)
>   File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
>     response.begin()
>   File "/usr/lib/python2.7/httplib.py", line 407, in begin
>     version, status, reason = self._read_status()
>   File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
>     raise BadStatusLine(line)
> httplib.BadStatusLine: ''
>
>  We have tested our internet connection and it was just fine. We had those 
> problems on another days too. Any a comment about that?
>
>  Thanks,
>
>  Renzo
>
>
>
>
> -- 
>   Renzo Nuccitelli
>   www.qmagico.com.br
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to