[Webkit-unassigned] [Bug 50769] New: webkit-patch should detect "delta source ended" errors and fix the repository

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 10:48:09 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50769

           Summary: webkit-patch should detect "delta source ended" errors
                    and fix the repository
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: aroben at apple.com, abarth at webkit.org,
                    evan at chromium.org, ojan at chromium.org


Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=abarth-cq-sl', 'apply-attachment', '--force-clean', '--non-interactive', 75899]" exit_code: 2
Last 500 characters of output:
g OpenSource
>From git://git.webkit.org/WebKit
  20980e9..32fd619  master     -> origin/master
   M    WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a
   M    WebKitLibraries/WebKitSystemInterface.h
   M    WebKitLibraries/ChangeLog
   M    WebKitLibraries/libWebKitSystemInterfaceLeopard.a
Incomplete data: Delta source ended unexpectedly at /usr/local/git/libexec/git-core/git-svn line 4618

Died at WebKitTools/Scripts/update-webkit line 132.

Failed to run "['WebKitTools/Scripts/update-webkit']" exit_code: 2

Full output: http://queues.webkit.org/results/6966008

Normally this happens because a git svn fetch failed.  Normally the failure provides a revision at which point the delta failed.  To fix this, generally all that's needed is a:

git svn reset -r FAILING_REVISION
git svn fetch

webkit-patch should detect this case and be able to fix the repository.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list