Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Touch.Unit and MonoTouch.Dialog into repository #21766

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

mcumming
Copy link
Contributor

@mcumming mcumming commented Dec 6, 2024

Touch.Unit and MonoTouch.Dialog are very stable and have low churn. To maintenance and for other reasons, these source for these two submodules will be moved into the repository.

@mcumming
Copy link
Contributor Author

mcumming commented Dec 6, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Copy link
Contributor

github-actions bot commented Dec 6, 2024

⚠️ Your code has been reformatted. ⚠️

If this is not desired, add the actions-disable-autoformat label, and revert the reformatting commit.

If files unrelated to your change were modified, try reverting the reformatting commit + merging with the target branch (and push those changes).

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@mcumming mcumming marked this pull request as ready for review December 6, 2024 19:39
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🔥 Unable to find the contents for the comment: D:\a\1\s\change-detection\results\gh-comment.md does not exist :fire

Pipeline on Agent
Hash: e2bdd98fb2b86d9df4ff786a9be0b28ede3a868c [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🔥 [CI Build] Test results 🔥

Test results

❌ Tests failed on VSTS: test results

0 tests crashed, 93 tests failed, 10 tests passed.

Failures

❌ dotnettests tests (iOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ dotnettests tests (MacCatalyst)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ dotnettests tests (macOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ dotnettests tests (tvOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ framework tests

2 tests failed, 0 tests passed.
  • framework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'framework-test': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • framework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'framework-test': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ fsharp tests

4 tests failed, 0 tests passed.
  • fsharp/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ interdependent-binding-projects tests

4 tests failed, 0 tests passed.
  • interdependent-binding-projects/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/12/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/12/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ introspection tests

4 tests failed, 0 tests passed.
  • introspection/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/14/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/14/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ linker tests

40 tests failed, 0 tests passed.
  • dont link/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'dont link': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/13/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/13/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • dont link/Mac [dotnet]/Release [dotnet]: BuildFailure (Harness exception for 'dont link': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/13/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/13/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • dont link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'dont link': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in \n\nThe message from CI is too large for the GitHub comments. You can find the full results here.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🔥 [CI Build] Test results 🔥

Test results

❌ Tests failed on VSTS: test results

0 tests crashed, 93 tests failed, 10 tests passed.

Failures

❌ dotnettests tests (iOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ dotnettests tests (MacCatalyst)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ dotnettests tests (macOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ dotnettests tests (tvOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ framework tests

2 tests failed, 0 tests passed.
  • framework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'framework-test': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/13/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/13/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • framework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'framework-test': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ fsharp tests

4 tests failed, 0 tests passed.
  • fsharp/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/13/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/13/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/13/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ interdependent-binding-projects tests

4 tests failed, 0 tests passed.
  • interdependent-binding-projects/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/11/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/11/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/11/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ introspection tests

4 tests failed, 0 tests passed.
  • introspection/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/12/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/12/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/12/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ linker tests

40 tests failed, 0 tests passed.
  • dont link/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'dont link': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/14/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/14/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • dont link/Mac [dotnet]/Release [dotnet]: BuildFailure (Harness exception for 'dont link': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/14/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/14/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • dont link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'dont link': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in \n\nThe message from CI is too large for the GitHub comments. You can find the full results here.

@mcumming mcumming force-pushed the dev/mcumming/merge-mtouch-dialog branch from e2bdd98 to c0e1ead Compare December 14, 2024 03:33
@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: c0e1eadb092604e68bfb414adcc5a8041d1f6cdd [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build] Build passed (Build packages) ✅

Pipeline on Agent
Hash: c0e1eadb092604e68bfb414adcc5a8041d1f6cdd [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: c0e1eadb092604e68bfb414adcc5a8041d1f6cdd [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

❌ [CI Build] Windows Integration Tests failed ❌

❌ Failed ❌

Pipeline on Agent
Hash: c0e1eadb092604e68bfb414adcc5a8041d1f6cdd [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: c0e1eadb092604e68bfb414adcc5a8041d1f6cdd [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build] Tests on macOS arm64 - Mac Sequoia (15) passed 💻

All tests on macOS arm64 - Mac Sequoia (15) passed.

Pipeline on Agent
Hash: c0e1eadb092604e68bfb414adcc5a8041d1f6cdd [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: c0e1eadb092604e68bfb414adcc5a8041d1f6cdd [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: c0e1eadb092604e68bfb414adcc5a8041d1f6cdd [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🔥 [CI Build] Test results 🔥

Test results

❌ Tests failed on VSTS: test results

1 tests crashed, 92 tests failed, 10 tests passed.

Failures

❌ dotnettests tests (iOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ dotnettests tests (MacCatalyst)

🔥 Failed catastrophically on VSTS: test results - dotnettests_maccatalyst (no summary found).

Html Report (VSDrops) Download

❌ dotnettests tests (macOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ dotnettests tests (tvOS)

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

❌ framework tests

2 tests failed, 0 tests passed.
  • framework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'framework-test': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/16/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/16/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • framework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'framework-test': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/16/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ fsharp tests

4 tests failed, 0 tests passed.
  • fsharp/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/17/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/17/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • fsharp/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'fsharp': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/17/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ interdependent-binding-projects tests

4 tests failed, 0 tests passed.
  • interdependent-binding-projects/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • interdependent-binding-projects/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'interdependent-binding-projects': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ introspection tests

4 tests failed, 0 tests passed.
  • introspection/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/14/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/14/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/iOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • introspection/tvOS - simulator/Debug [dotnet]: BuildFailure (Harness exception for 'introspection': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/14/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)

Html Report (VSDrops) Download

❌ linker tests

40 tests failed, 0 tests passed.
  • dont link/Mac [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'dont link': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • dont link/Mac [dotnet]/Release [dotnet]: BuildFailure (Harness exception for 'dont link': System.IO.FileNotFoundException: Could not find file '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'.
    File name: '/Users/builder/azdo/_work/15/s/xamarin-macios/tests/common/MonoTouch.Dialog/MonoTouch.Dialog.macOS.csproj'
    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func4 createOpenException)
    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable1 unixCreateMode) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess(XmlDocument doc, String filename) at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 95
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync() in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:line 225)
  • dont link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure (Harness exception for 'dont link': System.NullReferenceException: Object reference not set to an instance of an object.
    at Xharness.EvolvedProjectFileExtensions.AddTopLevelInclude(XmlDocument csproj, String type, String link, String include, Boolean prepend) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/ProjectFileExtensions.cs:line 205
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 142 at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/tests/xharness/TestProject.cs:line 171
    at Xharness.TestProject.CreateCopyAsync(ILog log, IProcessManager processManager, ITestTask test, String rootDirectory, Dictionary`2 allProjectReferences) in /Users/builder/azdo/_work/15/s/xamarin-macios/test\n\nThe message from CI is too large for the GitHub comments. You can find the full results here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants