Skip to content

Update OpenTelemetry packages to fix NU1902 vulnerability warnings in…

6258a67
Select commit
Loading
Failed to load commit list.
Draft

Extend IngestionPipeline to support processing documents without a file system reader #7488

Update OpenTelemetry packages to fix NU1902 vulnerability warnings in…
6258a67
Select commit
Loading
Failed to load commit list.
Azure Pipelines / extensions-ci failed Apr 26, 2026 in 35m 7s

Build #20260426.1 had test failures

Details

Tests

  • Failed: 10 (0.02%)
  • Passed: 38,150 (92.68%)
  • Other: 3,003 (7.30%)
  • Total: 41,163

Annotations

Check failure on line 0 in VSTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

VSTest#L0

VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /mnt/vss/_work/1/s/artifacts/TestResults/Release/Microsoft.Agents.AI.ProjectTemplates.Tests_net10.0_x64.html [net10.0|x64]

Check failure on line 0 in VSTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

VSTest#L0

VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\Microsoft.Agents.AI.ProjectTemplates.Tests_net10.0_x64.html [net10.0|x64]

Check failure on line 1 in Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(args: ["--provider=ollama", "--managed-identity=false", "--framework=net10.0"])

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(args: ["--provider=ollama", "--managed-identity=false", "--framework=net10.0"])

dotnet restore

Working Directory: /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_o_ID_F_net10
Local Shipping Path: /mnt/vss/_work/1/s/artifacts/packages/Release/Shipping
NuGet Packages Path: /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/packages

Command failed with non-zero exit code: 1

>> Standard Output:
  Determining projects to restore...
/mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_o_ID_F_net10/AIAgentWebApi_o_ID_F_net10.csproj : error NU1902: Warning As Error: Package 'OpenTelemetry.Api' 1.13.1 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-g94r-2vxg-569j
  Failed to restore /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_o_ID_F_net10/AIAgentWebApi_o_ID_F_net10.csproj (in 1.15 sec).


Raw output
   at Microsoft.Shared.ProjectTemplates.Tests.TestCommandResult.AssertSucceeded(String testDescription) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TestCommandResult.cs:line 40
   at Microsoft.Shared.ProjectTemplates.Tests.TemplateExecutionTestClassFixtureBase.RestoreProjectAsync(Project project) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TemplateExecutionTestClassFixtureBase.cs:line 125
   at Microsoft.Shared.ProjectTemplates.Tests.TemplateExecutionTestBase`1.CreateRestoreAndBuild(String projectName, String[] args, String startupProjectRelativePath) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TemplateExecutionTestBase.cs:line 41
   at Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(String[] args) in /mnt/vss/_work/1/s/test/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates.IntegrationTests/AIAgentWebAPIExecutionTests.cs:line 63
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(args: ["--provider=openai", "--managed-identity=false", "--framework=net10.0"])

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(args: ["--provider=openai", "--managed-identity=false", "--framework=net10.0"])

dotnet restore

Working Directory: /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_oai_ID_F_net10
Local Shipping Path: /mnt/vss/_work/1/s/artifacts/packages/Release/Shipping
NuGet Packages Path: /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/packages

Command failed with non-zero exit code: 1

>> Standard Output:
  Determining projects to restore...
/mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_oai_ID_F_net10/AIAgentWebApi_oai_ID_F_net10.csproj : error NU1902: Warning As Error: Package 'OpenTelemetry.Api' 1.13.1 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-g94r-2vxg-569j
  Failed to restore /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_oai_ID_F_net10/AIAgentWebApi_oai_ID_F_net10.csproj (in 281 ms).


Raw output
   at Microsoft.Shared.ProjectTemplates.Tests.TestCommandResult.AssertSucceeded(String testDescription) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TestCommandResult.cs:line 40
   at Microsoft.Shared.ProjectTemplates.Tests.TemplateExecutionTestClassFixtureBase.RestoreProjectAsync(Project project) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TemplateExecutionTestClassFixtureBase.cs:line 125
   at Microsoft.Shared.ProjectTemplates.Tests.TemplateExecutionTestBase`1.CreateRestoreAndBuild(String projectName, String[] args, String startupProjectRelativePath) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TemplateExecutionTestBase.cs:line 41
   at Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(String[] args) in /mnt/vss/_work/1/s/test/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates.IntegrationTests/AIAgentWebAPIExecutionTests.cs:line 63
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(args: ["--provider=azureopenai", "--managed-identity=false", "--framework=net10.0"])

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(args: ["--provider=azureopenai", "--managed-identity=false", "--framework=net10.0"])

dotnet restore

Working Directory: /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_aoai_ID_F_net10
Local Shipping Path: /mnt/vss/_work/1/s/artifacts/packages/Release/Shipping
NuGet Packages Path: /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/packages

Command failed with non-zero exit code: 1

>> Standard Output:
  Determining projects to restore...
/mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_aoai_ID_F_net10/AIAgentWebApi_aoai_ID_F_net10.csproj : error NU1902: Warning As Error: Package 'OpenTelemetry.Api' 1.13.1 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-g94r-2vxg-569j
  Failed to restore /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_aoai_ID_F_net10/AIAgentWebApi_aoai_ID_F_net10.csproj (in 357 ms).


Raw output
   at Microsoft.Shared.ProjectTemplates.Tests.TestCommandResult.AssertSucceeded(String testDescription) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TestCommandResult.cs:line 40
   at Microsoft.Shared.ProjectTemplates.Tests.TemplateExecutionTestClassFixtureBase.RestoreProjectAsync(Project project) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TemplateExecutionTestClassFixtureBase.cs:line 125
   at Microsoft.Shared.ProjectTemplates.Tests.TemplateExecutionTestBase`1.CreateRestoreAndBuild(String projectName, String[] args, String startupProjectRelativePath) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TemplateExecutionTestBase.cs:line 41
   at Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(String[] args) in /mnt/vss/_work/1/s/test/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates.IntegrationTests/AIAgentWebAPIExecutionTests.cs:line 63
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(args: ["--provider=azureopenai", "--managed-identity=true", "--framework=net10.0"])

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(args: ["--provider=azureopenai", "--managed-identity=true", "--framework=net10.0"])

dotnet restore

Working Directory: /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_aoai_ID_T_net10
Local Shipping Path: /mnt/vss/_work/1/s/artifacts/packages/Release/Shipping
NuGet Packages Path: /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/packages

Command failed with non-zero exit code: 1

>> Standard Output:
  Determining projects to restore...
/mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_aoai_ID_T_net10/AIAgentWebApi_aoai_ID_T_net10.csproj : error NU1902: Warning As Error: Package 'OpenTelemetry.Api' 1.13.1 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-g94r-2vxg-569j
  Failed to restore /mnt/vss/_work/1/s/artifacts/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates/Sandbox/aiagent-webapi/projects/AIAgentWebApi_aoai_ID_T_net10/AIAgentWebApi_aoai_ID_T_net10.csproj (in 1.96 sec).


Raw output
   at Microsoft.Shared.ProjectTemplates.Tests.TestCommandResult.AssertSucceeded(String testDescription) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TestCommandResult.cs:line 40
   at Microsoft.Shared.ProjectTemplates.Tests.TemplateExecutionTestClassFixtureBase.RestoreProjectAsync(Project project) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TemplateExecutionTestClassFixtureBase.cs:line 125
   at Microsoft.Shared.ProjectTemplates.Tests.TemplateExecutionTestBase`1.CreateRestoreAndBuild(String projectName, String[] args, String startupProjectRelativePath) in /mnt/vss/_work/1/s/test/ProjectTemplates/Infrastructure/TemplateExecutionTestBase.cs:line 41
   at Microsoft.Agents.AI.ProjectTemplates.Tests.AIAgentWebAPIExecutionTests.TestAllSupportedConfigurations(String[] args) in /mnt/vss/_work/1/s/test/ProjectTemplates/Microsoft.Agents.AI.ProjectTemplates.IntegrationTests/AIAgentWebAPIExecutionTests.cs:line 63
--- End of stack trace from previous location ---