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

[MT][browser] MutexTests.AbandonExisting #98830

Closed
pavelsavara opened this issue Feb 22, 2024 · 4 comments
Closed

[MT][browser] MutexTests.AbandonExisting #98830

pavelsavara opened this issue Feb 22, 2024 · 4 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-VM-threading-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Milestone

Comments

@pavelsavara
Copy link
Member

pavelsavara commented Feb 22, 2024

Error Blob

{
  "ErrorMessage": "[FAIL] System.Threading.Tests.MutexTests.AbandonExisting",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Reproduction Steps

Log
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=628576

[17:22:37] info: [FAIL] System.Threading.Tests.MutexTests.AbandonExisting(name: null, waitType: WaitOne, waitCount: 1, notAbandonedWaitIndex: 0, isNotAbandonedWaitObjectSignaled: False, abandonDuringWait: False)
[17:22:37] info: System.AggregateException : One or more errors occurred. (Result: False (Assert.Throws() Failure: No exception was thrown
[17:22:37] info: Expected: typeof(System.Threading.AbandonedMutexException)))
[17:22:37] info: ---- System.AggregateException : Result: False (Assert.Throws() Failure: No exception was thrown
[17:22:37] info: Expected: typeof(System.Threading.AbandonedMutexException))
[17:22:37] info: -------- Assert.Throws() Failure: No exception was thrown
[17:22:37] info: Expected: typeof(System.Threading.AbandonedMutexException)
[17:22:37] info:    at System.Threading.Tests.ThreadTestHelpers.<>c__DisplayClass4_0.<CreateGuardedThread>b__1()
[17:22:37] info:    at System.Threading.Tests.ThreadTestHelpers.<>c__DisplayClass4_0.<CreateGuardedThread>b__2()
[17:22:37] info:    at System.Threading.Tests.ThreadTestHelpers.RunTestInBackgroundThread(Action test)
[17:22:37] info:    at System.Threading.Tests.MutexTests.AbandonExisting(String name, WaitHandleWaitType waitType, Int32 waitCount, Int32 notAbandonedWaitIndex, Boolean isNotAbandonedWaitObjectSignaled, Boolean abandonDuringWait)
[17:22:37] info:    at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
[17:22:37] info:    at System.Reflection.MethodBaseInvoker.InvokeWithManyArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[17:22:37] info: ----- Inner Stack Trace -----
[17:22:37] info:    at System.AssertExtensions.Throws[AbandonedMutexException,Boolean](Func`1 func)
[17:22:37] info:    at System.Threading.Tests.MutexTests.<>c__DisplayClass19_0.<AbandonExisting>b__0()
[17:22:37] info:    at System.Threading.Tests.ThreadTestHelpers.<>c__DisplayClass4_0.<CreateGuardedThread>b__0()
[17:22:37] info: ----- Inner Stack Trace -----
[17:22:37] info:    at System.AssertExtensions.Throws[AbandonedMutexException,Boolean](Func`1 func)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=575938
Error message validated: [[FAIL] System.Threading.Tests.MutexTests.AbandonExisting]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/28/2024 1:41:55 AM UTC

Report

Build Definition Test Pull Request
628984 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #99833
629951 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #100400
629933 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution
629835 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #100386
629791 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #98559
629550 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #100386
629465 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution
629011 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #100280
628834 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #100520
628590 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #99833
628576 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #100410
627476 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #100251
627069 dotnet/runtime WasmTestOnBrowser-System.Threading.Tests.WorkItemExecution #100415

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 13
@pavelsavara pavelsavara added arch-wasm WebAssembly architecture blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-VM-threading-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm labels Feb 22, 2024
@pavelsavara pavelsavara added this to the 9.0.0 milestone Feb 22, 2024
@ghost
Copy link

ghost commented Feb 22, 2024

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

Issue Details

Error Blob

{
  "ErrorMessage": "[FAIL] System.Threading.Tests.MutexTests.AbandonExisting",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Reproduction Steps

Log
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=575938

[17:22:37] info: [FAIL] System.Threading.Tests.MutexTests.AbandonExisting(name: null, waitType: WaitOne, waitCount: 1, notAbandonedWaitIndex: 0, isNotAbandonedWaitObjectSignaled: False, abandonDuringWait: False)
[17:22:37] info: System.AggregateException : One or more errors occurred. (Result: False (Assert.Throws() Failure: No exception was thrown
[17:22:37] info: Expected: typeof(System.Threading.AbandonedMutexException)))
[17:22:37] info: ---- System.AggregateException : Result: False (Assert.Throws() Failure: No exception was thrown
[17:22:37] info: Expected: typeof(System.Threading.AbandonedMutexException))
[17:22:37] info: -------- Assert.Throws() Failure: No exception was thrown
[17:22:37] info: Expected: typeof(System.Threading.AbandonedMutexException)
[17:22:37] info:    at System.Threading.Tests.ThreadTestHelpers.<>c__DisplayClass4_0.<CreateGuardedThread>b__1()
[17:22:37] info:    at System.Threading.Tests.ThreadTestHelpers.<>c__DisplayClass4_0.<CreateGuardedThread>b__2()
[17:22:37] info:    at System.Threading.Tests.ThreadTestHelpers.RunTestInBackgroundThread(Action test)
[17:22:37] info:    at System.Threading.Tests.MutexTests.AbandonExisting(String name, WaitHandleWaitType waitType, Int32 waitCount, Int32 notAbandonedWaitIndex, Boolean isNotAbandonedWaitObjectSignaled, Boolean abandonDuringWait)
[17:22:37] info:    at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
[17:22:37] info:    at System.Reflection.MethodBaseInvoker.InvokeWithManyArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[17:22:37] info: ----- Inner Stack Trace -----
[17:22:37] info:    at System.AssertExtensions.Throws[AbandonedMutexException,Boolean](Func`1 func)
[17:22:37] info:    at System.Threading.Tests.MutexTests.<>c__DisplayClass19_0.<AbandonExisting>b__0()
[17:22:37] info:    at System.Threading.Tests.ThreadTestHelpers.<>c__DisplayClass4_0.<CreateGuardedThread>b__0()
[17:22:37] info: ----- Inner Stack Trace -----
[17:22:37] info:    at System.AssertExtensions.Throws[AbandonedMutexException,Boolean](Func`1 func)
Author: pavelsavara
Assignees: ilonatommy
Labels:

arch-wasm, blocking-clean-ci, area-VM-threading-mono, Known Build Error, os-browser

Milestone: 9.0.0

@AlitzelMendez
Copy link
Member

Known issues update: This issue has been affected by the issue described in: dotnet/dnceng#2065. Since all the issues opened after 02/20 can cause the build analysis to fail, I will exclude this issue from the build analysis and add a tracking label to restore it as a known issue once this problem is resolved.

@AlitzelMendez AlitzelMendez 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 Feb 22, 2024
@pavelsavara pavelsavara removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Mar 4, 2024
@pavelsavara
Copy link
Member Author

is seems it's not a problem anymore

@pavelsavara
Copy link
Member Author

another Log

@github-actions github-actions bot locked and limited conversation to collaborators May 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-VM-threading-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Projects
None yet
Development

No branches or pull requests

3 participants