Skip to content

Commit

Permalink
[xharness] Don't group simulators when running in server mode. (#9098)
Browse files Browse the repository at this point in the history
Grouping simulators means we have to wait until we know which simulators are
available, because we group by the simulator's UDID.

When running in server mode, we don't need to group simulator test runs,
because we run the as the user chooses, not in any particular order.

This way the test list loads faster at startup, since we don't have to wait
until we've loaded the simulators before we can show the list.
  • Loading branch information
rolfbjarne committed Jul 16, 2020
1 parent 839f586 commit 4b0fd55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/xharness/Jenkins/Jenkins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,12 @@ public void GenerateReport ()
continue;
}

var simulator = task as RunSimulatorTask;
if (simulator != null) {
allSimulatorTasks.Add (simulator);
continue;
}

if (task is DotNetTestTask dotnet) {
allDotNetTestTasks.Add (dotnet);
continue;
Expand Down
3 changes: 3 additions & 0 deletions tests/xharness/Jenkins/RunSimulatorTasksFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ public async Task<IEnumerable<ITestTask>> CreateAsync (Jenkins jenkins, IProcess
tunnelBore: jenkins.TunnelBore,
candidates: candidates?.Cast<SimulatorDevice> () ?? test.Candidates)).ToList ();

if (jenkins.IsServerMode)
return testVariations;

