Skip to content

Commit

Permalink
[ARKit] Update to Xcode 11 Beta 4 (#6608)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto authored Jul 18, 2019
1 parent 02fe80c commit 1240848
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/arkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1656,11 +1656,8 @@ interface ARCoachingOverlayView {
[Export ("activatesAutomatically")]
bool ActivatesAutomatically { get; set; }

[Export ("active")]
bool Active {
[Bind ("isActive")] get;
[Deprecated (PlatformName.iOS, 13, 0, message: "Use 'SetActive' instead.")] set;
}
[Export ("isActive")]
bool IsActive { get; }

[Export ("setActive:animated:")]
void SetActive (bool active, bool animated);
Expand Down

2 comments on commit 1240848

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

Build was (probably) aborted

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

Build succeeded
✅ Packages: xamarin.ios-12.99.2.3.pkg xamarin.mac-5.99.2.3.pkg
API Diff (from stable)
⚠️ API Diff (from PR only) (🔥 breaking changes 🔥)
ℹ️ Generator Diff (please review changes)
🔥 Xamarin.Mac tests on 10.15 failed: Xamarin.Mac tests on macOS 10.15 failed (introspection, xammac_tests) 🔥
🔥 Test run failed 🔥

Test results

1 tests failed, 233 tests passed.

Failed tests

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

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

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

Test results

52 tests failed, 141 tests passed.

Failed tests

  • monotouch-test/iOS Unified 64-bits - device/Debug: Failed
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/Debug: BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/Debug: BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/Debug: BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/Debug: BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - device/Debug: BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/Debug: BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • monotouch-test/iOS Unified 64-bits - device/Release: Failed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • monotouch-test/iOS Unified 64-bits - device/Release (all optimizations): Failed
  • monotouch-test/iOS Unified 64-bits - device/Debug (all optimizations): Failed
  • monotouch-test/iOS Unified 64-bits - device/Debug: SGenConc: Failed
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/Release: BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 1': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 1.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/Release: BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): BuildFailure (Harness exception for '[NUnit] Mono BCL tests group 2': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 2.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/Release: BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 3': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 3.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/Release: BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 4': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 4.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - device/Release: BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 5': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 5.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/Release: BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): BuildFailure (Harness exception for '[xUnit] Mono BCL tests group 6': System.IO.FileNotFoundException: Could not find file "/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj"
    File name: '/Users/xamarinqa/agent/_work/9/s/tests/bcl-test/BCLTests/BCL tests group 6.csproj'
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00259] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:149
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2019-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:86
    at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess)
    at Xamarin.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00001] in /Users/xamarinqa/agent/_work/9/s/tools/common/PListExtensions.cs:11
    at xharness.TestProject.CreateCopyAsync (xharness.TestTask test) [0x000fe] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/TestProject.cs:123
    at xharness.Jenkins+<>c__DisplayClass48_2`1[T].b__0 () [0x00044] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:386
    at xharness.TestTask.RunInternalAsync () [0x00117] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins.cs:2525 )

Please sign in to comment.