-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
ops-monitorIssues created/handled by the source build monitor roleIssues created/handled by the source build monitor roleuntriaged
Description
All Microsoft.DotNet.SourceBuild.SmokeTests.WebScenarioTests.VerifyScenario tests are failing with errors similar to the following (where the package name varies):
System.InvalidOperationException : Failed to execute /vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/extracted-sdk/dotnet build /bl:/vmr/artifacts/TestResults/Release/WebScenarioTests_BlazorWasm_CSharp-build.binlog
Exit code: 1
Determining projects to restore...
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: Unable to find a stable package Microsoft.Extensions.Configuration.Binder with version (>= 9.0.8)
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 2071 version(s) in dotnet6 [ Nearest version: 6.0.2-mauipre.1.22102.15 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 1562 version(s) in dotnet7 [ Nearest version: 7.0.0-rtm.22511.4 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 1459 version(s) in dotnet8 [ Nearest version: 8.0.0-rtm.23523.3 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 1414 version(s) in dotnet9 [ Nearest version: 9.0.0-rtm.24516.5 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 147 version(s) in dotnet-public [ Nearest version: 10.0.0-preview.1.25080.5 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 59 version(s) in dotnet6-internal [ Nearest version: 6.0.0-rtm.21517.3 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 13 version(s) in dotnet8-internal [ Nearest version: 8.0.0-rc.2.23476.7 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 11 version(s) in dotnet9-internal [ Nearest version: 9.0.0-rtm.24516.6 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 3 version(s) in dotnet7-internal [ Nearest version: 7.0.1-servicing.22609.6 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 1 version(s) in darc-int-dotnet-runtime-3c298d9-1 [ Nearest version: 9.0.7 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 1 version(s) in darc-int-dotnet-runtime-3c298d9-2 [ Nearest version: 9.0.7 ]
/vmr/artifacts/bin/Microsoft.DotNet.SourceBuild.SmokeTests/Release/projects-202507111207077226/WebScenarioTests_BlazorWasm_CSharp/WebScenarioTests_BlazorWasm_CSharp.csproj : error NU1103: - Found 1 version(s) in darc-int-dotnet-runtime-3c298d9-3 [ Nearest version: 9.0.7 ]
Example failing pipeline run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2747914 (internal link)
This was caused by https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/pullrequest/51332 (internal link).
Metadata
Metadata
Assignees
Labels
ops-monitorIssues created/handled by the source build monitor roleIssues created/handled by the source build monitor roleuntriaged
Type
Projects
Status
Done