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][debugger] Timeout waiting for CheckInspectLocalsAtBreakpointSite #91773

Closed
lewing opened this issue Sep 8, 2023 · 3 comments
Closed
Assignees
Labels
arch-wasm WebAssembly architecture area-Debugger-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Milestone

Comments

@lewing
Copy link
Member

lewing commented Sep 8, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=398924
Build error leg or test failing: chrome-DebuggerTests.GetPropertiesTests.WorkItemExecution
Pull request: #91759

Error Message

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

{
  "ErrorMessage": "CheckInspectLocalsAtBreakpointSite",
  "ErrorPattern": "DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembers.*System.Threading.Tasks.TaskCanceledException",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎
Result validation: ⚠️ Validation could not be done without an Azure DevOps build URL on the issue. Please add it to the "Build: 🔎" line.
Validation performed at: 9/20/2023 4:46:55 PM UTC

"type_name": "Base_PropertyForOverridingWithProperty",\n  "value": {\n    "__custom_type": "datetime",\n    "binary": 637296086430000000\n  }\n}, True), ["BaseBase_PropertyForVHO"] = ({\n  "__custom_type": "getter",\n  "type_name": "BaseBase_PropertyForVHO",\n  "value": {\n    "type": "string",\n    "value": "Derived#BaseBase_PropertyForVHO"\n  }\n}, True), ["BaseBase_PropertyForVOH"] = ({\n  "__custom_type": "getter",\n  "type_name": "BaseBase_PropertyForVOH",\n  "value": {\n    "type": "string",\n    "value": "Derived#BaseBase_PropertyForVOH"\n  }\n}, True), ["BaseBase_AutoPropertyForVHO"] = ({\n  "type": "string",\n  "value": "Derived#BaseBase_AutoPropertyForVHO"\n}, True), ...], is_async: False) [FAIL]
  Failed DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembers(type_name: "DerivedClass2", own_properties: False, accessors_only: False, expected_names: ["BaseBase_PropertyForHidingWithField", "Base_PropertyForOverridingWithProperty", "BaseBase_PropertyForVHO", "BaseBase_PropertyForVOH", "BaseBase_AutoPropertyForVHO", ...], all_props: [["BaseBase_PropertyForHidingWithField"] = ({
  "type": "number",
  "value": "210",
  "description": "210"
}, True), ["Base_PropertyForOverridingWithProperty"] = ({
  "__custom_type": "getter",
  "type_name": "Base_PropertyForOverridingWithProperty",
  "value": {
    "__custom_type": "datetime",
    "binary": 637296086430000000
  }
}, True), ["BaseBase_PropertyForVHO"] = ({
  "__custom_type": "getter",
  "type_name": "BaseBase_PropertyForVHO",
  "value": {
    "type": "string",
    "value": "Derived#BaseBase_PropertyForVHO"
  }
}, True), ["BaseBase_PropertyForVOH"] = ({
  "__custom_type": "getter",
  "type_name": "BaseBase_PropertyForVOH",
  "value": {
    "type": "string",
    "value": "Derived#BaseBase_PropertyForVOH"
  }
}, True), ["BaseBase_AutoPropertyForVHO"] = ({
  "type": "string",
  "value": "Derived#BaseBase_AutoPropertyForVHO"
}, True), ...], is_async: False) [49 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.6492803)
  Stack Trace:
     at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 277
   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 365
   at DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembersInternal(String type_name, Nullable`1 own_properties, Nullable`1 accessors_only, String[] expected_names, Dictionary`2 all_props, Boolean is_async, AutoEvaluate auto_evaluate_status) in /_/src/mono/wasm/debugger/DebuggerTestSuite/GetPropertiesTests.cs:line 647
   at DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembers(String type_name, Nullable`1 own_properties, Nullable`1 accessors_only, String[] expected_names, Dictionary`2 all_props, Boolean is_async) in /_/src/mono/wasm/debugger/DebuggerTestSuite/GetPropertiesTests.cs:line 265

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@lewing lewing added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Sep 8, 2023
@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 Sep 8, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 8, 2023
@lewing lewing changed the title [wasm][debugger] CheckInspectLocalsAtBreakpointSite [wasm][debugger] Timeout waiting for CheckInspectLocalsAtBreakpointSite Sep 8, 2023
@lewing lewing added this to the 9.0.0 milestone Sep 8, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 8, 2023
@lewing lewing removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 8, 2023
@ghost
Copy link

ghost commented Sep 8, 2023

Tagging subscribers to this area: @thaystg
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=398924
Build error leg or test failing: chrome-DebuggerTests.GetPropertiesTests.WorkItemExecution
Pull request: #91759

Error Message

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

{
  "ErrorMessage": "CheckInspectLocalsAtBreakpointSite",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=398924
Error message validated: CheckInspectLocalsAtBreakpointSite
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 9/8/2023 2:56:11 AM UTC

"type_name": "Base_PropertyForOverridingWithProperty",\n  "value": {\n    "__custom_type": "datetime",\n    "binary": 637296086430000000\n  }\n}, True), ["BaseBase_PropertyForVHO"] = ({\n  "__custom_type": "getter",\n  "type_name": "BaseBase_PropertyForVHO",\n  "value": {\n    "type": "string",\n    "value": "Derived#BaseBase_PropertyForVHO"\n  }\n}, True), ["BaseBase_PropertyForVOH"] = ({\n  "__custom_type": "getter",\n  "type_name": "BaseBase_PropertyForVOH",\n  "value": {\n    "type": "string",\n    "value": "Derived#BaseBase_PropertyForVOH"\n  }\n}, True), ["BaseBase_AutoPropertyForVHO"] = ({\n  "type": "string",\n  "value": "Derived#BaseBase_AutoPropertyForVHO"\n}, True), ...], is_async: False) [FAIL]
  Failed DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembers(type_name: "DerivedClass2", own_properties: False, accessors_only: False, expected_names: ["BaseBase_PropertyForHidingWithField", "Base_PropertyForOverridingWithProperty", "BaseBase_PropertyForVHO", "BaseBase_PropertyForVOH", "BaseBase_AutoPropertyForVHO", ...], all_props: [["BaseBase_PropertyForHidingWithField"] = ({
  "type": "number",
  "value": "210",
  "description": "210"
}, True), ["Base_PropertyForOverridingWithProperty"] = ({
  "__custom_type": "getter",
  "type_name": "Base_PropertyForOverridingWithProperty",
  "value": {
    "__custom_type": "datetime",
    "binary": 637296086430000000
  }
}, True), ["BaseBase_PropertyForVHO"] = ({
  "__custom_type": "getter",
  "type_name": "BaseBase_PropertyForVHO",
  "value": {
    "type": "string",
    "value": "Derived#BaseBase_PropertyForVHO"
  }
}, True), ["BaseBase_PropertyForVOH"] = ({
  "__custom_type": "getter",
  "type_name": "BaseBase_PropertyForVOH",
  "value": {
    "type": "string",
    "value": "Derived#BaseBase_PropertyForVOH"
  }
}, True), ["BaseBase_AutoPropertyForVHO"] = ({
  "type": "string",
  "value": "Derived#BaseBase_AutoPropertyForVHO"
}, True), ...], is_async: False) [49 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.6492803)
  Stack Trace:
     at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 277
   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 365
   at DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembersInternal(String type_name, Nullable`1 own_properties, Nullable`1 accessors_only, String[] expected_names, Dictionary`2 all_props, Boolean is_async, AutoEvaluate auto_evaluate_status) in /_/src/mono/wasm/debugger/DebuggerTestSuite/GetPropertiesTests.cs:line 647
   at DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembers(String type_name, Nullable`1 own_properties, Nullable`1 accessors_only, String[] expected_names, Dictionary`2 all_props, Boolean is_async) in /_/src/mono/wasm/debugger/DebuggerTestSuite/GetPropertiesTests.cs:line 265

Report

Build Definition Test Pull Request
398924 dotnet/runtime chrome-DebuggerTests.GetPropertiesTests.WorkItemExecution #91759
398081 dotnet/runtime chrome-DebuggerTests.GetPropertiesTests.WorkItemExecution #91681

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 2 2
Author: lewing
Assignees: thaystg
Labels:

blocking-clean-ci, untriaged, area-Debugger-mono, Known Build Error, needs-area-label

Milestone: 9.0.0

@lewing lewing added the arch-wasm WebAssembly architecture label Sep 8, 2023
@ghost
Copy link

ghost commented Sep 8, 2023

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=398924
Build error leg or test failing: chrome-DebuggerTests.GetPropertiesTests.WorkItemExecution
Pull request: #91759

Error Message

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

