-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] Fails to compile .bc
to .o
for System.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc
due to SIGKILL (-9)
#65411
Labels
arch-wasm
WebAssembly architecture
area-Codegen-AOT-mono
disabled-test
The test is disabled in source code against the issue
untriaged
New issue has not been triaged by the area owner
wasm-aot-test
WebAssembly AOT Test
Comments
radical
added
arch-wasm
WebAssembly architecture
disabled-test
The test is disabled in source code against the issue
labels
Feb 15, 2022
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsCreated from #65356 (comment) . System.Text.Json.SourceGeneration.Roslyn4.0.Tests console log. Fails to compile
|
dotnet-issue-labeler
bot
added
area-Codegen-AOT-mono
untriaged
New issue has not been triaged by the area owner
labels
Feb 15, 2022
radical
added a commit
to radical/runtime
that referenced
this issue
Feb 16, 2022
- dotnet#65356 - OOM while linking `System.Text.Json.SourceGeneration.Roslyn3.11.Tests` - dotnet#65411 - possible OOM when compiling `System.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc` -> `.o` `System.Text.Json.SourceGeneration.Roslyn4.0.Tests` - dotnet#61524 - OOM while linking `System.Text.Json.Tests`
radical
added a commit
that referenced
this issue
Feb 17, 2022
* [wasm] Disable aot tests failing due to OOM - #65356 - OOM while linking `System.Text.Json.SourceGeneration.Roslyn3.11.Tests` - #65411 - possible OOM when compiling `System.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc` -> `.o` `System.Text.Json.SourceGeneration.Roslyn4.0.Tests` - #61524 - OOM while linking `System.Text.Json.Tests` * Disable System.Collections.Immutable.Tests due to #65335
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Mar 23, 2022
radical
added a commit
that referenced
this issue
Mar 25, 2022
…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
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Mar 25, 2022
radekdoulik
pushed a commit
to radekdoulik/runtime
that referenced
this issue
Mar 30, 2022
…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
ghost
locked as resolved and limited conversation to collaborators
Apr 25, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
arch-wasm
WebAssembly architecture
area-Codegen-AOT-mono
disabled-test
The test is disabled in source code against the issue
untriaged
New issue has not been triaged by the area owner
wasm-aot-test
WebAssembly AOT Test
Created from #65356 (comment) .
System.Text.Json.SourceGeneration.Roslyn4.0.Tests console log.
Fails to compile
System.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.bc
toSystem.Text.Json.SourceGeneration.Roslyn4.0.Tests.dll.o
withreceived SIGKILL (-9)
.The text was updated successfully, but these errors were encountered: