Merge main branch to nightly for Februrary 2026 release #7041
Azure Pipelines / dotnet-docker-nightly-pr
succeeded
Feb 11, 2026 in 39m 3s
Build #20260210.3 had test failures
Details
- Failed: 255 (2.28%)
- Passed: 7,871 (70.35%)
- Other: 3,062 (27.37%)
- Total: 11,188
Annotations
Check failure on line 1 in Microsoft.DotNet.Docker.Tests.RuntimeImageTests.VerifyTestProjectScenario
azure-pipelines / dotnet-docker-nightly-pr
Microsoft.DotNet.Docker.Tests.RuntimeImageTests.VerifyTestProjectScenario
System.InvalidOperationException : Failed to execute docker build -t 9.0-build-134152239480791719 -f /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/TestAppArtifacts/Dockerfile --target build --build-arg sdk_image=mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7 --build-arg runtime_image=mcr.microsoft.com/dotnet/nightly/runtime:9.0-bookworm-slim-arm32v7 --build-arg port=8080 --build-arg runtime_deps_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-bookworm-slim-arm32v7 --build-arg rid=linux-arm --platform linux/arm/v7 /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/consoleApp134152239420608609
Exit code: 1
Standard Error: #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 516B done
#1 DONE 0.0s
#2 [internal] load metadata for mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 54B done
#3 DONE 0.0s
#4 [build 1/8] FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 490B done
#5 DONE 0.0s
#6 [build 2/8] WORKDIR /source
#6 CACHED
#7 [build 3/8] COPY NuGet.config .
#7 CACHED
#8 [build 4/8] WORKDIR /source/app
#8 CACHED
#9 [build 5/8] COPY app/*.csproj .
#9 CACHED
#10 [build 6/8] RUN dotnet restore -r linux-arm
#10 1.338 Determining projects to restore...
#10 2.636 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.linux-arm with version (= 9.0.13)
#10 2.636 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
#10 2.636 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
#10 2.636 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
#10 2.636 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 2.636 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-arm with version (= 9.0.13)
#10 2.636 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
#10 2.636 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
#10 2.636 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
#10 2.636 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 2.760 Failed to restore /source/app/app.csproj (in 778 ms).
#10 ERROR: process "/bin/sh -c dotnet restore -r $rid" did not complete successfully: exit code: 1
------
> [build 6/8] RUN dotnet restore -r linux-arm:
2.636 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
2.636 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
2.636 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
2.636 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
2.636 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-arm with version (= 9.0.13)
2.636 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
2.636 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
2.636 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
2.636 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dot
Raw output
at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in /repo/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 /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 234
at Microsoft.DotNet.Docker.Tests.DockerHelper.Build(String tag, String dockerfile, String target, String contextDir, Boolean pull, String platform, String output, String[] buildArgs) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 98
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.Build(TestSolution testSolution, String stageTarget, String[] customBuildArgs) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 94
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.ExecuteAsync() in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 145
at Microsoft.DotNet.Docker.Tests.RuntimeImageTests.VerifyTestProjectScenario(ProductImageData imageData) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/RuntimeImageTests.cs:line 40
--- End of stack trace from previous location ---
Check failure on line 1 in Microsoft.DotNet.Docker.Tests.SdkImageTests.VerifyBlazorWasmScenario
azure-pipelines / dotnet-docker-nightly-pr
Microsoft.DotNet.Docker.Tests.SdkImageTests.VerifyBlazorWasmScenario
System.InvalidOperationException : Failed to execute docker build -t 9.0-build-134152240550239595 -f /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/TestAppArtifacts/Dockerfile --target build --build-arg sdk_image=mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7 --build-arg runtime_image=mcr.microsoft.com/dotnet/nightly/aspnet:9.0-bookworm-slim-arm32v7 --build-arg port=8080 --build-arg runtime_deps_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-bookworm-slim-arm32v7 --build-arg rid=linux-arm --platform linux/arm/v7 /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/blazorwasmApp134152240484059966
Exit code: 1
Standard Error: #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 418B done
#1 DONE 0.0s
#2 [internal] load metadata for mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 54B done
#3 DONE 0.0s
#4 [build 1/8] FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 8.71MB 0.1s done
#5 DONE 0.1s
#6 [build 2/8] WORKDIR /source
#6 CACHED
#7 [build 3/8] COPY NuGet.config .
#7 CACHED
#8 [build 4/8] WORKDIR /source/app
#8 CACHED
#9 [build 5/8] COPY app/*.csproj .
#9 DONE 0.8s
#10 [build 6/8] RUN dotnet restore
#10 1.432 Determining projects to restore...
#10 5.285 /source/app/app.csproj : warning NU1603: app depends on Microsoft.AspNetCore.Components.WebAssembly (>= 9.0.13) but Microsoft.AspNetCore.Components.WebAssembly 9.0.13 was not found. Microsoft.AspNetCore.Components.WebAssembly 10.0.0 was resolved instead.
#10 5.286 /source/app/app.csproj : warning NU1603: app depends on Microsoft.NET.ILLink.Tasks (>= 9.0.13) but Microsoft.NET.ILLink.Tasks 9.0.13 was not found. Microsoft.NET.ILLink.Tasks 10.0.0 was resolved instead.
#10 5.384 /source/app/app.csproj : error NU1202: Package Microsoft.AspNetCore.Components.WebAssembly 10.0.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package Microsoft.AspNetCore.Components.WebAssembly 10.0.0 supports: net10.0 (.NETCoreApp,Version=v10.0)
#10 5.385 /source/app/app.csproj : error NU1202: Package Microsoft.AspNetCore.Components.WebAssembly 10.0.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0) / browser-wasm. Package Microsoft.AspNetCore.Components.WebAssembly 10.0.0 supports: net10.0 (.NETCoreApp,Version=v10.0)
#10 5.499 Failed to restore /source/app/app.csproj (in 3.38 sec).
#10 ERROR: process "/bin/sh -c dotnet restore" did not complete successfully: exit code: 1
------
> [build 6/8] RUN dotnet restore:
1.432 Determining projects to restore...
5.285 /source/app/app.csproj : warning NU1603: app depends on Microsoft.AspNetCore.Components.WebAssembly (>= 9.0.13) but Microsoft.AspNetCore.Components.WebAssembly 9.0.13 was not found. Microsoft.AspNetCore.Components.WebAssembly 10.0.0 was resolved instead.
5.286 /source/app/app.csproj : warning NU1603: app depends on Microsoft.NET.ILLink.Tasks (>= 9.0.13) but Microsoft.NET.ILLink.Tasks 9.0.13 was not found. Microsoft.NET.ILLink.Tasks 10.0.0 was resolved instead.
5.384 /source/app/app.csproj : error NU1202: Package Microsoft.AspNetCore.Components.WebAssembly 10.0.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package Microsoft.AspNetCore.Components.WebAssembly 10.0.0 supports: net10.0 (.NETCoreApp,Version=v10.0)
5.385 /source/app/app.csproj : error NU1202: Package Microsoft.AspNetCore.Components.WebAssembly 10.0.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0) / browser-wasm. Package Microsoft.AspNetCore.Components.WebAssembly 10.0.0 supports: net10.0 (.NETCoreApp,Version=v10.0)
5.499 Failed to restore /source/app/app.csproj (in 3.38 sec).
------
Dockerfile:13
--------------------
11 | WORKDIR /source/app
12 | COPY app/*.csproj .
13 | >>> RUN dotnet resto
Raw output
at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in /repo/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 /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 234
at Microsoft.DotNet.Docker.Tests.DockerHelper.Build(String tag, String dockerfile, String target, String contextDir, Boolean pull, String platform, String output, String[] buildArgs) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 98
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.Build(TestSolution testSolution, String stageTarget, String[] customBuildArgs) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 94
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.ExecuteAsync() in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 145
at Microsoft.DotNet.Docker.Tests.SdkImageTests.VerifyBlazorWasmScenario(ProductImageData imageData) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/SdkImageTests.cs:line 86
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
azure-pipelines / dotnet-docker-nightly-pr
Microsoft.DotNet.Docker.Tests.RuntimeDepsImageTests.VerifySelfContainedConsoleScenario
System.InvalidOperationException : Failed to execute docker build -t 9.0-build-134152239082827445 -f /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/TestAppArtifacts/Dockerfile --target build --build-arg sdk_image=mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7 --build-arg runtime_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-bookworm-slim-arm32v7 --build-arg port=8080 --build-arg runtime_deps_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-bookworm-slim-arm32v7 --build-arg rid=linux-arm --platform linux/arm/v7 /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/consoleApp134152239010499884
Exit code: 1
Standard Error: #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 544B done
#1 DONE 0.0s
#2 [internal] load metadata for mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 54B done
#3 DONE 0.0s
#4 [internal] load build context
#4 transferring context: 1.11kB done
#4 DONE 0.2s
#5 [build 1/8] FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7
#5 DONE 0.4s
#6 [build 2/8] WORKDIR /source
#6 DONE 1.1s
#7 [build 3/8] COPY NuGet.config .
#7 DONE 0.2s
#8 [build 4/8] WORKDIR /source/app
#8 DONE 0.3s
#9 [build 5/8] COPY app/*.csproj .
#9 DONE 0.2s
#10 [build 6/8] RUN dotnet restore -r linux-arm
#10 1.409 Determining projects to restore...
#10 2.731 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.linux-arm with version (= 9.0.13)
#10 2.731 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
#10 2.731 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
#10 2.731 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
#10 2.731 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 2.731 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-arm with version (= 9.0.13)
#10 2.731 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
#10 2.731 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
#10 2.731 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
#10 2.731 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 2.851 Failed to restore /source/app/app.csproj (in 800 ms).
#10 ERROR: process "/bin/sh -c dotnet restore -r $rid" did not complete successfully: exit code: 1
------
> [build 6/8] RUN dotnet restore -r linux-arm:
2.731 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
2.731 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
2.731 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
2.731 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
2.731 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-arm with version (= 9.0.13)
2.731 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
2.731 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
2.731 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
2.731 /source/app/app.csproj : error NU1102: - Found
Raw output
at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in /repo/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 /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 234
at Microsoft.DotNet.Docker.Tests.DockerHelper.Build(String tag, String dockerfile, String target, String contextDir, Boolean pull, String platform, String output, String[] buildArgs) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 98
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.Build(TestSolution testSolution, String stageTarget, String[] customBuildArgs) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 94
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.ExecuteAsync() in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 145
at Microsoft.DotNet.Docker.Tests.RuntimeDepsImageTests.VerifySelfContainedConsoleScenario(ProductImageData imageData) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/RuntimeDepsImageTests.cs:line 43
--- End of stack trace from previous location ---
azure-pipelines / dotnet-docker-nightly-pr
Microsoft.DotNet.Docker.Tests.RuntimeDepsImageTests.VerifySelfContainedWebScenario
System.InvalidOperationException : Failed to execute docker build -t 9.0-build-134152239210631180 -f /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/TestAppArtifacts/Dockerfile --target build --build-arg sdk_image=mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7 --build-arg runtime_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-bookworm-slim-arm32v7 --build-arg port=8080 --build-arg runtime_deps_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-bookworm-slim-arm32v7 --build-arg rid=linux-arm --platform linux/arm/v7 /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/webApp134152239145973684
Exit code: 1
Standard Error: #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 544B done
#1 DONE 0.0s
#2 [internal] load metadata for mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 54B done
#3 DONE 0.0s
#4 [build 1/8] FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0-bookworm-slim-arm32v7
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 960B done
#5 DONE 0.0s
#6 [build 2/8] WORKDIR /source
#6 CACHED
#7 [build 3/8] COPY NuGet.config .
#7 CACHED
#8 [build 4/8] WORKDIR /source/app
#8 CACHED
#9 [build 5/8] COPY app/*.csproj .
#9 DONE 1.1s
#10 [build 6/8] RUN dotnet restore -r linux-arm
#10 1.433 Determining projects to restore...
#10 2.870 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.linux-arm with version (= 9.0.13)
#10 2.870 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
#10 2.870 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
#10 2.870 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
#10 2.870 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 2.870 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-arm with version (= 9.0.13)
#10 2.870 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
#10 2.870 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
#10 2.870 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
#10 2.870 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 3.003 Failed to restore /source/app/app.csproj (in 914 ms).
#10 ERROR: process "/bin/sh -c dotnet restore -r $rid" did not complete successfully: exit code: 1
------
> [build 6/8] RUN dotnet restore -r linux-arm:
1.433 Determining projects to restore...
.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
2.870 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
2.870 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
2.870 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-arm with version (= 9.0.13)
2.870 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
2.870 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
2.870 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
2.870 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
3.003 Failed to restore /source/app/app.csproj (in 914 ms).
------
Dockerfile:14
------
Raw output
at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in /repo/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 /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 234
at Microsoft.DotNet.Docker.Tests.DockerHelper.Build(String tag, String dockerfile, String target, String contextDir, Boolean pull, String platform, String output, String[] buildArgs) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 98
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.Build(TestSolution testSolution, String stageTarget, String[] customBuildArgs) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 94
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.ExecuteAsync() in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 145
at Microsoft.DotNet.Docker.Tests.RuntimeDepsImageTests.VerifySelfContainedWebScenario(ProductImageData imageData) in /repo/dotnet-docker/tests/Microsoft.DotNet.Docker.Tests/RuntimeDepsImageTests.cs:line 58
--- End of stack trace from previous location ---
Loading