Skip to content

Commit

Permalink
[introspection] Do not let intro check on QTKit now that is just stubs (
Browse files Browse the repository at this point in the history
#9843)

* [introspection] Do not let intro check on QTKit now that is just stubs

* Update ApiCtorInitTest.cs

* [QTKit] Fix more QT Tests

* Remove some more QT leftovers
  • Loading branch information
dalexsoto authored Oct 11, 2020
1 parent 3924a30 commit cb524b1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
4 changes: 1 addition & 3 deletions tests/apitest/src/DelegateAndDataSourceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,14 @@ bool Skip (Type t)
if (IntPtr.Size == 4 && PlatformHelper.CheckSystemVersion(10, 13)) // Removed from 32-bit in macOS 10.13
return true;
break;
case "QTMovie":
return TestRuntime.CheckSystemVersion (PlatformName.MacOSX, 10, 14, 4); // Broke in macOS 10.14.4.
case "AVCaptureView":
// Deallocating a AVCaptureView makes it trigger a permission dialog, which we don't want, so just skip this type.
return true;
}

switch (t.Namespace) {
case "QTKit":
return TestRuntime.CheckSystemVersion (PlatformName.MacOSX, 10, 15); // QTKit is gone in 10.15.
return true; // QTKit has been removed from macos.
}

return false;
Expand Down
10 changes: 6 additions & 4 deletions tests/introspection/ApiCtorInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,18 @@ protected virtual bool Skip (Type type)
case "CKSubscription":
case "MPSCnnConvolutionState":
return true;
case "QTMovie":
return TestRuntime.CheckSystemVersion (PlatformName.MacOSX, 10, 14, 4); // Broke in macOS 10.14.4.
}

#if __IOS__
switch (type.Namespace) {
#if __IOS__
case "WatchKit":
return true; // WatchKit has been removed from iOS.
}
#elif MONOMAC
case "QTKit":
return true; // QTKit has been removed from macos.
#endif
}

// skip types that we renamed / rewrite since they won't behave correctly (by design)
if (SkipDueToRejectedTypes (type))
return true;
Expand Down
3 changes: 3 additions & 0 deletions tests/introspection/Mac/MacApiFieldTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ protected override bool Skip (Type type)
if (!Mac.CheckSystemVersion (10, 12) || IntPtr.Size != 8)
return true;
break;
case "MonoMac.QTKit": // QTKit has been removed from macOS
case "QTKit":
return true;
}
return false;
}
Expand Down
7 changes: 7 additions & 0 deletions tests/introspection/Mac/MacApiWeakPropertyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ protected override bool Skip (Type type)
case "VNImageOptions":
return true;
}

switch (type.Namespace) {
case "MonoMac.QTKit": // QTKit has been removed from macOS
case "QTKit":
return true;
}

return base.Skip (type);
}
}
Expand Down

4 comments on commit cb524b1

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

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

Test results

150 tests failed, 0 tests passed.

