-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[runtime] Redirect to our objc_msgSend wrapper functions when needed …
…for .NET code. (#10932) This makes the mono_dllmap_insert function unnecessary for .NET, so remove it. Ref: dotnet/runtime#48110 Ref: dotnet/runtime#43204 Ref: #10504
- Loading branch information
1 parent
2b7dc07
commit 9153ede
Showing
7 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9153ede
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests passed on Build. ✅
Tests passed on Build.
API diff
✅ API Diff from stable
View API diff
Packages generated
View packages
🎉 All 182 tests passed 🎉
Pipeline on Agent XAMBOT-1022'
9153ede
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Tests failed on VSTS: device tests iOS32b ❌
Tests failed on VSTS: device tests iOS32b.
Test results
1 tests failed, 169 tests' device not found, 5 tests passed.
Failed tests
Pipeline on Agent XI-CAPTAIN-MARVEL
9153ede
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Tests failed on VSTS: device tests tvOS ❌
Tests failed on VSTS: device tests tvOS.
Test results
1 tests failed, 156 tests' device not found, 5 tests passed.
Failed tests
Pipeline on Agent XAMTESTMAC14
9153ede
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Tests failed on VSTS: device tests iOS ❌
Tests failed on VSTS: device tests iOS.
Test results
158 tests failed, 5 tests passed.
Failed tests
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
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 () [0x00369] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/AppRunner.cs:247
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x00ac4] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:163
at Xharness.Jenkins.TestTasks.RunDevice.RunTestAsync () [0x0129e] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunDevice.cs:229
at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:109
at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/azdo/_work/27/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/ex\n\nThe message from CI is too large for the GitHub comments. You can find the full results here.