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

Remove uses of FCThrow in interlocked helpers #96916

Merged
merged 2 commits into from
Jan 13, 2024

Stylecop

3e024ec
Select commit
Loading
Failed to load commit list.
Merged

Remove uses of FCThrow in interlocked helpers #96916

Stylecop
3e024ec
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 12, 2024 in 0s

.NET Result Analysis

Details

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover [Console] [Details] [Artifacts] [0.65% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Half-way through waiting for remote process.
    Memory load: 11
    

    Image Name PID Services
    ========================= ======== ============================================
    svchost.exe 760 BrokerInfrastructure, DcomLaunch, LSM,
    PlugPlay, Power, SystemEventsBroker
    svchost.exe 816 RpcEptMapper, RpcSs
    svchost.exe 948 TermService
    svchost.exe 1012 Dhcp, EventLog, lmhosts, NgcCtnrSvc,
    TimeBrokerSvc, vmictimesync
    svchost.exe 328 NcbService, PcaSvc, TrkWks, UALSVC,
    UmRdpService, vmickvpexchange,
    vmicshutdown, WdiSystemHost
    svchost.exe 836 BFE, CoreMessagingRegistrar, DPS, MpsSvc,
    pla
    svchost.exe 1072 vmicheartbeat
    svchost.exe 1212 Appinfo, CertPropSvc, DsmSvc, gpsvc,
    iphlpsvc, lfsvc, ProfSvc, sacsvr, Schedule,
    SENS, SessionEnv, ShellHWDetection, Themes,
    UserManager, UsoSvc, Winmgmt, wisvc,
    wlidsvc, WpnService, wuauserv
    svchost.exe 1220 CDPSvc, EventSystem, FontCache, netprofm,
    nsi, RemoteRegistry, W32Time,
    WinHttpAutoProxySvc
    svchost.exe 1488 CryptSvc, Dnscache, LanmanWorkstation,
    NlaSvc, WinRM
    svchost.exe 1520 Wcmsvc
    svchost.exe 1408 DiagTrack
    svchost.exe 84 AppHostSvc
    svchost.exe 2060 W3SVC, WAS
    svchost.exe 1836 LanmanServer
    svchost.exe 2132 StateRepository, tiledatamodelsvc
    svchost.exe 3696 CDPUserSvc_534e4, OneSyncSvc_534e4
    svchost.exe 3112 AppReadiness
    svchost.exe 3132 AppXSvc, ClipSVC
    Timed out at 1/12/2024 10:18:31 PM after 60000ms waiting for remote process.
    Wrote mini dump to: C:\h\w\A22608F6\w\A8360941\uploads\5516.adcz3aas.1rd.dmp
    Process ID: 5516
    Handle: 764
    Name: dotnet
    MainModule: C:\h\w\A22608F6\p\dotnet.exe
    StartTime: 1/12/2024 10:17:31 PM
    TotalProcessorTime: 00:00:08.3593750
    Threads:
    Thread #1 (OS 0x155C) [MTA]
    [InlinedCallFrame] (Interop+Kernel32.<GetFileAttributesExPrivate>g____PInvoke|135_0)
    System.IO.FileSystem.FillAttributeInfo(System.String, WIN32_FILE_ATTRIBUTE_DATA ByRef, Boolean)
    System.IO.File.Exists(System.String)
    BasicEventSourceTests.TestsManifestGeneration.VerifyManifestAndRemoveFile(System.String)
    BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGenerationRollover>b__3_0()
    [HelperMethodFrame_PROTECTOBJ] (System.RuntimeMethodHandle.InvokeMethod)
    System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(System.Object, IntPtr*)
    System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(System.Object, System.Reflection.BindingFlags)
    System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], Sy

    CallStack
       at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 225
       at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose() in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 55
       at BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 83
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 48

Was this helpful? Yes No