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

Exclude pwsh7.0 and 7.2 from 4.8xx host #10888

Open
wants to merge 1 commit into
base: in-proc
Choose a base branch
from

Exclude pwsh7.0 and 7.2 from 4.8xx host

583683f
Select commit
Loading
Failed to load commit list.
Open

Exclude pwsh7.0 and 7.2 from 4.8xx host #10888

Exclude pwsh7.0 and 7.2 from 4.8xx host
583683f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / host.integration-tests failed Feb 26, 2025 in 32m 25s

Build #4.39.100-pr.25126.7 had test failures

Details

Tests

  • Failed: 5 (0.32%)
  • Passed: 1,477 (95.41%)
  • Other: 66 (4.26%)
  • Total: 1,548

Annotations

Check failure on line 805 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Build log #L805

Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 810 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Build log #L810

Dotnet command failed with non-zero exit code on the following projects : [
  'D:\\a\\_work\\1\\s\\test\\WebJobs.Script.Tests.Integration\\WebJobs.Script.Tests.Integration.csproj'
]

Check failure on line 66 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Build log #L66

Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 71 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Build log #L71

Dotnet command failed with non-zero exit code on the following projects : [
  'D:\\a\\_work\\1\\s\\test\\WebJobs.Script.Tests.Integration\\WebJobs.Script.Tests.Integration.csproj'
]

Check failure on line 1 in Microsoft.Azure.WebJobs.Script.Tests.EndToEnd.SamplesEndToEndTests_Node.ManualTrigger_Invoke_Succeeds

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Microsoft.Azure.WebJobs.Script.Tests.EndToEnd.SamplesEndToEndTests_Node.ManualTrigger_Invoke_Succeeds

System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
   at Microsoft.Azure.WebJobs.Script.Tests.EndToEnd.SamplesEndToEndTests_Node.ManualTrigger_Invoke_Succeeds() in /_/test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SamplesEndToEndTests_Node.cs:line 44
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Azure.WebJobs.Script.Tests.EndToEnd.SamplesEndToEndTests_PowerShell.HttpTrigger_PowerShell_Get_Succeeds

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Microsoft.Azure.WebJobs.Script.Tests.EndToEnd.SamplesEndToEndTests_PowerShell.HttpTrigger_PowerShell_Get_Succeeds

[18:29:28.975] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] User profile is available. Using 'C:\Users\cloudtest\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. 
[18:29:29.036] [Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcInitializationService] Starting Rpc Initialization Service. 
[18:29:29.036] [Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcInitializationService] Initializing RpcServer 
[18:29:29.038] [Microsoft.Azure.WebJobs.Script.Grpc.AspNetCoreGrpcServer] Started AspNetCoreGrpcServer on http://127.0.0.1:55204. 
[18:29:29.038] [Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcInitializationService] RpcServer initialized 
[18:29:29.038] [Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcInitializationService] Rpc Initialization Service started. 
[18:29:29.038] [Host.General] Startup operation 'b10d20e4-a57f-4371-aa28-6c50a6ac97f1' with parent id '(null)' created. 
[18:29:29.038] [Host.General] Startup operation 'b10d20e4-a57f-4371-aa28-6c50a6ac97f1' starting. 
[18:29:29.038] [Host.General] Building host: version spec: , startup suppressed: 'False', configuration suppressed: 'False', startup operation id: 'b10d20e4-a57f-4371-aa28-6c50a6ac97f1' 
[18:29:29.039] [Host.Startup] Host configuration applied. 
[18:29:29.039] [Host.Startup] Reading host configuration file 'C:\Users\cloudtest\AppData\Local\Temp\FunctionsE2E\250226-182928_0\host.json' 
[18:29:29.039] [Host.Startup] Host configuration file read:
{
  "version": "2.0",
  "watchDirectories": [
    "Shared",
    "Test"
  ],
  "healthMonitor": {
    "enabled": true,
    "healthCheckInterval": "00:00:10",
    "healthCheckWindow": "00:02:00",
    "healthCheckThreshold": 6,
    "counterThreshold": 0.8
  },
  "functionTimeout": "00:05:00",
  "logging": {
    "fileLoggingMode": "always"
  },
  "extensions": {
    "http": {
      "routePrefix": "api",
      "maxConcurrentRequests": 5,
      "maxOutstandingRequests": 30
    }
  }
} 
[18:29:29.045] [Host.LanguageWorkerConfig] Workers Directory set to: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers 
[18:29:29.045] [Host.LanguageWorkerConfig] Found worker config: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\dotnet-isolated\worker.config.json 
[18:29:29.045] [Microsoft.Azure.WebJobs.Script.Workers.WorkerProfileManager] Evaluating HostPropertyCondition with name: platform, value: WINDOWS and expression LINUX 
[18:29:29.045] [Microsoft.Azure.WebJobs.Script.Workers.WorkerProfileManager] Evaluating HostPropertyCondition with name: platform, value: WINDOWS and expression WINDOWS 
[18:29:29.045] [Microsoft.Azure.WebJobs.Script.Workers.WorkerProfileManager] Evaluating HostPropertyCondition with name: platform, value: WINDOWS and expression WINDOWS 
[18:29:29.045] [Microsoft.Azure.WebJobs.Script.Workers.WorkerProfileManager] Worker initialized with profile - WindowsFallbackDisabledWorker, Profile ID 7f586c8b-9fa4-49de-939c-02db02eef163 from worker config. 
[18:29:29.045] [Host.LanguageWorkerConfig] Skipping WorkerConfig for stack: dotnet-isolated since it is disabled. 
[18:29:29.045] [Host.LanguageWorkerConfig] Found worker config: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\java\worker.config.json 
[18:29:29.046] [Host.LanguageWorkerConfig] EnvironmentVariable FUNCTIONS_WORKER_RUNTIME: powershell 
[18:29:29.046] [Host.LanguageWorkerConfig] FUNCTIONS_WORKER_RUNTIME set to powershell. Skipping WorkerConfig for language: java 
[18:29:29.046] [Host.LanguageWorkerConfig] Found worker config: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\node\worker.config.json 
[18:29:29.046] [Host.LanguageWorkerConfig] EnvironmentVariable FUNCTIONS_WORKER_RUNTIME: powershell 
[18:29:29.046] [Host.LanguageWorkerConfig] FUNCTIONS_WORKER_RUNTIME set to powershell. Skipping WorkerConfig for language: node 
[18:29:29.046] [
Raw output
   at Microsoft.Azure.WebJobs.Script.Tests.EndToEnd.SamplesEndToEndTests_PowerShell.InvokeHttpTrigger(String functionName) in /_/test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SamplesEndToEndTests_PowerShell.cs:line 44
   at Microsoft.Azure.WebJobs.Script.Tests.EndToEnd.SamplesEndToEndTests_PowerShell.HttpTrigger_PowerShell_Get_Succeeds() in /_/test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SamplesEndToEndTests_PowerShell.cs:line 33
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Azure.WebJobs.Script.Tests.SpecializationE2ETests.Specialization_ThreadUtilization

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Microsoft.Azure.WebJobs.Script.Tests.SpecializationE2ETests.Specialization_ThreadUtilization

Available ThreadPool threads should not have decreased by more than 3. Actual: 32762. Original: 32766.
Expected: True
Actual:   False
Raw output
   at Microsoft.Azure.WebJobs.Script.Tests.SpecializationE2ETests.Specialization_ThreadUtilization() in /_/test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SpecializationE2ETests.cs:line 201
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Azure.WebJobs.Script.Tests.StandbyManagerE2ETests_Windows.StandbyModeE2E_Dotnet_HostIdValidator_DoesNotRunInPlaceholderMode

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Microsoft.Azure.WebJobs.Script.Tests.StandbyManagerE2ETests_Windows.StandbyModeE2E_Dotnet_HostIdValidator_DoesNotRunInPlaceholderMode

Assert.Empty() Failure
Collection: [[18:34:34.444] [Host.LanguageWorkerConfig] Failed to initialize worker provider for: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\powershell System.IO.FileNotFoundException: File DefaultWorkerPath: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\powershell\7.2/Microsoft.Azure.Functions.PowerShellWorker.dll does not exist.
   at Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.ThrowIfFileNotExists(String inputFile, String paramName) in /_/src/WebJobs.Script/Workers/ProcessManagement/WorkerDescription.cs:line 63
   at Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerConfigFactory.AddProvider(String workerDir) in /_/src/WebJobs.Script/Workers/Rpc/Configuration/RpcWorkerConfigFactory.cs:line 164, [18:34:34.546] [Host.LanguageWorkerConfig] Failed to initialize worker provider for: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\powershell System.IO.FileNotFoundException: File DefaultWorkerPath: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\powershell\7.2/Microsoft.Azure.Functions.PowerShellWorker.dll does not exist.
   at Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.ThrowIfFileNotExists(String inputFile, String paramName) in /_/src/WebJobs.Script/Workers/ProcessManagement/WorkerDescription.cs:line 63
   at Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerConfigFactory.AddProvider(String workerDir) in /_/src/WebJobs.Script/Workers/Rpc/Configuration/RpcWorkerConfigFactory.cs:line 164, [18:34:35.043] [Host.LanguageWorkerConfig] Failed to initialize worker provider for: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\powershell System.IO.FileNotFoundException: File DefaultWorkerPath: D:\a\_work\1\s\out\bin\WebJobs.Script.Tests.Integration\debug_net8.0\workers\powershell\7.2/Microsoft.Azure.Functions.PowerShellWorker.dll does not exist.
   at Microsoft.Azure.WebJobs.Script.Workers.WorkerDescription.ThrowIfFileNotExists(String inputFile, String paramName) in /_/src/WebJobs.Script/Workers/ProcessManagement/WorkerDescription.cs:line 63
   at Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcWorkerConfigFactory.AddProvider(String workerDir) in /_/src/WebJobs.Script/Workers/Rpc/Configuration/RpcWorkerConfigFactory.cs:line 164]
Raw output
   at Microsoft.Azure.WebJobs.Script.Tests.StandbyManagerE2ETests_Windows.StandbyModeE2E_Dotnet_HostIdValidator_DoesNotRunInPlaceholderMode() in /_/test/WebJobs.Script.Tests.Integration/Host/StandbyManager/StandbyManagerE2ETests_Windows.cs:line 209
--- End of stack trace from previous location ---