Skip to content

[release/7.0] Update dependencies from dotnet/arcade - #80510

Merged
carlossanlop merged 1 commit into
release/7.0from
darc-release/7.0-5bfa0095-9ac6-4829-a136-5dabc105ce68
Jan 13, 2023
Merged

[release/7.0] Update dependencies from dotnet/arcade#80510
carlossanlop merged 1 commit into
release/7.0from
darc-release/7.0-5bfa0095-9ac6-4829-a136-5dabc105ce68

Conversation

@dotnet-maestro

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 63d1901b-1575-4ff8-40e1-08da7ef5fc68
  • Build: 20230110.4
  • Date Produced: January 10, 2023 8:33:44 PM UTC
  • Commit: ac5977ebf05451c1adcf24a15d16263e4d25fd0c
  • Branch: refs/heads/release/7.0
  • Updates to .NET SDKs:
    • Updates sdk.version to 7.0.102
    • Updates tools.dotnet to 7.0.102

…110.4
Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
From Version 7.0.0-beta.22601.6 -> To Version 7.0.0-beta.23060.4
@ghostghost added the area-codeflow for labeling automated codeflow label Jan 11, 2023
@carlossanlop

Copy link
Copy Markdown
Contributor

@dotnet/jit-contrib this PR hit a bunch of JIT related failures that I am not seeing in other 7.0 PRs. Can someone please confirm the failures are unrelated to this update? Tomorrow's the last day to merge 7.0 PRs for the February Release.

@BruceForstall

Copy link
Copy Markdown
Contributor

The only failures I see are related https://dev.azure.com/dnceng-public/public/_build/results?buildId=134179&view=ms.vss-test-web.build-test-results-tab&runId=2913810&resultId=102849&paneView=debug, which are mono, not CLR JIT. Maybe @akoeplinger can help?

(Plus, there are a lot of what look like infrastructure failures that I've seen in 'main' as well)

@akoeplinger

akoeplinger commented Jan 13, 2023

Copy link
Copy Markdown
Member

That failure is unrelated, looks like NuGet's migration logic is causing issues:

+ dotnet /datadisks/disk1/work/ADFC09B1/p/xunit/xunit.console.dll JIT/HardwareIntrinsics/JIT.HardwareIntrinsics.XUnitWrapper.dll -parallel collections -nocolor -noshadow -xml testResults.xml -trait TestGroup=JIT.HardwareIntrinsics.Arm.ArmBase
Microsoft.DotNet.XUnitConsoleRunner v2.5.0 (64-bit .NET 7.0.2)
Discovering: JIT.HardwareIntrinsics.XUnitWrapper (method display = ClassAndMethod, method display options = None)
Discovered: JIT.HardwareIntrinsics.XUnitWrapper (found 6 of 362 test cases)
Starting: JIT.HardwareIntrinsics.XUnitWrapper (parallel test collections = on, max threads = 2)
JIT/HardwareIntrinsics/Arm/ArmBase.Arm64/ArmBase.Arm64_ro/ArmBase.Arm64_ro.sh [FAIL]
System.IO.IOException: The system cannot open the device or file specified. : 'NuGet-Migrations'
at System.Threading.Mutex.CreateMutexCore(Boolean initiallyOwned, String name, Boolean& createdNew)
at System.Threading.Mutex..ctor(Boolean initiallyOwned, String name)
at NuGet.Common.Migrations.MigrationRunner.Run()
at Microsoft.DotNet.Configurer.DotnetFirstTimeUseConfigurer.Configure()
at Microsoft.DotNet.Cli.Program.ConfigureDotNetForFirstTimeUse(IFirstTimeUseNoticeSentinel firstTimeUseNoticeSentinel, IAspNetCertificateSentinel aspNetCertificateSentinel, IFileSentinel toolPathSentinel, Boolean isDotnetBeingInvokedFromNativeInstaller, DotnetFirstRunConfiguration dotnetFirstRunConfiguration, IEnvironmentProvider environmentProvider, Dictionary`2 performanceMeasurements)
at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, TimeSpan startupTime, ITelemetry telemetryClient)
at Microsoft.DotNet.Cli.Program.Main(String[] args)
Return code: 1

@carlossanlop

Copy link
Copy Markdown
Contributor

Thanks @BruceForstall and @akoeplinger for taking a look. I'll merge. :shipit:

@carlossanlop
carlossanlop merged commit bbd8db2 into release/7.0Jan 13, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-5bfa0095-9ac6-4829-a136-5dabc105ce68 branch January 13, 2023 17:24
@ghostghost locked as resolved and limited conversation to collaborators Feb 12, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@carlossanlop@BruceForstall@akoeplinger