runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[wasm] `Wasm.Build.Tests.Blazor.SimpleRunTests.BlazorBuildRunTest` failing on Windows

Open radical opened this issue 2 years ago • 1 comments

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=456409 Build error leg or test failing: Wasm.Build.Tests.Blazor.SimpleRunTests.BlazorBuildRunTest Pull request: https://github.com/dotnet/runtime.git/pull/94209

Error Message

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

{
  "ErrorMessage": "",
  "ErrorPattern": "src/Playwright/Transport/Connection.cs.*at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=456409 Error message validated: src/Playwright/Transport/Connection.cs.*at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 10/31/2023 8:53:30 PM UTC

Report

Build Definition Test Pull Request
560760 dotnet/runtime Workloads-Wasm.Build.Tests.MT.Blazor.SimpleMultiThreadedTests.WorkItemExecution dotnet/runtime#98118
560759 dotnet/runtime Workloads-NoWebcil-Wasm.Build.Tests.MT.Blazor.SimpleMultiThreadedTests.WorkItemExecution dotnet/runtime#98118
557254 dotnet/runtime Wasm.Build.Tests.Blazor.BuildPublishTests.Test_WasmStripILAfterAOT dotnet/runtime#98094
556982 dotnet/runtime Wasm.Build.Tests.Blazor.BuildPublishTests.Test_WasmStripILAfterAOT dotnet/runtime#97213
553444 dotnet/runtime Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations dotnet/runtime#97969
551453 dotnet/runtime Workloads-Wasm.Build.Tests.Blazor.AppsettingsTests.WorkItemExecution
533230 dotnet/runtime Workloads-NoWebcil-Wasm.Build.Tests.Blazor.AppsettingsTests.WorkItemExecution dotnet/runtime#95370
530592 dotnet/runtime Workloads-NoWebcil-Wasm.Build.Tests.Blazor.AppsettingsTests.WorkItemExecution dotnet/runtime#96841
529156 dotnet/runtime Workloads-NoWebcil-Wasm.Build.Tests.Blazor.IcuTests.WorkItemExecution
526844 dotnet/runtime Wasm.Build.Tests.Blazor.BuildPublishTests.Test_WasmStripILAfterAOT dotnet/runtime#96841

Summary

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

radical avatar Oct 31 '23 20:10 radical

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

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=456409 Build error leg or test failing: Wasm.Build.Tests.Blazor.SimpleRunTests.BlazorBuildRunTest Pull request: https://github.com/dotnet/runtime.git/pull/94209

Error Message

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

{
  "ErrorMessage": "",
  "ErrorPattern": "src/Playwright/Transport/Connection.cs.*at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: radical
Assignees: -
Labels:

arch-wasm, blocking-clean-ci, Known Build Error

Milestone: -

ghost avatar Oct 31 '23 20:10 ghost

cc @maraf

pavelsavara avatar Mar 15 '24 08:03 pavelsavara

still trickling in

lewing avatar Apr 24 '24 20:04 lewing

System.TimeoutException : Timeout 30000ms exceeded.
     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/BrowserType.cs(61,0): at Microsoft.Playwright.Core.BrowserType.LaunchAsync(BrowserTypeLaunchOptions options)
        /_/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs(112,0): at Wasm.Build.Tests.BrowserRunner.SpawnBrowserAsync(String browserUrl, Boolean headless)
        /_/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs(136,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/Blazor/BlazorWasmTestBase.cs(202,0): at Wasm.Build.Tests.BlazorWasmTestBase.BlazorRunTest(String runArgs, String workingDirectory, BlazorRunOptions runOptions)
        /_/src/mono/wasm/Wasm.Build.Tests/Blazor/BlazorWasmTestBase.cs(229,0): at Wasm.Build.Tests.BlazorWasmTestBase.BlazorRunTest(String runArgs, String workingDirectory, BlazorRunOptions runOptions)
        /_/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/AppTestBase.cs(121,0): at Wasm.Build.Tests.TestAppScenarios.AppTestBase.RunSdkStyleApp(RunOptions options, BlazorRunHost host)
        /_/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/DownloadThenInitTests.cs(30,0): at Wasm.Build.Tests.TestAppScenarios.DownloadThenInitTests.NoResourcesReFetchedAfterDownloadFinished(String config)
        --- End of stack trace from previous location ---

Maybe we could set the timeout shorter and do re-try when it's System.TimeoutException

cc @ilonatommy

pavelsavara avatar Jul 04 '24 17:07 pavelsavara