Wer should use -q while unzipping layout-test-results.zip in ews. By default unzip command lists all the filnames inside the zip, which can be thousands of files. We don't need to log all these, and store all this data in the buildbot database. This command is also run on the server, and disabling this logging might also have small performance improvement. For e.g.: In https://ews-build.webkit.org/#/builders/17/builds/4344/steps/12/logs/stdio there were over 50000 lines (taking few megabytes of space in the database).
Similar to <rdar://problem/34743962>.
Created attachment 404756 [details] Patch
Found 1 new test failure: webgl/2.0.0/conformance2/state/gl-object-get-calls.html
Committed r264626: <https://trac.webkit.org/changeset/264626>
<rdar://problem/65851854>
Restated Buildbot to pick up this change.
Working fine, e.g.: https://ews-build.webkit.org/#/builders/32/builds/14243/steps/14/logs/stdio