Skip to content

Update Chisel to v1.4.0

bc3d7b2
Select commit
Loading
Failed to load commit list.
Merged

[nightly] Update common Docker engineering infrastructure with latest #7046

Update Chisel to v1.4.0
bc3d7b2
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-docker-nightly-pr succeeded Mar 3, 2026 in 26m 37s

Build #20260302.5 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 5,653 (71.33%)
  • Other: 2,271 (28.66%)
  • Total: 7,925

Annotations

Check failure on line 1 in Microsoft.DotNet.Docker.Tests.PowerShellTests.VerifyPowerShellScenario_InvokeWebRequest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-docker-nightly-pr

Microsoft.DotNet.Docker.Tests.PowerShellTests.VerifyPowerShellScenario_InvokeWebRequest

System.InvalidOperationException : Failed to execute docker run --name 11.0-pwsh-134169686327995501 --rm  mcr.microsoft.com/dotnet/nightly/sdk:11.0-preview-nanoserver-ltsc2025 pwsh -nologo -noprofile -c (Invoke-WebRequest -Uri 'https://graph.microsoft.com').StatusCode
Exit code: 1
Standard Error: \u001b[31;1mInvoke-WebRequest: \u001b[31;1mAuthentication failed, see inner exception.\u001b[0m
Raw output
   at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in C:\a\_work\1\s\dotnet-docker\tests\Microsoft.DotNet.Docker.Tests\DockerHelper.cs:line 219
   at Microsoft.DotNet.Docker.Tests.DockerHelper.ExecuteWithLogging(String args, Boolean ignoreErrors, Boolean autoRetry) in C:\a\_work\1\s\dotnet-docker\tests\Microsoft.DotNet.Docker.Tests\DockerHelper.cs:line 234
   at Microsoft.DotNet.Docker.Tests.DockerHelper.Run(String image, String name, String command, String workdir, String optionalRunArgs, Boolean detach, String runAsUser, Boolean skipAutoCleanup, Boolean useMountedDockerSocket, Boolean silenceOutput, Boolean tty) in C:\a\_work\1\s\dotnet-docker\tests\Microsoft.DotNet.Docker.Tests\DockerHelper.cs:line 369
   at Microsoft.DotNet.Docker.Tests.PowerShellTests.PowerShellScenario_Execute(ProductImageData imageData, String command, String optionalArgs) in C:\a\_work\1\s\dotnet-docker\tests\Microsoft.DotNet.Docker.Tests\PowerShellTests.cs:line 107
   at Microsoft.DotNet.Docker.Tests.PowerShellTests.VerifyPowerShellScenario_InvokeWebRequest(ProductImageData imageData) in C:\a\_work\1\s\dotnet-docker\tests\Microsoft.DotNet.Docker.Tests\PowerShellTests.cs:line 84
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)