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

[wasm][chrome] Unable to evaluate script: disconnected: unable to send message to renderer #103061

Closed
carlossanlop opened this issue Jun 5, 2024 · 1 comment
Assignees
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono Known Build Error Use this to report build issues in the .NET Helix tab os-windows

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Jun 5, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=697729
Build error leg or test failing: System.Memory tests in Chrome

Error Message

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

{
  "ErrorMessage": "Unable to evaluate script: disconnected: unable to send message to renderer",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
===========================================================================================================

C:\helix\work\workitem\e>if /I [WasmTestOnChrome] == [WasmTestOnNodeJS] (call npm ci  ) 

C:\helix\work\workitem\e>dotnet.exe exec "C:\helix\work\correlation\microsoft.dotnet.xharness.cli\9.0.0-prerelease.24270.4\tools\net8.0\any\Microsoft.DotNet.XHarness.CLI.dll" wasm test-browser --app=. --output-directory=C:\helix\work\workitem\uploads\xharness-output -s dotnet.native.js.symbols --symbol-patterns wasm-symbol-patterns.txt --symbolicator WasmSymbolicator.dll,Microsoft.WebAssembly.Internal.SymbolicatorWrapperForXHarness "--timeout=00:30:00"  --browser-arg=--js-flags=--stack-trace-limit=1000 --browser-path=C:\helix\work\correlation\chrome-win\chrome.exe    --   --run WasmTestRunner.dll System.Memory.Tests.dll  -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
[9.0.0-prerelease.24270.4+8478d1a9a531e6b1cd26fb8c86400e2efbb8f2f3] XHarness command issued: wasm test-browser --app=. --output-directory=C:\helix\work\workitem\uploads\xharness-output -s dotnet.native.js.symbols --symbol-patterns wasm-symbol-patterns.txt --symbolicator WasmSymbolicator.dll,Microsoft.WebAssembly.Internal.SymbolicatorWrapperForXHarness --timeout=00:30:00 --browser-arg=--js-flags=--stack-trace-limit=1000 --browser-path=C:\helix\work\correlation\chrome-win\chrome.exe -- --run WasmTestRunner.dll System.Memory.Tests.dll -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing
[01:38:31] warn: Cannot find symbols file dotnet.native.js.symbols
[01:38:31] info: Using Chrome from C:\helix\work\correlation\chrome-win\chrome.exe
[01:38:31] info: Starting chromedriver with args: --js-flags=--stack-trace-limit=1000 --headless --incognito --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-renderer-backgrounding --enable-features=NetworkService,NetworkServiceInProcess --allow-insecure-localhost --disable-breakpad --disable-component-extensions-with-background-pages --disable-dev-shm-usage --disable-extensions --disable-features=TranslateUI --disable-ipc-flooding-protection --force-color-profile=srgb --metrics-recording-only
Starting ChromeDriver 125.0.6422.0 (0000000000000000000000000000000000000000-0000000000000000000000000000000000000000) on port 49159
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
[01:38:57] fail: [out of order message from the browser]: http://127.0.0.1:49168/runArgs.json - Failed to load resource: the server responded with a status of 404 (Not Found)
[01:38:57] info: Running in: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/125.0.6422.0 Safari/537.36
[01:38:57] info: Running at: http://127.0.0.1:49168/index.html?arg=--run&arg=WasmTestRunner.dll&arg=System.Memory.Tests.dll&arg=-notrait&arg=category%3dIgnoreForCI&arg=-notrait&arg=category%3dOuterLoop&arg=-notrait&arg=category%3dfailing&arg=-verbosity&arg=Info
[01:38:57] info: could not load /runArgs.json: 404. Ignoring
[01:38:57] info: Incoming arguments: --run WasmTestRunner.dll System.Memory.Tests.dll -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing -verbosity Info
[01:38:57] info: Application arguments: --run WasmTestRunner.dll System.Memory.Tests.dll -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing -verbosity Info
[01:38:59] info: Initializing dotnet version 9.0.0-ci commit hash 48c242475ab8f7d1611fc0a5c39ce1682f6f6821
[01:38:59] info: Using threadless Xunit runner
[01:38:59] info: Discovering: System.Memory.Tests.dll (method display = ClassAndMethod, method display options = None)
[01:39:02] info: Discovered:  System.Memory.Tests.dll (found 2699 of 2730 test cases)
[01:39:02] info: Starting:    System.Memory.Tests.dll
[02:08:10] info: Unable to evaluate script: target frame detached
[02:08:10] info: Unable to evaluate script: disconnected: unable to send message to renderer
[02:08:10] info: Unable to evaluate script: disconnected: unable to send message to renderer
[02:08:10] info: Unable to evaluate script: disconnected: unable to send message to renderer
[02:08:10] info: Unable to evaluate script: disconnected: unable to send message to renderer
[02:08:10] info: Unable to evaluate script: disconnected: unable to send message to renderer
[02:08:10] info: Unable to evaluate script: disconnected: unable to send message to renderer
[02:08:10] info: Unable to evaluate script: disconnected: unable to send message to renderer
[02:08:10] info: Unable to evaluate script: disconnected: unable to send message to renderer

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=697729
Error message validated: [Unable to evaluate script: disconnected: unable to send message to renderer]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/5/2024 2:55:54 AM UTC

Report

Build Definition Test Pull Request
703399 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103272
700763 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103163
705145 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103341
703834 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #100334
704901 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102739
704840 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
704825 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103332
704244 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103310
704609 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103325
704603 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103144
704207 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103307
704549 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102524
704533 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103324
704514 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103322
704469 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103304
704459 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103140
704278 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #99747
704213 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103308
704204 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103306
704200 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103305
704042 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102960
703978 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103294
703962 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102780
703206 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103209
703745 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103226
703718 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103031
703564 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103231
703532 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103159
703490 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103275
703480 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103226
703469 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103233
703435 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103220
703418 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
703402 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103273
703396 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #100048
703393 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103271
703353 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103094
703321 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103140
703310 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103269
703278 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103058
703199 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102364
703165 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103257
703139 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103241
703127 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103058
703108 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103251
703102 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102780
703033 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103209
703028 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103248
702961 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102780
702950 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
702919 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103241
702904 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103231
702128 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103221
702087 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
702056 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102379
701948 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103216
701896 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103212
701296 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103189
701926 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103214
701919 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103161
701895 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
701837 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103212
701792 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #98643
701773 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103209
701749 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103031
701727 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102987
701716 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103030
701703 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102739
701662 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
701613 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103204
701555 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
701443 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103031
701408 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103030
701308 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103191
701345 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
701336 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103195
701333 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102523
701269 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103187
701214 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102167
701118 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102364
700825 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103159
700767 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103165
698972 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102476
700493 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103151
700490 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102806
700470 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102882
700288 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103106
700250 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103058
700216 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103011
700196 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102167
700100 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102670
700037 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #99576
699989 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103142
699747 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103095
699655 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103037
699583 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102845
699540 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103126
699289 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103117
699286 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #103096
699263 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution #102967
Displaying 100 of 133 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 37 133
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture os-windows Known Build Error Use this to report build issues in the .NET Helix tab labels Jun 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 Jun 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 Jun 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 Jun 12, 2024
@maraf maraf self-assigned this Jun 18, 2024
@maraf maraf closed this as completed Jun 18, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jun 18, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-meta-mono Known Build Error Use this to report build issues in the .NET Helix tab os-windows
Projects
None yet
Development

No branches or pull requests

4 participants