foreach (var tv in testVariations) {
if (!tv.Ignored)
await tv.FindSimulatorAsync ();
Expand Down

6 comments on commit 4b0fd55

@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.

🔥 Tests failed catastrophically on VSTS: device tests tvOS (DDFun) 🔥

Not enough free space in the host.

Pipeline on Agent XAMTESTMAC15

@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 failed on VSTS: device tests tvOS (Cambridge) ❌

Device tests failed on VSTS: device tests tvOS (Cambridge).

Test results

150 tests' device not found, 0 tests passed.

Pipeline on Agent XAMTESTWIN04

@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.11', Running XM tests on '10.10', Running XM tests on '10.9'' 🔥

Provisioning succeeded
Build succeeded
✅ Packages built successfully

View packages

API Diff (from stable)
🔥 Failed to compare API and create generator diff 🔥
    Search for Comparing API & creating generator diff in the log to view the complete log.
🔥 Xamarin.Mac tests on 10.11 failed: Xamarin.Mac tests on macOS 10.11 failed (xammac_tests) 🔥
🔥 Xamarin.Mac tests on 10.10 failed: Xamarin.Mac tests on macOS 10.10 failed (xammac_tests) 🔥
🔥 Xamarin.Mac tests on 10.9 failed: Xamarin.Mac tests on macOS 10.9 failed (xammac_tests) 🔥
🔥 Test run failed 🔥

Test results

9 tests failed, 177 tests passed.

Failed tests

  • mscorlib Part 1/iOS Unified 32-bits - simulator/Debug: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/126/vsts-nunit-test-classic-20200716_060202.xml"
    File name: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/126/vsts-nunit-test-classic-20200716_060202.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunSimulator.RunTestAsync () [0x002b1] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunSimulator.cs:124
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 64-bits - simulator/Debug: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/127/vsts-nunit-test-classic-20200716_061528.xml"
    File name: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/127/vsts-nunit-test-classic-20200716_061528.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunSimulator.RunTestAsync () [0x002b1] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunSimulator.cs:124
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/tvOS - simulator/Debug: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/129/vsts-nunit-test-tvos-20200716_062918.xml"
    File name: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/129/vsts-nunit-test-tvos-20200716_062918.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunSimulator.RunTestAsync () [0x002b1] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunSimulator.cs:124
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/watchOS 32-bits - simulator/Debug: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/131/vsts-nunit-test-watchos-20200716_063859.xml"
    File name: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/131/vsts-nunit-test-watchos-20200716_063859.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunSimulator.RunTestAsync () [0x002b1] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunSimulator.cs:124
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - simulator/Debug: HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/133/vsts-nunit-test-classic-20200716_060209.xml"
    File name: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/133/vsts-nunit-test-classic-20200716_060209.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunSimulator.RunTestAsync () [0x002b1] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunSimulator.cs:124
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 64-bits - simulator/Debug: HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/134/vsts-nunit-test-classic-20200716_061532.xml"
    File name: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/134/vsts-nunit-test-classic-20200716_061532.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunSimulator.RunTestAsync () [0x002b1] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunSimulator.cs:124
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/tvOS - simulator/Debug: HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/136/vsts-nunit-test-tvos-20200716_062921.xml"
    File name: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/136/vsts-nunit-test-tvos-20200716_062921.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-wi

@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 failed on VSTS: device tests iOS (Cambridge) ❌

Device tests failed on VSTS: device tests iOS (Cambridge).

Test results

48 tests failed, 102 tests passed.

Failed tests

  • monotouch-test/iOS Unified 64-bits - device/Debug: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/Release: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/Debug (dynamic registrar): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/Release (all optimizations): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/Debug (all optimizations): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/Debug: SGenConc: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/Debug (interpreter): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/Debug (interpreter -mscorlib): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • monotouch-test/iOS Unified 64-bits - device/Release (interpreter -mscorlib): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.monotouch-test' on 'xamarinqa's iPhone': 2 ())
  • link sdk/iOS Unified 64-bits - device/Debug: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.linksdk' on 'xamarinqa's iPhone': 2 ())
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.linksdk' on 'xamarinqa's iPhone': 2 ())
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.linksdk' on 'xamarinqa's iPhone': 2 ())
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.linksdk' on 'xamarinqa's iPhone': 2 ())
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.linksdk' on 'xamarinqa's iPhone': 2 ())
  • link sdk/iOS Unified 64-bits - device/Release: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.linksdk' on 'xamarinqa's iPhone': 2 ())
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.linksdk' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/Debug: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 1' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 1' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 1' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 1' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/Debug: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 2' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 2' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 2' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 2' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 2' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/Release: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.BCL tests group 2' on 'xamarinqa's iPhone': 2 ())
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • mscorlib Part 1/iOS Unified 64-bits - device/Debug: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.mscorlib Part 1' on 'xamarinqa's iPhone': 2 ())
  • mscorlib Part 1/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.mscorlib Part 1' on 'xamarinqa's iPhone': 2 ())
  • mscorlib Part 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.mscorlib Part 1' on 'xamarinqa's iPhone': 2 ())
  • mscorlib Part 1/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.mscorlib Part 1' on 'xamarinqa's iPhone': 2 ())
  • mscorlib Part 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • mscorlib Part 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • mscorlib Part 1/iOS Unified 64-bits - device/Debug: SGenConc: Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • mscorlib Part 3/iOS Unified 64-bits - device/Debug: Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.mscorlib Part 3' on 'xamarinqa's iPhone': 2 ())
  • mscorlib Part 3/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • mscorlib Part 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • mscorlib Part 3/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.mscorlib Part 3' on 'xamarinqa's iPhone': 2 ())
  • mscorlib Part 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Crashed (HE0002: Failed to fetch the pid for the application 'com.xamarin.bcltests.mscorlib Part 3' on 'xamarinqa's iPhone': 2 ())
  • mscorlib Part 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)
  • mscorlib Part 3/iOS Unified 64-bits - device/Debug: SGenConc: Crashed (MT1043: Failed to launch the application using the instruments service. Will try launching the app using gdb service.)

Pipeline on Agent XAMTESTWIN02

@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.

🔥 Tests failed catastrophically on VSTS: device tests iOS (DDFun) (no summary found). 🔥

Result file /Users/xamarinqa/azdo/_work/3/s\Reports\TestSummary\TestSummary.md not found.

Pipeline on Agent XAMTESTMAC03

@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 failed on VSTS: device tests iOS32b (Cambridge) ❌

Device tests failed on VSTS: device tests iOS32b (Cambridge).

Test results

32 tests failed, 129 tests passed.

