-
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][aot] Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests
fail while linking due to OOM
#66647
Comments
Tagging subscribers to this area: @directhex Issue DetailsRun: run-extra-platforms Linux Release LibraryTests_AOT 20220312.4 Error:
Last passing run: 20220310.1.
|
@ViktorHofer, could you check if 0046648 update could not cause it? |
Tagging correctly, @ViktorHofer :) |
0046648 is most definitely unrelated as msquic is networking related and was the only component touched in the change that you linked to. |
Looks like wasm-opt is getting out of memory.
|
Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests
fail while linking due to OOM
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRun: run-extra-platforms Linux Release LibraryTests_AOT 20220312.4 Error:
Full log. Last passing run: 20220310.1.
|
…67017) Some library tests fail to AOT on helix by getting oomkill'ed. Since the build machine have more resources than helix, we can AOT these specific library tests there, and send the built output to helix to run. Specifically: - `System.Text.Json.SourceGeneration.Roslyn3.11.Tests` - `System.Text.Json.SourceGeneration.Roslyn4.0.Tests` - `System.Text.Json.Tests` - `Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests` This adds two new jobs to `runtime-wasm`, and for rolling builds - `LibraryTests_HighResource_AOT` for linux, and windows. Fixes #65356 Fixes #65411 Fixes #61524 Fixes #66647
…otnet#67017) Some library tests fail to AOT on helix by getting oomkill'ed. Since the build machine have more resources than helix, we can AOT these specific library tests there, and send the built output to helix to run. Specifically: - `System.Text.Json.SourceGeneration.Roslyn3.11.Tests` - `System.Text.Json.SourceGeneration.Roslyn4.0.Tests` - `System.Text.Json.Tests` - `Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests` This adds two new jobs to `runtime-wasm`, and for rolling builds - `LibraryTests_HighResource_AOT` for linux, and windows. Fixes dotnet#65356 Fixes dotnet#65411 Fixes dotnet#61524 Fixes dotnet#66647
Run: run-extra-platforms Linux Release LibraryTests_AOT 20220312.4
Error:
Full log.
Last passing run: 20220310.1.
The text was updated successfully, but these errors were encountered: