Skip to content

[master] Update dependencies from dotnet/arcade dotnet/runtime-assets dotnet/llvm-project dotnet/xharness dotnet/icu #43084

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

Merged

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Oct 6, 2020

This pull request updates the following dependencies

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

  • Subscription: d5e65fc1-96f8-47a5-f02e-08d75d5208ed
  • Build: 20200928.3
  • Date Produced: 9/28/2020 10:44 PM
  • Commit: c8a7611e15656f45b039d46ec4e09f9f2a7edf99
  • Branch: refs/heads/master

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

  • Subscription: 667d63c7-a2fc-425c-9020-08d76d41c6c3
  • Build: 20201005.2
  • Date Produced: 10/5/2020 3:06 PM
  • Commit: ed9af8227ff01d9ab010cab1f32f0f362b81cb1f
  • Branch: refs/heads/master

From https://github.com/dotnet/llvm-project

  • Subscription: 3262f63f-7f54-4e4d-bce7-08d7b5678196
  • Build: 20201005.1
  • Date Produced: 10/5/2020 3:03 PM
  • Commit: 2b4237fbb686b0a287e0b2693deb5567a58e452b
  • Branch: refs/heads/release/9.x

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

  • Subscription: a2f64941-23d0-465b-3f59-08d7e1741192
  • Build: 20201005.1
  • Date Produced: 10/5/2020 3:45 PM
  • Commit: 66955fe
  • Branch: refs/heads/master

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

  • Subscription: 724038b1-3479-4d3b-3cbd-08d824643728
  • Build: 20201005.1
  • Date Produced: 10/5/2020 12:50 PM
  • Commit: 1e583e53b0d7964d578e6fa2785a51d8d017a0ff
  • Branch: refs/heads/maint/maint-67

…928.3

Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
 From Version 5.0.0-beta.20474.4 -> To Version 5.0.0-beta.20478.3
@ghost
Copy link

ghost commented Oct 6, 2020

Tagging subscribers to this area: @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

…ld 20201005.2

System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
 From Version 5.0.0-beta.20476.1 -> To Version 5.0.0-beta.20505.2
… 20201005.1

runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
 From Version 9.0.1-alpha.1.20475.1 -> To Version 9.0.1-alpha.1.20505.1
…01005.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 1.0.0-prerelease.20502.4 -> To Version 1.0.0-prerelease.20505.1
Microsoft.NETCore.Runtime.ICU.Transport
 From Version 6.0.0-alpha.1.20475.1 -> To Version 6.0.0-alpha.1.20505.1
@dotnet-maestro dotnet-maestro bot changed the title [master] Update dependencies from dotnet/arcade [master] Update dependencies from dotnet/arcade dotnet/runtime-assets dotnet/llvm-project dotnet/xharness dotnet/icu Oct 6, 2020
@MattGal
Copy link
Member

MattGal commented Oct 6, 2020

@ViktorHofer : This PR both downgrades Helix SDK (Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20502.7 to 5.0.0-beta.20478.3), causes 100% failing runs, and should not run because of the version of Helix SDK it has. I'm closing to try to prevent it from doing more damage.

@MattGal MattGal closed this Oct 6, 2020
@dotnet-maestro dotnet-maestro bot deleted the darc-master-5a5aa3dc-615c-4228-be76-4901b2bd9255 branch October 6, 2020 15:18
@ViktorHofer
Copy link
Member

ViktorHofer commented Oct 6, 2020

@MattGal, @akoeplinger fixed that by removing the downgrade: 1ca975d

@akoeplinger
Copy link
Member

yeah, not merging it will just cause Maestro to open another PR for these dependency bumps which will run into the 100% failing cases again until we have a promoted arcade that includes dotnet/arcade@baebe30

@akoeplinger akoeplinger restored the darc-master-5a5aa3dc-615c-4228-be76-4901b2bd9255 branch October 6, 2020 15:27
@akoeplinger akoeplinger reopened this Oct 6, 2020
@MattGal
Copy link
Member

MattGal commented Oct 6, 2020

@MattGal, @akoeplinger fixed that by removing the downgrade: 1ca975d

Thanks, I wasn't sure that was allowed but that's the preferable change. Do note that WASM test runs still seem totally broken due to not finding the right runtime though.

@akoeplinger
Copy link
Member

Do note that WASM test runs still seem totally broken due to not finding the right runtime though.

That was because of the Helix SDK downgrade.

@akoeplinger
Copy link
Member

Failures are #43166 and #43091

@akoeplinger akoeplinger merged commit 40b8e3d into master Oct 8, 2020
@akoeplinger akoeplinger deleted the darc-master-5a5aa3dc-615c-4228-be76-4901b2bd9255 branch October 8, 2020 18:12
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
@danmoseley danmoseley added area-codeflow for labeling automated codeflow and removed area-Infrastructure-libraries labels Jul 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants