Skip to content

Commit

Permalink
[msbuild] Fix computing the frameworks directory for Mac Catalyst. (#…
Browse files Browse the repository at this point in the history
…10557)

This is part 2 of making framework-test build on Mac Catalyst.

Contributes to #10440.
  • Loading branch information
rolfbjarne authored Feb 2, 2021
1 parent a3235c4 commit 7cd0dab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions msbuild/Xamarin.Shared/Xamarin.Shared.targets
Original file line number Diff line number Diff line change
Expand Up @@ -973,8 +973,9 @@ Copyright (C) 2018 Microsoft. All rights reserved.

<Target Name="_CollectFrameworks" Condition="'$(_CanOutputAppBundle)' == 'true'" DependsOnTargets="$(_CollectFrameworksDependsOn)">
<PropertyGroup>
<_FrameworksDirectory Condition="'$(_PlatformName)' != 'macOS'">$(_AppBundlePath)/Frameworks</_FrameworksDirectory>
<_FrameworksDirectory Condition="'$(_PlatformName)' == 'macOS'">$(_AppBundlePath)/Contents/Frameworks</_FrameworksDirectory>
<_FrameworksDirectory Condition="'$(_FrameworksDirectory)' == '' And '$(_IsMacCatalyst)' == 'true'">$(_AppBundlePath)/Contents/Frameworks</_FrameworksDirectory>
<_FrameworksDirectory Condition="'$(_FrameworksDirectory)' == '' And '$(_PlatformName)' != 'macOS'">$(_AppBundlePath)/Frameworks</_FrameworksDirectory>
<_FrameworksDirectory Condition="'$(_FrameworksDirectory)' == '' And '$(_PlatformName)' == 'macOS'">$(_AppBundlePath)/Contents/Frameworks</_FrameworksDirectory>
</PropertyGroup>
<CollectFrameworks
SessionId="$(BuildSessionId)"
Expand Down

1 comment on commit 7cd0dab

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

❌ Tests failed on Build ❌

Tests failed on Build.

Test results

42 tests failed, 1 tests passed.

