Merge main branch to nightly for Februrary 2026 release #7041
Azure Pipelines / dotnet-docker-nightly-pr-no-cache
succeeded
Feb 11, 2026 in 35m 1s
Build #20260210.2 had test failures
Details
- Failed: 125 (2.53%)
- Passed: 3,636 (73.53%)
- Other: 1,184 (23.94%)
- Total: 4,945
Annotations
Check failure on line 1 in Microsoft.DotNet.Docker.Tests.RuntimeImageTests.VerifyTestProjectScenario
azure-pipelines / dotnet-docker-nightly-pr-no-cache
Microsoft.DotNet.Docker.Tests.RuntimeImageTests.VerifyTestProjectScenario
System.InvalidOperationException : Failed to execute docker build -t 9.0-build-134152241179135900 -f /repo/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-alpine3.23-amd64 --build-arg runtime_image=mcr.microsoft.com/dotnet/nightly/runtime:9.0-alpine3.23-amd64 --build-arg port=8080 --build-arg runtime_deps_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-alpine3.23-amd64 --build-arg rid=linux-musl-x64 --platform linux/amd64 /repo/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/consoleApp134152241137310233
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-alpine3.23-amd64
#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-alpine3.23-amd64
#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-musl-x64
#10 0.879 Determining projects to restore...
#10 1.719 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
#10 1.719 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
#10 1.719 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
#10 1.719 /source/app/app.csproj : error NU1102: - Found 215 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
#10 1.719 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 1.719 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
#10 1.719 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
#10 1.719 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
#10 1.719 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
#10 1.719 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 1.779 Failed to restore /source/app/app.csproj (in 622 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-musl-x64:
1.719 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
1.719 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
1.719 /source/app/app.csproj : error NU1102: - Found 215 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
1.719 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
1.719 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
1.719 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
1.719 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
1.719 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
1.719 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
1.779 Failed to
Raw output
at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in /repo/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 219
at Microsoft.DotNet.Docker.Tests.DockerHelper.ExecuteWithLogging(String args, Boolean ignoreErrors, Boolean autoRetry) in /repo/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/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 98
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.Build(TestSolution testSolution, String stageTarget, String[] customBuildArgs) in /repo/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 94
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.ExecuteAsync() in /repo/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 145
at Microsoft.DotNet.Docker.Tests.RuntimeImageTests.VerifyTestProjectScenario(ProductImageData imageData) in /repo/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-no-cache
Microsoft.DotNet.Docker.Tests.SdkImageTests.VerifyBlazorWasmScenario
System.InvalidOperationException : Failed to execute docker build -t 9.0-build-134152240752264726 -f /repo/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-alpine3.23-amd64 --build-arg runtime_image=mcr.microsoft.com/dotnet/nightly/aspnet:9.0-alpine3.23-amd64 --build-arg port=8080 --build-arg runtime_deps_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-alpine3.23-amd64 --build-arg rid=linux-musl-x64 --platform linux/amd64 /repo/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/blazorwasmApp134152240708238659
Exit code: 1
Standard Error: #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 865B done
#1 DONE 0.0s
#2 [internal] load metadata for mcr.microsoft.com/dotnet/nightly/sdk:9.0-alpine3.23-amd64
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 54B done
#3 DONE 0.0s
#4 [build 1/9] FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0-alpine3.23-amd64
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 8.71MB 0.0s done
#5 DONE 0.1s
#6 [build 2/9] WORKDIR /source
#6 CACHED
#7 [build 3/9] COPY NuGet.config .
#7 CACHED
#8 [build 4/9] RUN dotnet workload install --configfile NuGet.config wasm-tools && . /etc/os-release && case $ID in alpine) apk add --no-cache python3 ;; debian | ubuntu) apt-get update && apt-get install -y --no-install-recommends python3 && rm -rf /var/lib/apt/lists/* ;; mariner | azurelinux) tdnf install -y python3 && tdnf clean all ;; esac
#8 0.555
#8 1.238 Skipping NuGet package signature verification.
#8 2.979 Installing workload manifest microsoft.net.sdk.android version 35.0.105...
#8 3.190 Installing workload manifest microsoft.net.sdk.ios version 26.0.9785...
#8 3.368 Installing workload manifest microsoft.net.sdk.maccatalyst version 26.0.9785...
#8 3.534 Installing workload manifest microsoft.net.sdk.macos version 26.0.9785...
#8 3.704 Installing workload manifest microsoft.net.sdk.maui version 9.0.120...
#8 3.875 Installing workload manifest microsoft.net.sdk.tvos version 26.0.9785...
#8 4.059 Installing pack Microsoft.NET.Runtime.WebAssembly.Sdk version 9.0.13...
#8 5.150 Writing workload pack installation record for Microsoft.NET.Runtime.WebAssembly.Sdk version 9.0.13...
#8 5.164 Installing pack Microsoft.NET.Sdk.WebAssembly.Pack version 9.0.13...
#8 6.044 Writing workload pack installation record for Microsoft.NET.Sdk.WebAssembly.Pack version 9.0.13...
#8 6.045 Installing pack Microsoft.NETCore.App.Runtime.Mono.browser-wasm version 9.0.13...
#8 8.785 Writing workload pack installation record for Microsoft.NETCore.App.Runtime.Mono.browser-wasm version 9.0.13...
#8 8.786 Installing pack Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm version 9.0.13...
#8 9.791 Writing workload pack installation record for Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm version 9.0.13...
#8 9.792 Installing pack Microsoft.NET.Runtime.MonoAOTCompiler.Task version 9.0.13...
#8 10.02 Writing workload pack installation record for Microsoft.NET.Runtime.MonoAOTCompiler.Task version 9.0.13...
#8 10.02 Installing pack Microsoft.NET.Runtime.MonoTargets.Sdk version 9.0.13...
#8 10.27 Writing workload pack installation record for Microsoft.NET.Runtime.MonoTargets.Sdk version 9.0.13...
#8 10.27 Installing pack Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-x64 version 9.0.13...
#8 10.88 Writing workload pack installation record for Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-x64 version 9.0.13...
#8 10.88 Installing pack Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-x64 version 9.0.13...
#8 10.95 Workload installation failed. Rolling back installed packs...
#8 10.95 Rolling back pack Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-x64 ins
Raw output
at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in /repo/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 219
at Microsoft.DotNet.Docker.Tests.DockerHelper.ExecuteWithLogging(String args, Boolean ignoreErrors, Boolean autoRetry) in /repo/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/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 98
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.Build(TestSolution testSolution, String stageTarget, String[] customBuildArgs) in /repo/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 94
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.ExecuteAsync() in /repo/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 145
at Microsoft.DotNet.Docker.Tests.SdkImageTests.VerifyBlazorWasmScenario(ProductImageData imageData) in /repo/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-no-cache
Microsoft.DotNet.Docker.Tests.AspnetImageTests.VerifyFxDependentAppScenario
System.InvalidOperationException : Failed to execute docker build -t 9.0-build-134152240328665453 -f /repo/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-alpine3.23-amd64 --build-arg runtime_image=mcr.microsoft.com/dotnet/nightly/aspnet:9.0-alpine3.23-amd64 --build-arg port=8080 --build-arg runtime_deps_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-alpine3.23-amd64 --build-arg rid=linux-musl-x64 --platform linux/amd64 /repo/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/webApp134152240293861736
Exit code: 1
Standard Error: #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 526B done
#1 DONE 0.0s
#2 [internal] load metadata for mcr.microsoft.com/dotnet/nightly/sdk:9.0-alpine3.23-amd64
#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-alpine3.23-amd64
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 1.58kB done
#5 DONE 0.0s
#6 [build 3/8] COPY NuGet.config .
#6 CACHED
#7 [build 4/8] WORKDIR /source/app
#7 CACHED
#8 [build 2/8] WORKDIR /source
#8 CACHED
#9 [build 5/8] COPY app/*.csproj .
#9 CACHED
#10 [build 6/8] RUN dotnet restore -r linux-musl-x64
#10 0.969 Determining projects to restore...
#10 2.047 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
#10 2.047 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
#10 2.047 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
#10 2.047 /source/app/app.csproj : error NU1102: - Found 215 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
#10 2.047 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 2.047 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
#10 2.047 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
#10 2.047 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
#10 2.047 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
#10 2.047 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 2.110 Failed to restore /source/app/app.csproj (in 836 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-musl-x64:
2.047 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
2.047 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
2.047 /source/app/app.csproj : error NU1102: - Found 215 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
2.047 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
2.047 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
2.047 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
2.047 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
2.047 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
2.047 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
2.110 Failed to res
Raw output
at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in /repo/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 219
at Microsoft.DotNet.Docker.Tests.DockerHelper.ExecuteWithLogging(String args, Boolean ignoreErrors, Boolean autoRetry) in /repo/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/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 98
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.Build(TestSolution testSolution, String stageTarget, String[] customBuildArgs) in /repo/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 94
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.ExecuteAsync() in /repo/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 145
at Microsoft.DotNet.Docker.Tests.AspnetImageTests.VerifyFxDependentAppScenario(ProductImageData imageData) in /repo/tests/Microsoft.DotNet.Docker.Tests/AspnetImageTests.cs:line 36
--- End of stack trace from previous location ---
azure-pipelines / dotnet-docker-nightly-pr-no-cache
Microsoft.DotNet.Docker.Tests.RuntimeImageTests.VerifyFxDependentAppScenario
System.InvalidOperationException : Failed to execute docker build -t 9.0-build-134152241009186527 -f /repo/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-alpine3.23-amd64 --build-arg runtime_image=mcr.microsoft.com/dotnet/nightly/runtime:9.0-alpine3.23-amd64 --build-arg port=8080 --build-arg runtime_deps_image=mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-alpine3.23-amd64 --build-arg rid=linux-musl-x64 --platform linux/amd64 /repo/tests/Microsoft.DotNet.Docker.Tests/bin/Debug/net9.0/consoleApp134152240969469868
Exit code: 1
Standard Error: #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 DONE 0.0s
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 526B done
#1 DONE 0.0s
#2 [internal] load metadata for mcr.microsoft.com/dotnet/nightly/sdk:9.0-alpine3.23-amd64
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 54B done
#3 DONE 0.1s
#4 [build 1/8] FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0-alpine3.23-amd64
#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-musl-x64
#10 1.019 Determining projects to restore...
#10 1.770 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
#10 1.770 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
#10 1.770 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
#10 1.770 /source/app/app.csproj : error NU1102: - Found 215 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
#10 1.770 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 1.770 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
#10 1.770 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
#10 1.770 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
#10 1.770 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
#10 1.770 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
#10 1.832 Failed to restore /source/app/app.csproj (in 538 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-musl-x64:
1.770 /source/app/app.csproj : error NU1102: - Found 1458 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
1.770 /source/app/app.csproj : error NU1102: - Found 1417 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
1.770 /source/app/app.csproj : error NU1102: - Found 215 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
1.770 /source/app/app.csproj : error NU1102: - Found 0 version(s) in dotnet10
1.770 /source/app/app.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-musl-x64 with version (= 9.0.13)
1.770 /source/app/app.csproj : error NU1102: - Found 1593 version(s) in dotnet8 [ Nearest version: 9.0.0-alpha.1.23417.3 ]
1.770 /source/app/app.csproj : error NU1102: - Found 1147 version(s) in dotnet9 [ Nearest version: 10.0.0-alpha.1.24416.1 ]
1.770 /source/app/app.csproj : error NU1102: - Found 214 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25120.3 ]
1.770 /source/app/app.csproj : e
Raw output
at Microsoft.DotNet.Docker.Tests.DockerHelper.Execute(String args, Boolean ignoreErrors, Boolean autoRetry, ITestOutputHelper outputHelper) in /repo/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 219
at Microsoft.DotNet.Docker.Tests.DockerHelper.ExecuteWithLogging(String args, Boolean ignoreErrors, Boolean autoRetry) in /repo/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/tests/Microsoft.DotNet.Docker.Tests/DockerHelper.cs:line 98
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.Build(TestSolution testSolution, String stageTarget, String[] customBuildArgs) in /repo/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 94
at Microsoft.DotNet.Docker.Tests.ProjectTemplateTestScenario.ExecuteAsync() in /repo/tests/Microsoft.DotNet.Docker.Tests/TestScenarios/ProjectTemplateTestScenario.cs:line 145
at Microsoft.DotNet.Docker.Tests.RuntimeImageTests.VerifyFxDependentAppScenario(ProductImageData imageData) in /repo/tests/Microsoft.DotNet.Docker.Tests/RuntimeImageTests.cs:line 32
--- End of stack trace from previous location ---
Loading