-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Foundation] Add bindings for NSBackgroundActivityScheduler (#7496)
* Added NSBackgroundActivityScheduler binding * DisableDefaultCtor + xtro
- Loading branch information
Showing
2 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
faf1275
There was a problem hiding this comment.
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 🎉
faf1275
There was a problem hiding this comment.
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.
faf1275
There was a problem hiding this comment.
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
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
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 )
faf1275
There was a problem hiding this comment.
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