Failed tests

  • monotouch-test/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'monotouch-test': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/monotouch-test/342/install-20201011_153410.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/monotouch-test/342/install-20201011_153410.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • framework-test/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'framework-test': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/framework-test/354/install-20201011_153430.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/framework-test/354/install-20201011_153430.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • interdependent-binding-projects/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'interdependent-binding-projects': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/interdependent-binding-projects/366/install-20201011_153454.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/interdependent-binding-projects/366/install-20201011_153454.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • fsharp/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'fsharp': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/fsharp/378/install-20201011_153519.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/fsharp/378/install-20201011_153519.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • dont link/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'dont link': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/dont link/402/install-20201011_153605.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/dont link/402/install-20201011_153605.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • link all/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'link all': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/link all/414/install-20201011_153636.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/link all/414/install-20201011_153636.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • link sdk/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'link sdk': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/link sdk/426/install-20201011_153709.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/link sdk/426/install-20201011_153709.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mono-native-compat/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'mono-native-compat': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/mono-native-compat/438/install-20201011_153723.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/mono-native-compat/438/install-20201011_153723.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mono-native-unified/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'mono-native-unified': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/mono-native-unified/448/install-20201011_153738.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/mono-native-unified/448/install-20201011_153738.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[NUnit] Mono BCL tests group 1/460/install-20201011_153835.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[NUnit] Mono BCL tests group 1/460/install-20201011_153835.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[NUnit] Mono BCL tests group 2/468/install-20201011_153935.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[NUnit] Mono BCL tests group 2/468/install-20201011_153935.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[xUnit] Mono BCL tests group 3/476/install-20201011_154022.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[xUnit] Mono BCL tests group 3/476/install-20201011_154022.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[xUnit] Mono BCL tests group 4/484/install-20201011_154104.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[xUnit] Mono BCL tests group 4/484/install-20201011_154104.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[xUnit] Mono BCL tests group 5/492/install-20201011_154140.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/[xUnit] Mono BCL tests group 5/492/install-20201011_154140.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/2/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mscorlib Part 1/iOS Unified 64-bits - device/Debug: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/mscorlib Part 1/500/install-20201011_154227.log"
    File name: '/Users/xamarinqa/myagent/_work/2/s/jenkins-results/tests/mscorlib Part 1/500/install-20201011_154227.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMod

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Running XM tests on '10.16', Running XM tests on '10.16'' 🔥

Build succeeded
✅ Packages:

API Diff (from stable)
API Diff (from PR only) (no change)
Generator Diff (no change)
🔥 Xamarin.Mac tests on 10.16 failed: Xamarin.Mac tests on macOS 10.16 failed (apitest, introspection, xammac_tests) 🔥
🔥 Test run failed 🔥

Test results

55 tests failed, 101 tests passed.

Failed tests

  • monotouch-test/watchOS 32-bits - simulator/Debug: Failed
  • framework-test/watchOS 32-bits - simulator/Debug: Failed
  • interdependent-binding-projects/watchOS 32-bits - simulator/Debug: Failed
  • fsharp/watchOS 32-bits - simulator/Debug: Failed
  • introspection/watchOS 32-bits - simulator/Debug: Failed
  • dont link/watchOS 32-bits - simulator/Debug: Failed
  • dont link/watchOS 32-bits - simulator/Release: Failed
  • link all/watchOS 32-bits - simulator/Debug: Failed
  • link all/watchOS 32-bits - simulator/Release: Failed
  • link sdk/watchOS 32-bits - simulator/Debug: Failed
  • link sdk/watchOS 32-bits - simulator/Release: Failed
  • mono-native-compat/watchOS 32-bits - simulator/Debug: Failed
  • mono-native-unified/watchOS 32-bits - simulator/Debug: Failed
  • mscorlib Part 1/watchOS 32-bits - simulator/Debug: Failed
  • mscorlib Part 2/watchOS 32-bits - simulator/Debug: Failed
  • mscorlib Part 3/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemCoreXunit Part 1/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemCoreXunit Part 2/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemXunit/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemCoreTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemNumericsTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemRuntimeSerializationTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemTransactionsTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemXmlTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemXmlLinqTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemComponentModelDataAnnotationsTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemJsonTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemServiceModelWebTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemIOCompressionTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemIOCompressionFileSystemTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono MonoCSharpTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemSecurityTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono MonoDataSqliteTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono MonoRuntimeTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemDataTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemDataDataSetExtensionsTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemNetHttpTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemServiceModelTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono CorlibTests/watchOS 32-bits - simulator/Debug: Failed
  • [NUnit] Mono SystemWebServicesTests/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemDataXunit/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemJsonXunit/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemSecurityXunit/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemLinqXunit/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemXmlXunit/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemRuntimeCompilerServicesUnsafeXunit/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemNumericsXunit/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono MicrosoftCSharpXunit/watchOS 32-bits - simulator/Debug: Failed
  • [xUnit] Mono SystemNetHttpUnitTestsXunit/watchOS 32-bits - simulator/Debug: Failed
  • monotouch-test/watchOS 32-bits - simulator/Debug (LinkSdk): Failed
  • monotouch-test/watchOS 32-bits - simulator/Debug (static registrar): Failed
  • monotouch-test/watchOS 32-bits - simulator/Release (all optimizations): Failed
  • monotouch-test/watchOS 32-bits - simulator/Debug (all optimizations): Failed
  • MTouch tests/NUnit: Failed (Execution failed with exit code 5)

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

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

