dotnet / source-build

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

Alpine Artifact Changed from 3.19 to 3.19.1 #4393

Closed Winniexu01 closed 3 weeks ago

Winniexu01 commented 1 month ago

main build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2448227&view=logs&j=c2a3fba4-babc-5882-e82a-8e0dc9edd6ec&t=57388f91-aa71-56c7-7172-a3ccb720198f

For all legs: Prepare Tests step fails with:

Microsoft SDK tarball does not exist in '/mnt/vss/_work/1/Artifacts'. The associated build https://dev.azure.com/dnceng/internal/_build/results?buildId=2447623 might have failed.

Download MSFT SDK step fails with:

Pattern: **/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(alpha|preview|rc|rtm)*)-linux*-x64.tar.gz
Minimatch patterns: [**/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(alpha|preview|rc|rtm)*)-linux*-x64.tar.gz]
Applying include pattern against original list.
0 matches
0 final results

The associated builds:

Dotnet-dotnet build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2447655&view=results
Sdk build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2447623&view=results 

There are no dotnet-sdk*.tar.gz files published in Sdk build link.

Only for Alpine319_Online_MsftSdk_x64: Download Source Build SDK and Download Source Built Artifacts steps fail with:

Minimatch patterns: [**/assets/Release/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(alpha|preview|rc|rtm)*)-alpine.3.19-x64.tar.gz]
Filtered 0 files from the Minimatch filters supplied.

Minimatch patterns: [**/assets/Release/Private.SourceBuilt.Artifacts.+([0-9]).+([0-9]).+([0-9])?(-@(alpha|preview|rc|rtm)*).alpine.3.19-x64.tar.gz]
Filtered 0 files from the Minimatch filters supplied.

File name changed: Private.SourceBuilt.Artifacts.9.0.100-preview.5.24258.1.alpine.3.19.1-x64.tar.gz dotnet-sdk-9.0.100-preview.5.24258.1-alpine.3.19.1-x64.tar.gz

ViktorHofer commented 1 month ago

@ellahathaway should we close this issue now that you disabled the pipeline on main with https://github.com/dotnet/sdk/commit/51e1c31a875ff7c9652451f5e5b8875cf7127ada?

ellahathaway commented 1 month ago

Yes, this should be closed in favor of https://github.com/dotnet/sdk/issues/40634. I'll open a different tracking issue to re-enable the runs on main once sdk produces the tarball.

ellahathaway commented 1 month ago

Actually, reopening this because the Alpine artifact name is now different. Is was **/assets/Release/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(alpha|preview|rc|rtm)*)-alpine.3.19-x64.tar.gz and is now **/assets/Release/dotnet-sdk-+([0-9]).+([0-9]).+([0-9])?(-@(alpha|preview|rc|rtm)*)-alpine.3.19.1-x64.tar.gz

MichaelSimons commented 4 weeks ago

[Triage] It would be nice if the RID could be portable so that the SB artifacts would be usable across alpine version upgrades.