runtime icon indicating copy to clipboard operation
runtime copied to clipboard

System.Diagnostics.Tests.InstanceDataTests.InstanceDataCollectionCollection tests failing in CI

Open jkotas opened this issue 1 year ago • 4 comments

Hit in #75264. Full log: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-75264-merge-084c1315e5b040e5a8/System.Diagnostics.PerformanceCounter.Tests/1/console.03a615ce.log?helixlogtype=result

    System.Diagnostics.Tests.InstanceDataTests.InstanceDataCollectionCollection_CopyTo [FAIL]
      System.AggregateException : One or more errors occurred. (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.)
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
{ "ErrorMessage":"System.Diagnostics.Tests.InstanceDataTests.InstanceDataCollectionCollection_CopyTo [FAIL]" } 

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

jkotas avatar Sep 11 '22 15:09 jkotas

Tagging subscribers to this area: @dotnet/area-system-diagnostics-performancecounter See info in area-owners.md if you want to be subscribed.

Issue Details

Hit in #75264. Full log: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-75264-merge-084c1315e5b040e5a8/System.Diagnostics.PerformanceCounter.Tests/1/console.03a615ce.log?helixlogtype=result

    System.Diagnostics.Tests.InstanceDataTests.InstanceDataCollectionCollection_CopyTo [FAIL]
      System.AggregateException : One or more errors occurred. (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.) (Category 'Processor' does not exist.)
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
      ---- System.InvalidOperationException : Category 'Processor' does not exist.
{ "ErrorMessage":"System.Diagnostics.Tests.InstanceDataTests.InstanceDataCollectionCollection_CopyTo [FAIL]" } 
Author: jkotas
Assignees: -
Labels:

area-System.Diagnostics.PerformanceCounter, Known Build Error

Milestone: -

ghost avatar Sep 11 '22 15:09 ghost

This is still failing despite multiple attempts to fix this issue https://github.com/dotnet/runtime/search?q=InstanceDataCollectionCollection&type=issues

jkotas avatar Sep 11 '22 15:09 jkotas

cc @smasher164

ViktorHofer avatar Sep 12 '22 09:09 ViktorHofer

Strange to see that the CI failure happened again in a 7.0 PR but it was not collected by Known Build Error.

I was able to find this test failure in the console.log file in the Tests -> Artifacts tab. The output in the job said simply it encountered an error, but no output log file link.

  • PR: https://github.com/dotnet/runtime/pull/84486
  • Queue: Libraries Test Run release coreclr windows x86 Release
    • net7.0-windows-Release-x86-CoreCLR_release-Windows.7.Amd64.Open
  • The weird job error: https://dev.azure.com/dnceng-public/public/_build/results?buildId=231568&view=logs&j=457f7e88-dfa2-5bd9-f871-fdf124c2477d&t=bfe52dfb-2099-5c7f-ee52-70a1d81c544e
  • Artifacts: https://dev.azure.com/dnceng-public/public/_build/results?buildId=231568&view=ms.vss-test-web.build-test-results-tab&runId=4395126&resultId=123557&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
  • Log: https://helixre107v0xd1eu3ibi6ka.blob.core.windows.net/dotnet-runtime-refs-pull-84486-merge-07fde91d85874d40a6/System.Diagnostics.PerformanceCounter.Tests/1/console.69230b8d.log?helixlogtype=result

carlossanlop avatar Apr 10 '23 23:04 carlossanlop