dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15k stars 4.67k forks source link

failure in Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations #108107

Open lewing opened 2 days ago

lewing commented 2 days ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=814594 Build error leg or test failing: Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations Pull request: https://github.com/dotnet/runtime/pull/108094

Error Message

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

{
  "ErrorMessage": "at Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=814594 Error message validated: [at Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 9/22/2024 1:56:44 AM UTC

Report

Build Definition Test Pull Request
816477 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#106977
816377 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#108165
816048 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#107639
815940 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmTemplateTests.WorkItemExecution dotnet/runtime#106599
815505 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmTemplateTests.WorkItemExecution dotnet/runtime#107865
815436 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations
815396 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#107865
815274 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#108116
815073 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations
815034 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmTemplateTests.WorkItemExecution dotnet/runtime#107863
814912 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#106599
814994 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#108105
814958 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#108033
814951 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#107865
814594 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmTemplateTests.WorkItemExecution dotnet/runtime#108094
814117 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#108067
813673 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#107639
813201 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#107863

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
6 18 18
lewing commented 2 days ago

snapshot of the initial match: image

lewing commented 2 days ago

this should match the same failures as https://github.com/dotnet/runtime/issues/108102 and https://github.com/dotnet/runtime/issues/108074

dotnet-policy-service[bot] commented 2 days ago

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

lewing commented 2 days ago

some of the hits #107639 #108033

pavelsavara commented 1 hour ago

Log

    Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations(forConsole: False, runOutsideProjectDirectory: True, extraProperties: "") [FAIL]
      System.TimeoutException : Timeout 30000ms exceeded.
=========================== logs ===========================
navigating to "http://localhost:5052/", waiting until "load"
============================================================
      Stack Trace:
        /_/src/Playwright/Transport/Connection.cs(164,0): at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](String guid, String method, Object args)
        /_/src/Playwright/Transport/Connection.cs(475,0): at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal)
        /_/src/Playwright/Core/Frame.cs(539,0): at Microsoft.Playwright.Core.Frame.GotoAsync(String url, FrameGotoOptions options)
        /_/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs(188,0): at Wasm.Build.Tests.BrowserRunner.RunAsync(IBrowserContext context, String browserUrl, Boolean headless, Action`2 onConsoleMessage, Action`1 onError, Func`2 modifyBrowserUrl, Boolean resetExitedState)
        /_/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs(157,0): at Wasm.Build.Tests.BrowserRunner.RunAsync(ToolCommand cmd, String args, Boolean headless, Action`2 onConsoleMessage, Action`1 onServerMessage, Action`1 onError, Func`2 modifyBrowserUrl)
        /_/src/mono/wasm/Wasm.Build.Tests/Templates/WasmTemplateTests.cs(333,0): at Wasm.Build.Tests.WasmTemplateTests.BrowserRunTwiceWithAndThenWithoutBuildAsync(String config, String extraProperties, Boolean runOutsideProjectDirectory)
        /_/src/mono/wasm/Wasm.Build.Tests/Templates/WasmTemplateTests.cs(335,0): at Wasm.Build.Tests.WasmTemplateTests.BrowserRunTwiceWithAndThenWithoutBuildAsync(String config, String extraProperties, Boolean runOutsideProjectDirectory)
        /_/src/mono/wasm/Wasm.Build.Tests/Templates/WasmTemplateTests.cs(301,0): at Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations(Boolean forConsole, Boolean runOutsideProjectDirectory, String extraProperties)
        --- End of stack trace from previous location ---