Skip to content
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: OOM when compiling System.Numerics.Tensors.Tests.dll #96866

Closed
radical opened this issue Jan 11, 2024 · 1 comment
Closed

[wasm] AOT: OOM when compiling System.Numerics.Tensors.Tests.dll #96866

radical opened this issue Jan 11, 2024 · 1 comment
Labels
arch-wasm WebAssembly architecture area-Codegen-AOT-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab

Comments

@radical
Copy link
Member

radical commented Jan 11, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=522800
Build error leg or test failing: normal-System.Numerics.Tensors.Tests.WorkItemExecution
Pull request: #96108

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "Precompiling failed for .*System.Numerics.Tensors.Tests.dll",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
  [System.Numerics.Tensors.Tests.dll] Exec (with response file contents expanded) in /root/helix/work/workitem/e/publish: MONO_PATH=/root/helix/work/workitem/e/publish:/root/helix/work/correlation/build/microsoft.netcore.app.runtime.browser-wasm/runtimes/browser-wasm/native/:/root/helix/work/correlation/build/microsoft.netcore.app.runtime.browser-wasm/runtimes/browser-wasm/lib/net9.0 MONO_ENV_OPTIONS= /root/helix/work/correlation/build/cross/mono-aot-cross --wasm-exceptions --debug --llvm "--aot=no-opt,static,direct-icalls,deterministic,mattr=simd,dwarfdebug,llvm-path=/root/helix/work/correlation/build/emsdk/upstream/bin/,static,trimming-eligible-methods-outfile=/root/helix/work/workitem/e/wasm_build/obj/wasm/for-build/tokens/System_Numerics_Tensors_Tests_dll_compiled_methods.txt,llvmonly,interp,asmonly,llvm-outfile=/root/helix/work/workitem/e/wasm_build/obj/wasm/for-build/System.Numerics.Tensors.Tests.dll.bc.tmp,temp-path=/root/helix/work/workitem/e/wasm_build/obj/wasm/for-build/System.Numerics.Tensors.Tests.dll.tmp" "System.Numerics.Tensors.Tests.dll"
  
/root/helix/work/correlation/build/wasm-shared/WasmApp.Common.targets(676,5): error : Precompiling failed for /root/helix/work/workitem/e/publish/System.Numerics.Tensors.Tests.dll with exit code 137. 

cc @vargaz @tannergooding

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=522800
Error message validated: Precompiling failed for .*System.Numerics.Tensors.Tests.dll
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/11/2024 9:11:18 PM UTC

Report

Build Definition Test Pull Request
524793 dotnet/runtime normal-System.Numerics.Tensors.Tests.WorkItemExecution #95583
523904 dotnet/runtime normal-System.Numerics.Tensors.Tests.WorkItemExecution #96618
523499 dotnet/runtime normal-System.Numerics.Tensors.Tests.WorkItemExecution #96696
522876 dotnet/runtime normal-System.Numerics.Tensors.Tests.WorkItemExecution #96455
522800 dotnet/runtime normal-System.Numerics.Tensors.Tests.WorkItemExecution #96108
522684 dotnet/runtime normal-System.Numerics.Tensors.Tests.WorkItemExecution #96696

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 6
@radical radical added arch-wasm WebAssembly architecture blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-Codegen-AOT-mono Known Build Error Use this to report build issues in the .NET Helix tab labels Jan 11, 2024
@ghost
Copy link

ghost commented Jan 11, 2024

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=522800
Build error leg or test failing: normal-System.Numerics.Tensors.Tests.WorkItemExecution
Pull request: #96108

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "Precompiling failed for .*System.Numerics.Tensors.Tests.dll",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
  [System.Numerics.Tensors.Tests.dll] Exec (with response file contents expanded) in /root/helix/work/workitem/e/publish: MONO_PATH=/root/helix/work/workitem/e/publish:/root/helix/work/correlation/build/microsoft.netcore.app.runtime.browser-wasm/runtimes/browser-wasm/native/:/root/helix/work/correlation/build/microsoft.netcore.app.runtime.browser-wasm/runtimes/browser-wasm/lib/net9.0 MONO_ENV_OPTIONS= /root/helix/work/correlation/build/cross/mono-aot-cross --wasm-exceptions --debug --llvm "--aot=no-opt,static,direct-icalls,deterministic,mattr=simd,dwarfdebug,llvm-path=/root/helix/work/correlation/build/emsdk/upstream/bin/,static,trimming-eligible-methods-outfile=/root/helix/work/workitem/e/wasm_build/obj/wasm/for-build/tokens/System_Numerics_Tensors_Tests_dll_compiled_methods.txt,llvmonly,interp,asmonly,llvm-outfile=/root/helix/work/workitem/e/wasm_build/obj/wasm/for-build/System.Numerics.Tensors.Tests.dll.bc.tmp,temp-path=/root/helix/work/workitem/e/wasm_build/obj/wasm/for-build/System.Numerics.Tensors.Tests.dll.tmp" "System.Numerics.Tensors.Tests.dll"
  
/root/helix/work/correlation/build/wasm-shared/WasmApp.Common.targets(676,5): error : Precompiling failed for /root/helix/work/workitem/e/publish/System.Numerics.Tensors.Tests.dll with exit code 137. 

cc @vargaz @tannergooding

Author: radical
Assignees: -
Labels:

arch-wasm, blocking-clean-ci, area-Codegen-AOT-mono, Known Build Error

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 11, 2024
@lewing lewing closed this as completed Feb 5, 2024
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Feb 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 7, 2024
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 blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

2 participants