Bug 36768 - sheriff-bot fails to get information about certain builds
Summary: sheriff-bot fails to get information about certain builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 11:48 PDT by Adam Barth
Modified: 2012-12-23 16:39 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.92 KB, patch)
2010-03-29 18:05 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-03-29 11:48:20 PDT
Error fetching data for Windows Debug (Build) build 12867 (http://build.webkit.org/bui
lders/Windows%20Debug%20%28Build%29/builds/12867)
Comment 1 Eric Seidel (no email) 2010-03-29 13:12:27 PDT
To be clear, the sheriff bot doesn't actually parse the pages, but rather uses xmlrpc.  I expect the buildbot is sometimes just fussy and decides not to reply, but we'll have to test that theory.

http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/common/net/buildbot.py#L308
is the xmlrpc code.
Comment 2 Adam Barth 2010-03-29 13:19:09 PDT
Error fetching data for Chromium Linux Release build 3915 (http://build.webkit.org/builders/Chromium%20Linux%20Release/builds/3915)
Comment 3 Adam Barth 2010-03-29 17:47:47 PDT
Error fetching data for Chromium Win Release build 4027 (http://build.webkit.org/builders/Chromium%20Win%20Release/builds/4027)
Comment 4 Eric Seidel (no email) 2010-03-29 17:58:38 PDT
This appears to be:
http://buildbot.net/trac/ticket/753

Error fetching data for Chromium Win Release build 4028 (http://build.webkit.org/builders/Chromium%20Win%20Release/builds/4028): <Fault 8002: "Can't serialize output: cannot marshal None unless allow_none is enabled">

I've tried setting allow_none when creating the ServerProxy but that doesn't change anything.
Comment 5 Eric Seidel (no email) 2010-03-29 18:05:12 PDT
Created attachment 51989 [details]
Patch
Comment 6 Adam Barth 2010-03-29 18:05:44 PDT
Comment on attachment 51989 [details]
Patch

As if this will do anything.  :)
Comment 7 Eric Seidel (no email) 2010-03-29 18:08:20 PDT
Committed r56754: <http://trac.webkit.org/changeset/56754>