ITADN

[Test] AsnycProfilerV1Tests StateMachineAsync_InlineCompletionClimb Fails

#132025Openmdh1418 创建于 17 天前
area-Diagnostics-coreclrblocking-clean-ciuntriagedKnown Build Error
M
mdh1418commented
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1544255 Build error leg or test failing: System.Threading.Tasks.Tests.AsyncProfilerTests.StateMachineAsync_InlineCompletionClimb Pull request: https://github.com/dotnet/runtime/pull/131991 <!-- Error message template --> ## Error Message ``` Assert.Contains() Failure: Item not found in collection\r\nCollection: []\r\nNot found: \"V1.MoveNextAsDispatcher\" ``` ## Stack Trace ``` at System.Threading.Tasks.Tests.AsyncProfilerTests.StateMachineAsync_InlineCompletionClimb() in /_/src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Runtime.CompilerServices/AsyncProfilerV1Tests.cs:line 3496 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 134 ``` <!-- Use ErrorMessage for String.Contains matches. Use ErrorPattern for regex matches (single line/no backtracking). Set BuildRetry to `true` to retry builds with this error. Set ExcludeConsoleLog to `true` to skip helix logs analysis. --> ```json { "ErrorMessage": "", "ErrorPattern": "Item not found in collection.*MoveNextAsDispatcher", "BuildRetry": false, "ExcludeConsoleLog": false } ``` <!-- Known issue validation start --> ### Known issue validation **Build: :mag_right:** https://dev.azure.com/dnceng-public/public/_build/results?buildId=1544255 **Error message validated:** `[Item not found in collection.*MoveNextAsDispatcher`] **Result validation:** :white_check_mark: Known issue matched with the provided build. **Validation performed at:** 8/7/2026 7:27:14 PM UTC <!-- Known issue validation end --> <!--Known issue error report start --> ### Report |Build|Repository|Test|Pull Request| |---|---|---|---| |[1544255](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1544255)|dotnet/runtime|[System.Threading.Tasks.Tests.AsyncProfilerTests.StateMachineAsync_InlineCompletionClimb](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1544255&view=ms.vss-test-web.build-test-results-tab&runId=42518578&resultId=103312)|dotnet/runtime#131991| #### Summary |24-Hour Hit Count|7-Day Hit Count|1-Month Count| |---|---|---| |1|1|1| <!--Known issue error report end -->
1 条评论