Skip to content

[release/7.0] Update dependencies from dotnet/emsdk - #81812

Merged
carlossanlop merged 1 commit into
release/7.0from
darc-release/7.0-893e88f9-fa2a-4b96-aa51-411c1bf0118a
Feb 9, 2023
Merged

[release/7.0] Update dependencies from dotnet/emsdk#81812
carlossanlop merged 1 commit into
release/7.0from
darc-release/7.0-893e88f9-fa2a-4b96-aa51-411c1bf0118a

Conversation

@dotnet-maestro

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 68df92bc-29da-47e1-6f60-08da7ef6374d
  • Build: 2023020.5
  • Date Produced: February 8, 2023 2:34:45 AM UTC
  • Commit: ba16583f6b055e5a0623d817a48f1f2f15629e6b
  • Branch: refs/heads/release/7.0

Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.4 -> To Version 7.0.4
@ghostghost added the area-codeflow for labeling automated codeflow label Feb 8, 2023
@carlossanlop

carlossanlop commented Feb 9, 2023

Copy link
Copy Markdown
Contributor

These CI failures are known: #81544#81391#81807

But I am seeing a CI failure that I haven't seen before, related to NuGet-Migrations, happening in Build Browser wasm Linux Release AllSubsets_Mono_RuntimeTests.

@lewing do you think it's related to this dependency flow?:

Details
Microsoft.DotNet.XUnitConsoleRunner v2.5.0 (64-bit .NET 7.0.2)
Discovering: JIT.IL_Conformance.XUnitWrapper (method display = ClassAndMethod, method display options = None)
Discovered: JIT.IL_Conformance.XUnitWrapper (found 113 test cases)
Starting: JIT.IL_Conformance.XUnitWrapper (parallel test collections = on, max threads = 2)
JIT/IL_Conformance/Old/Conformance_Base/mul_r4/mul_r4.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
Raw output file: /datadisks/disk1/work/C8BE0AF7/w/C20D0AA0/uploads/Reports/JIT.IL_Conformance/Old/Conformance_Base/mul_r4/mul_r4.output.txt
Raw output:
BEGIN EXECUTION
Test Harness Exitcode is : 1
To run the test:
> set CORE_ROOT=/datadisks/disk1/work/C8BE0AF7/p
> /datadisks/disk1/work/C8BE0AF7/w/C20D0AA0/e/JIT/IL_Conformance/Old/Conformance_Base/mul_r4/mul_r4.sh
Expected: True
Actual: False
Stack Trace:
at JIT_IL_Conformance._Old_Conformance_Base_mul_r4_mul_r4_._Old_Conformance_Base_mul_r4_mul_r4_sh()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Output:
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
Raw output file: /datadisks/disk1/work/C8BE0AF7/w/C20D0AA0/uploads/Reports/JIT.IL_Conformance/Old/Conformance_Base/mul_r4/mul_r4.output.txt
Raw output:
BEGIN EXECUTION
Test Harness Exitcode is : 1
To run the test:
> set CORE_ROOT=/datadisks/disk1/work/C8BE0AF7/p
> /datadisks/disk1/work/C8BE0AF7/w/C20D0AA0/e/JIT/IL_Conformance/Old/Conformance_Base/mul_r4/mul_r4.sh
Finished: JIT.IL_Conformance.XUnitWrapper
=== TEST EXECUTION SUMMARY ===

@carlossanlop

Copy link
Copy Markdown
Contributor

The above issue is pre-existing: #80619 . Thanks @radical for pointing it out.

This seems good to merge.

@carlossanlop
carlossanlop merged commit df1b1f0 into release/7.0Feb 9, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-893e88f9-fa2a-4b96-aa51-411c1bf0118a branch February 9, 2023 01:38
@ghostghost locked as resolved and limited conversation to collaborators Mar 11, 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.

2 participants

@carlossanlop@lewing