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

WindowsServiceLifetimeTests.ServiceCanStopItself fails in CI #84438

Closed
eerhardt opened this issue Apr 6, 2023 · 1 comment · Fixed by #84447
Closed

WindowsServiceLifetimeTests.ServiceCanStopItself fails in CI #84438

eerhardt opened this issue Apr 6, 2023 · 1 comment · Fixed by #84447
Labels
area-Extensions-Hosting 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

Comments

@eerhardt
Copy link
Member

eerhardt commented Apr 6, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=230208
Build error leg or test failing: Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself
Pull request: #84426

Error Message

Fill the error message using known issues guidance.

{
  "ErrorMessage": "WindowsServiceLifetimeTests.ServiceCanStopItself",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Error Message

Half-way through waiting for remote process.
Memory load: 29

Image Name                     PID Services

========================= ======== ============================================
svchost.exe                    852 BrokerInfrastructure, DcomLaunch, PlugPlay,
Power, SystemEventsBroker

svchost.exe                    996 RpcEptMapper, RpcSs

svchost.exe                    440 LSM

svchost.exe                   1056 TermService

svchost.exe                   1128 CoreMessagingRegistrar

svchost.exe                   1132 lmhosts

svchost.exe                   1184 NcbService

svchost.exe                   1272 Schedule

svchost.exe                   1284 ProfSvc

svchost.exe                   1292 TimeBrokerSvc

svchost.exe                   1368 DispBrokerDesktopSvc

svchost.exe                   1380 nsi

svchost.exe                   1452 UserManager

svchost.exe                   1492 UmRdpService

svchost.exe                   1504 netprofm

svchost.exe                   1668 CertPropSvc

svchost.exe                   1704 vmicheartbeat

svchost.exe                   1724 vmickvpexchange

svchost.exe                   1732 vmicshutdown

svchost.exe                   1788 vmictimesync

svchost.exe                   1972 LanmanWorkstation

svchost.exe                   1984 EventLog

svchost.exe                   1104 EventSystem

svchost.exe                   1484 SysMain

svchost.exe                   1576 Themes

svchost.exe                   2076 Dnscache

svchost.exe                   2116 SENS

svchost.exe                   2132 SessionEnv

svchost.exe                   2208 AudioEndpointBuilder

svchost.exe                   2220 FontCache

svchost.exe                   2328 Dhcp

svchost.exe                   2340 Audiosrv

svchost.exe                   2428 DusmSvc

svchost.exe                   2436 Wcmsvc

svchost.exe                   2496 ShellHWDetection

svchost.exe                   2532 WinHttpAutoProxySvc

svchost.exe                   2696 BFE, mpssvc

svchost.exe                   2868 AppHostSvc

svchost.exe                   2880 CryptSvc

svchost.exe                   2892 DiagTrack

svchost.exe                   2916 iphlpsvc

svchost.exe                   2928 DPS

svchost.exe                   3020 sacsvr

svchost.exe                   3036 LanmanServer

svchost.exe                   3044 StateRepository

svchost.exe                   3064 TrkWks

Stack trace

 at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 224
   at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose() in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 57
   at Microsoft.Extensions.Hosting.WindowsServiceTester.Dispose(Boolean disposing) in /_/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/tests/WindowsServiceTester.cs:line 147
   at System.ComponentModel.Component.Dispose() in /_/src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/Component.cs:line 73
   at Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself() in /_/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/tests/WindowsServiceLifetimeTests.cs:line 167
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59

cc @ericstj

Report

Build Definition Test Pull Request
231292 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #79169
231100 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84468
230666 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself
231008 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84370
230990 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84396
230866 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #83388
230728 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84450
230690 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84191
230656 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84322
230625 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84275
230559 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84427
230346 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84082
230308 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #83470
230208 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84426
230167 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84417
230137 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #82031
229977 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84420
229842 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #79169
229867 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84414
229769 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #84249
229693 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself
229682 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself
229673 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #82381
229667 dotnet/runtime Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself #82379

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
17 24 24
@eerhardt eerhardt added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-Extensions-Hosting Known Build Error Use this to report build issues in the .NET Helix tab labels Apr 6, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 6, 2023
@ghost
Copy link

ghost commented Apr 6, 2023

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

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=230208
Build error leg or test failing: System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA1
Pull request: #84426

Error Message

Fill the error message using known issues guidance.

{
  "ErrorMessage": "Test Microsoft.Extensions.Hosting.WindowsServiceLifetimeTests.ServiceCanStopItself has failed. Check the Test tab for details.",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

cc @ericstj

Author: eerhardt
Assignees: -
Labels:

blocking-clean-ci, area-Extensions-Hosting, Known Build Error

Milestone: -

@ghost ghost added in-pr There is an active PR which will close this issue when it is merged and removed in-pr There is an active PR which will close this issue when it is merged labels Apr 6, 2023
@ghost ghost removed in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner labels Apr 7, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Extensions-Hosting 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant