Skip to content

Commit

Permalink
[xharness] Add a timeout to the periodic command. (#7500)
Browse files Browse the repository at this point in the history
This will hopefully prevent the periodic command from keeping xharness alive longer than it should.
  • Loading branch information
rolfbjarne authored Nov 27, 2019
1 parent 38a3c4e commit e86a76e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/xharness/Jenkins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1120,14 +1120,13 @@ async Task PopulateTasksAsync ()

async Task ExecutePeriodicCommandAsync (Log periodic_loc)
{
//await Task.Delay (Harness.UploadInterval);
periodic_loc.WriteLine ($"Starting periodic task with interval {Harness.PeriodicCommandInterval.TotalMinutes} minutes.");
while (true) {
var watch = Stopwatch.StartNew ();
using (var process = new Process ()) {
process.StartInfo.FileName = Harness.PeriodicCommand;
process.StartInfo.Arguments = Harness.PeriodicCommandArguments;
var rv = await process.RunAsync (periodic_loc, null);
var rv = await process.RunAsync (periodic_loc, timeout: Harness.PeriodicCommandInterval);
if (!rv.Succeeded)
periodic_loc.WriteLine ($"Periodic command failed with exit code {rv.ExitCode} (Timed out: {rv.TimedOut})");
}
Expand Down

4 comments on commit e86a76e

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

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

🎉 All 113 tests passed 🎉

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

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

No tests selected.

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

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

Test results

37 tests failed, 76 tests passed.

Failed tests

  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug): HarnessException (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): HarnessException (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): HarnessException (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [NUnit] Mono BCL tests group 1/tvOS - device/Release: HarnessException (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (release): HarnessException (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug): HarnessException (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): HarnessException (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): TimedOut
  • [NUnit] Mono BCL tests group 2/tvOS - device/Release: HarnessException (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (release): HarnessException (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 3/tvOS - device/Release: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: dylib (debug): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (debug): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 4/tvOS - device/Release: TimedOut
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (release): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • mscorlib/tvOS - device/AssemblyBuildTarget: dylib (debug): HarnessException (Harness exception for 'mscorlib': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • mscorlib/tvOS - device/AssemblyBuildTarget: SDK framework (debug): HarnessException (Harness exception for 'mscorlib': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • mscorlib/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): TimedOut
  • mscorlib/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): HarnessException (Harness exception for 'mscorlib': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • mscorlib/tvOS - device/Release: TimedOut
  • mscorlib/tvOS - device/AssemblyBuildTarget: SDK framework (release): HarnessException (Harness exception for 'mscorlib': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • mscorlib/tvOS - device/Debug: SGenConc: HarnessException (Harness exception for 'mscorlib': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: dylib (debug): TimedOut
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: SDK framework (debug): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): HarnessException (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 6/tvOS - device/Release: HarnessException (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.IOException: Write fault on path /Users/xamarinqa/agent/_work/1/s/tests/[Unknown]
    at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x000be] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:658
    at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:614
    at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00080] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:335
    at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x0016b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:516
    at System.IO.StreamWriter.WriteLine (System.String value) [0x00006] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/StreamWriter.cs:530
    at System.IO.TextWriter+SyncTextWriter.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/external/corefx/src/Common/src/CoreLib/System/IO/TextWriter.cs:817
    at (wrapper synchronized) System.IO.TextWriter+SyncTextWriter.WriteLine(string)
    at System.Console.WriteLine (System.String value) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-08/external/bockbuild/builds/mono-x64/mcs/class/corlib/System/Console.cs:428
    at xharness.AppRunner.ParseResult (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00371] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:538
    at xharness.AppRunner.TestsSucceeded (xharness.Log listener_log, System.Boolean timed_out, System.Boolean crashed) [0x00001] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:553
    at xharness.AppRunner.RunAsync () [0x01919] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/AppRunner.cs:900
    at xharness.RunDeviceTask.RunTestAsync () [0x0067e] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3681
    at xharness.RunDeviceTask.RunTestAsync () [0x00c29] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3731
    at xharness.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:3460
    at xharness.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/1/s/tests/xharness/Jenkins.cs:2589 )
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: SDK framework (release): TimedOut

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Test run' 🔥

Build succeeded
✅ Packages:

API Diff (from stable)
API Diff (from PR only) (no change)
Generator Diff (no change)
🔥 Test run failed 🔥

Test results

2 tests failed, 162 tests passed.

Failed tests

  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Modern/Debug: Failed (Test run failed.)
  • monotouch-test/watchOS 32-bits - simulator/Debug: Crashed

Please sign in to comment.