-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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/7.0] Update dependencies from dotnet/llvm-project dotnet/runtime-assets dotnet/roslyn-analyzers #77831
[release/7.0] Update dependencies from dotnet/llvm-project dotnet/runtime-assets dotnet/roslyn-analyzers #77831
Conversation
…ld 20221102.2 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 7.0.0-beta.22531.1 -> To Version 7.0.0-beta.22552.2
…uild 20221103.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22551.1 -> To Version 7.0.0-preview1.22553.1
…ld 20221103.1 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 7.0.0-beta.22531.1 -> To Version 7.0.0-beta.22553.1
…uild 20221103.2 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22551.1 -> To Version 7.0.0-preview1.22553.2
… 20221106.1 runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter From Version 1.0.0-alpha.1.22510.4 -> To Version 1.0.0-alpha.1.22556.1
The staging failures are cancelled operations. But the libraries failures are genuine. @ViktorHofer any idea why they could be happening?
|
Yes, that error is expected. You are trying to build System.Text.Json/7.0.1 which depends on System.Text.Encodings.Web/7.0.0 and Microsoft.Bcl.AsyncInterfaces/7.0.0. As only the System.Text.Json packages gets created but not the dependencies, TL;DR: You can't do incremental servicing before all dependencies have been published as part of the release. |
This should now be unblocked as packages are pushed to nuget.org. If it still fails, verify that the packages are also on the dotnet-public mirror feed. |
While looking into this further, I found out that this PR didn't cause that issue. This actually regressed about five days ago when 12a44e9 and 7c2344a were merged in. That's because the branding PR turned incremental servicing on but the build of the S.T.Json PR that introduced the first 7.0.1 package didn't run on top of the branding changes (because CI wasn't retriggered after the branding change was merged). We shouldn't see this issue anymore as the 7.0.0 packages are now available on nuget.org. @carlossanlop can you please update your notes and make sure that we retrigger PRs when an "RTM -> servicing" branding change happens? |
… 20221106.1 runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter From Version 1.0.0-alpha.1.22510.4 -> To Version 1.0.0-alpha.1.22556.1
…uild 20221109.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22551.1 -> To Version 7.0.0-preview1.22559.1
Need to close and reopen because of the recent update of runtime-assets that's causing some tests depending on the new packages to fail. |
The System.Formats.Tar tests failures are weird. They are saying they cannot find the new docker-hello-world.tar file, yet we are consuming a version of runtime-assets that is supposed to include that asset already. Edit: Found the root cause. Updating the asset folder path should fix it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good to merge now.
The Tar test failures are gone after the last commit's fix. The new failures are interminttent networking/infra problems, unrelated to the PR. The only test failure that is also known and unrelated is #75018
The llvmaot passed in the last CI run, and the last commit does not affect it.
This pull request updates the following dependencies
From https://github.com/dotnet/runtime-assets
From https://github.com/dotnet/roslyn-analyzers
From https://github.com/dotnet/llvm-project