runtime icon indicating copy to clipboard operation
runtime copied to clipboard

failure in Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations

Open lewing opened this issue 1 year ago • 5 comments

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
844454 dotnet/runtime Workloads-Wasm.Build.Tests.WasmTemplateTests.WorkItemExecution dotnet/runtime#108846

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1

lewing avatar Sep 22 '24 01:09 lewing

snapshot of the initial match: image

lewing avatar Sep 22 '24 01:09 lewing

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

lewing avatar Sep 22 '24 01:09 lewing

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

some of the hits #107639 #108033

lewing avatar Sep 22 '24 02:09 lewing

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 ---

pavelsavara avatar Sep 24 '24 08:09 pavelsavara

I guess this is good to be closed now ?

pavelsavara avatar Aug 01 '25 13:08 pavelsavara