Bug 239455 - [buildbot] Increase the compile timeout to account for delayed output from clang/XCBuild
Summary: [buildbot] Increase the compile timeout to account for delayed output from cl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Williams
URL:
Keywords: InRadar
Depends on:
Blocks: 247506
  Show dependency treegraph
 
Reported: 2022-04-18 11:00 PDT by Elliott Williams
Modified: 2022-11-04 15:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Williams 2022-04-18 11:00:22 PDT
On some builders (particularly slower machines) we're seeing delays where the build log fails to keep up with the clang tasks being executed. This results in a build which appears to be stuck for ~20 minutes during heavy compilation, only to print all ~20 minutes of log messages at once after the compilation finishes.

As a temporary workaround, increase the buildbot timeout so jobs aren't terminated when this happens.
Comment 1 Elliott Williams 2022-04-18 11:22:57 PDT
Pull request: https://github.com/WebKit/WebKit/pull/307
Comment 2 EWS 2022-04-18 14:54:55 PDT
Committed r292974 (249737@main): <https://commits.webkit.org/249737@main>

Reviewed commits have been landed. Closing PR #307 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-04-18 14:55:15 PDT
<rdar://problem/91919559>
Comment 4 Elliott Williams 2022-04-23 13:37:09 PDT
Re-opening for pull request https://github.com/WebKit/WebKit/pull/369
Comment 5 EWS 2022-04-23 14:14:43 PDT
Committed r293294 (249919@main): <https://commits.webkit.org/249919@main>

Reviewed commits have been landed. Closing PR #369 and removing active labels.