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

[8.0] Assert contains failure, not found "Stopping after AOT" in Wasm.Build.Tests.NativeBuildTests.MonoAOTCross_WorksWithNoTrimming #109565

Open
carlossanlop opened this issue Nov 5, 2024 · 1 comment
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) runtime-mono specific to the Mono runtime test-failure untriaged New issue has not been triaged by the area owner wasm-aot-test WebAssembly AOT Test

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Nov 5, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=861518
Build error leg or test failing: Wasm.Build.Tests.NativeBuildTests.MonoAOTCross_WorksWithNoTrimming

Error Message

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

{
  "ErrorMessage": ["Stopping after AOT", "mono_aot"],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Assert.Contains() Failure
Not found: Stopping after AOT
In value:  [] MSBuild version 17.8.5+b5265ef37 for .NET
           [] Build started 11/5/2024 7:39:27 PM.
           []      1>Project "/root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/mono_aot_cross_Release_True.csproj" on node 1 (Restore target(s)).
           []      1>_GetAllRestoreProjectPathItems:
           []          Determining projects to restore...
           []        Restore:
           []          X.509 certificate chain validation will use the fallback certificate bundle at '/root/helix/work/workitem/e/dotnet-latest/sdk/8.0.110/trustedroots/codesignctl.pem'.
           []          X.509 certificate chain validation will use the fallback certificate bundle at '/root/helix/work/workitem/e/dotnet-latest/sdk/8.0.110/trustedroots/timestampctl.pem'.
           []          Restoring packages for /root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/mono_aot_cross_Release_True.csproj...
           []            CACHE https://api.nuget.org/v3/vulnerabilities/index.json
           []            CACHE https://api.nuget.org/v3-vulnerabilities/2024.10.31.05.55.13/vulnerability.base.json
           []            CACHE https://api.nuget.org/v3-vulnerabilities/2024.10.31.05.55.13/2024.11.04.11.55.30/vulnerability.update.json
           []          Generating MSBuild file /root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/obj/mono_aot_cross_Release_True.csproj.nuget.g.props.
           []          Generating MSBuild file /root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/obj/mono_aot_cross_Release_True.csproj.nuget.g.targets.
           []          Writing assets file to disk. Path: /root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/obj/project.assets.json
           []          Restored /root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/mono_aot_cross_Release_True.csproj (in 182 ms).
           []          
           []          NuGet Config files used:
           []              /root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/nuget.config
           []              /root/helix/work/workitem/e/.dotnet/.nuget/NuGet/NuGet.Config
           []          
           []          Feeds used:
           []              https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json
           []              https://api.nuget.org/v3/index.json
           []              https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-488a8a35/nuget/v3/index.json
           []      1>Done Building Project "/root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/mono_aot_cross_Release_True.csproj" (Restore target(s)).
           []    1:7>Project "/root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/mono_aot_cross_Release_True.csproj" on node 1 (Publish target(s)).
           []      1>PrepareForBuild:
           []          Creating directory "bin/Release/net8.0/browser-wasm/".
           []          Creating directory "obj/Release/net8.0/browser-wasm/".
           []          Creating directory "/root/helix/work/workitem/e/wbt artifacts/2wvudc30_11b/obj/Release/net8.0/browser-wasm/refint/".
           []          Creating directory "obj/Release/net8.0/browser-wasm/ref".
           []        _GenerateSourceLinkFile:
           []          Source Link is empty, file 'obj/Release/net8.0/browser-wasm/mono_aot_cross_Release_True.sourcelink.json' does not exist.
           []        CoreCompile:
           []          /root/helix/work/workitem/e/dotnet-latest/dotnet exec "/root/helix/work/workitem/e/dotnet-latest/sdk/8.0.110/Roslyn/bincore/csc.dll" /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:8 /define:TRACE;RELEASE;NET;NET8_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREA

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=861518
Error message validated: [Stopping after AOT mono_aot]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/5/2024 9:19:47 PM UTC

Report

Build Definition Test Pull Request
2594210 dotnet-runtime Wasm.Build.Tests.NativeBuildTests.SimpleNativeBuild #45619

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) runtime-mono specific to the Mono runtime test-failure wasm-aot-test WebAssembly AOT Test labels Nov 5, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 5, 2024
Copy link
Contributor

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

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 5, 2024
@vcsjones vcsjones removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) runtime-mono specific to the Mono runtime test-failure untriaged New issue has not been triaged by the area owner wasm-aot-test WebAssembly AOT Test
Projects
None yet
Development

No branches or pull requests

3 participants