Bug 141175 - [Win] Open Source and EWS bots should present filtered build logs with useful content
Summary: [Win] Open Source and EWS bots should present filtered build logs with useful...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-02 14:38 PST by Brent Fulgham
Modified: 2015-03-05 09:56 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-02-02 14:38:16 PST
I have encountered a number of cases recently where build failures encountered by EWS were not able to be diagnosed from the build logs because Visual Studio produces so much output that the relevant error messages were not contained within the first 500 characters of logging.  For example, in <https://webkit-queues.appspot.com/results/5200799210668032> we have an EWS failure that contains a log file with no errors. It simply contains a series of "Build succeeded" messages, followed by a "Build Failed" with no explanation.
Comment 1 Brent Fulgham 2015-02-02 18:02:20 PST
Another good example: <https://webkit-queues.appspot.com/results/6313512225734656>. How can anyone tell what's wrong?
Comment 2 Brent Fulgham 2015-03-05 09:56:34 PST
This problem may be largely resolved by Bug 140845, since we can pass the "/verbosity:minimal" flag to MSBuild.