Failed tests

  • monotouch-test/iOS Unified 32-bits - device/Debug: Failed
  • monotouch-test/iOS Unified 32-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • monotouch-test/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • monotouch-test/iOS Unified 32-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • monotouch-test/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • monotouch-test/iOS Unified 32-bits - device/Release: Failed
  • monotouch-test/iOS Unified 32-bits - device/Release: UseThumb: Failed
  • monotouch-test/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • monotouch-test/iOS Unified 32-bits - device/Release (all optimizations): Failed
  • monotouch-test/iOS Unified 32-bits - device/Debug (all optimizations): Failed
  • monotouch-test/iOS Unified 32-bits - device/Debug: SGenConc: Failed
  • [NUnit] Mono BCL tests group 2/iOS Unified 32-bits - device/Debug: TimedOut
  • [NUnit] Mono BCL tests group 2/iOS Unified 32-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • [NUnit] Mono BCL tests group 2/iOS Unified 32-bits - device/Release: UseThumb: TimedOut
  • mscorlib Part 1/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/516/vsts-nunit-test-ios-20200716_111854.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/516/vsts-nunit-test-ios-20200716_111854.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 32-bits - device/AssemblyBuildTarget: dylib (debug): HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1664/vsts-nunit-test-ios-20200716_155450.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1664/vsts-nunit-test-ios-20200716_155450.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (debug): HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1666/vsts-nunit-test-ios-20200716_155537.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1666/vsts-nunit-test-ios-20200716_155537.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 32-bits - device/AssemblyBuildTarget: dylib (debug, profiling): HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1668/vsts-nunit-test-ios-20200716_155622.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1668/vsts-nunit-test-ios-20200716_155622.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1670/vsts-nunit-test-ios-20200716_155708.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1670/vsts-nunit-test-ios-20200716_155708.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 32-bits - device/Release: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1672/vsts-nunit-test-ios-20200716_155753.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1672/vsts-nunit-test-ios-20200716_155753.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 32-bits - device/Release: UseThumb: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1674/vsts-nunit-test-ios-20200716_155838.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1674/vsts-nunit-test-ios-20200716_155838.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (release): HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1676/vsts-nunit-test-ios-20200716_155923.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1676/vsts-nunit-test-ios-20200716_155923.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 1/iOS Unified 32-bits - device/Debug: SGenConc: HarnessException (Harness exception for 'mscorlib Part 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1678/vsts-nunit-test-ios-20200716_160008.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-1/1678/vsts-nunit-test-ios-20200716_160008.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/Debug: HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/526/vsts-nunit-test-ios-20200716_111944.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/526/vsts-nunit-test-ios-20200716_111944.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/AssemblyBuildTarget: dylib (debug): HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1744/vsts-nunit-test-ios-20200716_160052.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1744/vsts-nunit-test-ios-20200716_160052.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (debug): HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1746/vsts-nunit-test-ios-20200716_160139.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1746/vsts-nunit-test-ios-20200716_160139.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/AssemblyBuildTarget: dylib (debug, profiling): HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1748/vsts-nunit-test-ios-20200716_160224.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1748/vsts-nunit-test-ios-20200716_160224.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1750/vsts-nunit-test-ios-20200716_160313.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1750/vsts-nunit-test-ios-20200716_160313.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/Release: HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1752/vsts-nunit-test-ios-20200716_160359.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1752/vsts-nunit-test-ios-20200716_160359.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/Release: UseThumb: HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1754/vsts-nunit-test-ios-20200716_160444.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1754/vsts-nunit-test-ios-20200716_160444.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/AssemblyBuildTarget: SDK framework (release): HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1756/vsts-nunit-test-ios-20200716_160528.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1756/vsts-nunit-test-ios-20200716_160528.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )
  • mscorlib Part 2/iOS Unified 32-bits - device/Debug: SGenConc: HarnessException (Harness exception for 'mscorlib Part 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1758/vsts-nunit-test-ios-20200716_160614.xml"
    File name: '/Users/xamarinqa/agent/_work/12/s/xamarin-macios/jenkins-results/tests/mscorlib-Part-2/1758/vsts-nunit-test-ios-20200716_160614.xml'
    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, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:106
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
    at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:182
    at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:157
    at System.IO.StreamReader..ctor (System.String path) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamReader.cs:152
    at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string)
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResultFile (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00330] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:336
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.TestsSucceeded (Microsoft.DotNet.XHarness.iOS.Shared.AppBundleInformation appInfo, System.String test_log_path, System.Boolean timed_out) [0x00032] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:368
    at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x000cf] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:451
    at Xharness.AppRunner.RunAsync () [0x01528] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/AppRunner.cs:429
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x00a8f] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:162
    at Xharness.TestTasks.RunDevice.RunTestAsync () [0x0123e] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunDevice.cs:228
    at Xharness.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/TestTasks/RunTest.cs:107
    at Microsoft.DotNet.XHarness.iOS.Shared.Tasks.TestTasks.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/12/s/xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/Tasks/TestTask.cs:283 )

Pipeline on Agent XAMTESTWIN02

Please sign in to comment.