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

System.Management.Tests fail with System.Management.ManagementException #92518

Open
jkotas opened this issue Sep 23, 2023 · 2 comments
Open

System.Management.Tests fail with System.Management.ManagementException #92518

jkotas opened this issue Sep 23, 2023 · 2 comments
Labels
area-System.Management Known Build Error Use this to report build issues in the .NET Helix tab test-bug Problem in test source code (most likely)
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Sep 23, 2023

    System.Management.Tests.ManagementObjectTests.Set_Property_Win32_ComputerSystem [FAIL]
      System.Management.ManagementException : Invalid class 
      Stack Trace:
        /_/src/libraries/System.Management/src/System/Management/ManagementException.cs(614,0): at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
        /_/src/libraries/System.Management/src/System/Management/ManagementObject.cs(794,0): at System.Management.ManagementObject.Get()
        /_/src/libraries/System.Management/tests/System/Management/ManagementObjectTests.cs(61,0): at System.Management.Tests.ManagementObjectTests.Set_Property_Win32_ComputerSystem()
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
    System.Management.Tests.ManagementClassTests.Get_SourceFile_For_Win32_Processor(lang: CSharp) [FAIL]
      System.Management.ManagementException : Not found 
      Stack Trace:
        /_/src/libraries/System.Management/src/System/Management/ManagementException.cs(614,0): at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
        /_/src/libraries/System.Management/src/System/Management/ManagementObject.cs(794,0): at System.Management.ManagementObject.Get()
        /_/src/libraries/System.Management/src/System/Management/ManagementClass.cs(1438,0): at System.Management.ManagementClass.GetStronglyTypedClassCode(CodeLanguage lang, String filePath, String classNamespace)
        /_/src/libraries/System.Management/tests/System/Management/ManagementClassTests.cs(39,0): at System.Management.Tests.ManagementClassTests.Get_SourceFile_For_Win32_Processor(CodeLanguage lang)
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=416627
Build error leg or test failing: System.Management.Tests.ManagementClassTests.ClassMembers_For_Win32_LogicalDisk
Pull request: #92492

Error Message

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

{
  "ErrorMessage": "System.Management.ManagementException",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=416627
Error message validated: System.Management.ManagementException
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 9/23/2023 6:55:24 AM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@jkotas jkotas added 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 labels Sep 23, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 23, 2023
@ghost
Copy link

ghost commented Sep 23, 2023

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

Issue Details
    System.Management.Tests.ManagementObjectTests.Set_Property_Win32_ComputerSystem [FAIL]      System.Management.ManagementException : Invalid class 
      Stack Trace:
        /_/src/libraries/System.Management/src/System/Management/ManagementException.cs(614,0): at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
        /_/src/libraries/System.Management/src/System/Management/ManagementObject.cs(794,0): at System.Management.ManagementObject.Get()
        /_/src/libraries/System.Management/tests/System/Management/ManagementObjectTests.cs(61,0): at System.Management.Tests.ManagementObjectTests.Set_Property_Win32_ComputerSystem()
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
    System.Management.Tests.ManagementClassTests.Get_SourceFile_For_Win32_Processor(lang: CSharp) [FAIL]
      System.Management.ManagementException : Not found 
      Stack Trace:
        /_/src/libraries/System.Management/src/System/Management/ManagementException.cs(614,0): at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
        /_/src/libraries/System.Management/src/System/Management/ManagementObject.cs(794,0): at System.Management.ManagementObject.Get()
        /_/src/libraries/System.Management/src/System/Management/ManagementClass.cs(1438,0): at System.Management.ManagementClass.GetStronglyTypedClassCode(CodeLanguage lang, String filePath, String classNamespace)
        /_/src/libraries/System.Management/tests/System/Management/ManagementClassTests.cs(39,0): at System.Management.Tests.ManagementClassTests.Get_SourceFile_For_Win32_Processor(CodeLanguage lang)
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=416627
Build error leg or test failing: System.Management.Tests.ManagementClassTests.ClassMembers_For_Win32_LogicalDisk
Pull request: #92492

Error Message

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

{
  "ErrorMessage": "System.Management.ManagementException",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: jkotas
Assignees: -
Labels:

area-System.Management, blocking-clean-ci, Known Build Error

Milestone: -

@ericstj ericstj added test-bug Problem in test source code (most likely) and removed untriaged New issue has not been triaged by the area owner labels Sep 25, 2023
@ericstj ericstj added this to the 9.0.0 milestone Sep 25, 2023
@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@akoeplinger akoeplinger added this to the 9.0.0 milestone Nov 24, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2023
@jeffschwMSFT jeffschwMSFT removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Feb 16, 2024
@jeffschwMSFT
Copy link
Member

removing blocking-clean-ci as it has not failed in 30 days

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

@ericstj ericstj modified the milestones: 9.0.0, Future Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Management Known Build Error Use this to report build issues in the .NET Helix tab test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

4 participants