Skip to content

Commit

Permalink
[Foundation] Add bindings for NSBackgroundActivityScheduler (#7496)
Browse files Browse the repository at this point in the history
* Added NSBackgroundActivityScheduler binding

* DisableDefaultCtor + xtro
  • Loading branch information
prmallic authored Nov 27, 2019
1 parent e86a76e commit faf1275
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 15 deletions.
46 changes: 46 additions & 0 deletions src/foundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16594,4 +16594,50 @@ enum NSUrlErrorNetworkUnavailableReason : long {
Expensive = 1,
Constrained = 2,
}

[NoWatch, NoTV, NoiOS, Mac (10,10)]
[Native]
public enum NSBackgroundActivityResult : long
{
Finished = 1,
Deferred = 2,
}

delegate void NSBackgroundActivityCompletionHandler (NSBackgroundActivityResult result);

delegate void NSBackgroundActivityCompletionAction ([BlockCallback] NSBackgroundActivityCompletionHandler handler);

[NoWatch, NoTV, NoiOS, Mac (10,10)]
[BaseType (typeof (NSObject))]
[DisableDefaultCtor]
interface NSBackgroundActivityScheduler
{
[Export ("initWithIdentifier:")]
[DesignatedInitializer]
IntPtr Constructor (string identifier);

[Export ("identifier")]
string Identifier { get; }

[Export ("qualityOfService", ArgumentSemantic.Assign)]
NSQualityOfService QualityOfService { get; set; }

[Export ("repeats")]
bool Repeats { get; set; }

[Export ("interval")]
double Interval { get; set; }

[Export ("tolerance")]
double Tolerance { get; set; }

[Export ("scheduleWithBlock:")]
void Schedule (NSBackgroundActivityCompletionAction action);

[Export ("invalidate")]
void Invalidate ();

[Export ("shouldDefer")]
bool ShouldDefer { get; }
}
}
15 changes: 0 additions & 15 deletions tests/xtro-sharpie/macOS-Foundation.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

!extra-designated-initializer! NSScriptCommand::initWithCoder: is incorrectly decorated with an [DesignatedInitializer] attribute
!extra-protocol-member! unexpected selector NSURLSessionDelegate::URLSessionDidFinishEventsForBackgroundURLSession: found
!missing-enum! NSBackgroundActivityResult not bound
!missing-enum! NSDistributedNotificationOptions not bound
!missing-enum! NSInsertionPosition not bound
!missing-enum! NSRelativePosition not bound
Expand Down Expand Up @@ -212,18 +211,6 @@
!missing-selector! NSArchiver::encodeRootObject: not bound
!missing-selector! NSArchiver::initForWritingWithMutableData: not bound
!missing-selector! NSArchiver::replaceObject:withObject: not bound
!missing-selector! NSBackgroundActivityScheduler::identifier not bound
!missing-selector! NSBackgroundActivityScheduler::initWithIdentifier: not bound
!missing-selector! NSBackgroundActivityScheduler::interval not bound
!missing-selector! NSBackgroundActivityScheduler::qualityOfService not bound
!missing-selector! NSBackgroundActivityScheduler::repeats not bound
!missing-selector! NSBackgroundActivityScheduler::scheduleWithBlock: not bound
!missing-selector! NSBackgroundActivityScheduler::setInterval: not bound
!missing-selector! NSBackgroundActivityScheduler::setQualityOfService: not bound
!missing-selector! NSBackgroundActivityScheduler::setRepeats: not bound
!missing-selector! NSBackgroundActivityScheduler::setTolerance: not bound
!missing-selector! NSBackgroundActivityScheduler::shouldDefer not bound
!missing-selector! NSBackgroundActivityScheduler::tolerance not bound
!missing-selector! NSCalendarDate::years:months:days:hours:minutes:seconds:sinceDate: not bound
!missing-selector! NSClassDescription::attributeKeys not bound
!missing-selector! NSClassDescription::inverseForRelationshipKey: not bound
Expand Down Expand Up @@ -660,7 +647,6 @@
!missing-selector! NSXMLNode::XMLStringWithOptions: not bound
!missing-selector! NSXMLNode::XPath not bound
!missing-type! NSArchiver not bound
!missing-type! NSBackgroundActivityScheduler not bound
!missing-type! NSClassDescription not bound
!missing-type! NSCloneCommand not bound
!missing-type! NSCloseCommand not bound
Expand Down Expand Up @@ -755,7 +741,6 @@
!missing-selector! +NSScriptSuiteRegistry::sharedScriptSuiteRegistry not bound
!missing-selector! +NSSocketPortNameServer::sharedInstance not bound
!missing-selector! +NSXMLNode::document not bound
!missing-selector! NSBackgroundActivityScheduler::invalidate not bound
!missing-selector! NSCoder::decodePoint not bound
!missing-selector! NSCoder::decodePropertyList not bound
!missing-selector! NSCoder::decodeRect not bound
Expand Down

4 comments on commit faf1275

@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) (please review changes)
ℹ️ Generator Diff (please review changes)
🔥 Test run failed 🔥

Test results

1 tests failed, 163 tests passed.

Failed tests

  • monotouch-test/watchOS 32-bits - simulator/Debug: Crashed

Please sign in to comment.