Test results

150 tests failed, 0 tests passed.

Failed tests

  • monotouch-test/tvOS - device/Debug: HarnessException (Harness exception for 'monotouch-test': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/monotouch-test/348/install-20201011_181402.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/monotouch-test/348/install-20201011_181402.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • framework-test/tvOS - device/Debug: HarnessException (Harness exception for 'framework-test': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/framework-test/360/install-20201011_181424.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/framework-test/360/install-20201011_181424.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • interdependent-binding-projects/tvOS - device/Debug: HarnessException (Harness exception for 'interdependent-binding-projects': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/interdependent-binding-projects/372/install-20201011_181455.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/interdependent-binding-projects/372/install-20201011_181455.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • fsharp/tvOS - device/Debug: HarnessException (Harness exception for 'fsharp': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/fsharp/384/install-20201011_181524.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/fsharp/384/install-20201011_181524.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • dont link/tvOS - device/Debug: HarnessException (Harness exception for 'dont link': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/dont link/408/install-20201011_181607.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/dont link/408/install-20201011_181607.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • link all/tvOS - device/Debug: HarnessException (Harness exception for 'link all': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/link all/420/install-20201011_181639.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/link all/420/install-20201011_181639.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • link sdk/tvOS - device/Debug: HarnessException (Harness exception for 'link sdk': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/link sdk/432/install-20201011_181715.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/link sdk/432/install-20201011_181715.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mono-native-compat/tvOS - device/Debug: HarnessException (Harness exception for 'mono-native-compat': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/mono-native-compat/444/install-20201011_181731.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/mono-native-compat/444/install-20201011_181731.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mono-native-unified/tvOS - device/Debug: HarnessException (Harness exception for 'mono-native-unified': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/mono-native-unified/454/install-20201011_181746.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/mono-native-unified/454/install-20201011_181746.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [NUnit] Mono BCL tests group 1/tvOS - device/Debug: HarnessException (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[NUnit] Mono BCL tests group 1/466/install-20201011_181845.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[NUnit] Mono BCL tests group 1/466/install-20201011_181845.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [NUnit] Mono BCL tests group 2/tvOS - device/Debug: HarnessException (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[NUnit] Mono BCL tests group 2/474/install-20201011_181947.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[NUnit] Mono BCL tests group 2/474/install-20201011_181947.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 3/tvOS - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[xUnit] Mono BCL tests group 3/482/install-20201011_182035.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[xUnit] Mono BCL tests group 3/482/install-20201011_182035.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 4/tvOS - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[xUnit] Mono BCL tests group 4/490/install-20201011_182117.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[xUnit] Mono BCL tests group 4/490/install-20201011_182117.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • [xUnit] Mono BCL tests group 5/tvOS - device/Debug: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[xUnit] Mono BCL tests group 5/498/install-20201011_182153.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/[xUnit] Mono BCL tests group 5/498/install-20201011_182153.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.LogFile.GetReader () [0x00001] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/LogFile.cs:58
    at Microsoft.DotNet.XHarness.iOS.Shared.Logging.AppInstallMonitorLog.GetReader () [0x00000] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Logging/AppInstallMonitorLog.cs:48
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0073c] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:133
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x010e0] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunDevice.cs:219
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/myagent/_work/1/s/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:282 )
  • mscorlib Part 1/tvOS - device/Debug: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/mscorlib Part 1/506/install-20201011_182240.log"
    File name: '/Users/xamarinqa/myagent/_work/1/s/jenkins-results/tests/mscorlib Part 1/506/install-20201011_182240.log'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:91

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Build' 🔥 : org.jenkinsci.plugins.workflow.steps.FlowInterruptedException

🔥 Build failed 🔥

Please sign in to comment.