Closed
Description
Failing Test(s)
Microsoft.AspNetCore.Server.IIS.FunctionalTests.ApplicationInitializationTests.ApplicationInitializationPageIsRequested
Error Message
System.AggregateException : Operation did not succeed after 15 retries (Site is started but no worker process found) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot) (Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot)
---- System.InvalidOperationException : Site is started but no worker process found
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
---- System.InvalidOperationException : Wrong physical path. Expected: C:hwBAD40A59 1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%inetpubwwwroot
Stacktrace
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.WaitUntilSiteStarted(String contentRoot) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 281
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.StartIIS(Uri uri, String contentRoot) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 220
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.DeployAsync() in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 120
at Microsoft.AspNetCore.Server.IntegrationTesting.FunctionalTestsBase.DeployAsync(IISDeploymentParameters parameters) in /_/src/Servers/IIS/IIS/test/Common.FunctionalTests/Infrastructure/FunctionalTestsBase.cs:line 48
at Microsoft.AspNetCore.Server.IntegrationTesting.FunctionalTestsBase.RunTest(IISDeploymentParameters deploymentParameters, Action`1 testCode) in /_/src/Servers/IIS/IIS/test/Common.FunctionalTests/Infrastructure/FunctionalTestsBase.cs:line 42
at Microsoft.AspNetCore.Server.IIS.FunctionalTests.ApplicationInitializationTests.ApplicationInitializationPageIsRequested(HostingModel hostingModel) in /_/src/Servers/IIS/IIS/test/IIS.Shared.FunctionalTests/ApplicationInitializationTests.cs:line 76
--- End of stack trace from previous location ---
----- Inner Stack Trace #1 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #2 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #3 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #4 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #5 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #6 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #7 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #8 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #9 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #10 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #11 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #12 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #13 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #14 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
----- Inner Stack Trace #15 (System.InvalidOperationException) -----
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
Logs
[0.001s] [TestLifetime] [Information] Starting test ApplicationInitializationPageIsRequested-OutOfProcess at 2022-07-11T13:36:34
[0.002s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Deploying [Variation] :: ServerType=IIS, Runtime=CoreClr, Arch=x64, BaseUrlHint=, Publish=True
[0.002s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Microsoft Windows NT 10.0.22000.0
[0.003s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Using prepublished application from C:\h\w\BAD40A59\w\91560823\e\InProcessWebSite-Portable
[0.007s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2\ARM64
[0.007s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying aspnetcorev2_inprocess.dll
[0.008s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2\runtimes\win\lib\net7.0
[0.008s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying System.Diagnostics.EventLog.dll
[0.009s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying System.Diagnostics.EventLog.Messages.dll
[0.009s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2\runtimes\win\lib
[0.009s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2\runtimes\win
[0.010s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2\runtimes
[0.010s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2\wwwroot
[0.010s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying static.txt
[0.010s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2\x64
[0.010s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying aspnetcorev2_inprocess.dll
[0.011s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2\x86
[0.011s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying aspnetcorev2_inprocess.dll
[0.012s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Processing C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2
[0.012s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying InProcessWebSite.deps.json
[0.016s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying InProcessWebSite.dll
[0.016s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying InProcessWebSite.exe
[0.017s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying InProcessWebSite.pdb
[0.017s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying InProcessWebSite.runtimeconfig.json
[0.018s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Authentication.Abstractions.dll
[0.018s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Authentication.Abstractions.pdb
[0.018s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Authentication.Abstractions.xml
[0.019s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Authentication.Core.dll
[0.019s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Authentication.Core.pdb
[0.020s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Authentication.Core.xml
[0.020s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Connections.Abstractions.dll
[0.021s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Connections.Abstractions.pdb
[0.024s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Connections.Abstractions.xml
[0.025s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.Abstractions.dll
[0.025s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.Abstractions.pdb
[0.026s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.Abstractions.xml
[0.026s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.dll
[0.026s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.pdb
[0.027s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
[0.027s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.Server.Abstractions.pdb
[0.028s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.Server.Abstractions.xml
[0.034s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Hosting.xml
[0.034s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Abstractions.dll
[0.035s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Abstractions.pdb
[0.035s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Abstractions.xml
[0.036s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.dll
[0.036s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Extensions.dll
[0.037s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Extensions.pdb
[0.037s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Extensions.xml
[0.038s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Features.dll
[0.038s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Features.pdb
[0.038s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.Features.xml
[0.039s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.pdb
[0.039s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Http.xml
[0.043s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.HttpOverrides.dll
[0.043s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.HttpOverrides.pdb
[0.047s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.HttpOverrides.xml
[0.047s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.HttpsPolicy.dll
[0.048s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.HttpsPolicy.pdb
[0.048s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.HttpsPolicy.xml
[0.048s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.ResponseCompression.dll
[0.049s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.ResponseCompression.pdb
[0.049s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.ResponseCompression.xml
[0.050s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.IIS.dll
[0.050s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.IIS.pdb
[0.051s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.IIS.xml
[0.055s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.IISIntegration.dll
[0.055s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.IISIntegration.pdb
[0.055s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.IISIntegration.xml
[0.056s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Core.dll
[0.057s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Core.pdb
[0.057s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Core.xml
[0.058s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.dll
[0.058s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.pdb
[0.059s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
[0.059s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.pdb
[0.060s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.xml
[0.063s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
[0.064s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.pdb
[0.064s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml
[0.065s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.Server.Kestrel.xml
[0.065s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.WebUtilities.dll
[0.065s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.WebUtilities.pdb
[0.066s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.AspNetCore.WebUtilities.xml
[0.066s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Configuration.Abstractions.dll
[0.067s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Configuration.Binder.dll
[0.070s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Configuration.CommandLine.dll
[0.071s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Configuration.dll
[0.071s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Configuration.EnvironmentVariables.dll
[0.071s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Configuration.FileExtensions.dll
[0.072s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Configuration.Json.dll
[0.072s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Configuration.UserSecrets.dll
[0.073s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.DependencyInjection.Abstractions.dll
[0.073s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.DependencyInjection.dll
[0.074s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Features.dll
[0.074s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Features.pdb
[0.074s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Features.xml
[0.075s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.FileProviders.Abstractions.dll
[0.075s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.FileProviders.Composite.dll
[0.076s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.FileProviders.Physical.dll
[0.076s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.FileSystemGlobbing.dll
[0.079s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Hosting.Abstractions.dll
[0.080s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Hosting.dll
[0.080s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Logging.Abstractions.dll
[0.081s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Logging.Configuration.dll
[0.081s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Logging.Console.dll
[0.081s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Logging.Debug.dll
[0.082s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Logging.dll
[0.082s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Logging.EventLog.dll
[0.083s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Logging.EventSource.dll
[0.083s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.ObjectPool.dll
[0.083s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.ObjectPool.pdb
[0.084s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.ObjectPool.xml
[0.084s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Options.ConfigurationExtensions.dll
[0.085s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Options.dll
[0.085s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Extensions.Primitives.dll
[0.086s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Net.Http.Headers.dll
[0.086s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Net.Http.Headers.pdb
[0.086s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying Microsoft.Net.Http.Headers.xml
[0.087s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying System.Diagnostics.EventLog.dll
[0.087s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying System.IO.Pipelines.dll
[0.088s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying TestTasks.exe
[0.088s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying TestTasks.runtimeconfig.json
[0.089s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying web.config
[0.089s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Debug] Copying xunit.assert.dll
[0.099s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] applicationhost.config path C:\h\w\BAD40A59\t\e1fbd747-9d40-4505-bce2-3b7e71966451
[0.130s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] W3SVC status Running
[0.152s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Starting pool, state: Started
[0.161s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Starting site, state: Started
[87.763s] [Microsoft.AspNetCore.Server.IIS.FunctionalTests.ApplicationInitializationTests] [Error] Test threw an exception.
System.AggregateException: Operation did not succeed after 15 retries (Site is started but no worker process found) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot) (Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot)
---> System.InvalidOperationException: Site is started but no worker process found
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
--- End of inner exception stack trace ---
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.WaitUntilSiteStarted(String contentRoot) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 281
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.StartIIS(Uri uri, String contentRoot) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 220
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.DeployAsync() in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 120
at Microsoft.AspNetCore.Server.IntegrationTesting.FunctionalTestsBase.DeployAsync(IISDeploymentParameters parameters) in /_/src/Servers/IIS/IIS/test/Common.FunctionalTests/Infrastructure/FunctionalTestsBase.cs:line 48
at Microsoft.AspNetCore.Server.IntegrationTesting.FunctionalTestsBase.RunTest(IISDeploymentParameters deploymentParameters, Action`1 testCode) in /_/src/Servers/IIS/IIS/test/Common.FunctionalTests/Infrastructure/FunctionalTestsBase.cs:line 42
at Microsoft.AspNetCore.Server.IIS.FunctionalTests.ApplicationInitializationTests.ApplicationInitializationPageIsRequested(HostingModel hostingModel) in /_/src/Servers/IIS/IIS/test/IIS.Shared.FunctionalTests/ApplicationInitializationTests.cs:line 76
at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_1.<<InvokeTestMethodAsync>b__1>d.MoveNext() in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\Runners\TestInvoker.cs:line 273
--- End of stack trace from previous location ---
at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\ExecutionTimer.cs:line 54
at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in C:\Dev\xunit\xunit\src\xunit.core\Sdk\ExceptionAggregator.cs:line 96
---> (Inner Exception #1) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #2) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #3) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #4) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #5) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #6) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #7) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #8) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #9) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #10) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #11) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #12) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #13) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
---> (Inner Exception #14) System.InvalidOperationException: Wrong physical path. Expected: C:\h\w\BAD40A59\t\1eef89920b61439899e2f8dc7a2f10d2 Actual: %SystemDrive%\inetpub\wwwroot
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.<>c__DisplayClass22_0.<WaitUntilSiteStarted>b__0(ServerManager serverManager) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 244
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 477<---
[87.775s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Stopping site, state: Stopped
[87.778s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Stopping pool, state: Stopping
[89.215s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Site has stopped successfully.
[89.236s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Host process shutting down.
[89.236s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] Debug log file C:\h\w\BAD40A59\t\tmp8B88.tmp found but was empty
[89.279s] [Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer] [Information] [Time]: Total time taken for this test variation '89.2760279' seconds