Skip to content

Reenable SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds fail…

fa0d7db
Select commit
Loading
Failed to load commit list.
Merged

Reenable ClientDisableTlsResume_Succeeds test #113604

Reenable SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds fail…
fa0d7db
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Mar 18, 2025 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: The affected test did not fail, other failures are unrelated
  • The check result has changed from Failure to Success

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known Infrastructure Errors

Build Failures

runtime-extra-platforms / Build / windows-x64 Release Libraries_NET48 / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌LINK(0,0): error LNK1181: cannot open input file 'D:\a\_work\1\s\artifacts\bin\coreclr\windows.x64.Release\cdaclibs\unwinder_cdac_amd64.lib'
    ❌.packages\microsoft.dotnet.ilcompiler\10.0.0-preview.3.25124.11\build\Microsoft.NETCore.Native.targets(393,5): error MSB3073: The command ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.42.34433\bin\Hostx64\x64\link.exe" @"D:\a\_work\1\s\artifacts\obj\cdacreader\Release\net10.0\win-x64\native\link.rsp"" exited with code 1181.

Known test errors

Test Failures (5 tests failed)

🔹 [All failing tests from runtime]

🔹 [All failing tests from runtime-extra-platforms]

    HardwareIntrinsics_General_ro.WorkItemExecution [Console] [Details] [Artifacts] [1.05% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
    This is a helix work item crash with status: DeadLetter. To investigate look the [Console log] / navigate to [Helix Artifacts]

    Failing Configuration

    System.Configuration.Tests.CustomHostTests.FilePathIsPopulatedCorrectly [Console] [Details] [Artifacts] [0.01% 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: 34
    

    Image Name PID Services
    ========================= ======== ============================================
    svchost.exe 964 BrokerInfrastructure, DcomLaunch, PlugPlay,
    Power, SystemEventsBroker
    svchost.exe 632 RpcEptMapper, RpcSs
    svchost.exe 916 LSM
    svchost.exe 1084 CryptSvc
    svchost.exe 1092 TermService
    svchost.exe 1156 lmhosts
    svchost.exe 1208 TimeBrokerSvc
    svchost.exe 1240 NcbService
    svchost.exe 1296 gpsvc
    svchost.exe 1396 AppIDSvc
    svchost.exe 1484 Schedule
    svchost.exe 1508 CoreMessagingRegistrar
    svchost.exe 1524 nsi
    svchost.exe 1564 ProfSvc
    svchost.exe 1604 UmRdpService
    svchost.exe 1656 netprofm
    svchost.exe 1716 vmicheartbeat
    svchost.exe 1736 vmickvpexchange
    svchost.exe 1756 UserManager
    svchost.exe 1772 vmicshutdown
    svchost.exe 1800 DispBrokerDesktopSvc
    svchost.exe 1868 vmictimesync
    svchost.exe 2040 CertPropSvc
    svchost.exe 1892 EventLog
    svchost.exe 2164 LanmanWorkstation
    svchost.exe 2180 Dnscache
    svchost.exe 2280 EventSystem
    svchost.exe 2296 SysMain
    svchost.exe 2304 Themes
    svchost.exe 2420 SessionEnv
    svchost.exe 2488 SENS
    svchost.exe 2536 Dhcp
    svchost.exe 2664 AudioEndpointBuilder
    svchost.exe 2688 FontCache
    svchost.exe 2760 WinHttpAutoProxySvc
    svchost.exe 2820 Audiosrv
    svchost.exe 2904 TextInputManagementService
    svchost.exe 2992 DusmSvc
    svchost.exe 3012 Wcmsvc
    svchost.exe 2316 ShellHWDetection
    svchost.exe 744 RmSvc
    svchost.exe 3252 BFE, mpssvc
    svchost.exe 3364 AppHostSvc
    svchost.exe 3372 DiagTrack
    svchost.exe 3380 DPS

    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 System.Configuration.Tests.CustomHostTests.FilePathIsPopulatedCorrectly() in /_/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/CustomHostTests.cs:line 20
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
    System.Diagnostics.Tests.ProcessTests.TestTotalProcessorTimeMacOs [Console] [Details] [Artifacts] [1.57% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Time 'user' returned by managed API (00:00:01.7978900) should be greated or equal to the time returned by native API (00:00:01.7978910).
    CallStack
       at System.Diagnostics.Tests.ProcessTests.<TestTotalProcessorTimeMacOs>g__AssertTime|229_0(TimeSpan managed, TimeSpan native, String label) in /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs:line 881
       at System.Diagnostics.Tests.ProcessTests.TestTotalProcessorTimeMacOs() in /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs:line 870
       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.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Was this helpful? Yes No