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

[cdac][.NET9] Data descriptor changes for GetMethodDescData #106417

Closed
wants to merge 1 commit into from

[cdac][.NET9] Data descriptor changes for GetMethodDescData

1e28fa3
Select commit
Loading
Failed to load commit list.
Closed

[cdac][.NET9] Data descriptor changes for GetMethodDescData #106417

[cdac][.NET9] Data descriptor changes for GetMethodDescData
1e28fa3
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 14, 2024 in 0s

.NET Result Analysis

Details

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

Test Failures (6 tests failed)

🔹 [All failing tests from runtime]

    ⚠️ 2 failing tests not displayed for this pipeline due to space limitations

    System.Buffers.ArrayPool.Tests.ArrayPoolUnitTests.ReturnBufferWhenFullFiresDroppedDiagnosticEvent [Console] [Details] [Artifacts] [0.02% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Exception Message
    Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
    CallStack
    Child exception:
      Xunit.Sdk.ContainsException: Assert.Contains() Failure: Filter not matched in collection
    Collection: []
       at System.Buffers.ArrayPool.Tests.ArrayPoolUnitTests.<>c.<ReturnBufferWhenFullFiresDroppedDiagnosticEvent>b__38_0() in /_/src/libraries/System.Runtime/tests/System.Buffers.Tests/ArrayPool/UnitTests.cs:line 466
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       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
    

    Child process:
    System.Buffers.Tests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Buffers.ArrayPool.Tests.ArrayPoolUnitTests+<>c Void <ReturnBufferWhenFullFiresDroppedDiagnosticEvent>b__38_0()

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

    Failing Configuration

    System.Security.Cryptography.X509Certificates.Tests.RevocationTests.AiaTests.AiaIgnoresCertOverLimit [Console] [Details] [Artifacts] [0.02% 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.
    Timed out at 8/14/2024 9:44:22 PM after 60000ms waiting for remote process.
    	Process ID: 1708
    	Handle: 3268
    	Name: dotnet
    	MainModule: /root/helix/work/correlation/dotnet
    	StartTime: 8/14/2024 9:43:21 PM
    	TotalProcessorTime: 00:00:06.4200000
    
    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.Security.Cryptography.X509Certificates.Tests.RevocationTests.AiaTests.AiaIgnoresCertOverLimit() in /_/src/libraries/System.Security.Cryptography/tests/X509Certificates/RevocationTests/AiaTests.cs:line 189
       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 57
    System.Threading.ThreadPools.Tests.ThreadPoolTests.MetricsTest [Console] [Details] [Artifacts] [0.01% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Exception Message
    Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Half-way through waiting for remote process.
    Timed out at 8/14/2024 9:43:38 PM after 60000ms waiting for remote process.
    	Process ID: 2261
    	Handle: 6136
    	Name: dotnet
    	MainModule: /root/helix/work/correlation/dotnet
    	StartTime: 8/14/2024 9:42:38 PM
    	TotalProcessorTime: 00:02:04.3000000
    
    CallStack
       at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 225
       at System.Threading.ThreadPools.Tests.ThreadPoolTests.MetricsTest() in /_/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs:line 444
       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 57

Was this helpful? Yes No