[Webkit-unassigned] [Bug 39614] New: autoinstall DEBUG logging is too chatty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 13:38:51 PDT 2010


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

           Summary: autoinstall DEBUG logging is too chatty
           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: abarth at webkit.org, cjerdonek at webkit.org


autoinstall DEBUG logging is too chatty

I don't need this much information:

webkitpy.common.system.autoinstall: [DEBUG] Checking ClientForm.py URL downloaded...
webkitpy.common.system.autoinstall: [DEBUG]     "/Projects/WebKit/WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled/clientform/.ClientForm.py.url"
webkitpy.common.system.autoinstall: [DEBUG] URL for ClientForm.py already downloaded.  Skipping...
webkitpy.common.system.autoinstall: [DEBUG]     "http://pypi.python.org/packages/source/C/ClientForm/ClientForm-0.2.10.zip"
webkitpy.common.system.autoinstall: [DEBUG] Checking mechanize URL downloaded...
webkitpy.common.system.autoinstall: [DEBUG]     "/Projects/WebKit/WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled/.mechanize.url"
webkitpy.common.system.autoinstall: [DEBUG] URL for mechanize already downloaded.  Skipping...
webkitpy.common.system.autoinstall: [DEBUG]     "http://pypi.python.org/packages/source/m/mechanize/mechanize-0.1.11.zip"
webkitpy.common.system.autoinstall: [DEBUG] Checking pep8.py URL downloaded...
webkitpy.common.system.autoinstall: [DEBUG]     "/Projects/WebKit/WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled/.pep8.py.url"
webkitpy.common.system.autoinstall: [DEBUG] URL for pep8.py already downloaded.  Skipping...
webkitpy.common.system.autoinstall: [DEBUG]     "http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b"
webkitpy.common.system.autoinstall: [DEBUG] Checking upload.py URL downloaded...
webkitpy.common.system.autoinstall: [DEBUG]     "/Projects/WebKit/WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled/rietveld/.upload.py.url"
webkitpy.common.system.autoinstall: [DEBUG] URL for upload.py already downloaded.  Skipping...
webkitpy.common.system.autoinstall: [DEBUG]     "http://webkit-rietveld.googlecode.com/svn/trunk/static/upload.py"
webkitpy.common.system.autoinstall: [DEBUG] Checking irclib.py URL downloaded...
webkitpy.common.system.autoinstall: [DEBUG]     "/Projects/WebKit/WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled/irc/.irclib.py.url"
webkitpy.common.system.autoinstall: [DEBUG] URL for irclib.py already downloaded.  Skipping...
webkitpy.common.system.autoinstall: [DEBUG]     "http://iweb.dl.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip"
webkitpy.common.system.autoinstall: [DEBUG] Checking ircbot.py URL downloaded...
webkitpy.common.system.autoinstall: [DEBUG]     "/Projects/WebKit/WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled/irc/.ircbot.py.url"
webkitpy.common.system.autoinstall: [DEBUG] URL for ircbot.py already downloaded.  Skipping...
webkitpy.common.system.autoinstall: [DEBUG]     "http://iweb.dl.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip"
webkitpy.common.system.autoinstall: [DEBUG] Checking mod_pywebsocket URL downloaded...
webkitpy.common.system.autoinstall: [DEBUG]     "/Projects/WebKit/WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled/pywebsocket/.mod_pywebsocket.url"
webkitpy.common.system.autoinstall: [DEBUG] URL for mod_pywebsocket already downloaded.  Skipping...
webkitpy.common.system.autoinstall: [DEBUG]     "http://pywebsocket.googlecode.com/files/mod_pywebsocket-0.5.tar.gz"

This appears when running wekbit-patch --verbose.  Maybe I should make --verbose do differnet logging?  Or maybe we shouldn't be trying to load all those different autoinstalled urls?

-- 
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