Failed tests

  • dont link/Mac Modern/Debug: BuildFailure
  • dont link/Mac Full/Debug: BuildFailure
  • dont link/Mac System/Debug: BuildFailure
  • dont link/Mac Catalyst/Debug: BuildFailure
  • introspection/Mac Modern/Debug: BuildFailure
  • framework-test/Mac Modern/Debug: BuildFailure
  • xcframework-test/Mac Modern/Debug: BuildFailure
  • xammac tests/Mac Modern/Debug: BuildFailure
  • xammac tests/Mac Modern/Debug (all optimizations): BuildFailure
  • xammac tests/Mac Modern/Release: BuildFailure
  • xammac tests/Mac Modern/Release (all optimizations): BuildFailure
  • link all/Mac Modern/Debug: BuildFailure
  • link all/Mac Modern/Release: BuildFailure
  • link sdk/Mac Modern/Debug: BuildFailure
  • link sdk/Mac Modern/Release: BuildFailure
  • mono-native-compat/Mac Modern/Debug: BuildFailure
  • mono-native-compat/Mac Full/Debug: BuildFailure
  • mono-native-unified/Mac Modern/Debug: BuildFailure
  • mono-native-unified/Mac Full/Debug: BuildFailure
  • [NUnit] Mono Mac OS X BCL tests group 1/Mac Full/Debug: BuildFailure (Harness exception for 'Mac OS X BCL tests group 1-mac': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/Mac OS X BCL tests group 1/Mac OS X BCL tests group 1-mac-full.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/Mac OS X BCL tests group 1/Mac OS X BCL tests group 1-mac-full.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • [NUnit] Mono Mac OS X BCL tests group 1/Mac Modern/Debug: BuildFailure (Harness exception for 'Mac OS X BCL tests group 1-mac-modern': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/Mac OS X BCL tests group 1/Mac OS X BCL tests group 1-mac-modern.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/Mac OS X BCL tests group 1/Mac OS X BCL tests group 1-mac-modern.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Full/Debug: BuildFailure (Harness exception for 'Mac OS X BCL tests group 2-mac': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/Mac OS X BCL tests group 2/Mac OS X BCL tests group 2-mac-full.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/Mac OS X BCL tests group 2/Mac OS X BCL tests group 2-mac-full.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Modern/Debug: BuildFailure (Harness exception for 'Mac OS X BCL tests group 2-mac-modern': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/Mac OS X BCL tests group 2/Mac OS X BCL tests group 2-mac-modern.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/Mac OS X BCL tests group 2/Mac OS X BCL tests group 2-mac-modern.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • [NUnit] Mono Mac OS X BCL tests group 3/Mac Full/Debug: BuildFailure (Harness exception for 'Mac OS X BCL tests group 3-mac': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/Mac OS X BCL tests group 3/Mac OS X BCL tests group 3-mac-full.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/Mac OS X BCL tests group 3/Mac OS X BCL tests group 3-mac-full.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • [NUnit] Mono Mac OS X BCL tests group 3/Mac Modern/Debug: BuildFailure (Harness exception for 'Mac OS X BCL tests group 3-mac-modern': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/Mac OS X BCL tests group 3/Mac OS X BCL tests group 3-mac-modern.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/Mac OS X BCL tests group 3/Mac OS X BCL tests group 3-mac-modern.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • [xUnit] Mono Mac OS X BCL tests group 4/Mac Full/Debug: BuildFailure (Harness exception for 'Mac OS X BCL tests group 4-mac': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/Mac OS X BCL tests group 4/Mac OS X BCL tests group 4-mac-full.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/Mac OS X BCL tests group 4/Mac OS X BCL tests group 4-mac-full.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • [xUnit] Mono Mac OS X BCL tests group 4/Mac Modern/Debug: BuildFailure (Harness exception for 'Mac OS X BCL tests group 4-mac-modern': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/Mac OS X BCL tests group 4/Mac OS X BCL tests group 4-mac-modern.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/Mac OS X BCL tests group 4/Mac OS X BCL tests group 4-mac-modern.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • mscorlib/Mac Full/Debug: BuildFailure (Harness exception for 'mscorlib-mac': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/mscorlib/mscorlib-mac-full.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSFull/mscorlib/mscorlib-mac-full.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • mscorlib/Mac Modern/Debug: BuildFailure (Harness exception for 'mscorlib-mac-modern': System.IO.FileNotFoundException: Could not find file "/Users/builder/azdo/_work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/mscorlib/mscorlib-mac-modern.csproj"
    File name: '/Users/builder/azdo/work/1/s/xamarin-macios/tests/bcl-test/generated/MacOSModern/mscorlib/mscorlib-mac-modern.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/2020-02/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/FileStream.cs:274
    at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolean anonymous) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-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/2020-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 Microsoft.DotNet.XHarness.iOS.Shared.Utilities.PListExtensions.LoadWithoutNetworkAccess (System.Xml.XmlDocument doc, System.String filename) [0x00000] in /
    /src/Microsoft.DotNet.XHarness.iOS.Shared/Utilities/PlistExtensions.cs:28
    at Xharness.TestProject.CreateCopyAsync (Microsoft.DotNet.XHarness.Common.Logging.ILog log, Microsoft.DotNet.XHarness.Common.Execution.IProcessManager processManager, Xharness.Jenkins.TestTasks.ITestTask test, System.String rootDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] allProjectReferences) [0x0010c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/TestProject.cs:97
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00117] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:274 )
  • Xtro/Mac: BuildFailure
  • monotouch-test/Mac Catalyst/Debug: BuildFailure
  • mmptest/macOS/Debug: BuildFailure
  • MSBuild tests/Tasks: Failed (Execution failed with exit code 101)
  • MSBuild tests/Integration: Failed (Execution failed with exit code 152)
  • MTouch tests/NUnit: BuildFailure
  • Generator tests/NUnit: BuildFailure
  • Generator tests/.NET: BuildFailure (Harness exception for 'bgen-tests': System.Exception: Could not find any global.json file in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/bgen or above
    at Xharness.AppBundleLocator.GetDotNetExecutable (System.String directory) [0x001a4] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/AppBundleLocator.cs:163
    at Xharness.Harness.GetDotNetExecutable (System.String directory) [0x00000] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Harness.cs:757
    at Xharness.Jenkins.TestTasks.MSBuildTask.get_ToolName () [0x00010] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/MSBuildTask.cs:14
    at Xharness.Jenkins.TestTasks.MSBuildTask.b__10_0 () [0x00000] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/MSBuildTask.cs:54
    at Xharness.Jenkins.TestTasks.MSBuild.ExecuteAsync (System.String projectPlatform, System.String projectConfiguration, System.String projectFile, Xharness.Jenkins.TestTasks.IAcquiredResource resource, System.Boolean dryRun, Microsoft.DotNet.XHarness.Common.Logging.IFileBackedLog buildLog, Microsoft.DotNet.XHarness.Common.Logging.ILog mainLog) [0x00139] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/MSBuild.cs:68
    at Xharness.Jenkins.TestTasks.MSBuildTask.ExecuteAsync () [0x00162] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/MSBuildTask.cs:75
    at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x00226] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:283 )
  • Cecil-based tests/NUnit: Failed (Execution failed with exit code 2)
  • MMP Regression Tests/Mac: Failed
  • Mac Binding Projects/Mac: Failed
  • Documentation/All: Failed
  • DotNet tests: BuildFailure

Pipeline on Agent XAMBOT-1023'

Please sign in to comment.