dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
265 stars 130 forks source link

[main] Stage 2 build is failing in prep step trying to find 9.0 P7 #4586

Open mthalman opened 2 weeks ago

mthalman commented 2 weeks ago
/vmr/eng/tools/BinaryToolKit/BinaryToolKit.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 9.0.0-preview.7.24405.7)
/vmr/eng/tools/BinaryToolKit/BinaryToolKit.csproj : error NU1102:   - Found 8 version(s) in /tmp/tmp.RpNGwiWXMy [ Nearest version: 9.0.0-rc.1.24414.5 ]
/vmr/eng/tools/BinaryToolKit/BinaryToolKit.csproj : error NU1102:   - Found 0 version(s) in /vmr/.dotnet/library-packs
/vmr/eng/tools/BinaryToolKit/BinaryToolKit.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.linux-x64. No packages exist with this id in source(s): /tmp/tmp.RpNGwiWXMy, /vmr/.dotnet/library-packs
/vmr/eng/tools/BinaryToolKit/BinaryToolKit.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Ref with version (= 9.0.0-preview.7.24406.2)
/vmr/eng/tools/BinaryToolKit/BinaryToolKit.csproj : error NU1102:   - Found 3 version(s) in /tmp/tmp.RpNGwiWXMy [ Nearest version: 9.0.0-rc.1.24414.4 ]
/vmr/eng/tools/BinaryToolKit/BinaryToolKit.csproj : error NU1102:   - Found 0 version(s) in /vmr/.dotnet/library-packs

Example build (internal link)

This is a regression caused by https://github.com/dotnet/sdk/pull/42969

dotnet-issue-labeler[bot] commented 2 weeks ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

dotnet-issue-labeler[bot] commented 2 weeks ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

MichaelSimons commented 1 week ago

@NikolaMilosavljevic - Can you investigate as part of SB Monitor?