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 CI failure in DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass #75013

Closed
carlossanlop opened this issue Sep 2, 2022 · 5 comments · Fixed by #100868
Assignees
Labels
arch-wasm WebAssembly architecture area-Debugger-mono in-pr There is an active PR which will close this issue when it is merged test-failure
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Sep 2, 2022

This was found in a release/7.0 deps update PR: #74926

Please help determine if this issue needs a fix backported.

DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.")

[xUnit.net 00:12:38.21]     DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.") [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.") [53 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 430
   at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1166
   at DebuggerTests.EvaluateOnCallFrameTests.<>c__DisplayClass9_0.<<InheritedAndPrivateMembersInAClass>b__0>d.MoveNext() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 235
--- End of stack trace from previous location ---
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 299
   at DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(String prefix) in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 225
--- End of stack trace from previous location ---

DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "")

[xUnit.net 00:13:38.22]     DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "") [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "") [53 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 430
   at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1166
   at DebuggerTests.EvaluateOnCallFrameTests.<>c__DisplayClass9_0.<<InheritedAndPrivateMembersInAClass>b__0>d.MoveNext() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 235
--- End of stack trace from previous location ---
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 299
   at DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(String prefix) in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 225
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture test-failure labels Sep 2, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 2, 2022
@ghost
Copy link

ghost commented Sep 2, 2022

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

Issue Details

This was found in a release/7.0 backport PR:

Please help determine if this issue needs a fix backported.

DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.")

[xUnit.net 00:12:38.21]     DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.") [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.") [53 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 430
   at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1166
   at DebuggerTests.EvaluateOnCallFrameTests.<>c__DisplayClass9_0.<<InheritedAndPrivateMembersInAClass>b__0>d.MoveNext() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 235
--- End of stack trace from previous location ---
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 299
   at DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(String prefix) in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 225
--- End of stack trace from previous location ---

DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "")

[xUnit.net 00:13:38.22]     DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "") [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "") [53 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 430
   at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1166
   at DebuggerTests.EvaluateOnCallFrameTests.<>c__DisplayClass9_0.<<InheritedAndPrivateMembersInAClass>b__0>d.MoveNext() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 235
--- End of stack trace from previous location ---
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 299
   at DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(String prefix) in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 225
Author: carlossanlop
Assignees: -
Labels:

arch-wasm, test-failure

Milestone: -

@ghost
Copy link

ghost commented Sep 2, 2022

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

Issue Details

This was found in a release/7.0 backport PR:

Please help determine if this issue needs a fix backported.

DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.")

[xUnit.net 00:12:38.21]     DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.") [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.") [53 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 430
   at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1166
   at DebuggerTests.EvaluateOnCallFrameTests.<>c__DisplayClass9_0.<<InheritedAndPrivateMembersInAClass>b__0>d.MoveNext() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 235
--- End of stack trace from previous location ---
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 299
   at DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(String prefix) in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 225
--- End of stack trace from previous location ---

DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "")

[xUnit.net 00:13:38.22]     DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "") [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "") [53 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 430
   at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1166
   at DebuggerTests.EvaluateOnCallFrameTests.<>c__DisplayClass9_0.<<InheritedAndPrivateMembersInAClass>b__0>d.MoveNext() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 235
--- End of stack trace from previous location ---
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 299
   at DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(String prefix) in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 225
Author: carlossanlop
Assignees: -
Labels:

arch-wasm, area-Debugger-mono, test-failure

Milestone: -

@radical
Copy link
Member

radical commented Sep 3, 2022

These are failures with firefox, which is known to be unstable currently. Closing this.

@radical radical closed this as completed Sep 3, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 3, 2022
@carlossanlop
Copy link
Member Author

@radical @steveisok @lewing @akoeplinger we're still seeing this failure, but the issue was closed. Should we reopen it so we can keep tracking it? We could also add the KnownBuildError json to learn how often it happens.

Example of a recent hit (2023/07/12):

@carlossanlop
Copy link
Member Author

Reopening. I'm still seeing this in 7.0.

[xUnit.net 00:14:05.65]     DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.") [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "this.") [53 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 430
   at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1165
   at DebuggerTests.EvaluateOnCallFrameTests.<>c__DisplayClass9_0.<<InheritedAndPrivateMembersInAClass>b__0>d.MoveNext() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 235
--- End of stack trace from previous location ---
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 299
   at DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(String prefix) in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 225
--- End of stack trace from previous location ---
[xUnit.net 00:15:05.66]     DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "") [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(prefix: "") [51 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 430
   at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1165
   at DebuggerTests.EvaluateOnCallFrameTests.<>c__DisplayClass9_0.<<InheritedAndPrivateMembersInAClass>b__0>d.MoveNext() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 235
--- End of stack trace from previous location ---
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 299
   at DebuggerTests.EvaluateOnCallFrameTests.InheritedAndPrivateMembersInAClass(String prefix) in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 225
--- End of stack trace from previous location ---
[xUnit.net 00:15:05.66]     DebuggerTests.EvaluateOnCallFrameTests.EvaluateBrowsableNone [SKIP]
[xUnit.net 00:15:05.66]     DebuggerTests.EvaluateOnCallFrameTests.EvaluateBrowsableNever [SKIP]
  Skipped DebuggerTests.EvaluateOnCallFrameTests.EvaluateBrowsableNone [1 ms]
  Skipped DebuggerTests.EvaluateOnCallFrameTests.EvaluateBrowsableNever [1 ms]
[xUnit.net 00:15:13.43]     DebuggerTests.EvaluateOnCallFrameTests.EvaluateStaticClassesNestedWithNoNamespace [FAIL]
  Failed DebuggerTests.EvaluateOnCallFrameTests.EvaluateStaticClassesNestedWithNoNamespace [26 ms]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.SetBreakpointInMethod(String assembly, String type, String method, Int32 lineOffset, Int32 col, String condition) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 415
   at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Func`2 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 280
   at DebuggerTests.EvaluateOnCallFrameTests.EvaluateStaticClassesNestedWithNoNamespace() in /_/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs:line 870
--- End of stack trace from previous location ---

@carlossanlop carlossanlop reopened this Aug 24, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Aug 24, 2023
@pavelsavara pavelsavara added this to the 9.0.0 milestone Oct 19, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Oct 19, 2023
@dotnet dotnet unlocked this conversation Nov 24, 2023
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Apr 10, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2024
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 in-pr There is an active PR which will close this issue when it is merged test-failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants