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

[9.0][wasm] Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish expects Microsoft.NETCore.App.Runtime.Mono.wasi-wasm/9.0.1-ci but using 9.0.1 #109625

Closed
carlossanlop opened this issue Nov 7, 2024 · 2 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-Infrastructure-mono Known Build Error Use this to report build issues in the .NET Helix tab os-linux Linux OS (any supported distro) os-wasi Related to WASI variant of arch-wasm

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Nov 7, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=861525
Build error leg or test failing: Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish

Error Message

{
  "ErrorMessage" : [ "Expected", "Microsoft.NETCore.App.Runtime.Mono.wasi-wasm/9.0.1-ci", "Actual", "Microsoft.NETCore.App.Runtime.Mono.wasi-wasm/9.0.1" ],
  "BuildRetry" : false,
  "ExcludeConsoleLog" : false
}
[Long Running Test] 'Wasi.Build.Tests.InvariantTests.ConsolePublishAndRunForSingleFileBundle_InvariantTimeZone', Elapsed: 00:02:03
    Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish(config: "Debug", singleFileBundle: True, aot: False) [FAIL]
      Runtime pack path doesn't match.
      Expected: '/root/helix/work/workitem/e/dotnet-latest/packs/Microsoft.NETCore.App.Runtime.Mono.wasi-wasm/9.0.1-ci'
      Actual:   '/root/helix/work/workitem/e/dotnet-latest/packs/Microsoft.NETCore.App.Runtime.Mono.wasi-wasm/9.0.1'
      Stack Trace:
        /_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(354,0): at Wasm.Build.Tests.BuildTestBase.AssertRuntimePackPath(String buildOutput, String targetFramework)
        /_/src/mono/wasi/Wasi.Build.Tests/BuildTestBase.cs(259,0): at Wasm.Build.Tests.BuildTestBase.BuildProject(BuildArgs buildArgs, String id, BuildProjectOptions options)
        /_/src/mono/wasi/Wasi.Build.Tests/HttpTests.cs(42,0): at Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish(String config, Boolean singleFileBundle, Boolean aot)
           at InvokeStub_HttpTests.HttpBuildThenRunThenPublish(Object, Span`1)
           at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
      Output:
        [] Executing (Captured Output) - /root/helix/work/workitem/e/dotnet-latest/dotnet new wasiconsole  -  in pwd /root/helix/work/workitem/e/wbt artifacts/Debug_megvb5sv_cpw
        [] The template "Wasi Console App" was created successfully.
        [] 
        -------- Building ---------
        Binlog path: /root/helix/work/workitem/uploads/xharness-output/logs/Debug_megvb5sv_cpw/Debug_megvb5sv_cpw.binlog
        Building Debug_megvb5sv_cpw in /root/helix/work/workitem/e/wbt artifacts/Debug_megvb5sv_cpw
        Running /root/helix/work/workitem/e/dotnet-latest/dotnet build  /p:Configuration=Debug /bl:"/root/helix/work/workitem/uploads/xharness-output/logs/Debug_megvb5sv_cpw/Debug_megvb5sv_cpw.binlog" /nologo /v:minimal
        WorkingDirectory: /root/helix/work/workitem/e/wbt artifacts/Debug_megvb5sv_cpw
        Setting environment variables for execution:
        	DOTNET_ROOT = /root/helix/work/workitem/e/dotnet-latest
        	DOTNET_INSTALL_DIR = /root/helix/work/workitem/e/dotnet-latest
        	DOTNET_MULTILEVEL_LOOKUP = 0
        	DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
        	PATH = /root/helix/work/workitem/e/dotnet-latest:/root/helix/work/correlation/dotnet-latest:/root/helix/work/correlation/xharness-cli:/root/helix/work/correlation/dotnet-cli:/root/helix/work/correlation/build/wasi-sdk/bin:/root/helix/work/correlation/wasmtime:/home/helixbot/.jsvu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
        	EM_WORKAROUND_PYTHON_BUG_34780 = 1
        	WASI_SDK_PATH = /root/helix/work/correlation/build/wasi-sdk
        	NUGET_PACKAGES = /root/helix/work/workitem/e/wbt artifacts/nuget/Debug_megvb5sv_cpw

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=861525
Error message validated: [Expected Microsoft.NETCore.App.Runtime.Mono.wasi-wasm/9.0.1-ci Actual Microsoft.NETCore.App.Runtime.Mono.wasi-wasm/9.0.1]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/7/2024 11:06:11 PM UTC

Report

Build Definition Test Pull Request
869949 dotnet/runtime Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish #109825
869426 dotnet/runtime Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenRunThenPublish #109523
869423 dotnet/runtime Wasi.Build.Tests.WasiTemplateTests.ConsoleBuildThenRunThenPublish #109298
868986 dotnet/runtime Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish
866991 dotnet/runtime Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish #109708
864879 dotnet/runtime Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish #109523
864134 dotnet/runtime Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish
864120 dotnet/runtime Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish #109316
861525 dotnet/runtime Wasi.Build.Tests.HttpTests.HttpBuildThenRunThenPublish #109563

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 5 9
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture Known Build Error Use this to report build issues in the .NET Helix tab os-linux Linux OS (any supported distro) os-wasi Related to WASI variant of arch-wasm labels Nov 7, 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 7, 2024
Copy link
Contributor

Tagging subscribers to this area: @akoeplinger, @matouskozak
See info in area-owners.md if you want to be subscribed.

@maraf maraf self-assigned this Nov 14, 2024
@maraf maraf closed this as completed Nov 16, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Nov 16, 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-Infrastructure-mono Known Build Error Use this to report build issues in the .NET Helix tab os-linux Linux OS (any supported distro) os-wasi Related to WASI variant of arch-wasm
Projects
None yet
Development

No branches or pull requests

2 participants