sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[main] Update dependencies from dotnet/runtime

Open dotnet-maestro[bot] opened this issue 1 year ago • 3 comments

This pull request updates the following dependencies

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

  • Coherency Updates:
    • Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport: from 9.0.0-rc.1.24402.2 to 10.0.0-alpha.1.24422.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
    • Microsoft.SourceBuild.Intermediate.emsdk: from 9.0.0-rc.1.24402.2 to 10.0.0-alpha.1.24422.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)

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

  • Subscription: cedddd63-79f5-4e7e-6d46-08dc434c4948
  • Build: 20240829.17
  • Date Produced: August 30, 2024 10:14:20 AM UTC
  • Commit: c2efebf9e8f2292f7ba11796638e1296b3bf35b3
  • Branch: refs/heads/main

dotnet-maestro[bot] avatar Aug 28 '24 19:08 dotnet-maestro[bot]

Notification for subscribed users from https://github.com/dotnet/runtime:

@dotnet/dnr-codeflow

Action requested: Please take a look at this failing automated dependency-flow pull request's checks; failures may be related to changes which originated in your repo.

  • This pull request contains changes from your source repo (https://github.com/dotnet/runtime) and seems to have failed checks in this PR. Please take a peek at the failures and comment if they seem relevant to your changes.
  • If you're being tagged in this comment it is due to an entry in the related Maestro Subscription of the Build Asset Registry. If you feel this entry has added your GitHub login or your GitHub team in error, please update the subscription to reflect this.
  • For more details, please read the Arcade Darc documentation

dotnet-maestro[bot] avatar Aug 28 '24 20:08 dotnet-maestro[bot]

Looks like the .NET 10 runtime isn't being installed correctly:

2024-08-30T13:02:49.1866436Z You must install or update .NET to run this application. 2024-08-30T13:02:49.1867930Z
2024-08-30T13:02:49.1868892Z App: D:\a_work\1\s\artifacts\bin\redist\Release\dotnet\sdk\10.0.100-ci\dotnet.dll 2024-08-30T13:02:49.1870872Z Architecture: x64 2024-08-30T13:02:49.1872600Z Framework: 'Microsoft.NETCore.App', version '10.0.0-alpha.1.24429.17' (x64) 2024-08-30T13:02:49.1872993Z .NET location: D:\a_work\1\s\artifacts\bin\redist\Release\dotnet
2024-08-30T13:02:49.1874235Z
2024-08-30T13:02:49.1876558Z The following frameworks were found: 2024-08-30T13:02:49.1879445Z 6.0.0 at [D:\a_work\1\s\artifacts\bin\redist\Release\dotnet\shared\Microsoft.NETCore.App] 2024-08-30T13:02:49.1879802Z 7.0.0 at [D:\a_work\1\s\artifacts\bin\redist\Release\dotnet\shared\Microsoft.NETCore.App] 2024-08-30T13:02:49.1881518Z 8.0.0 at [D:\a_work\1\s\artifacts\bin\redist\Release\dotnet\shared\Microsoft.NETCore.App] 2024-08-30T13:02:49.1882692Z 9.0.0-preview.7.24405.7 at [D:\a_work\1\s\artifacts\bin\redist\Release\dotnet\shared\Microsoft.NETCore.App] 2024-08-30T13:02:49.1884617Z 9.0.0-rc.1.24412.13 at [D:\a_work\1\s\artifacts\bin\redist\Release\dotnet\shared\Microsoft.NETCore.App] 2024-08-30T13:02:49.1885796Z 9.0.0-rc.1.24414.5 at [D:\a_work\1\s\artifacts\bin\redist\Release\dotnet\shared\Microsoft.NETCore.App]

dsplaisted avatar Aug 30 '24 17:08 dsplaisted

Tracking issue for net10 updates: https://github.com/dotnet/sdk/issues/42920

dsplaisted avatar Aug 30 '24 17:08 dsplaisted

Tracking issue for net10 updates: https://github.com/dotnet/sdk/issues/42920

@dsplaisted what is the priority/timeline for doing the outstanding work to get main to .NET 10?

jeffschwMSFT avatar Sep 11 '24 18:09 jeffschwMSFT

@dsplaisted what is the priority/timeline for doing the outstanding work to get main to .NET 10?

I'll defer to @marcpopMSFT on that.

dsplaisted avatar Sep 12 '24 00:09 dsplaisted

@jeffschwMSFT I raised this in tactics on Tuesday. @agocke said he would look into the blockers but I haven't seen an update. I've been struggling to get traction from runtime to help investigate when pinging in GH or in Teams. The PR is this one that Jason separated out so that runtime and aspnet could flow together and we could control updates to the PR: https://github.com/dotnet/sdk/pull/43070

marcpopMSFT avatar Sep 12 '24 16:09 marcpopMSFT

I looked into it on Tuesday but the failures are wasm, which will take me a bit to ramp up on. I’ve been distracted by .NET 9 infra issues, so I may need a while longer to fix this.

agocke avatar Sep 12 '24 16:09 agocke

The runtime pr that should resolve much of this is https://github.com/dotnet/runtime/pull/106599 which is currently blocked on BDN

lewing avatar Sep 20 '24 20:09 lewing

@lewing @agocke @steveisok who can assist with the version conflicts in this pr?

jeffschwMSFT avatar Sep 25 '24 15:09 jeffschwMSFT

Reminder that the focus in main should be on this PR: https://github.com/dotnet/sdk/pull/43070

We need to get unblocked and that PR is still pending multiple other investigations and flows.

marcpopMSFT avatar Sep 25 '24 16:09 marcpopMSFT

I just merged https://github.com/dotnet/runtime/pull/106599 I will update #43070 once there is an official build

lewing avatar Sep 25 '24 16:09 lewing

@lewing VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion appears to not be defined correctly now. Are you familiar with what we need to do to resolve this?

nagilson avatar Oct 07 '24 17:10 nagilson

need to make VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion to VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion changes similar to https://github.com/dotnet/sdk/pull/43070/files ?

kasperk81 avatar Oct 07 '24 18:10 kasperk81

next one is vstest related

Writing file: /Users/runner/work/1/s/artifacts/bin/redist/Release/net9.0/vstest.console.runtimeconfig.json
  9.0.100-rc.1.24452.12
    Determining projects to restore...
    Restored /Users/runner/work/1/s/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/Microsoft.DotNet.Common.ProjectTemplates.9.0.csproj (in 437 ms).
    Successfully created package '/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/templates/9.0.0-rc.1.24452.1/Microsoft.DotNet.Common.ProjectTemplates.9.0.10.0.100-dev.nupkg'.
    Successfully created package '/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/templates/9.0.0-rc.1.24452.1/Microsoft.DotNet.Common.ProjectTemplates.9.0.10.0.100-dev.symbols.nupkg'.
    Determining projects to restore...
    Restored /Users/runner/work/1/s/template_feed/Microsoft.DotNet.Common.ItemTemplates/Microsoft.DotNet.Common.ItemTemplates.csproj (in 412 ms).
    Successfully created package '/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/templates/9.0.0-rc.1.24452.1/Microsoft.DotNet.Common.ItemTemplates.10.0.100-dev.nupkg'.
    Successfully created package '/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/templates/9.0.0-rc.1.24452.1/Microsoft.DotNet.Common.ItemTemplates.10.0.100-dev.symbols.nupkg'.
  You must install or update .NET to run this application.
  
  App: /Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/sdk/10.0.100-ci/dotnet.dll
  Architecture: x64
  Framework: 'Microsoft.NETCore.App', version '10.0.0-alpha.1.24504.10' (x64)
  .NET location: /Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/
  
  The following frameworks were found:
    6.0.0 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]
    7.0.0 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]
    8.0.0 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]
    9.0.0-rc.1.24431.7 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]
    10.0.0-alpha.1.24476.2 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]
    10.0.0-alpha.1.24480.6 at [/Users/runner/work/1/s/artifacts/bin/redist/Release/dotnet/shared/Microsoft.NETCore.App]

kasperk81 avatar Oct 07 '24 20:10 kasperk81

Coherency update: Failed to perform coherency update for one or more dependencies. Please review the GitHub checks or run darc update-dependencies --coherency-only locally against darc-main-52b92e84-decf-478b-8f42-cd2ec2440388 for more information.

would it help to close this and let the bot open a fresh one for a clean slate?

kasperk81 avatar Oct 07 '24 20:10 kasperk81

If this does not pass then I probably will do that, good suggestion

nagilson avatar Oct 07 '24 21:10 nagilson

https://github.com/dotnet/sdk/pull/43945

lewing avatar Oct 07 '24 22:10 lewing

I think we're just going to take that one: https://github.com/dotnet/sdk/pull/43945 Thanks @lewing and sorry for the lost commits there.

nagilson avatar Oct 07 '24 22:10 nagilson

I think we're just going to take that one: #43945 Thanks @lewing and sorry for the lost commits there.

No worries, just simpler to start fresh

lewing avatar Oct 07 '24 23:10 lewing