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

[RISC-V] Enable On Stack Replacement #96558

Merged
merged 10 commits into from
Jan 22, 2024

[RISC-V] Apply jit-formatter

006061e
Select commit
Loading
Failed to load commit list.
Merged

[RISC-V] Enable On Stack Replacement #96558

[RISC-V] Apply jit-formatter
006061e
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 15, 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.48% 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: 12
    

    Image Name PID Services
    ========================= ======== ============================================
    svchost.exe 772 BrokerInfrastructure, DcomLaunch, LSM,
    PlugPlay, Power, SystemEventsBroker
    svchost.exe 832 RpcEptMapper, RpcSs
    svchost.exe 964 Appinfo, CertPropSvc, DsmSvc, gpsvc,
    iphlpsvc, lfsvc, ProfSvc, sacsvr, Schedule,
    SENS, SessionEnv, ShellHWDetection, Themes,
    UserManager, Winmgmt, wlidsvc, WpnService,
    wuauserv
    svchost.exe 984 TermService
    svchost.exe 328 Dhcp, EventLog, lmhosts, NgcCtnrSvc,
    TimeBrokerSvc, vmictimesync
    svchost.exe 432 NcbService, PcaSvc, TrkWks, UALSVC,
    UmRdpService, vmickvpexchange,
    vmicshutdown, WdiSystemHost
    svchost.exe 1116 CDPSvc, EventSystem, FontCache, netprofm,
    nsi, RemoteRegistry, W32Time,
    WinHttpAutoProxySvc
    svchost.exe 1160 vmicheartbeat
    svchost.exe 1168 BFE, CoreMessagingRegistrar, DPS, MpsSvc,
    pla
    svchost.exe 1396 CryptSvc, Dnscache, LanmanWorkstation,
    NlaSvc, WinRM
    svchost.exe 1468 Wcmsvc
    svchost.exe 1728 W3SVC, WAS
    svchost.exe 80 AppHostSvc
    svchost.exe 2088 StateRepository, tiledatamodelsvc
    svchost.exe 2100 DiagTrack
    svchost.exe 2232 LanmanServer
    svchost.exe 3548 CDPUserSvc_4959e, OneSyncSvc_4959e
    svchost.exe 4036 AppReadiness
    svchost.exe 3064 AppXSvc, ClipSVC
    Timed out at 1/12/2024 1:05:50 PM after 60000ms waiting for remote process.
    Wrote mini dump to: C:\h\w\B5D009E3\w\AF1909B3\uploads\5988.bynpss31.ny3.dmp
    Process ID: 5988
    Handle: 1152
    Name: dotnet
    MainModule: C:\h\w\B5D009E3\p\dotnet.exe
    StartTime: 1/12/2024 1:04:49 PM
    TotalProcessorTime: 00:00:08.2656250
    Threads:
    Thread #1 (OS 0x1554) [MTA]
    [HelperMethodFrame] (System.Threading.Thread.SleepInternal)
    System.Threading.Thread.Sleep(Int32)
    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[], System.Globalization.CultureInfo)
    System.Reflection.MethodBase.Invoke(System.Object, System.Object[])
    Microsoft.DotNet.RemoteExecutor.Program.Main(System.String[])
    Thread #2 (OS 0x150C) [Finalizer] [Background]

    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