[Webkit-unassigned] [Bug 57427] New: webkit-patch mac-ews - build results interposed with SVN login prompt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 00:00:06 PDT 2011


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

           Summary: webkit-patch mac-ews - build results interposed with
                    SVN login prompt
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


When webkit-patch mac-ews finished building a patch it printed to standard output that the build Passed which was interposed with the SVN login prompt. Here's a snippet:

[[
...
Could not find a keychain entry for bugs.webkit.org.
dbates at webkit.org
bugs.webkit.org password for dbates at webkit.org: 
Logging in as dbates at webkit.org...
Fetching: https://bugs.webkit.org/attachment.cgi?id=87434&action=edit
Fetching: https://bugs.webkit.org/show_bug.cgi?id=56730&ctype=xml
Processing 1 patch from 1 bug.
Updating working directory
Processing patch 87434 from bug 56730.
Building WebKit
bugs.webkit.org login: Pass
webkitpy.common.net.statusserver: [INFO] Releasing work item 87434 from mac-ews
Fetching: https://bugs.webkit.org/attachment.cgi?id=87444&action=edit
Fetching: https://bugs.webkit.org/show_bug.cgi?id=57409&ctype=xml
Reading Keychain for bugs.webkit.org account and password.  Click "Allow" to continue...
Could not find a keychain entry for bugs.webkit.org.
...
]]

In particular, notice the line "bugs.webkit.org login: Pass". The build result is interposed with the SVN login prompt.

>From looking at the output of ps(1) I have two webkit-patch processes:

  971 ttys000    0:00.97 python Tools/Scripts/webkit-patch --status-host=queues.webkit.org --bot-id=dbates-atlas build-attachment --port=mac --build --build-style=release --force-clean --quiet --non-interactive 87467
48087 ttys000    0:01.18 python Tools/Scripts/webkit-patch --bot-id=dbates-atlas mac-ews

I haven't looked through the code yet. I take it that both processes are printing to standard output. Hence the interposed output.

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