-
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
Test failure: Wasm.Build.Tests.NativeBuildTests.MonoAOTCross_WorksWithNoTrimming #93522
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=438545 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "",
"ErrorPattern": "Wasm.Build.Tests.Blazor.NativeTests.BlazorWasm_CanRunMonoAOTCross_WithNoTrimming.*FAIL",
"BuildRetry": false,
"ExcludeConsoleLog": false
} Known issue validationBuild: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=438545 Report
Summary
|
The test build gets terminated with: `Precompiling failed for /root/helix/work/workitem/e/wbt/4hiqh2hp_nji/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-in/aot-instances.dll with exit code 137` .. while compiling `aot-instances.dll`, with 190+ assemblies when not trimming. Since, the particular tests terminate the build after this step, and don't need the output, use `WasmDedup=false` to avoid using `aot-instances.dll` at all. Fixes dotnet#93522
Fixed by #94064 , which has essentially disabled the scenario. |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=438545
Build error leg or test failing: Wasm.Build.Tests.NativeBuildTests.MonoAOTCross_WorksWithNoTrimming(buildArgs: BuildArgs { ProjectName = placeholder, Config = Release, AOT = True, ProjectFileContents = placeholder, ExtraBuildArgs = }, id: "e1poibow_nex")
Pull request: #93437
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=438545
Error message validated:
Not found: .*Stopping after AOT
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 10/24/2023 11:05:20 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: