[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk - #84145

Merged
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
Apr 6, 2023
Merged

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk#84145
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170

Conversation

@dotnet-maestro

@dotnet-maestrodotnet-maestroBot commented Mar 30, 2023

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 4300062c-0674-4458-f8e2-08db309149d7
  • Build: 20230405.1
  • Date Produced: April 5, 2023 5:00:28 PM UTC
  • Commit: edbcdace786fb39c68c0b8b1038272f480d09598
  • Branch: refs/heads/release/7.0

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

  • Subscription: 617aff9b-6b7b-44e9-2a24-08db30914ae2
  • Build: 20230315.1
  • Date Produced: March 15, 2023 5:52:47 PM UTC
  • Commit: d3fc41eadc9ff73ae8e20eb6f874cf5321714c0b
  • Branch: refs/heads/release/7.0

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

  • Subscription: c2ef5ed2-a6be-4490-643e-08db30930111
  • Build: 20220909.1
  • Date Produced: September 9, 2022 8:49:39 PM UTC
  • Commit: b1a2104c42648101a2373a1278bcf4ef897ad840
  • Branch: refs/heads/release/7.0

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

  • Subscription: b5dc0012-be3b-4798-f8e3-08db309149d7
  • Build: 20230329.6
  • Date Produced: March 30, 2023 12:14:16 AM UTC
  • Commit: ec5d27d08b78d68d96eeb8899f329a2fa732923a
  • Branch: refs/heads/release/7.0

…23.1
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.5
@ghostghost added the area-codeflow for labeling automated codeflow label Mar 30, 2023
…315.1
Microsoft.NET.ILLink.Tasks
From Version 7.0.100-1.22423.4 -> To Version 7.0.100-1.23165.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linkerMar 30, 2023
…909.1
System.Net.MsQuic.Transport
From Version 7.0.0-alpha.1.22406.1 -> To Version 7.0.0-alpha.1.22459.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquicMar 30, 2023
…ld 20230329.6
Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.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.23151.1 -> To Version 7.0.0-beta.23179.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assetsMar 30, 2023
@carlossanlop

carlossanlop commented Mar 31, 2023

Copy link
Copy Markdown
Contributor

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

 <!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-7fa7119" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c/nuget/v3/index.json" />
<<<<<<< darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
+ <add key="darc-pub-dotnet-emsdk-7fa7119-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-2/nuget/v3/index.json" />+ <add key="darc-pub-dotnet-emsdk-7fa7119-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-1/nuget/v3/index.json" />
=======
>>>>>>> release/7.0-staging
<!-- End: Package sources from dotnet-emsdk -->

@steveisok

Copy link
Copy Markdown
Member

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

@carlossanlopcarlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

Ok great, fixed, @steveisok. I know it was probably a dumb question, but mono/wasm sometimes works in mysterious ways 😄.

@lewing

Copy link
Copy Markdown
Member
[18:43:28] crit: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103
at Microsoft.DotNet.XHarness.Apple.DeviceFinder.FindDevice(TestTargetOs target, String deviceName, ILog log, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/DeviceFinder.cs:line 72
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperationInternal(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 215
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperation(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 96
at Microsoft.DotNet.XHarness.Apple.TestOrchestrator.OrchestrateTest(GetAppBundleInfoFunc getAppBundlePath, TestTargetOs target, String deviceName, TimeSpan timeout, TimeSpan launchTimeout, CommunicationChannel communicationChannel, XmlResultJargon xmlResultJargon, IEnumerable`1 singleMethodFilters, IEnumerable`1 classMethodFilters, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, Boolean signalAppEnd, IReadOnlyCollection`1 environmentalVariables, IEnumerable`1 passthroughArguments, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs:line 189
at Microsoft.DotNet.XHarness.CLI.Commands.Apple.AppleAppCommand`1.Invoke(ILogger logger) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/Apple/AppleAppCommand.cs:line 68
at Microsoft.DotNet.XHarness.CLI.Commands.XHarnessCommand`1.Invoke(IEnumerable`1 arguments) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/XHarnessCommand.cs:line 145
XHarness exit code: 71 (GENERAL_FAILURE)

@steveisok is that a known thing?

@steveisok

Copy link
Copy Markdown
Member

@premun

Copy link
Copy Markdown
Member

The log it points to says this:

[18:43:27.5159660] Running /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:27.6478100] Launching /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:28.3453030] Using Xcode 14.1 found in /Applications/Xcode_14.1.app
[18:43:28.3455350] Xamarin.Hosting: Xamarin.Hosting
[18:43:28.3456130] Xamarin.Hosting: Version: 29a6536838 (refs/heads/main)
[18:43:28.3456290] Xamarin.Hosting: Xcode: /Applications/Xcode_14.1.app
[18:43:28.3473830] Xamarin.Hosting: Xcode Version: 14.1
[18:43:28.3478350] Xamarin.Hosting: Verbosity: 5
[18:43:28.3824560] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
[18:43:28.3898040] Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
[18:43:28.3905620] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
[18:43:28.3930380] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
[18:43:28.4151110] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
[18:43:28.4159260] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
[18:43:28.4160130] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
[18:43:28.4175800] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
[18:43:28.4176700] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
[18:43:28.4178490] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
[18:43:28.4367740] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
[18:43:28.4378210] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
[18:43:28.4394600] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/XCServices.framework/XCServices
[18:43:28.4412670] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
[18:43:28.4482790] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation): [18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490] [18:43:28.4786160] at Xamarin.Hosting.Services.LoadFramework (System.String framework, System.Boolean warnIfMissing) [0x00089] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:267 [18:43:28.4786470] at Xamarin.Hosting.Services.LoadFrameworks () [0x002fc] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:148 [18:43:28.4786620] at Xamarin.Hosting.Services.Initialize (System.String xcode_location, System.Boolean enable_xcode_plugins) [0x000d8] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:91 [18:43:28.4786720] at Xamarin.Launcher.DevController.Initialize () [0x00001] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:35 [18:43:28.4786960] at Xamarin.Launcher.DevController.ListDevicesAsync (Xamarin.Launcher.OutputFormat format, System.String output_file, System.Boolean list_extra_data) [0x0003f] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:446 [18:43:28.4787150] at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 [18:43:28.4787240] at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00ba3] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:435 [18:43:28.4787360] at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:123 [18:43:28.4836240] Process mlaunch exited with 1
[18:43:28.4972750] Failed to parse device list: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103

@premun

Copy link
Copy Markdown
Member

@rolfbjarne have you seen the error above? Is this something around new Xcode that mlaunch needs to work with?

[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation):
[18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490]

@carlossanlop

Copy link
Copy Markdown
Contributor

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

…05.1
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.5 -> To Version 7.0.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assets[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdkApr 5, 2023
@steveisok

Copy link
Copy Markdown
Member

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

@carlossanlop

Copy link
Copy Markdown
Contributor

The latest CI run hit only two failures:

Based on:

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

I'll merge this.

@carlossanlop
carlossanlop merged commit 0506145 into release/7.0-stagingApr 6, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170 branch April 6, 2023 02:18
@ghostghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflowServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@steveisok@lewing@premun
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk - #84145

Merged
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
Apr 6, 2023
Merged

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk#84145
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170

Conversation

@dotnet-maestro

@dotnet-maestrodotnet-maestroBot commented Mar 30, 2023

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 4300062c-0674-4458-f8e2-08db309149d7
  • Build: 20230405.1
  • Date Produced: April 5, 2023 5:00:28 PM UTC
  • Commit: edbcdace786fb39c68c0b8b1038272f480d09598
  • Branch: refs/heads/release/7.0

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

  • Subscription: 617aff9b-6b7b-44e9-2a24-08db30914ae2
  • Build: 20230315.1
  • Date Produced: March 15, 2023 5:52:47 PM UTC
  • Commit: d3fc41eadc9ff73ae8e20eb6f874cf5321714c0b
  • Branch: refs/heads/release/7.0

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

  • Subscription: c2ef5ed2-a6be-4490-643e-08db30930111
  • Build: 20220909.1
  • Date Produced: September 9, 2022 8:49:39 PM UTC
  • Commit: b1a2104c42648101a2373a1278bcf4ef897ad840
  • Branch: refs/heads/release/7.0

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

  • Subscription: b5dc0012-be3b-4798-f8e3-08db309149d7
  • Build: 20230329.6
  • Date Produced: March 30, 2023 12:14:16 AM UTC
  • Commit: ec5d27d08b78d68d96eeb8899f329a2fa732923a
  • Branch: refs/heads/release/7.0

…23.1
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.5
@ghostghost added the area-codeflow for labeling automated codeflow label Mar 30, 2023
…315.1
Microsoft.NET.ILLink.Tasks
From Version 7.0.100-1.22423.4 -> To Version 7.0.100-1.23165.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linkerMar 30, 2023
…909.1
System.Net.MsQuic.Transport
From Version 7.0.0-alpha.1.22406.1 -> To Version 7.0.0-alpha.1.22459.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquicMar 30, 2023
…ld 20230329.6
Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.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.23151.1 -> To Version 7.0.0-beta.23179.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assetsMar 30, 2023
@carlossanlop

carlossanlop commented Mar 31, 2023

Copy link
Copy Markdown
Contributor

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

 <!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-7fa7119" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c/nuget/v3/index.json" />
<<<<<<< darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
+ <add key="darc-pub-dotnet-emsdk-7fa7119-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-2/nuget/v3/index.json" />+ <add key="darc-pub-dotnet-emsdk-7fa7119-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-1/nuget/v3/index.json" />
=======
>>>>>>> release/7.0-staging
<!-- End: Package sources from dotnet-emsdk -->

@steveisok

Copy link
Copy Markdown
Member

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

@carlossanlopcarlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

Ok great, fixed, @steveisok. I know it was probably a dumb question, but mono/wasm sometimes works in mysterious ways 😄.

@lewing

Copy link
Copy Markdown
Member
[18:43:28] crit: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103
at Microsoft.DotNet.XHarness.Apple.DeviceFinder.FindDevice(TestTargetOs target, String deviceName, ILog log, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/DeviceFinder.cs:line 72
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperationInternal(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 215
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperation(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 96
at Microsoft.DotNet.XHarness.Apple.TestOrchestrator.OrchestrateTest(GetAppBundleInfoFunc getAppBundlePath, TestTargetOs target, String deviceName, TimeSpan timeout, TimeSpan launchTimeout, CommunicationChannel communicationChannel, XmlResultJargon xmlResultJargon, IEnumerable`1 singleMethodFilters, IEnumerable`1 classMethodFilters, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, Boolean signalAppEnd, IReadOnlyCollection`1 environmentalVariables, IEnumerable`1 passthroughArguments, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs:line 189
at Microsoft.DotNet.XHarness.CLI.Commands.Apple.AppleAppCommand`1.Invoke(ILogger logger) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/Apple/AppleAppCommand.cs:line 68
at Microsoft.DotNet.XHarness.CLI.Commands.XHarnessCommand`1.Invoke(IEnumerable`1 arguments) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/XHarnessCommand.cs:line 145
XHarness exit code: 71 (GENERAL_FAILURE)

@steveisok is that a known thing?

@steveisok

Copy link
Copy Markdown
Member

@premun

Copy link
Copy Markdown
Member

The log it points to says this:

[18:43:27.5159660] Running /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:27.6478100] Launching /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:28.3453030] Using Xcode 14.1 found in /Applications/Xcode_14.1.app
[18:43:28.3455350] Xamarin.Hosting: Xamarin.Hosting
[18:43:28.3456130] Xamarin.Hosting: Version: 29a6536838 (refs/heads/main)
[18:43:28.3456290] Xamarin.Hosting: Xcode: /Applications/Xcode_14.1.app
[18:43:28.3473830] Xamarin.Hosting: Xcode Version: 14.1
[18:43:28.3478350] Xamarin.Hosting: Verbosity: 5
[18:43:28.3824560] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
[18:43:28.3898040] Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
[18:43:28.3905620] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
[18:43:28.3930380] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
[18:43:28.4151110] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
[18:43:28.4159260] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
[18:43:28.4160130] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
[18:43:28.4175800] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
[18:43:28.4176700] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
[18:43:28.4178490] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
[18:43:28.4367740] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
[18:43:28.4378210] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
[18:43:28.4394600] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/XCServices.framework/XCServices
[18:43:28.4412670] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
[18:43:28.4482790] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation): [18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490] [18:43:28.4786160] at Xamarin.Hosting.Services.LoadFramework (System.String framework, System.Boolean warnIfMissing) [0x00089] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:267 [18:43:28.4786470] at Xamarin.Hosting.Services.LoadFrameworks () [0x002fc] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:148 [18:43:28.4786620] at Xamarin.Hosting.Services.Initialize (System.String xcode_location, System.Boolean enable_xcode_plugins) [0x000d8] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:91 [18:43:28.4786720] at Xamarin.Launcher.DevController.Initialize () [0x00001] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:35 [18:43:28.4786960] at Xamarin.Launcher.DevController.ListDevicesAsync (Xamarin.Launcher.OutputFormat format, System.String output_file, System.Boolean list_extra_data) [0x0003f] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:446 [18:43:28.4787150] at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 [18:43:28.4787240] at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00ba3] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:435 [18:43:28.4787360] at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:123 [18:43:28.4836240] Process mlaunch exited with 1
[18:43:28.4972750] Failed to parse device list: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103

@premun

Copy link
Copy Markdown
Member

@rolfbjarne have you seen the error above? Is this something around new Xcode that mlaunch needs to work with?

[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation):
[18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490]

@carlossanlop

Copy link
Copy Markdown
Contributor

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

…05.1
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.5 -> To Version 7.0.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assets[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdkApr 5, 2023
@steveisok

Copy link
Copy Markdown
Member

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

@carlossanlop

Copy link
Copy Markdown
Contributor

The latest CI run hit only two failures:

Based on:

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

I'll merge this.

@carlossanlop
carlossanlop merged commit 0506145 into release/7.0-stagingApr 6, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170 branch April 6, 2023 02:18
@ghostghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflowServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@steveisok@lewing@premun
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk - #84145

Merged
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
Apr 6, 2023
Merged

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk#84145
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170

Conversation

@dotnet-maestro

@dotnet-maestrodotnet-maestroBot commented Mar 30, 2023

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 4300062c-0674-4458-f8e2-08db309149d7
  • Build: 20230405.1
  • Date Produced: April 5, 2023 5:00:28 PM UTC
  • Commit: edbcdace786fb39c68c0b8b1038272f480d09598
  • Branch: refs/heads/release/7.0

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

  • Subscription: 617aff9b-6b7b-44e9-2a24-08db30914ae2
  • Build: 20230315.1
  • Date Produced: March 15, 2023 5:52:47 PM UTC
  • Commit: d3fc41eadc9ff73ae8e20eb6f874cf5321714c0b
  • Branch: refs/heads/release/7.0

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

  • Subscription: c2ef5ed2-a6be-4490-643e-08db30930111
  • Build: 20220909.1
  • Date Produced: September 9, 2022 8:49:39 PM UTC
  • Commit: b1a2104c42648101a2373a1278bcf4ef897ad840
  • Branch: refs/heads/release/7.0

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

  • Subscription: b5dc0012-be3b-4798-f8e3-08db309149d7
  • Build: 20230329.6
  • Date Produced: March 30, 2023 12:14:16 AM UTC
  • Commit: ec5d27d08b78d68d96eeb8899f329a2fa732923a
  • Branch: refs/heads/release/7.0

…23.1
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.5
@ghostghost added the area-codeflow for labeling automated codeflow label Mar 30, 2023
…315.1
Microsoft.NET.ILLink.Tasks
From Version 7.0.100-1.22423.4 -> To Version 7.0.100-1.23165.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linkerMar 30, 2023
…909.1
System.Net.MsQuic.Transport
From Version 7.0.0-alpha.1.22406.1 -> To Version 7.0.0-alpha.1.22459.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquicMar 30, 2023
…ld 20230329.6
Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.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.23151.1 -> To Version 7.0.0-beta.23179.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assetsMar 30, 2023
@carlossanlop

carlossanlop commented Mar 31, 2023

Copy link
Copy Markdown
Contributor

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

 <!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-7fa7119" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c/nuget/v3/index.json" />
<<<<<<< darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
+ <add key="darc-pub-dotnet-emsdk-7fa7119-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-2/nuget/v3/index.json" />+ <add key="darc-pub-dotnet-emsdk-7fa7119-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-1/nuget/v3/index.json" />
=======
>>>>>>> release/7.0-staging
<!-- End: Package sources from dotnet-emsdk -->

@steveisok

Copy link
Copy Markdown
Member

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

@carlossanlopcarlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

Ok great, fixed, @steveisok. I know it was probably a dumb question, but mono/wasm sometimes works in mysterious ways 😄.

@lewing

Copy link
Copy Markdown
Member
[18:43:28] crit: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103
at Microsoft.DotNet.XHarness.Apple.DeviceFinder.FindDevice(TestTargetOs target, String deviceName, ILog log, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/DeviceFinder.cs:line 72
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperationInternal(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 215
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperation(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 96
at Microsoft.DotNet.XHarness.Apple.TestOrchestrator.OrchestrateTest(GetAppBundleInfoFunc getAppBundlePath, TestTargetOs target, String deviceName, TimeSpan timeout, TimeSpan launchTimeout, CommunicationChannel communicationChannel, XmlResultJargon xmlResultJargon, IEnumerable`1 singleMethodFilters, IEnumerable`1 classMethodFilters, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, Boolean signalAppEnd, IReadOnlyCollection`1 environmentalVariables, IEnumerable`1 passthroughArguments, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs:line 189
at Microsoft.DotNet.XHarness.CLI.Commands.Apple.AppleAppCommand`1.Invoke(ILogger logger) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/Apple/AppleAppCommand.cs:line 68
at Microsoft.DotNet.XHarness.CLI.Commands.XHarnessCommand`1.Invoke(IEnumerable`1 arguments) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/XHarnessCommand.cs:line 145
XHarness exit code: 71 (GENERAL_FAILURE)

@steveisok is that a known thing?

@steveisok

Copy link
Copy Markdown
Member

@premun

Copy link
Copy Markdown
Member

The log it points to says this:

[18:43:27.5159660] Running /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:27.6478100] Launching /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:28.3453030] Using Xcode 14.1 found in /Applications/Xcode_14.1.app
[18:43:28.3455350] Xamarin.Hosting: Xamarin.Hosting
[18:43:28.3456130] Xamarin.Hosting: Version: 29a6536838 (refs/heads/main)
[18:43:28.3456290] Xamarin.Hosting: Xcode: /Applications/Xcode_14.1.app
[18:43:28.3473830] Xamarin.Hosting: Xcode Version: 14.1
[18:43:28.3478350] Xamarin.Hosting: Verbosity: 5
[18:43:28.3824560] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
[18:43:28.3898040] Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
[18:43:28.3905620] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
[18:43:28.3930380] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
[18:43:28.4151110] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
[18:43:28.4159260] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
[18:43:28.4160130] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
[18:43:28.4175800] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
[18:43:28.4176700] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
[18:43:28.4178490] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
[18:43:28.4367740] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
[18:43:28.4378210] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
[18:43:28.4394600] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/XCServices.framework/XCServices
[18:43:28.4412670] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
[18:43:28.4482790] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation): [18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490] [18:43:28.4786160] at Xamarin.Hosting.Services.LoadFramework (System.String framework, System.Boolean warnIfMissing) [0x00089] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:267 [18:43:28.4786470] at Xamarin.Hosting.Services.LoadFrameworks () [0x002fc] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:148 [18:43:28.4786620] at Xamarin.Hosting.Services.Initialize (System.String xcode_location, System.Boolean enable_xcode_plugins) [0x000d8] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:91 [18:43:28.4786720] at Xamarin.Launcher.DevController.Initialize () [0x00001] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:35 [18:43:28.4786960] at Xamarin.Launcher.DevController.ListDevicesAsync (Xamarin.Launcher.OutputFormat format, System.String output_file, System.Boolean list_extra_data) [0x0003f] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:446 [18:43:28.4787150] at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 [18:43:28.4787240] at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00ba3] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:435 [18:43:28.4787360] at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:123 [18:43:28.4836240] Process mlaunch exited with 1
[18:43:28.4972750] Failed to parse device list: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103

@premun

Copy link
Copy Markdown
Member

@rolfbjarne have you seen the error above? Is this something around new Xcode that mlaunch needs to work with?

[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation):
[18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490]

@carlossanlop

Copy link
Copy Markdown
Contributor

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

…05.1
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.5 -> To Version 7.0.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assets[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdkApr 5, 2023
@steveisok

Copy link
Copy Markdown
Member

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

@carlossanlop

Copy link
Copy Markdown
Contributor

The latest CI run hit only two failures:

Based on:

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

I'll merge this.

@carlossanlop
carlossanlop merged commit 0506145 into release/7.0-stagingApr 6, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170 branch April 6, 2023 02:18
@ghostghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflowServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@steveisok@lewing@premun
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk - #84145

Merged
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
Apr 6, 2023
Merged

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk#84145
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170

Conversation

@dotnet-maestro

@dotnet-maestrodotnet-maestroBot commented Mar 30, 2023

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 4300062c-0674-4458-f8e2-08db309149d7
  • Build: 20230405.1
  • Date Produced: April 5, 2023 5:00:28 PM UTC
  • Commit: edbcdace786fb39c68c0b8b1038272f480d09598
  • Branch: refs/heads/release/7.0

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

  • Subscription: 617aff9b-6b7b-44e9-2a24-08db30914ae2
  • Build: 20230315.1
  • Date Produced: March 15, 2023 5:52:47 PM UTC
  • Commit: d3fc41eadc9ff73ae8e20eb6f874cf5321714c0b
  • Branch: refs/heads/release/7.0

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

  • Subscription: c2ef5ed2-a6be-4490-643e-08db30930111
  • Build: 20220909.1
  • Date Produced: September 9, 2022 8:49:39 PM UTC
  • Commit: b1a2104c42648101a2373a1278bcf4ef897ad840
  • Branch: refs/heads/release/7.0

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

  • Subscription: b5dc0012-be3b-4798-f8e3-08db309149d7
  • Build: 20230329.6
  • Date Produced: March 30, 2023 12:14:16 AM UTC
  • Commit: ec5d27d08b78d68d96eeb8899f329a2fa732923a
  • Branch: refs/heads/release/7.0

…23.1
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.5
@ghostghost added the area-codeflow for labeling automated codeflow label Mar 30, 2023
…315.1
Microsoft.NET.ILLink.Tasks
From Version 7.0.100-1.22423.4 -> To Version 7.0.100-1.23165.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linkerMar 30, 2023
…909.1
System.Net.MsQuic.Transport
From Version 7.0.0-alpha.1.22406.1 -> To Version 7.0.0-alpha.1.22459.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquicMar 30, 2023
…ld 20230329.6
Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.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.23151.1 -> To Version 7.0.0-beta.23179.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assetsMar 30, 2023
@carlossanlop

carlossanlop commented Mar 31, 2023

Copy link
Copy Markdown
Contributor

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

 <!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-7fa7119" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c/nuget/v3/index.json" />
<<<<<<< darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
+ <add key="darc-pub-dotnet-emsdk-7fa7119-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-2/nuget/v3/index.json" />+ <add key="darc-pub-dotnet-emsdk-7fa7119-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-1/nuget/v3/index.json" />
=======
>>>>>>> release/7.0-staging
<!-- End: Package sources from dotnet-emsdk -->

@steveisok

Copy link
Copy Markdown
Member

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

@carlossanlopcarlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

Ok great, fixed, @steveisok. I know it was probably a dumb question, but mono/wasm sometimes works in mysterious ways 😄.

@lewing

Copy link
Copy Markdown
Member
[18:43:28] crit: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103
at Microsoft.DotNet.XHarness.Apple.DeviceFinder.FindDevice(TestTargetOs target, String deviceName, ILog log, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/DeviceFinder.cs:line 72
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperationInternal(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 215
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperation(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 96
at Microsoft.DotNet.XHarness.Apple.TestOrchestrator.OrchestrateTest(GetAppBundleInfoFunc getAppBundlePath, TestTargetOs target, String deviceName, TimeSpan timeout, TimeSpan launchTimeout, CommunicationChannel communicationChannel, XmlResultJargon xmlResultJargon, IEnumerable`1 singleMethodFilters, IEnumerable`1 classMethodFilters, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, Boolean signalAppEnd, IReadOnlyCollection`1 environmentalVariables, IEnumerable`1 passthroughArguments, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs:line 189
at Microsoft.DotNet.XHarness.CLI.Commands.Apple.AppleAppCommand`1.Invoke(ILogger logger) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/Apple/AppleAppCommand.cs:line 68
at Microsoft.DotNet.XHarness.CLI.Commands.XHarnessCommand`1.Invoke(IEnumerable`1 arguments) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/XHarnessCommand.cs:line 145
XHarness exit code: 71 (GENERAL_FAILURE)

@steveisok is that a known thing?

@steveisok

Copy link
Copy Markdown
Member

@premun

Copy link
Copy Markdown
Member

The log it points to says this:

[18:43:27.5159660] Running /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:27.6478100] Launching /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:28.3453030] Using Xcode 14.1 found in /Applications/Xcode_14.1.app
[18:43:28.3455350] Xamarin.Hosting: Xamarin.Hosting
[18:43:28.3456130] Xamarin.Hosting: Version: 29a6536838 (refs/heads/main)
[18:43:28.3456290] Xamarin.Hosting: Xcode: /Applications/Xcode_14.1.app
[18:43:28.3473830] Xamarin.Hosting: Xcode Version: 14.1
[18:43:28.3478350] Xamarin.Hosting: Verbosity: 5
[18:43:28.3824560] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
[18:43:28.3898040] Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
[18:43:28.3905620] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
[18:43:28.3930380] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
[18:43:28.4151110] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
[18:43:28.4159260] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
[18:43:28.4160130] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
[18:43:28.4175800] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
[18:43:28.4176700] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
[18:43:28.4178490] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
[18:43:28.4367740] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
[18:43:28.4378210] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
[18:43:28.4394600] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/XCServices.framework/XCServices
[18:43:28.4412670] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
[18:43:28.4482790] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation): [18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490] [18:43:28.4786160] at Xamarin.Hosting.Services.LoadFramework (System.String framework, System.Boolean warnIfMissing) [0x00089] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:267 [18:43:28.4786470] at Xamarin.Hosting.Services.LoadFrameworks () [0x002fc] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:148 [18:43:28.4786620] at Xamarin.Hosting.Services.Initialize (System.String xcode_location, System.Boolean enable_xcode_plugins) [0x000d8] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:91 [18:43:28.4786720] at Xamarin.Launcher.DevController.Initialize () [0x00001] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:35 [18:43:28.4786960] at Xamarin.Launcher.DevController.ListDevicesAsync (Xamarin.Launcher.OutputFormat format, System.String output_file, System.Boolean list_extra_data) [0x0003f] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:446 [18:43:28.4787150] at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 [18:43:28.4787240] at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00ba3] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:435 [18:43:28.4787360] at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:123 [18:43:28.4836240] Process mlaunch exited with 1
[18:43:28.4972750] Failed to parse device list: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103

@premun

Copy link
Copy Markdown
Member

@rolfbjarne have you seen the error above? Is this something around new Xcode that mlaunch needs to work with?

[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation):
[18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490]

@carlossanlop

Copy link
Copy Markdown
Contributor

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

…05.1
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.5 -> To Version 7.0.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assets[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdkApr 5, 2023
@steveisok

Copy link
Copy Markdown
Member

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

@carlossanlop

Copy link
Copy Markdown
Contributor

The latest CI run hit only two failures:

Based on:

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

I'll merge this.

@carlossanlop
carlossanlop merged commit 0506145 into release/7.0-stagingApr 6, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170 branch April 6, 2023 02:18
@ghostghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflowServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@steveisok@lewing@premun
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk - #84145

Merged
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
Apr 6, 2023
Merged

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk#84145
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170

Conversation

@dotnet-maestro

@dotnet-maestrodotnet-maestroBot commented Mar 30, 2023

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 4300062c-0674-4458-f8e2-08db309149d7
  • Build: 20230405.1
  • Date Produced: April 5, 2023 5:00:28 PM UTC
  • Commit: edbcdace786fb39c68c0b8b1038272f480d09598
  • Branch: refs/heads/release/7.0

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

  • Subscription: 617aff9b-6b7b-44e9-2a24-08db30914ae2
  • Build: 20230315.1
  • Date Produced: March 15, 2023 5:52:47 PM UTC
  • Commit: d3fc41eadc9ff73ae8e20eb6f874cf5321714c0b
  • Branch: refs/heads/release/7.0

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

  • Subscription: c2ef5ed2-a6be-4490-643e-08db30930111
  • Build: 20220909.1
  • Date Produced: September 9, 2022 8:49:39 PM UTC
  • Commit: b1a2104c42648101a2373a1278bcf4ef897ad840
  • Branch: refs/heads/release/7.0

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

  • Subscription: b5dc0012-be3b-4798-f8e3-08db309149d7
  • Build: 20230329.6
  • Date Produced: March 30, 2023 12:14:16 AM UTC
  • Commit: ec5d27d08b78d68d96eeb8899f329a2fa732923a
  • Branch: refs/heads/release/7.0

…23.1
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.5
@ghostghost added the area-codeflow for labeling automated codeflow label Mar 30, 2023
…315.1
Microsoft.NET.ILLink.Tasks
From Version 7.0.100-1.22423.4 -> To Version 7.0.100-1.23165.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linkerMar 30, 2023
…909.1
System.Net.MsQuic.Transport
From Version 7.0.0-alpha.1.22406.1 -> To Version 7.0.0-alpha.1.22459.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquicMar 30, 2023
…ld 20230329.6
Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.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.23151.1 -> To Version 7.0.0-beta.23179.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assetsMar 30, 2023
@carlossanlop

carlossanlop commented Mar 31, 2023

Copy link
Copy Markdown
Contributor

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

 <!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-7fa7119" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c/nuget/v3/index.json" />
<<<<<<< darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
+ <add key="darc-pub-dotnet-emsdk-7fa7119-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-2/nuget/v3/index.json" />+ <add key="darc-pub-dotnet-emsdk-7fa7119-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-1/nuget/v3/index.json" />
=======
>>>>>>> release/7.0-staging
<!-- End: Package sources from dotnet-emsdk -->

@steveisok

Copy link
Copy Markdown
Member

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

@carlossanlopcarlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

Ok great, fixed, @steveisok. I know it was probably a dumb question, but mono/wasm sometimes works in mysterious ways 😄.

@lewing

Copy link
Copy Markdown
Member
[18:43:28] crit: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103
at Microsoft.DotNet.XHarness.Apple.DeviceFinder.FindDevice(TestTargetOs target, String deviceName, ILog log, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/DeviceFinder.cs:line 72
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperationInternal(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 215
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperation(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 96
at Microsoft.DotNet.XHarness.Apple.TestOrchestrator.OrchestrateTest(GetAppBundleInfoFunc getAppBundlePath, TestTargetOs target, String deviceName, TimeSpan timeout, TimeSpan launchTimeout, CommunicationChannel communicationChannel, XmlResultJargon xmlResultJargon, IEnumerable`1 singleMethodFilters, IEnumerable`1 classMethodFilters, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, Boolean signalAppEnd, IReadOnlyCollection`1 environmentalVariables, IEnumerable`1 passthroughArguments, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs:line 189
at Microsoft.DotNet.XHarness.CLI.Commands.Apple.AppleAppCommand`1.Invoke(ILogger logger) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/Apple/AppleAppCommand.cs:line 68
at Microsoft.DotNet.XHarness.CLI.Commands.XHarnessCommand`1.Invoke(IEnumerable`1 arguments) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/XHarnessCommand.cs:line 145
XHarness exit code: 71 (GENERAL_FAILURE)

@steveisok is that a known thing?

@steveisok

Copy link
Copy Markdown
Member

@premun

Copy link
Copy Markdown
Member

The log it points to says this:

[18:43:27.5159660] Running /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:27.6478100] Launching /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:28.3453030] Using Xcode 14.1 found in /Applications/Xcode_14.1.app
[18:43:28.3455350] Xamarin.Hosting: Xamarin.Hosting
[18:43:28.3456130] Xamarin.Hosting: Version: 29a6536838 (refs/heads/main)
[18:43:28.3456290] Xamarin.Hosting: Xcode: /Applications/Xcode_14.1.app
[18:43:28.3473830] Xamarin.Hosting: Xcode Version: 14.1
[18:43:28.3478350] Xamarin.Hosting: Verbosity: 5
[18:43:28.3824560] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
[18:43:28.3898040] Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
[18:43:28.3905620] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
[18:43:28.3930380] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
[18:43:28.4151110] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
[18:43:28.4159260] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
[18:43:28.4160130] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
[18:43:28.4175800] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
[18:43:28.4176700] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
[18:43:28.4178490] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
[18:43:28.4367740] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
[18:43:28.4378210] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
[18:43:28.4394600] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/XCServices.framework/XCServices
[18:43:28.4412670] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
[18:43:28.4482790] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation): [18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490] [18:43:28.4786160] at Xamarin.Hosting.Services.LoadFramework (System.String framework, System.Boolean warnIfMissing) [0x00089] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:267 [18:43:28.4786470] at Xamarin.Hosting.Services.LoadFrameworks () [0x002fc] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:148 [18:43:28.4786620] at Xamarin.Hosting.Services.Initialize (System.String xcode_location, System.Boolean enable_xcode_plugins) [0x000d8] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:91 [18:43:28.4786720] at Xamarin.Launcher.DevController.Initialize () [0x00001] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:35 [18:43:28.4786960] at Xamarin.Launcher.DevController.ListDevicesAsync (Xamarin.Launcher.OutputFormat format, System.String output_file, System.Boolean list_extra_data) [0x0003f] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:446 [18:43:28.4787150] at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 [18:43:28.4787240] at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00ba3] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:435 [18:43:28.4787360] at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:123 [18:43:28.4836240] Process mlaunch exited with 1
[18:43:28.4972750] Failed to parse device list: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103

@premun

Copy link
Copy Markdown
Member

@rolfbjarne have you seen the error above? Is this something around new Xcode that mlaunch needs to work with?

[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation):
[18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490]

@carlossanlop

Copy link
Copy Markdown
Contributor

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

…05.1
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.5 -> To Version 7.0.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assets[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdkApr 5, 2023
@steveisok

Copy link
Copy Markdown
Member

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

@carlossanlop

Copy link
Copy Markdown
Contributor

The latest CI run hit only two failures:

Based on:

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

I'll merge this.

@carlossanlop
carlossanlop merged commit 0506145 into release/7.0-stagingApr 6, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170 branch April 6, 2023 02:18
@ghostghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflowServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@steveisok@lewing@premun
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk - #84145

Merged
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
Apr 6, 2023
Merged

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk#84145
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170

Conversation

@dotnet-maestro

@dotnet-maestrodotnet-maestroBot commented Mar 30, 2023

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 4300062c-0674-4458-f8e2-08db309149d7
  • Build: 20230405.1
  • Date Produced: April 5, 2023 5:00:28 PM UTC
  • Commit: edbcdace786fb39c68c0b8b1038272f480d09598
  • Branch: refs/heads/release/7.0

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

  • Subscription: 617aff9b-6b7b-44e9-2a24-08db30914ae2
  • Build: 20230315.1
  • Date Produced: March 15, 2023 5:52:47 PM UTC
  • Commit: d3fc41eadc9ff73ae8e20eb6f874cf5321714c0b
  • Branch: refs/heads/release/7.0

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

  • Subscription: c2ef5ed2-a6be-4490-643e-08db30930111
  • Build: 20220909.1
  • Date Produced: September 9, 2022 8:49:39 PM UTC
  • Commit: b1a2104c42648101a2373a1278bcf4ef897ad840
  • Branch: refs/heads/release/7.0

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

  • Subscription: b5dc0012-be3b-4798-f8e3-08db309149d7
  • Build: 20230329.6
  • Date Produced: March 30, 2023 12:14:16 AM UTC
  • Commit: ec5d27d08b78d68d96eeb8899f329a2fa732923a
  • Branch: refs/heads/release/7.0

…23.1
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.5
@ghostghost added the area-codeflow for labeling automated codeflow label Mar 30, 2023
…315.1
Microsoft.NET.ILLink.Tasks
From Version 7.0.100-1.22423.4 -> To Version 7.0.100-1.23165.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linkerMar 30, 2023
…909.1
System.Net.MsQuic.Transport
From Version 7.0.0-alpha.1.22406.1 -> To Version 7.0.0-alpha.1.22459.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquicMar 30, 2023
…ld 20230329.6
Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.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.23151.1 -> To Version 7.0.0-beta.23179.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assetsMar 30, 2023
@carlossanlop

carlossanlop commented Mar 31, 2023

Copy link
Copy Markdown
Contributor

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

 <!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-7fa7119" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c/nuget/v3/index.json" />
<<<<<<< darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
+ <add key="darc-pub-dotnet-emsdk-7fa7119-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-2/nuget/v3/index.json" />+ <add key="darc-pub-dotnet-emsdk-7fa7119-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-1/nuget/v3/index.json" />
=======
>>>>>>> release/7.0-staging
<!-- End: Package sources from dotnet-emsdk -->

@steveisok

Copy link
Copy Markdown
Member

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

@carlossanlopcarlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

Ok great, fixed, @steveisok. I know it was probably a dumb question, but mono/wasm sometimes works in mysterious ways 😄.

@lewing

Copy link
Copy Markdown
Member
[18:43:28] crit: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103
at Microsoft.DotNet.XHarness.Apple.DeviceFinder.FindDevice(TestTargetOs target, String deviceName, ILog log, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/DeviceFinder.cs:line 72
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperationInternal(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 215
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperation(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 96
at Microsoft.DotNet.XHarness.Apple.TestOrchestrator.OrchestrateTest(GetAppBundleInfoFunc getAppBundlePath, TestTargetOs target, String deviceName, TimeSpan timeout, TimeSpan launchTimeout, CommunicationChannel communicationChannel, XmlResultJargon xmlResultJargon, IEnumerable`1 singleMethodFilters, IEnumerable`1 classMethodFilters, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, Boolean signalAppEnd, IReadOnlyCollection`1 environmentalVariables, IEnumerable`1 passthroughArguments, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs:line 189
at Microsoft.DotNet.XHarness.CLI.Commands.Apple.AppleAppCommand`1.Invoke(ILogger logger) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/Apple/AppleAppCommand.cs:line 68
at Microsoft.DotNet.XHarness.CLI.Commands.XHarnessCommand`1.Invoke(IEnumerable`1 arguments) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/XHarnessCommand.cs:line 145
XHarness exit code: 71 (GENERAL_FAILURE)

@steveisok is that a known thing?

@steveisok

Copy link
Copy Markdown
Member

@premun

Copy link
Copy Markdown
Member

The log it points to says this:

[18:43:27.5159660] Running /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:27.6478100] Launching /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:28.3453030] Using Xcode 14.1 found in /Applications/Xcode_14.1.app
[18:43:28.3455350] Xamarin.Hosting: Xamarin.Hosting
[18:43:28.3456130] Xamarin.Hosting: Version: 29a6536838 (refs/heads/main)
[18:43:28.3456290] Xamarin.Hosting: Xcode: /Applications/Xcode_14.1.app
[18:43:28.3473830] Xamarin.Hosting: Xcode Version: 14.1
[18:43:28.3478350] Xamarin.Hosting: Verbosity: 5
[18:43:28.3824560] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
[18:43:28.3898040] Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
[18:43:28.3905620] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
[18:43:28.3930380] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
[18:43:28.4151110] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
[18:43:28.4159260] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
[18:43:28.4160130] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
[18:43:28.4175800] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
[18:43:28.4176700] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
[18:43:28.4178490] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
[18:43:28.4367740] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
[18:43:28.4378210] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
[18:43:28.4394600] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/XCServices.framework/XCServices
[18:43:28.4412670] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
[18:43:28.4482790] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation): [18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490] [18:43:28.4786160] at Xamarin.Hosting.Services.LoadFramework (System.String framework, System.Boolean warnIfMissing) [0x00089] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:267 [18:43:28.4786470] at Xamarin.Hosting.Services.LoadFrameworks () [0x002fc] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:148 [18:43:28.4786620] at Xamarin.Hosting.Services.Initialize (System.String xcode_location, System.Boolean enable_xcode_plugins) [0x000d8] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:91 [18:43:28.4786720] at Xamarin.Launcher.DevController.Initialize () [0x00001] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:35 [18:43:28.4786960] at Xamarin.Launcher.DevController.ListDevicesAsync (Xamarin.Launcher.OutputFormat format, System.String output_file, System.Boolean list_extra_data) [0x0003f] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:446 [18:43:28.4787150] at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 [18:43:28.4787240] at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00ba3] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:435 [18:43:28.4787360] at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:123 [18:43:28.4836240] Process mlaunch exited with 1
[18:43:28.4972750] Failed to parse device list: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103

@premun

Copy link
Copy Markdown
Member

@rolfbjarne have you seen the error above? Is this something around new Xcode that mlaunch needs to work with?

[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation):
[18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490]

@carlossanlop

Copy link
Copy Markdown
Contributor

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

…05.1
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.5 -> To Version 7.0.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assets[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdkApr 5, 2023
@steveisok

Copy link
Copy Markdown
Member

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

@carlossanlop

Copy link
Copy Markdown
Contributor

The latest CI run hit only two failures:

Based on:

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

I'll merge this.

@carlossanlop
carlossanlop merged commit 0506145 into release/7.0-stagingApr 6, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170 branch April 6, 2023 02:18
@ghostghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflowServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@steveisok@lewing@premun
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk - #84145

Merged
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
Apr 6, 2023
Merged

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk#84145
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170

Conversation

@dotnet-maestro

@dotnet-maestrodotnet-maestroBot commented Mar 30, 2023

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 4300062c-0674-4458-f8e2-08db309149d7
  • Build: 20230405.1
  • Date Produced: April 5, 2023 5:00:28 PM UTC
  • Commit: edbcdace786fb39c68c0b8b1038272f480d09598
  • Branch: refs/heads/release/7.0

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

  • Subscription: 617aff9b-6b7b-44e9-2a24-08db30914ae2
  • Build: 20230315.1
  • Date Produced: March 15, 2023 5:52:47 PM UTC
  • Commit: d3fc41eadc9ff73ae8e20eb6f874cf5321714c0b
  • Branch: refs/heads/release/7.0

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

  • Subscription: c2ef5ed2-a6be-4490-643e-08db30930111
  • Build: 20220909.1
  • Date Produced: September 9, 2022 8:49:39 PM UTC
  • Commit: b1a2104c42648101a2373a1278bcf4ef897ad840
  • Branch: refs/heads/release/7.0

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

  • Subscription: b5dc0012-be3b-4798-f8e3-08db309149d7
  • Build: 20230329.6
  • Date Produced: March 30, 2023 12:14:16 AM UTC
  • Commit: ec5d27d08b78d68d96eeb8899f329a2fa732923a
  • Branch: refs/heads/release/7.0

…23.1
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.5
@ghostghost added the area-codeflow for labeling automated codeflow label Mar 30, 2023
…315.1
Microsoft.NET.ILLink.Tasks
From Version 7.0.100-1.22423.4 -> To Version 7.0.100-1.23165.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linkerMar 30, 2023
…909.1
System.Net.MsQuic.Transport
From Version 7.0.0-alpha.1.22406.1 -> To Version 7.0.0-alpha.1.22459.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquicMar 30, 2023
…ld 20230329.6
Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.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.23151.1 -> To Version 7.0.0-beta.23179.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assetsMar 30, 2023
@carlossanlop

carlossanlop commented Mar 31, 2023

Copy link
Copy Markdown
Contributor

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

 <!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-7fa7119" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c/nuget/v3/index.json" />
<<<<<<< darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
+ <add key="darc-pub-dotnet-emsdk-7fa7119-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-2/nuget/v3/index.json" />+ <add key="darc-pub-dotnet-emsdk-7fa7119-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-1/nuget/v3/index.json" />
=======
>>>>>>> release/7.0-staging
<!-- End: Package sources from dotnet-emsdk -->

@steveisok

Copy link
Copy Markdown
Member

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

@carlossanlopcarlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

Ok great, fixed, @steveisok. I know it was probably a dumb question, but mono/wasm sometimes works in mysterious ways 😄.

@lewing

Copy link
Copy Markdown
Member
[18:43:28] crit: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103
at Microsoft.DotNet.XHarness.Apple.DeviceFinder.FindDevice(TestTargetOs target, String deviceName, ILog log, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/DeviceFinder.cs:line 72
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperationInternal(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 215
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperation(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 96
at Microsoft.DotNet.XHarness.Apple.TestOrchestrator.OrchestrateTest(GetAppBundleInfoFunc getAppBundlePath, TestTargetOs target, String deviceName, TimeSpan timeout, TimeSpan launchTimeout, CommunicationChannel communicationChannel, XmlResultJargon xmlResultJargon, IEnumerable`1 singleMethodFilters, IEnumerable`1 classMethodFilters, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, Boolean signalAppEnd, IReadOnlyCollection`1 environmentalVariables, IEnumerable`1 passthroughArguments, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs:line 189
at Microsoft.DotNet.XHarness.CLI.Commands.Apple.AppleAppCommand`1.Invoke(ILogger logger) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/Apple/AppleAppCommand.cs:line 68
at Microsoft.DotNet.XHarness.CLI.Commands.XHarnessCommand`1.Invoke(IEnumerable`1 arguments) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/XHarnessCommand.cs:line 145
XHarness exit code: 71 (GENERAL_FAILURE)

@steveisok is that a known thing?

@steveisok

Copy link
Copy Markdown
Member

@premun

Copy link
Copy Markdown
Member

The log it points to says this:

[18:43:27.5159660] Running /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:27.6478100] Launching /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:28.3453030] Using Xcode 14.1 found in /Applications/Xcode_14.1.app
[18:43:28.3455350] Xamarin.Hosting: Xamarin.Hosting
[18:43:28.3456130] Xamarin.Hosting: Version: 29a6536838 (refs/heads/main)
[18:43:28.3456290] Xamarin.Hosting: Xcode: /Applications/Xcode_14.1.app
[18:43:28.3473830] Xamarin.Hosting: Xcode Version: 14.1
[18:43:28.3478350] Xamarin.Hosting: Verbosity: 5
[18:43:28.3824560] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
[18:43:28.3898040] Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
[18:43:28.3905620] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
[18:43:28.3930380] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
[18:43:28.4151110] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
[18:43:28.4159260] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
[18:43:28.4160130] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
[18:43:28.4175800] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
[18:43:28.4176700] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
[18:43:28.4178490] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
[18:43:28.4367740] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
[18:43:28.4378210] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
[18:43:28.4394600] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/XCServices.framework/XCServices
[18:43:28.4412670] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
[18:43:28.4482790] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation): [18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490] [18:43:28.4786160] at Xamarin.Hosting.Services.LoadFramework (System.String framework, System.Boolean warnIfMissing) [0x00089] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:267 [18:43:28.4786470] at Xamarin.Hosting.Services.LoadFrameworks () [0x002fc] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:148 [18:43:28.4786620] at Xamarin.Hosting.Services.Initialize (System.String xcode_location, System.Boolean enable_xcode_plugins) [0x000d8] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:91 [18:43:28.4786720] at Xamarin.Launcher.DevController.Initialize () [0x00001] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:35 [18:43:28.4786960] at Xamarin.Launcher.DevController.ListDevicesAsync (Xamarin.Launcher.OutputFormat format, System.String output_file, System.Boolean list_extra_data) [0x0003f] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:446 [18:43:28.4787150] at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 [18:43:28.4787240] at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00ba3] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:435 [18:43:28.4787360] at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:123 [18:43:28.4836240] Process mlaunch exited with 1
[18:43:28.4972750] Failed to parse device list: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103

@premun

Copy link
Copy Markdown
Member

@rolfbjarne have you seen the error above? Is this something around new Xcode that mlaunch needs to work with?

[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation):
[18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490]

@carlossanlop

Copy link
Copy Markdown
Contributor

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

…05.1
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.5 -> To Version 7.0.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assets[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdkApr 5, 2023
@steveisok

Copy link
Copy Markdown
Member

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

@carlossanlop

Copy link
Copy Markdown
Contributor

The latest CI run hit only two failures:

Based on:

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

I'll merge this.

@carlossanlop
carlossanlop merged commit 0506145 into release/7.0-stagingApr 6, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170 branch April 6, 2023 02:18
@ghostghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflowServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@steveisok@lewing@premun
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk - #84145

Merged
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
Apr 6, 2023
Merged

[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdk#84145
carlossanlop merged 6 commits into
release/7.0-stagingfrom
darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170

Conversation

@dotnet-maestro

@dotnet-maestrodotnet-maestroBot commented Mar 30, 2023

Copy link
Copy Markdown
Contributor

This pull request updates the following dependencies

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

  • Subscription: 4300062c-0674-4458-f8e2-08db309149d7
  • Build: 20230405.1
  • Date Produced: April 5, 2023 5:00:28 PM UTC
  • Commit: edbcdace786fb39c68c0b8b1038272f480d09598
  • Branch: refs/heads/release/7.0

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

  • Subscription: 617aff9b-6b7b-44e9-2a24-08db30914ae2
  • Build: 20230315.1
  • Date Produced: March 15, 2023 5:52:47 PM UTC
  • Commit: d3fc41eadc9ff73ae8e20eb6f874cf5321714c0b
  • Branch: refs/heads/release/7.0

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

  • Subscription: c2ef5ed2-a6be-4490-643e-08db30930111
  • Build: 20220909.1
  • Date Produced: September 9, 2022 8:49:39 PM UTC
  • Commit: b1a2104c42648101a2373a1278bcf4ef897ad840
  • Branch: refs/heads/release/7.0

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

  • Subscription: b5dc0012-be3b-4798-f8e3-08db309149d7
  • Build: 20230329.6
  • Date Produced: March 30, 2023 12:14:16 AM UTC
  • Commit: ec5d27d08b78d68d96eeb8899f329a2fa732923a
  • Branch: refs/heads/release/7.0

…23.1
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.5
@ghostghost added the area-codeflow for labeling automated codeflow label Mar 30, 2023
…315.1
Microsoft.NET.ILLink.Tasks
From Version 7.0.100-1.22423.4 -> To Version 7.0.100-1.23165.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linkerMar 30, 2023
…909.1
System.Net.MsQuic.Transport
From Version 7.0.0-alpha.1.22406.1 -> To Version 7.0.0-alpha.1.22459.1
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquicMar 30, 2023
…ld 20230329.6
Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.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.23151.1 -> To Version 7.0.0-beta.23179.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic[release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assetsMar 30, 2023
@carlossanlop

carlossanlop commented Mar 31, 2023

Copy link
Copy Markdown
Contributor

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

 <!-- Begin: Package sources from dotnet-emsdk -->
<add key="darc-pub-dotnet-emsdk-7fa7119" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c/nuget/v3/index.json" />
<<<<<<< darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170
+ <add key="darc-pub-dotnet-emsdk-7fa7119-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-2/nuget/v3/index.json" />+ <add key="darc-pub-dotnet-emsdk-7fa7119-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-7fa7119c-1/nuget/v3/index.json" />
=======
>>>>>>> release/7.0-staging
<!-- End: Package sources from dotnet-emsdk -->

@steveisok

Copy link
Copy Markdown
Member

@steveisok@lewing the conflict here is caused by the addition of two more emsdk keys under the original one. Is the expectation to keep all 3, or only one of them? Their ID seems to be the same, except for the suffix numbers 1 and 2 (and the original key lacking one):

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

@carlossanlopcarlossanlop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep what is in the 7.0 branch. My guess is what darc is trying to add is just a duplicate.

Ok great, fixed, @steveisok. I know it was probably a dumb question, but mono/wasm sometimes works in mysterious ways 😄.

@lewing

Copy link
Copy Markdown
Member
[18:43:28] crit: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103
at Microsoft.DotNet.XHarness.Apple.DeviceFinder.FindDevice(TestTargetOs target, String deviceName, ILog log, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/DeviceFinder.cs:line 72
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperationInternal(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 215
at Microsoft.DotNet.XHarness.Apple.BaseOrchestrator.OrchestrateOperation(TestTargetOs target, String deviceName, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, GetAppBundleInfoFunc getAppBundle, ExecuteMacCatalystAppFunc executeMacCatalystApp, ExecuteAppFunc executeApp, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/BaseOrchestrator.cs:line 96
at Microsoft.DotNet.XHarness.Apple.TestOrchestrator.OrchestrateTest(GetAppBundleInfoFunc getAppBundlePath, TestTargetOs target, String deviceName, TimeSpan timeout, TimeSpan launchTimeout, CommunicationChannel communicationChannel, XmlResultJargon xmlResultJargon, IEnumerable`1 singleMethodFilters, IEnumerable`1 classMethodFilters, Boolean includeWirelessDevices, Boolean resetSimulator, Boolean enableLldb, Boolean signalAppEnd, IReadOnlyCollection`1 environmentalVariables, IEnumerable`1 passthroughArguments, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs:line 189
at Microsoft.DotNet.XHarness.CLI.Commands.Apple.AppleAppCommand`1.Invoke(ILogger logger) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/Apple/AppleAppCommand.cs:line 68
at Microsoft.DotNet.XHarness.CLI.Commands.XHarnessCommand`1.Invoke(IEnumerable`1 arguments) in /_/src/Microsoft.DotNet.XHarness.CLI/Commands/XHarnessCommand.cs:line 145
XHarness exit code: 71 (GENERAL_FAILURE)

@steveisok is that a known thing?

@steveisok

Copy link
Copy Markdown
Member

@premun

Copy link
Copy Markdown
Member

The log it points to says this:

[18:43:27.5159660] Running /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:27.6478100] Launching /private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/tools/net7.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.1.app --listdev=/tmp/helix/working/BF9709EE/t/tmpk3e55l.tmp --list-wireless-devices=false --output-format=XML --timeout=0.5 -v -v -v -v -v
[18:43:28.3453030] Using Xcode 14.1 found in /Applications/Xcode_14.1.app
[18:43:28.3455350] Xamarin.Hosting: Xamarin.Hosting
[18:43:28.3456130] Xamarin.Hosting: Version: 29a6536838 (refs/heads/main)
[18:43:28.3456290] Xamarin.Hosting: Xcode: /Applications/Xcode_14.1.app
[18:43:28.3473830] Xamarin.Hosting: Xcode Version: 14.1
[18:43:28.3478350] Xamarin.Hosting: Verbosity: 5
[18:43:28.3824560] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
[18:43:28.3898040] Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
[18:43:28.3905620] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/DVTDeviceFoundation
[18:43:28.3930380] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
[18:43:28.4151110] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
[18:43:28.4159260] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
[18:43:28.4160130] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
[18:43:28.4175800] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
[18:43:28.4176700] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
[18:43:28.4178490] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
[18:43:28.4367740] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
[18:43:28.4378210] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
[18:43:28.4394600] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/XCServices.framework/XCServices
[18:43:28.4412670] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTAppStoreConnect.framework/DVTAppStoreConnect
[18:43:28.4482790] Xamarin.Hosting: Loaded /Applications/Xcode_14.1.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/ContentDeliveryServices
[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation): [18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490] [18:43:28.4786160] at Xamarin.Hosting.Services.LoadFramework (System.String framework, System.Boolean warnIfMissing) [0x00089] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:267 [18:43:28.4786470] at Xamarin.Hosting.Services.LoadFrameworks () [0x002fc] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:148 [18:43:28.4786620] at Xamarin.Hosting.Services.Initialize (System.String xcode_location, System.Boolean enable_xcode_plugins) [0x000d8] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Hosting/Services.cs:91 [18:43:28.4786720] at Xamarin.Launcher.DevController.Initialize () [0x00001] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:35 [18:43:28.4786960] at Xamarin.Launcher.DevController.ListDevicesAsync (Xamarin.Launcher.OutputFormat format, System.String output_file, System.Boolean list_extra_data) [0x0003f] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/controller-device.cs:446 [18:43:28.4787150] at Xamarin.Utils.NSRunLoopExtensions.RunUntilTaskCompletion[T] (Foundation.NSRunLoop this, System.Threading.Tasks.Task`1[TResult] task) [0x00082] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Utils/Extensions.cs:35 [18:43:28.4787240] at Xamarin.Launcher.Driver.Main2 (System.String[] args) [0x00ba3] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:435 [18:43:28.4787360] at Xamarin.Launcher.Driver.Main (System.String[] args) [0x0006d] in /Users/builder/azdo/_work/3/s/tools/mlaunch/Xamarin.Hosting/Xamarin.Launcher/Main.cs:123 [18:43:28.4836240] Process mlaunch exited with 1
[18:43:28.4972750] Failed to parse device list: System.Exception: Failed to list devices.
at Microsoft.DotNet.XHarness.iOS.Shared.Hardware.HardwareDeviceLoader.LoadDevices(ILog log, Boolean includeLocked, Boolean forceRefresh, Boolean listExtraData, Boolean includeWirelessDevices, CancellationToken cancellationToken) in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/Hardware/HardwareDeviceLoader.cs:line 103

@premun

Copy link
Copy Markdown
Member

@rolfbjarne have you seen the error above? Is this something around new Xcode that mlaunch needs to work with?

[18:43:28.4753080] error HE0004: Could not load the framework 'DVTITunesSoftwareServiceFoundation' (path: /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation):
[18:43:28.4753510] dlopen(/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/DVTITunesSoftwareServiceFoundation, 0x0001): Library not loaded: @rpath/ContentDelivery.framework/Versions/A/ContentDelivery
[18:43:28.4753630] Referenced from: <3BBA1E58-71C9-3514-B181-7041610E13D9> /Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/DVTITunesSoftwareServiceFoundation
[18:43:28.4754120] Reason: tried: '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/private/tmp/helix/working/BF9709EE/p/microsoft.dotnet.xharness.cli/1.0.0-prerelease.22411.1/runtimes/any/native/mlaunch/lib/mlaunch/mlaunch.app/Contents/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Applications/Xcode_14.1.app/Contents/SharedFrameworks/DVTITunesSoftwareServiceFoundation.framework/Versions/A/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file), '/System/Library/Frameworks/ContentDelivery.framework/Versions/A/ContentDelivery' (no such file, not in dyld cache)
[18:43:28.4754490]

@carlossanlop

Copy link
Copy Markdown
Contributor

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

…05.1
Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
From Version 7.0.5 -> To Version 7.0.6
@dotnet-maestrodotnet-maestroBot changed the title [release/7.0-staging] Update dependencies from dotnet/emsdk dotnet/linker dotnet/msquic dotnet/runtime-assets[release/7.0-staging] Update dependencies from dotnet/linker dotnet/msquic dotnet/runtime-assets dotnet/emsdkApr 5, 2023
@steveisok

Copy link
Copy Markdown
Member

Reminder: Code complete is on April 10th to ensure this change gets included in the May Servicing Release.

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

@carlossanlop

Copy link
Copy Markdown
Contributor

The latest CI run hit only two failures:

Based on:

I don't think the tvOS failure should stop this change. It's an infra problem that appears to be intermittent.

I'll merge this.

@carlossanlop
carlossanlop merged commit 0506145 into release/7.0-stagingApr 6, 2023
@carlossanlop
carlossanlop deleted the darc-release/7.0-staging-4f9ec8a2-1957-4623-8f24-8d66192eb170 branch April 6, 2023 02:18
@ghostghost locked as resolved and limited conversation to collaborators May 6, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflowfor labeling automated codeflowServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@carlossanlop@steveisok@lewing@premun