As described in D129837, the Solaris builders (solaris11-amd64 in particular) suffer from a procfs bug that causes long runtimes for some sanitizer tests, which eventually get killed after the default timeout of 1200 s. As a workaround, this patch increases the timeout to allow them to finish.
Details
Details
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg
Event Timeline
Comment Actions
Hi Rainer,
Are you about to propose a patch to implement timeout support in ClangBuilder?
Comment Actions
TBH, I hadn't been aware that I needed to. Looking at AnnotatedBuilder.py and AOSPBuilder.py, I see now what's necessary. Patch coming, although I won't be able to test it.
Comment Actions
That’s fine. The usage is in the staging, and your builders fail otherwise, so we will test it in action.
But please make sure the current behavior is preserved if timeout is not specified explicitly.