{
  "ErrorMessage": "CheckInspectLocalsAtBreakpointSite",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=398924
Error message validated: CheckInspectLocalsAtBreakpointSite
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 9/8/2023 2:56:11 AM UTC

"type_name": "Base_PropertyForOverridingWithProperty",\n  "value": {\n    "__custom_type": "datetime",\n    "binary": 637296086430000000\n  }\n}, True), ["BaseBase_PropertyForVHO"] = ({\n  "__custom_type": "getter",\n  "type_name": "BaseBase_PropertyForVHO",\n  "value": {\n    "type": "string",\n    "value": "Derived#BaseBase_PropertyForVHO"\n  }\n}, True), ["BaseBase_PropertyForVOH"] = ({\n  "__custom_type": "getter",\n  "type_name": "BaseBase_PropertyForVOH",\n  "value": {\n    "type": "string",\n    "value": "Derived#BaseBase_PropertyForVOH"\n  }\n}, True), ["BaseBase_AutoPropertyForVHO"] = ({\n  "type": "string",\n  "value": "Derived#BaseBase_AutoPropertyForVHO"\n}, True), ...], is_async: False) [FAIL]
  Failed DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembers(type_name: "DerivedClass2", own_properties: False, accessors_only: False, expected_names: ["BaseBase_PropertyForHidingWithField", "Base_PropertyForOverridingWithProperty", "BaseBase_PropertyForVHO", "BaseBase_PropertyForVOH", "BaseBase_AutoPropertyForVHO", ...], all_props: [["BaseBase_PropertyForHidingWithField"] = ({
  "type": "number",
  "value": "210",
  "description": "210"
}, True), ["Base_PropertyForOverridingWithProperty"] = ({
  "__custom_type": "getter",
  "type_name": "Base_PropertyForOverridingWithProperty",
  "value": {
    "__custom_type": "datetime",
    "binary": 637296086430000000
  }
}, True), ["BaseBase_PropertyForVHO"] = ({
  "__custom_type": "getter",
  "type_name": "BaseBase_PropertyForVHO",
  "value": {
    "type": "string",
    "value": "Derived#BaseBase_PropertyForVHO"
  }
}, True), ["BaseBase_PropertyForVOH"] = ({
  "__custom_type": "getter",
  "type_name": "BaseBase_PropertyForVOH",
  "value": {
    "type": "string",
    "value": "Derived#BaseBase_PropertyForVOH"
  }
}, True), ["BaseBase_AutoPropertyForVHO"] = ({
  "type": "string",
  "value": "Derived#BaseBase_AutoPropertyForVHO"
}, True), ...], is_async: False) [49 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.6492803)
  Stack Trace:
     at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 277
   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 365
   at DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembersInternal(String type_name, Nullable`1 own_properties, Nullable`1 accessors_only, String[] expected_names, Dictionary`2 all_props, Boolean is_async, AutoEvaluate auto_evaluate_status) in /_/src/mono/wasm/debugger/DebuggerTestSuite/GetPropertiesTests.cs:line 647
   at DebuggerTests.GetPropertiesTests.InspectTypeInheritedMembers(String type_name, Nullable`1 own_properties, Nullable`1 accessors_only, String[] expected_names, Dictionary`2 all_props, Boolean is_async) in /_/src/mono/wasm/debugger/DebuggerTestSuite/GetPropertiesTests.cs:line 265

Report

Build Definition Test Pull Request
400082 dotnet/runtime chrome-DebuggerTests.EvaluateOnCallFrameTests.WorkItemExecution #91802
398924 dotnet/runtime chrome-DebuggerTests.GetPropertiesTests.WorkItemExecution #91759
398081 dotnet/runtime chrome-DebuggerTests.GetPropertiesTests.WorkItemExecution #91681

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
2 3 3
Author: lewing
Assignees: thaystg
Labels:

arch-wasm, blocking-clean-ci, area-Debugger-mono, Known Build Error

Milestone: 9.0.0

@radical radical added Known Build Error Use this to report build issues in the .NET Helix tab and removed Known Build Error Use this to report build issues in the .NET Helix tab labels Sep 20, 2023
@radical
Copy link
Member

radical commented Sep 20, 2023

Removed known build error because the error string to match was too generic, and ended up matching unrelated tests.

@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@tommcdon tommcdon added this to the 9.0.0 milestone Feb 26, 2024
@tommcdon tommcdon removed the untriaged New issue has not been triaged by the area owner label Feb 26, 2024
@lewing lewing closed this as completed Mar 23, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 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 blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Projects
None yet
Development

No branches or pull requests

4 participants