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 perf runs, and library tests are failing due to src/mono/mono/mini/aot-compiler.c:10110 #86052

Closed
radical opened this issue May 10, 2023 · 2 comments · Fixed by #86054
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 perf-pipeline Issues with dotnet-runtime-perf, or runtime-wasm-perf pipelines
Milestone

Comments

@radical
Copy link
Member

radical commented May 10, 2023

Build:

Precompiling failed for /home/helixbot/work/AE950993/w/B34A09DA/e/performance/artifacts/obj/BenchmarkDotNet.Autogenerated/Release/net8.0/browser-wasm/wasm/for-publish/aot-in/Microsoft.Diagnostics.Runtime.dll with exit code 134.
Mono Ahead of Time compiler - compiling assembly /home/helixbot/work/AE950993/w/B34A09DA/e/performance/artifacts/obj/BenchmarkDotNet.Autogenerated/Release/net8.0/browser-wasm/wasm/for-publish/aot-in/Microsoft.Diagnostics.Runtime.dll
* Assertion: should not be reached at /__w/1/s/src/mono/mono/mini/aot-compiler.c:10110

Changes since the last working build: b92c1d2...bc11753 which includes 209d681 from #85923 :

[mono][aot] Generate 'native-indirect' wrappers in full-aot mode. https://github.com/dotnet/runtime/pull/85923

Fixes https://github.com/dotnet/runtime/issues/80853.

cc @vargaz

Known Issue Error Message

Fill the error message using known issues guidance.

{
  "ErrorPattern": "Assertion: should not be reached .*aot-compiler.c:10110",
  "BuildRetry": false
}

Report

Build Definition Test Pull Request
269014 dotnet/runtime Workloads-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #86015
268954 dotnet/runtime Workloads-Webcil-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #86036
268941 dotnet/runtime Workloads-Webcil-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #85730
268987 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.Tests.WorkItemExecution #85730
268907 dotnet/runtime Workloads-Webcil-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #85965
268930 dotnet/runtime Workloads-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #85913
268863 dotnet/runtime Workloads-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #86034
268817 dotnet/runtime Workloads-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #86015
268707 dotnet/runtime Workloads-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #85317
268718 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.Tests.WorkItemExecution
268723 dotnet/runtime Workloads-Webcil-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #85920
268662 dotnet/runtime Workloads-Webcil-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution
268519 dotnet/runtime Workloads-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #86025
268237 dotnet/runtime Workloads-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #85950
268233 dotnet/runtime Workloads-Webcil-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #85952
268118 dotnet/runtime Workloads-Wasm.Build.Tests.NativeBuildTests.WorkItemExecution #86007

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
16 16 16
@radical radical added arch-wasm WebAssembly architecture area-Codegen-AOT-mono perf-pipeline Issues with dotnet-runtime-perf, or runtime-wasm-perf pipelines labels May 10, 2023
@ghost
Copy link

ghost commented May 10, 2023

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

Issue Details

Build:

Precompiling failed for /home/helixbot/work/AE950993/w/B34A09DA/e/performance/artifacts/obj/BenchmarkDotNet.Autogenerated/Release/net8.0/browser-wasm/wasm/for-publish/aot-in/Microsoft.Diagnostics.Runtime.dll with exit code 134.
Mono Ahead of Time compiler - compiling assembly /home/helixbot/work/AE950993/w/B34A09DA/e/performance/artifacts/obj/BenchmarkDotNet.Autogenerated/Release/net8.0/browser-wasm/wasm/for-publish/aot-in/Microsoft.Diagnostics.Runtime.dll
* Assertion: should not be reached at /__w/1/s/src/mono/mono/mini/aot-compiler.c:10110

Changes since the last working build: b92c1d2...bc11753 which includes 209d681 .

[mono][aot] Generate 'native-indirect' wrappers in full-aot mode. https://github.com/dotnet/runtime/pull/85923

Fixes https://github.com/dotnet/runtime/issues/80853.

cc @vargaz

Author: radical
Assignees: -
Labels:

arch-wasm, area-Codegen-AOT-mono, perf-pipeline

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label May 10, 2023
@radical
Copy link
Member Author

radical commented May 10, 2023

Microsoft.VisualBasic.Core.Tests, and System.Runtime.InteropServices.Tests AOT tests are also failing with the same issue.
And some WBT tests too.

@radical radical added this to the 8.0.0 milestone May 10, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label May 10, 2023
@radical radical changed the title [wasm] AOT perf runs are failing due to src/mono/mono/mini/aot-compiler.c:10110 [wasm] AOT perf runs, and library tests are failing due to src/mono/mono/mini/aot-compiler.c:10110 May 10, 2023
@radical radical added 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 labels May 10, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label May 10, 2023
vargaz added a commit to vargaz/runtime that referenced this issue May 10, 2023
lewing pushed a commit that referenced this issue May 10, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label May 10, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 10, 2023
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 perf-pipeline Issues with dotnet-runtime-perf, or runtime-wasm-perf pipelines
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant