bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

git-cl traceback (timeout?)


From: Urs Liska
Subject: git-cl traceback (timeout?)
Date: Tue, 19 Jan 2016 10:49:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

When uploading a patch git-cl failed with the transcript below:

I'm not sure if that's caused by git cl (I had just pulled the newest
version) or if it's a simple time-out on my side, but:

a)
If it's a git-cl issue it should be fixed
b)
If it's a time-out such an error should be handled by git-cl
c)
This left me unclear of whether the issue had been created on Allura
(I can see that it did through the website but see b) )

Best
Urs


address@hidden:~/git/lilypond/source$ git cl upload master
 scm/lily.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Upload server: codereview.appspot.com (change with -s/--server)
Your browser has been opened to visit:

    https://codereview.appspot.com/get-access-token?port=8001

If your browser is on a different machine then exit and re-run
upload.py with the command-line parameter

  --no_oauth2_webbrowser

Issue created. URL: http://codereview.appspot.com/286820043
Uploading base file for scm/lily.scm
We were not able to associate this patch with a tracker issue.
Please enter a valid tracker issue number
(or enter nothing to create a new issue):
Traceback (most recent call last):
  File "/home/uliska/git/lilypond/git-cl/git-cl", line 628, in <module>
    sys.exit(main(sys.argv))
  File "/home/uliska/git/lilypond/git-cl/git-cl", line 622, in main
    return func(argv[2:])
  File "/home/uliska/git/lilypond/git-cl/git-cl", line 341, in CmdUpload
    issueId = projecthosting_upload.upload(issue, patchset, subject,
desc, issueId)
  File "/home/uliska/git/lilypond/git-cl/projecthosting_upload.py", line
182, in upload
    status = patchy.upload(issue, patchset, subject, description, issue_id)
  File "/home/uliska/git/lilypond/git-cl/projecthosting_upload.py", line
175, in upload
    issue_id = allura_issues.create_issue(subject, description)
  File "/home/uliska/git/lilypond/git-cl/allura_issues.py", line 25, in
create_issue
    allura_result = urllib.urlopen (allura_api + "/new", data_encoded)
  File "/usr/lib/python2.7/urllib.py", line 89, in urlopen
    return opener.open(url, data)
  File "/usr/lib/python2.7/urllib.py", line 215, in open
    return getattr(self, name)(url, data)
  File "/usr/lib/python2.7/urllib.py", line 460, in open_https
    data)
  File "/usr/lib/python2.7/urllib.py", line 379, in http_error
    result = method(url, fp, errcode, errmsg, headers, data)
  File "/usr/lib/python2.7/urllib.py", line 641, in http_error_302
    data)
  File "/usr/lib/python2.7/urllib.py", line 667, in redirect_internal
    return self.open(newurl)
  File "/usr/lib/python2.7/urllib.py", line 213, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 443, in open_https
    h.endheaders(data)
  File "/usr/lib/python2.7/httplib.py", line 997, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 850, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 812, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 1204, in connect
    HTTPConnection.connect(self)
  File "/usr/lib/python2.7/httplib.py", line 793, in connect
    self.timeout, self.source_address)
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
    raise err
IOError: [Errno socket error] [Errno 110] Connection timed out





reply via email to

[Prev in Thread] Current Thread [Next in Thread]