-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] runtime tests timing out on Build Tests
step for rolling builds
#93134
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRuntime tests job has been timing out on rolling builds, specifically on the The changes between them 52aca8c...9dfbb61 . There were 3 PRs with changes in
cc @fanyang-mono @trylek @akoeplinger
|
Build Tests
steps for rolling builds
Build Tests
steps for rolling buildsBuild Tests
step for rolling builds
An important thing to notice here is this message which gets shown in the root log:
As far as I know this means the AzDO agent was killed somehow. Maybe we're hitting OOM with the AOT compiler due to the increased number of tests in the merged tests setup? But it's weird given this is a |
@lewing we might be hitting container limits for runtime tests again. These have been failing since Oct 5, so we are not running any runtime tests. |
Actually, if it was hitting container limits then it should have failed much sooner, but the job failed/got-cancelled after |
@akoeplinger is there any way to get the console log from that, even if it might be truncated near the end? |
@radical I don't think so, it looks like AzDO doesn't preserve the log in this case...
It is wildly different between runs, I've also seen it after 1h50m. |
The runtime tests build for wasm have been timing out on CI. It seems that the webcil conversion part is causing the memory limits on the container to be hit. Disable this temporarily to get the runtime tests building again. In a follow up PR, this part can be moved to helix, same as we do for non-merged test runners. Issue: dotnet#93134
this is super frustrating, not only does the build get cancelled by infrastructure with no details but then the github integration doesn't see the cancellation reliably so the build gets stuck in an inconsistent state. @JulieLeeMSFT @agocke is there a way to deal with the build analysis/infrastructure issue here? |
Runtime tests build for wasm started timing out recently, with the job getting cancelled, likely due to the build hitting the container limits. This changes the inner test builds to not run in parallel at all, with `/m:1`, which unblocks the CI at least. Issue: dotnet#93134
* [wasm] Fix runtime tests build on CI Runtime tests build for wasm started timing out recently, with the job getting cancelled, likely due to the build hitting the container limits. This changes the inner test builds to not run in parallel at all, with `/m:1`, which unblocks the CI at least. Issue: #93134 * Disable runtime tests that require native libraries, which are not currently built for wasm
Fixed by #93646 . |
Runtime tests job has been timing out on rolling builds, specifically on the
Build Tests
step. The last passing rolling build was https://dev.azure.com/dnceng-public/public/_build/results?buildId=428248 , and the first failing one https://dev.azure.com/dnceng-public/public/_build/results?buildId=429084 .The changes between them 52aca8c...9dfbb61 .
There were 3 PRs with changes in
src/tests
:cc @fanyang-mono @trylek @akoeplinger
Known Issue Error Message
Fill the error message using step by step known issues guidance.
Report
Summary
The text was updated successfully, but these errors were encountered: