Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/5.0.1xx-preview1] Update dependencies from dotnet/windowsdesktop #6473

Conversation

dotnet-maestro[bot]
Copy link

@dotnet-maestro dotnet-maestro bot commented Feb 19, 2020

This pull request updates the following dependencies

From https://github.com/dotnet/windowsdesktop

  • Subscription: fd716221-3efd-4629-c9a9-08d7b0e007f5
  • Build: 20200220.3
  • Date Produced: 2/20/2020 11:39 PM
  • Commit: a7557e0b28db9bcb1d024cd6a9742f3773c145b2
  • Branch: refs/heads/release/5.0-preview1
  • Updates:
    • Microsoft.WindowsDesktop.App -> 5.0.0-preview.1.20120.3
    • Microsoft.WindowsDesktop.App.Ref -> 5.0.0-preview.1.20120.3
    • Microsoft.WindowsDesktop.App.Runtime.win-x64 -> 5.0.0-preview.1.20120.3

Coherency Updates

The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format

  • Microsoft.Dotnet.WinForms.ProjectTemplates -> 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  • Microsoft.DotNet.Wpf.ProjectTemplates -> 5.0.0-preview.1.20119.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

…ld 20200219.4

- Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20119.4
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20119.4
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20119.4

Dependency coherency updates

- Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20119.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
@dotnet-maestro

This comment has been minimized.

@wtgodbe
Copy link
Member

wtgodbe commented Feb 20, 2020

D:\a\1\s\src\redist\targets\GenerateLayout.targets(332,5): error : Problems downloading file from 'https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/5.0.0-preview.1.20119.4/windowsdesktop-runtime-5.0.0-preview.1.20119.4-win-x86.zip'. Does the resource exist on the storage? NotFound : The specified blob does not exist. [D:\a\1\s\src\redist\redist.csproj]

Indeed, the blob doesn't exist - there is no 5.0.0-preview.1.20119.4 folder under WindowsDesktop in dotnetcli. The latest is 5.0.0-preview.1.20118.4. @vatsan-madhavan who can help investigate this?

@dotnet-maestro

This comment has been minimized.

@vatsan-madhavan
Copy link
Member

@MattGal another infra problem ?

@dotnet-maestro

This comment has been minimized.

@nguerrera
Copy link

Retrying

@dotnet-maestro

This comment has been minimized.

@nguerrera
Copy link

nguerrera commented Feb 20, 2020

No dice

Problems downloading file from 'https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/5.0.0-preview.1.20119.4/windowsdesktop-runtime-5.0.0-preview.1.20119.4-win-x86.zip'

cc @dagood @vatsan-madhavan

EDIT: Sorry for the duplicate information to above

@dotnet-maestro

This comment has been minimized.

@MattGal
Copy link
Member

MattGal commented Feb 20, 2020

@MattGal another infra problem ?

sounds like an azure storage issue but I'm taking a look to be sure.

@dotnet-maestro

This comment has been minimized.

@MattGal
Copy link
Member

MattGal commented Feb 20, 2020

I verified the latest up there is https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/5.0.0-preview.1.20118.4/windowsdesktop-runtime-5.0.0-preview.1.20118.4-win-x86.zip . Where is this supposed to be getting published? perhaps that was done incompletely.

@nguerrera
Copy link

I believe from dotnet/windowsdesktop repo

@dotnet-maestro

This comment has been minimized.

@MattGal
Copy link
Member

MattGal commented Feb 20, 2020

I believe from dotnet/windowsdesktop repo

OK... not super familiar with them but I'll go see if I can hunt down a publish failure in their builds.

@dagood
Copy link
Member

dagood commented Feb 20, 2020

Should be from https://dev.azure.com/dnceng/internal/_build/results?buildId=528751&view=results. Maybe the channel isn't configured right to publish to dotnetcli blob storage?

@dotnet-maestro

This comment has been minimized.

@dagood
Copy link
Member

dagood commented Feb 20, 2020

Ah yep, no 5p1 channel configuration in https://github.com/dotnet/windowsdesktop/blob/2bfe43eb8e4fc90388a150634dab891b2aa15ef4/azure-pipelines.yml#L87-L101. Should consider porting dotnet/core-setup#8426 to that repo so channel additions aren't necessarily breaking changes.

@dotnet-maestro

This comment has been minimized.

@nguerrera
Copy link

Who's on point to fix this?

@nguerrera
Copy link

Thanks for tracking that down!

@dagood
Copy link
Member

