WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
203418
[EWS] Status page should show compiler ERRORS
https://bugs.webkit.org/show_bug.cgi?id=203418
Summary
[EWS] Status page should show compiler ERRORS
Brent Fulgham
Reported
2019-10-25 09:03:12 PDT
The EWS results presented when you click on a failure bubble currently gives you the option of looking at warnings, or looking at the entire log file (which can be tens of thousands of lines). We should also offer a filtered "errors" view that only shows the compile errors. These are generally the most important things to look at. Warnings are generally not as useful for figuring out why an EWS bot is unhappy.
Attachments
Current view
(51.75 KB, image/png)
2019-10-25 09:04 PDT
,
Brent Fulgham
no flags
Details
Patch
(2.96 KB, patch)
2019-10-25 11:45 PDT
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
Patch
(2.92 KB, patch)
2019-10-25 12:51 PDT
,
Aakash Jain
jbedard
: review+
Details
Formatted Diff
Diff
Screenshot - view after this change
(259.16 KB, image/png)
2019-10-28 09:16 PDT
,
Aakash Jain
no flags
Details
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2019-10-25 09:04:10 PDT
Created
attachment 381929
[details]
Current view Here's a screenshot showing the two options. A much better tool would be a summary of the compiler errors.
Brent Fulgham
Comment 2
2019-10-25 09:06:40 PDT
You might consider passing the output through Dino's old "filter-build-webkit" script, which did a good job of culling out boilerplate noise, and showing only the meaningful output from a compile.
Radar WebKit Bug Importer
Comment 3
2019-10-25 09:07:04 PDT
<
rdar://problem/56619679
>
Aakash Jain
Comment 4
2019-10-25 11:45:22 PDT
Created
attachment 381950
[details]
Patch
Aakash Jain
Comment 5
2019-10-25 11:49:18 PDT
Sample runs:
https://ews-build.webkit-uat.org/#/builders/3/builds/102/steps/7/logs/errors
https://ews-build.webkit-uat.org/#/builders/3/builds/101/steps/7/logs/errors
Jonathan Bedard
Comment 6
2019-10-25 11:51:27 PDT
Comment on
attachment 381950
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=381950&action=review
> Tools/BuildSlaveSupport/ews-build/steps.py:747 > + is_whitespace = self.whitespace_re.search(line) is not None
This temporary variable doesn't seem super useful
> Tools/BuildSlaveSupport/ews-build/steps.py:754 > + map(self.errorReceived, self.error_context_buffer[:-1])
Why the -1? Couldn't we just map errorReceived to the whole buffer, which would include the line?
Brent Fulgham
Comment 7
2019-10-25 11:55:49 PDT
(In reply to Aakash Jain from
comment #4
)
> Created
attachment 381950
[details]
> Patch
Oh gosh! I'm so happy! :-)
Aakash Jain
Comment 8
2019-10-25 12:50:18 PDT
(In reply to Jonathan Bedard from
comment #6
)
> Why the -1? Couldn't we just map errorReceived to the whole buffer, which would include the line?
Changed in updated patch.
Aakash Jain
Comment 9
2019-10-25 12:51:06 PDT
Created
attachment 381957
[details]
Patch
Aakash Jain
Comment 10
2019-10-25 12:56:19 PDT
Sample runs:
https://ews-build.webkit-uat.org/#/builders/3/builds/109
https://ews-build.webkit-uat.org/#/builders/3/builds/110
Brent Fulgham
Comment 11
2019-10-25 13:44:38 PDT
(In reply to Aakash Jain from
comment #10
)
> Sample runs: >
https://ews-build.webkit-uat.org/#/builders/3/builds/109
>
https://ews-build.webkit-uat.org/#/builders/3/builds/110
These look great!
Aakash Jain
Comment 12
2019-10-25 15:07:16 PDT
Committed
r251604
: <
https://trac.webkit.org/changeset/251604
>
Aakash Jain
Comment 13
2019-10-26 08:48:40 PDT
Deployed on the production server.
Aakash Jain
Comment 14
2019-10-28 09:16:44 PDT
Created
attachment 382076
[details]
Screenshot - view after this change From
https://ews-build.webkit.org/#/builders/16/builds/6054
Aakash Jain
Comment 15
2019-10-28 10:57:15 PDT
***
Bug 201941
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug