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: System.Numerics.Tensors.Net8.Tests - aot-instances.dll with exit code 137 #96865

Closed
radical opened this issue Jan 11, 2024 · 4 comments · Fixed by #96875
Closed
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.Net8.Tests.WorkItemExecution
Pull request: #96108

Error Message

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

{
  "ErrorMessage": "",
  "ErrorPattern": "aot-instances.dll.* Exec .*System.Numerics.Tensors.Net8.Tests.dll",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

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

cc @vargaz @tannergooding

Report

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

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 6 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.Net8.Tests.WorkItemExecution
Pull request: #96108

Error Message

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

{
  "ErrorMessage": "",
  "ErrorPattern": "aot-instances.dll.* Exec .*System.Numerics.Tensors.Net8.Tests.dll",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
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
@vargaz
Copy link
Contributor

vargaz commented Jan 11, 2024

This is because the test suite for this class lib contains like 6k generic instances. I think we need to disable this on wasm+aot until
#95791
is fixed.

@tannergooding
Copy link
Member

@vargaz, what's the right way to disable this for wasm+aot?

I'd guess that we can't just do the standard [SkipOnMono] approach since the failure looks to be a bit earlier... Is there a project level property that will work, I don't see anything covering that here: https://github.com/dotnet/runtime/blob/e458d68a3879d968faa1da9de38876e23935c166/docs/workflow/testing/libraries/filtering-tests.md

@radical
Copy link
Member Author

radical commented Jan 12, 2024

Add the project in https://github.com/radical/runtime/blob/ebbc65763af9f8f1b01489afa520728db1db7e8b/src/libraries/tests.proj#L73-L82

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 12, 2024
@ghost ghost removed in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner labels Jan 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 12, 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

Successfully merging a pull request may close this issue.

3 participants