Skip to content

Commit

Permalink
[msbuild] Improve symlinks for Xamarin.Mac. (#8484)
Browse files Browse the repository at this point in the history
Instead of having multiple symlinks in the /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac directory
pointing to files in /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/msbuild, have the
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac directory point to the
/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/msbuild directory. This way we
don't have to update the symlinks whenever there are new files somewhere.
  • Loading branch information
rolfbjarne authored May 4, 2020
1 parent 08b3505 commit 2420108
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions msbuild/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,15 @@ MAC_TASK_ASSEMBLIES = Xamarin.Mac.Tasks
MAC_BINDING_TASK_ASSEMBLIES =

MAC_DIRECTORIES = \
$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac \
$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin \
$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.Mac/v2.0/RedistList \
$(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/msbuild \
$(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/mono/4.5/RedistList \
$(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/etc/mono/4.5 \

MAC_SYMLINKS = \
$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.Mac/v2.0/RedistList/FrameworkList.xml \
$(foreach target,$(MAC_TARGETS) ,$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/$(notdir $(target))) \
$(foreach target,$(MAC_BINDING_TARGETS) ,$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/$(notdir $(target))) \
$(foreach dll,$(MAC_TASK_ASSEMBLIES) ,$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/$(dll).dll) \
$(foreach dll,$(LOCALIZATION_ASSEMBLIES) ,$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/$(dll).dll) \
$(foreach dll,$(MAC_BINDING_TASK_ASSEMBLIES) ,$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac/$(dll).dll) \
$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac \

MAC_PRODUCTS = \
$(MAC_DESTDIR)$(MAC_FRAMEWORK_CURRENT_DIR)/lib/msbuild/FrameworkList.xml \
Expand Down Expand Up @@ -276,7 +272,10 @@ $(IOS_DESTDIR)$(MONOTOUCH_PREFIX)/lib/msbuild/TVOS/%.dll: build/%.dll | $(IOS_DE
# Everything in /Library/Frameworks/Mono.framework/External are links into /Library/Frameworks/Xamarin.Mac.framework/Versions/Current
# This makes it easy to switch XM, by just pointing /Library/Frameworks/Xamarin.Mac.framework/Versions/Current somewhere else

$(MAC_SYMLINKS): | $(MAC_DIRECTORIES)
$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Mac: $(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild/Xamarin
$(Q) ln -Fhs $(MAC_TARGETDIR)/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/msbuild $@

$(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.Mac/v2.0/RedistList/FrameworkList.xml: | $(MAC_DESTDIR)/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.Mac/v2.0/RedistList
$(Q) ln -fs $(MAC_TARGETDIR)/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/msbuild/$(notdir $@) $@

# The actual content goes into /Library/Frameworks/Xamarin.Mac.framework/Versions/Current
Expand Down Expand Up @@ -326,7 +325,8 @@ endef
$(foreach dll,$(sort $(MSBUILD_TASK_ASSEMBLIES)),$(eval $(call copyToBuild,$(dll))))

# this is a directory-creating target.
$(MSBUILD_DIRECTORIES) build:
# we sort to remove duplicates, which can happen if MAC_DESTDIR and IOS_DESTDIR are the same (both create a '/Library/Frameworks/Mono.framework/External/xbuild/Xamarin' target)
$(sort $(MSBUILD_DIRECTORIES)) build:
$(Q) mkdir -p $@

install-symlinks: $(MSBUILD_SYMLINKS)
Expand Down

5 comments on commit 2420108

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

🔥 Device tests completed (Failed) on iOS32b on Azure DevOps(iOS32b): Html Report 🔥

Test results

161 tests failed, 0 tests passed.

Failed tests

  • monotouch-test/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'monotouch-test': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • framework-test/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'framework-test': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • interdependent-binding-projects/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'interdependent-binding-projects': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • fsharp/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'fsharp': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • dont link/iOS Unified 32-bits - device/Release: HarnessException (Harness exception for 'dont link': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • link all/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'link all': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • link sdk/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'link sdk': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mono-native-compat/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'mono-native-compat': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mono-native-unified/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'mono-native-unified': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [NUnit] Mono BCL tests group 1/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for '[NUnit] Mono BCL tests group 1': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for '[NUnit] Mono BCL tests group 2': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 3': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 4': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 5': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mscorlib Part 1/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'mscorlib Part 1': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mscorlib Part 2/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'mscorlib Part 2': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mscorlib Part 3/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'mscorlib Part 3': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono SystemCoreXunit Part 1/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono SystemCoreXunit Part 1': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono SystemCoreXunit Part 2/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono SystemCoreXunit Part 2': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono SystemXunit/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono SystemXunit': System.Net.Sockets.SocketException (0x80004005): Could not resolve host 'WU2TEHPV03CX-11.Redmond.corp.microsoft.com'
    at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
    at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
    at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
    at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/AppRunner.cs:227
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0091c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:145
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00fb5] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:205
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:104
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

🔥 Device tests completed (Failed) on iOS on Azure DevOps(iOS): Html Report 🔥

Test results

1 tests failed, 149 tests passed.

Failed tests

  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

🔥 Device tests completed (Failed) on TvOS on Azure DevOps(TvOS): Html Report 🔥

Test results

150 tests failed, 0 tests passed.

Failed tests

  • monotouch-test/tvOS - device/Debug: TimedOut
  • framework-test/tvOS - device/Debug: Crashed
  • interdependent-binding-projects/tvOS - device/Debug: TimedOut
  • fsharp/tvOS - device/Debug: Crashed
  • dont link/tvOS - device/Debug: Crashed
  • link all/tvOS - device/Debug: Crashed
  • link sdk/tvOS - device/Debug: TimedOut
  • mono-native-compat/tvOS - device/Debug: Crashed
  • mono-native-unified/tvOS - device/Debug: Crashed
  • [NUnit] Mono BCL tests group 1/tvOS - device/Debug: Crashed
  • [NUnit] Mono BCL tests group 2/tvOS - device/Debug: TimedOut
  • [xUnit] Mono BCL tests group 3/tvOS - device/Debug: Crashed
  • [xUnit] Mono BCL tests group 4/tvOS - device/Debug: Crashed
  • [xUnit] Mono BCL tests group 5/tvOS - device/Debug: Crashed
  • mscorlib Part 1/tvOS - device/Debug: TimedOut
  • mscorlib Part 2/tvOS - device/Debug: TimedOut
  • mscorlib Part 3/tvOS - device/Debug: TimedOut
  • [xUnit] Mono SystemCoreXunit Part 1/tvOS - device/Debug: Crashed
  • [xUnit] Mono SystemCoreXunit Part 2/tvOS - device/Debug: Crashed
  • [xUnit] Mono SystemXunit/tvOS - device/Debug: TimedOut
  • monotouch-test/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • monotouch-test/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • monotouch-test/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • monotouch-test/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • monotouch-test/tvOS - device/Release: TimedOut
  • monotouch-test/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • monotouch-test/tvOS - device/Debug (dynamic registrar): TimedOut
  • monotouch-test/tvOS - device/Release (all optimizations): TimedOut
  • monotouch-test/tvOS - device/Debug (all optimizations): TimedOut
  • monotouch-test/tvOS - device/Debug: SGenConc: TimedOut
  • monotouch-test/tvOS - device/Debug (interpreter): TimedOut
  • monotouch-test/tvOS - device/Debug (interpreter -mscorlib): TimedOut
  • monotouch-test/tvOS - device/Release (interpreter -mscorlib): TimedOut
  • framework-test/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • framework-test/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • framework-test/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • framework-test/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • framework-test/tvOS - device/Release: TimedOut
  • framework-test/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • interdependent-binding-projects/tvOS - device/Release: Crashed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • fsharp/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • fsharp/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • fsharp/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • fsharp/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • fsharp/tvOS - device/Release: Crashed
  • fsharp/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • dont link/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • dont link/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • dont link/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • dont link/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • dont link/tvOS - device/Release: Crashed
  • dont link/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • link all/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • link all/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • link all/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • link all/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • link all/tvOS - device/Release: Crashed
  • link all/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • link sdk/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • link sdk/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • link sdk/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • link sdk/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • link sdk/tvOS - device/Release: TimedOut
  • link sdk/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • mono-native-compat/tvOS - device/Release: Crashed
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • mono-native-unified/tvOS - device/Release: Crashed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • [NUnit] Mono BCL tests group 1/tvOS - device/Release: TimedOut (MT1032: This application executable might be too large (932 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • [NUnit] Mono BCL tests group 2/tvOS - device/Release: TimedOut (MT1032: This application executable might be too large (1105 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • [xUnit] Mono BCL tests group 3/tvOS - device/Release: Crashed (MT1032: This application executable might be too large (772 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • [xUnit] Mono BCL tests group 4/tvOS - device/Release: Crashed (MT1032: This application executable might be too large (649 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • [xUnit] Mono BCL tests group 5/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • [xUnit] Mono BCL tests group 5/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • [xUnit] Mono BCL tests group 5/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • [xUnit] Mono BCL tests group 5/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • [xUnit] Mono BCL tests group 5/tvOS - device/Release: Crashed (MT1032: This application executable might be too large (520 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [xUnit] Mono BCL tests group 5/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • mscorlib Part 1/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • mscorlib Part 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • mscorlib Part 1/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • mscorlib Part 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • mscorlib Part 1/tvOS - device/Release: TimedOut (MT1032: This application executable might be too large (737 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • mscorlib Part 1/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • mscorlib Part 1/tvOS - device/Debug: SGenConc: TimedOut
  • mscorlib Part 2/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • mscorlib Part 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • mscorlib Part 2/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • mscorlib Part 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • mscorlib Part 2/tvOS - device/Release: Crashed (MT1032: This application executable might be too large (609 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • mscorlib Part 2/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • mscorlib Part 2/tvOS - device/Debug: SGenConc: TimedOut
  • mscorlib Part 3/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • mscorlib Part 3/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • mscorlib Part 3/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • mscorlib Part 3/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • mscorlib Part 3/tvOS - device/Release: TimedOut (MT1032: This application executable might be too large (672 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • mscorlib Part 3/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • mscorlib Part 3/tvOS - device/Debug: SGenConc: TimedOut
  • [xUnit] Mono SystemCoreXunit Part 1/tvOS - device/AssemblyBuildTarget: dylib (debug): Crashed
  • [xUnit] Mono SystemCoreXunit Part 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • [xUnit] Mono SystemCoreXunit Part 1/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • [xUnit] Mono SystemCoreXunit Part 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • [xUnit] Mono SystemCoreXunit Part 1/tvOS - device/Release: Crashed (MT1032: This application executable might be too large (732 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [xUnit] Mono SystemCoreXunit Part 1/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • [xUnit] Mono SystemCoreXunit Part 2/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • [xUnit] Mono SystemCoreXunit Part 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • [xUnit] Mono SystemCoreXunit Part 2/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • [xUnit] Mono SystemCoreXunit Part 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • [xUnit] Mono SystemCoreXunit Part 2/tvOS - device/Release: Crashed (MT1032: This application executable might be too large (802 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [xUnit] Mono SystemCoreXunit Part 2/tvOS - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • [xUnit] Mono SystemXunit/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • [xUnit] Mono SystemXunit/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • [xUnit] Mono SystemXunit/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • [xUnit] Mono SystemXunit/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • [xUnit] Mono SystemXunit/tvOS - device/Release: Crashed (MT1032: This application executable might be too large (542 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [xUnit] Mono SystemXunit/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

🚧 Experimental DDFun pipeline

🔥 Device tests completed (Failed) on iOS-DDFun on Azure DevOps(iOS-DDFun) 🔥

Test results

33 tests failed, 117 tests passed.

Failed tests

  • monotouch-test/iOS Unified 64-bits - device/Debug: Crashed
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/Debug: TimedOut
  • [xUnit] Mono SystemXunit/iOS Unified 64-bits - device/Debug: Failed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Crashed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Crashed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed
  • monotouch-test/iOS Unified 64-bits - device/Release: Crashed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Crashed
  • monotouch-test/iOS Unified 64-bits - device/Debug (dynamic registrar): Crashed
  • monotouch-test/iOS Unified 64-bits - device/Release (all optimizations): Crashed
  • monotouch-test/iOS Unified 64-bits - device/Debug (all optimizations): Crashed
  • monotouch-test/iOS Unified 64-bits - device/Debug: SGenConc: Crashed
  • monotouch-test/iOS Unified 64-bits - device/Debug (interpreter): Crashed
  • monotouch-test/iOS Unified 64-bits - device/Debug (interpreter -mscorlib): Crashed
  • monotouch-test/iOS Unified 64-bits - device/Release (interpreter -mscorlib): Crashed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • link all/iOS Unified 64-bits - device/Release: Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • link sdk/iOS Unified 64-bits - device/Release: Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • [xUnit] Mono SystemXunit/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • [xUnit] Mono SystemXunit/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • [xUnit] Mono SystemXunit/iOS Unified 64-bits - device/Release: Failed
  • [xUnit] Mono SystemXunit/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed

Please sign in to comment.