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

DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb test timed out on CI #81294

Closed
buyaa-n opened this issue Jan 27, 2023 · 3 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-Debugger-mono
Milestone

Comments

@buyaa-n
Copy link
Member

buyaa-n commented Jan 27, 2023

DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb test timed out on CI leg: Mono_DebuggerTests_chrome
From log:

[xUnit.net 00:10:38.57]     DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb [FAIL]
  Failed DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb [1 ms]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.0033297)
  Stack Trace:
     at DebuggerTests.Inspector.OpenSessionAsync(Func`3 getInitCmds, TimeSpan span) in /_/src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs:line 346
   at DebuggerTests.DebuggerTestBase.InitializeAsync() in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 160
  Standard Output Messages:
 | [2023-01-27T05:53:06] DebuggerTests.TestHarnessProxy Information: [testId: 61] New test request for test id 61
 | [2023-01-27T05:53:06] DebuggerTests.TestHarnessProxy Debug: [61] Starting C:\helix\work\correlation\chrome-win\chrome.exe with --headless --disable-gpu --lang=en-US --incognito --remote-debugging-port=0 http://localhost:9400/debugger-driver.html
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.169:ERROR:registration_protocol_win.cc(135)] TransactNamedPipe: The pipe has been ended. (0x6D)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.227:ERROR:network_change_notifier_win.cc(224)] WSALookupServiceBegin failed with: 0
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr 
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr DevTools listening on ws://127.0.0.1:50592/devtools/browser/192f6027-c8b4-47ec-ab2b-af7e02d99360
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.327:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: mf.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.333:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: mfplat.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.335:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.338:ERROR:dxva_video_decode_accelerator_win.cc(1455)] DXVAVDA fatal error: could not LoadLibrary: dxva2.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.340:ERROR:dxva_video_decode_accelerator_win.cc(1459)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Information: [testId: 61] launching proxy for ws://127.0.0.1:50592/devtools/page/AA2EDAE00C76D6C0A6C0D194DCC6E2DE
 | [2023-01-27T05:53:08] Inspector-61 Information: waiting for the runtime to be ready
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 60] TestHarnessStartup done
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: TestHarnessStartup: closing for 60


[xUnit.net 00:11:13.71]     DebuggerTests.MiscTests.SetBreakpointInProjectWithColonInSourceName [SKIP]
  Skipped DebuggerTests.MiscTests.SetBreakpointInProjectWithColonInSourceName [1 ms]
Results File: C:\helix\work\workitem\uploads\xharness-output\logs\testResults.trx

Failed!  - Failed:     1, Passed:    65, Skipped:     1, Total:    67, Duration: 11 m 1 s - DebuggerTestSuite.dll (net8.0)
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 27, 2023
@ghost
Copy link

ghost commented Jan 27, 2023

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

Issue Details

DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb test timed out on CI leg: Mono_DebuggerTests_chrome
From log:

[xUnit.net 00:10:38.57]     DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb [FAIL]
  Failed DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb [1 ms]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.0033297)
  Stack Trace:
     at DebuggerTests.Inspector.OpenSessionAsync(Func`3 getInitCmds, TimeSpan span) in /_/src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs:line 346
   at DebuggerTests.DebuggerTestBase.InitializeAsync() in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 160
  Standard Output Messages:
 | [2023-01-27T05:53:06] DebuggerTests.TestHarnessProxy Information: [testId: 61] New test request for test id 61
 | [2023-01-27T05:53:06] DebuggerTests.TestHarnessProxy Debug: [61] Starting C:\helix\work\correlation\chrome-win\chrome.exe with --headless --disable-gpu --lang=en-US --incognito --remote-debugging-port=0 http://localhost:9400/debugger-driver.html
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.169:ERROR:registration_protocol_win.cc(135)] TransactNamedPipe: The pipe has been ended. (0x6D)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.227:ERROR:network_change_notifier_win.cc(224)] WSALookupServiceBegin failed with: 0
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr 
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr DevTools listening on ws://127.0.0.1:50592/devtools/browser/192f6027-c8b4-47ec-ab2b-af7e02d99360
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.327:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: mf.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.333:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: mfplat.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.335:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.338:ERROR:dxva_video_decode_accelerator_win.cc(1455)] DXVAVDA fatal error: could not LoadLibrary: dxva2.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.340:ERROR:dxva_video_decode_accelerator_win.cc(1459)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Information: [testId: 61] launching proxy for ws://127.0.0.1:50592/devtools/page/AA2EDAE00C76D6C0A6C0D194DCC6E2DE
 | [2023-01-27T05:53:08] Inspector-61 Information: waiting for the runtime to be ready
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 60] TestHarnessStartup done
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: TestHarnessStartup: closing for 60


[xUnit.net 00:11:13.71]     DebuggerTests.MiscTests.SetBreakpointInProjectWithColonInSourceName [SKIP]
  Skipped DebuggerTests.MiscTests.SetBreakpointInProjectWithColonInSourceName [1 ms]
Results File: C:\helix\work\workitem\uploads\xharness-output\logs\testResults.trx

Failed!  - Failed:     1, Passed:    65, Skipped:     1, Total:    67, Duration: 11 m 1 s - DebuggerTestSuite.dll (net8.0)
Author: buyaa-n
Assignees: -
Labels:

untriaged, area-Debugger-mono

Milestone: -

@thaystg thaystg self-assigned this Jan 27, 2023
@radical radical added the arch-wasm WebAssembly architecture label Jan 27, 2023
@ghost
Copy link

ghost commented Jan 27, 2023

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

Issue Details

DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb test timed out on CI leg: Mono_DebuggerTests_chrome
From log:

[xUnit.net 00:10:38.57]     DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb [FAIL]
  Failed DebuggerTests.MiscTests.CannotDebugLazyLoadedAssemblyWithoutPdb [1 ms]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.0033297)
  Stack Trace:
     at DebuggerTests.Inspector.OpenSessionAsync(Func`3 getInitCmds, TimeSpan span) in /_/src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs:line 346
   at DebuggerTests.DebuggerTestBase.InitializeAsync() in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 160
  Standard Output Messages:
 | [2023-01-27T05:53:06] DebuggerTests.TestHarnessProxy Information: [testId: 61] New test request for test id 61
 | [2023-01-27T05:53:06] DebuggerTests.TestHarnessProxy Debug: [61] Starting C:\helix\work\correlation\chrome-win\chrome.exe with --headless --disable-gpu --lang=en-US --incognito --remote-debugging-port=0 http://localhost:9400/debugger-driver.html
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.169:ERROR:registration_protocol_win.cc(135)] TransactNamedPipe: The pipe has been ended. (0x6D)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.227:ERROR:network_change_notifier_win.cc(224)] WSALookupServiceBegin failed with: 0
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr 
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr DevTools listening on ws://127.0.0.1:50592/devtools/browser/192f6027-c8b4-47ec-ab2b-af7e02d99360
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.327:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: mf.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.333:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: mfplat.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.335:ERROR:dxva_video_decode_accelerator_win.cc(1451)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.338:ERROR:dxva_video_decode_accelerator_win.cc(1455)] DXVAVDA fatal error: could not LoadLibrary: dxva2.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 61] browser-stderr [0127/055308.340:ERROR:dxva_video_decode_accelerator_win.cc(1459)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: The specified module could not be found. (0x7E)
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Information: [testId: 61] launching proxy for ws://127.0.0.1:50592/devtools/page/AA2EDAE00C76D6C0A6C0D194DCC6E2DE
 | [2023-01-27T05:53:08] Inspector-61 Information: waiting for the runtime to be ready
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: [testId: 60] TestHarnessStartup done
 | [2023-01-27T05:53:08] DebuggerTests.TestHarnessProxy Debug: TestHarnessStartup: closing for 60


[xUnit.net 00:11:13.71]     DebuggerTests.MiscTests.SetBreakpointInProjectWithColonInSourceName [SKIP]
  Skipped DebuggerTests.MiscTests.SetBreakpointInProjectWithColonInSourceName [1 ms]
Results File: C:\helix\work\workitem\uploads\xharness-output\logs\testResults.trx

Failed!  - Failed:     1, Passed:    65, Skipped:     1, Total:    67, Duration: 11 m 1 s - DebuggerTestSuite.dll (net8.0)
Author: buyaa-n
Assignees: thaystg
Labels:

arch-wasm, untriaged, area-Debugger-mono

Milestone: -

@lewing lewing added this to the 8.0.0 milestone Jan 28, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jan 28, 2023
@thaystg
Copy link
Member

thaystg commented Aug 5, 2023

Not happening recently.

@thaystg thaystg closed this as completed Aug 5, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Debugger-mono
Projects
None yet
Development

No branches or pull requests

4 participants