lilypond-devel
[Top][All Lists]
Advanced

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

Re: trouble uploading a patch


From: David Nalesnik
Subject: Re: trouble uploading a patch
Date: Sat, 4 Feb 2017 19:33:51 -0600

On Sat, Feb 4, 2017 at 7:02 PM, David Nalesnik <address@hidden> wrote:
> On Sat, Feb 4, 2017 at 6:45 PM, David Kastrup <address@hidden> wrote:
>> David Nalesnik <address@hidden> writes:
>>
>>> On Sat, Feb 4, 2017 at 6:28 PM, David Kastrup <address@hidden> wrote:
>>>> David Nalesnik <address@hidden> writes:
>>>>
>>>>> On Fri, Feb 3, 2017 at 7:35 PM, David Nalesnik
>>>>> <address@hidden> wrote:
>>>>>> On Fri, Feb 3, 2017 at 7:27 PM, David Nalesnik
>>>>>> <address@hidden> wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm trying to upload a patch for review, and I'm running into 
>>>>>>> difficulties.
>>>>>>>
>>>>>>> Using git-cl, I get this output:
>>>>>>>
>>>>>>> Issue created. URL: http://codereview.appspot.com/320140043
>>>>>>> Uploading base file for Documentation/changes.tely
>>>>>>> Uploading base file for scm/define-grob-properties.scm
>>>>>>> Uploading base file for scm/define-grobs.scm
>>>>>>> Uploading base file for
>>>>>>> Documentation/snippets/new/analysis-brackets-with-labels.ly
>>>>>>> Traceback (most recent call last):
>>>>>>>   File "/home/david/git-cl/git-cl", line 628, in <module>
>>>>>>>     sys.exit(main(sys.argv))
>>>>>>>   File "/home/david/git-cl/git-cl", line 622, in main
>>>>>>>     return func(argv[2:])
>>>>>>>   File "/home/david/git-cl/git-cl", line 335, in CmdUpload
>>>>>>>     issue, patchset = upload.RealMain(['upload'] + upload_args + args)
>>>>>>>   File "/home/david/git-cl/upload.py", line 2693, in RealMain
>>>>>>>     vcs.UploadBaseFiles(issue, rpc_server, patches, patchset, options, 
>>>>>>> files)
>>>>>>>   File "/home/david/git-cl/upload.py", line 1220, in UploadBaseFiles
>>>>>>>     print t.get(timeout=60)
>>>>>>>   File "/usr/lib/python2.7/multiprocessing/pool.py", line 558, in get
>>>>>>>     raise self._value
>>>>>>> urllib2.URLError: <urlopen error [Errno -2] Name or service not known>
>>>>>>>
>>>>>>> The patch is visible here: https://codereview.appspot.com/320140043/
>>>>>>> but no issue has been created.
>>>>>>
>>>>>> Except that two files show "Error: old chunk mismatch":
>>>>>> scm/define-grob-interfaces.scm and lily/horizontal-bracket.cc
>>>>>
>>>>> I've tried uploading this a number of times, always the same results.
>>>>> The base files aren't uploaded for these two files.  (Current attempt:
>>>>> https://codereview.appspot.com/316280043/)
>>>>>
>>>>> Is the patch simply too large, and I'm losing the connection before
>>>>> all of the base files have been uploaded?
>>>>>
>>>>> If this is so, is there any way to get all of this uploaded and
>>>>> associated with a single issue?
>>>>
>>>> What command line have you been using for the upload attempt?
>>>>
>>>
>>> git-cl upload origin/master
>>>
>>> Has worked with all recent patches I've done.  They've all been
>>> noticeably smaller, though.
>>
>> Have you tried
>>
>> git rebase origin/master
>>
>> before calling git-cl?  I could imagine problems due to master not being
>> in your ancestry.
>
> Yes, I've run it a number of times.
>
> All I can think is that somewhere during the upload process I lose my
> authenticated connection with www.google.com.
>
> Hmmm.  I've rebased everything to a single commit, and that's what I'm
> uploading.  Maybe I should break it down into several commits?

Nope.  Broke it up into 4 commits.  Same result.

Always the same two files lead to "error: old chunk mismatch"--so the
base files aren't getting uploaded.

DN



reply via email to

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