dagood commented Feb 20, 2020

@NikolaMilosavljevic is probably the right person to take point on this since it's an issue in windowsdesktop infra inherited from core-setup. I'll work with him to get this addressed quickly.

@dotnet-maestro

This comment has been minimized.

@vatsan-madhavan
Copy link
Member

I'll work with him to get this addressed quickly.

👍 Should this be fixed in master as well?

/cc @dotnet/wpf-developers , @RussKie, @AdamYoblick

@dagood
Copy link
Member

dagood commented Feb 20, 2020

I have dotnet/windowsdesktop#531 and dotnet/windowsdesktop#532 submitted to absorb the channel addition break. Porting the PR I mentioned above (and any other involved changes) can be tracked separately to avoid this being a break in the future, I'll file an issue.

@dotnet-maestro

This comment has been minimized.

@dagood
Copy link
Member

dagood commented Feb 20, 2020

Filed dotnet/windowsdesktop#533 to track the long term fix.

@dotnet-maestro

This comment has been minimized.

@dagood
Copy link
Member

dagood commented Feb 20, 2020

This windowsdesktop build is now running with the fix: https://dev.azure.com/dnceng/internal/_build/results?buildId=530513&view=results

@dotnet-maestro

This comment has been minimized.

…ld 20200220.3

- Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20120.3
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20120.3
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20120.3

Dependency coherency updates

- Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20119.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
@dagood
Copy link
Member

dagood commented Feb 21, 2020

Looks like the build got added to the channel before publishing completed. 🤦‍♂

The NuGet Validate stage failed with a funky AzDO error, I posted in the First Responder Teams about it and hit retry because it looks like it could be network flakiness. Keep an eye on https://dev.azure.com/dnceng/internal/_build/results?buildId=530513&view=results to see when to retry this PR.

@dotnet-maestro
Copy link
Author

dotnet-maestro bot commented Feb 21, 2020

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • Waiting on checks: .NET Core core-sdk CI, .NET Core core-sdk CI (build Windows_NT Build_Release_x64), .NET Core core-sdk CI (build Windows_NT Build_ES_Debug_x64), .NET Core core-sdk CI (build Windows_NT Build_Debug_x86)
  • ✔️ Standard Merge Policies Succeeded - No reviews have requested changes.

@wtgodbe
Copy link
Member

wtgodbe commented Feb 21, 2020

@dagood the PR is green, are we good to go?

@dotnet-maestro dotnet-maestro bot merged commit c59ea73 into release/5.0.1xx-preview1 Feb 21, 2020
@dotnet-maestro dotnet-maestro bot deleted the darc-release/5.0.1xx-preview1-bae9476b-13df-4b81-9888-1108c5731696 branch February 21, 2020 00:37
@dotnet-maestro
Copy link
Author

Auto-Merge Status

This pull request has been merged because the following merge policies have succeeded.

  • ✔️ Standard Merge Policies Succeeded - Successful checks: .NET Core core-sdk CI, .NET Core core-sdk CI (build Windows_NT Build_Release_x64), .NET Core core-sdk CI (build Windows_NT Build_ES_Debug_x64), .NET Core core-sdk CI (build Windows_NT Build_Debug_x86), .NET Core core-sdk CI (build Linux Build_LinuxPortable_Release_x64), .NET Core core-sdk CI (build Linux Build_Linux_musl_Debug_x64), .NET Core core-sdk CI (build Linux Build_Arm64_Debug), .NET Core core-sdk CI (build Linux Build_Arm_Debug), .NET Core core-sdk CI (build Darwin Build_Release), .NET Core core-sdk CI (build Linux Build_Rhel_7_2_Release_x64), .NET Core core-sdk CI (build Linux Build_Debian_Stretch_Debug_x64), .NET Core core-sdk CI (build Linux Build_CentOS_7_1_Debug_x64), .NET Core core-sdk CI (build Windows_NT Build_Release_arm), .NET Core core-sdk CI (build Linux Build_Fedora_29_Debug_x64), .NET Core core-sdk CI (build Linux Build_Ubuntu_18_04_Debug_x64), .NET Core core-sdk CI (build Linux Build_Ubuntu_16_04_Debug_x64)
  • ✔️ Standard Merge Policies Succeeded - No reviews have requested changes.

@wtgodbe
Copy link
Member

wtgodbe commented Feb 21, 2020

Never mind, the bot did it for us 😆

@nguerrera
Copy link

Thanks, all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants