You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShutdownTests.ShutdownTestRun fails on the linux-x64 Release TestReadyToRun_Libraries leg of runtime-coreclr crossgen2 (def 124) with System.InvalidOperationException : No process is associated with this object.. The exception is thrown from Process.get_HasExited() called by DeploymentResult.AssertStillRunning().
[FAIL] Microsoft.AspNetCore.Hosting.FunctionalTests.ShutdownTests.ShutdownTestRun
System.InvalidOperationException : No process is associated with this object.
at System.Diagnostics.Process.get_HasExited()
at Microsoft.AspNetCore.Server.IntegrationTesting.DeploymentResult.AssertStillRunning()
at Microsoft.AspNetCore.Hosting.FunctionalTests.ShutdownTests.ShutdownTestRun(String identifier, String shutDownMechanism)
This is distinct from the NativeAOT variant (#129961) which fails with PlatformNotSupportedException (Assembly.GetCallingAssembly not supported). The crossgen2 variant reaches process launch but the process exits before HasExited can be checked.
Error Message
{
"ErrorMessage": ["[FAIL] Microsoft.AspNetCore.Hosting.FunctionalTests.ShutdownTests.ShutdownTestRun", "System.InvalidOperationException : No process is associated with this object."],
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
ShutdownTests "No process is associated" is:issue is:open — 0 results
"No process is associated" label:"Known Build Error" — 0 results
Recently-closed: no matches
No existing KBE matches this crossgen2-specific signature.
Filed by ci-failure-scan (detection only). ci-failure-fix walks open [ci-scan] KBEs and either opens a small fix PR or comments here to loop in owners — it never disables the test.
Note
🔒 Integrity filter blocked 5 items
The following items were blocked because they don't meet the GitHub integrity level.
#104338search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#103478search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#129832search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#88027search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#117138search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1484682
Build error leg or test failing: linux-x64 Release TestReadyToRun_Libraries - Microsoft.Extensions.Hosting.Functional.Tests
Error Details
ShutdownTests.ShutdownTestRunfails on thelinux-x64 Release TestReadyToRun_Librariesleg ofruntime-coreclr crossgen2(def 124) withSystem.InvalidOperationException : No process is associated with this object.. The exception is thrown fromProcess.get_HasExited()called byDeploymentResult.AssertStillRunning().This is distinct from the NativeAOT variant (#129961) which fails with
PlatformNotSupportedException(Assembly.GetCallingAssembly not supported). The crossgen2 variant reaches process launch but the process exits beforeHasExitedcan be checked.Error Message
{ "ErrorMessage": ["[FAIL] Microsoft.AspNetCore.Hosting.FunctionalTests.ShutdownTests.ShutdownTestRun", "System.InvalidOperationException : No process is associated with this object."], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }First build it occurred
Related issues
Duplicate search
ShutdownTests crossgen2 label:"Known Build Error" is:open— 0 resultsShutdownTestRun "InvalidOperationException" label:"Known Build Error" is:open— 0 resultsShutdownTests "No process is associated" is:issue is:open— 0 results"No process is associated" label:"Known Build Error"— 0 resultsNo existing KBE matches this crossgen2-specific signature.
Filed by
ci-failure-scan(detection only).ci-failure-fixwalks open[ci-scan]KBEs and either opens a small fix PR or comments here to loop in owners — it never disables the test.Note
🔒 Integrity filter blocked 5 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary