Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[8.0] [.NET Framework 4.8] [x86] System.Diagnostics HttpHandler test failure: Remote process failed with an unhandled exception #112426

Open
carlossanlop opened this issue Feb 11, 2025 · 3 comments · May be fixed by #112753
Assignees
Labels
arch-x86 area-System.Diagnostics blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab os-windows
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Feb 11, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=948105
Build error leg or test failing: System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
Pull request: #112381

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": ["System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext [FAIL]", "Remote process failed with an unhandled exception."],
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
===========================================================================================================

C:\h\w\A3E308EF\w\A0FF090D\e>xunit.console.exe System.Diagnostics.DiagnosticSource.Tests.dll -xml testResults.xml -nologo -nocolor -trait category=OuterLoop -notrait category=IgnoreForCI -notrait category=failing  
  Discovering: System.Diagnostics.DiagnosticSource.Tests (app domain = on [no shadow copy], method display = ClassAndMethod, method display options = None)
  Discovered:  System.Diagnostics.DiagnosticSource.Tests (found 47 of 257 test cases)
  Starting:    System.Diagnostics.DiagnosticSource.Tests (parallel test collections = on, max threads = 2)

Unhandled Exception: Xunit.Sdk.NullException: Assert.Null() Failure
Expected: (null)
Actual:   |5c332e6c-4a6282b9037c78e1.
   at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeadersTraceStateAndCorrelationContext>b__6_0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
    System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext [FAIL]
      Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
      Stack Trace:
        
        Child exception:
          Xunit.Sdk.NullException: Assert.Null() Failure
        Expected: (null)
        Actual:   |5c332e6c-4a6282b9037c78e1.
           at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeadersTraceStateAndCorrelationContext>b__6_0>d.MoveNext()
        --- End of stack trace from previous location where exception was thrown ---
           at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
           at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
           at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
        
        Child process:
          System.Diagnostics.DiagnosticSource.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests+<>c System.Threading.Tasks.Task <TestW3CHeadersTraceStateAndCorrelationContext>b__6_0()
        
        

Unhandled Exception: Xunit.Sdk.EqualException: Assert.Equal() Failure
                                 ↓ (pos 41)
Expected: ···op.HttpRequestOut.Stop
Actual:   ···op.HttpRequestOut.Start
                                 ↑ (pos 41)
   at Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences)
   at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeaders>b__5_0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
    System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders [FAIL]
      Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
      Stack Trace:
        
        Child exception:
          Xunit.Sdk.EqualException: Assert.Equal() Failure
                                         ↓ (pos 41)
        Expected: ···op.HttpRequestOut.Stop
        Actual:   ···op.HttpRequestOut.Start
                                         ↑ (pos 41)
           at System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.<>c.<<TestW3CHeaders>b__5_0>d.MoveNext()
        --- End of stack trace from previous location where exception was thrown ---
           at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
           at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
           at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args)
        
        Child process:
          System.Diagnostics.DiagnosticSource.Tests, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests+<>c System.Threading.Tasks.Task <TestW3CHeaders>b__5_0()

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=948105
Error message validated: [System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext [FAIL] Remote process failed with an unhandled exception.]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/11/2025 4:35:21 PM UTC

Report

Build Definition Test Pull Request
960189 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960184 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960173 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
960174 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
959807 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
959813 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
959818 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
959814 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
958840 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
958827 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
958817 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
958824 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
957722 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
957725 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
957720 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
957704 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
956372 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
956362 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
956361 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
956364 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
955171 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
955150 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
955168 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
955161 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
954421 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
954422 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
954415 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
954405 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953880 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953871 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953881 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953864 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953578 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953577 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeaders
953562 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
953564 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
952449 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
952442 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
952433 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
952430 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
951159 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
951151 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
951144 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
951140 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
949665 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
949651 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
949650 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
949641 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext
948105 dotnet/runtime System.Diagnostics.Tests.HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
4 28 49
@carlossanlop carlossanlop added arch-x86 area-System.Diagnostics blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab os-windows labels Feb 11, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 11, 2025
Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

@tommcdon
Copy link
Member

@karelz

@tommcdon tommcdon added this to the 10.0.0 milestone Feb 17, 2025
@tommcdon tommcdon removed the untriaged New issue has not been triaged by the area owner label Feb 17, 2025
@karelz
Copy link
Member

karelz commented Feb 18, 2025

@antonfirsov is it something you know about and can help? If not, do you know who could?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
arch-x86 area-System.Diagnostics blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab os-windows
Projects
None yet
4 participants