Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump .NET to 6.0.100-preview.2.21114.3. #10666

Merged
merged 14 commits into from
Feb 23, 2021

Conversation

rolfbjarne
Copy link
Member

@rolfbjarne rolfbjarne commented Feb 18, 2021

This required a few other changes, because the linker changed significantly.

This is still a draft because some of the changes here aren't final (and there's some debug spew as well), I just want a CI run to find everything that breaks.

protected override void TryEndProcess ()
{
foreach (var asm in Configuration.Assemblies)
System.Console.WriteLine ($"Collected assembly: {asm.FullName}");
Copy link
Contributor

Choose a reason for hiding this comment

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

no need for System. prefix
should be under a verbosity check

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

foreach (var asm in Configuration.ManagedAssembliesToLink) {
var ad = (AssemblyDefinition) tryResolve.Invoke (Configuration.Context, new object [] { Path.GetFileNameWithoutExtension (asm) });
if (ad != null) {
Console.WriteLine ($"Loaded {asm} => {ad.FullName} => {ad.MainModule.FileName}");
Copy link
Contributor

Choose a reason for hiding this comment

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

should be under a verbosity check

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

if (ad != null) {
Console.WriteLine ($"Loaded {asm} => {ad.FullName} => {ad.MainModule.FileName}");
} else {
Console.WriteLine ($"Failed to load {asm}");
Copy link
Contributor

Choose a reason for hiding this comment

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

should be reported as an error ? or warning

Copy link
Member Author

Choose a reason for hiding this comment

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

Completely removed.

… to the custom linker steps."

This reverts commit eae95d8.

We don't need it anymore.
@rolfbjarne rolfbjarne marked this pull request as ready for review February 18, 2021 20:32
@vs-mobiletools-engineering-service2
Copy link
Collaborator

❌ Tests failed on Build ❌

Tests failed on Build.

Test results

44 tests failed, 2 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
  • framework-test/Mac Catalyst/Debug: BuildFailure
  • xcframework-test/Mac Modern/Debug: BuildFailure
  • xcframework-test/Mac Catalyst/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 all/Mac Catalyst/Debug: BuildFailure
  • link sdk/Mac Modern/Debug: BuildFailure
  • link sdk/Mac Modern/Release: BuildFailure
  • link sdk/Mac Catalyst/Debug: 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: Failed (Execution failed with exit code 123)
  • 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:769
    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 )
  • MMP Regression Tests/Mac: Failed
  • Mac Binding Projects/Mac: Failed
  • DotNet tests: Failed (Execution failed with exit code 1)

Pipeline on Agent XAMBOT-1099'

@mandel-macaque
Copy link
Member

bad bot

@mandel-macaque
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vs-mobiletools-engineering-service2
Copy link
Collaborator

❌ Tests failed on Build ❌

Tests failed on Build.

Test results

4 tests failed, 177 tests passed.

Failed tests

  • introspection/iOS Unified 64-bits - simulator/Debug [dotnet]: Failed
  • introspection/tvOS - simulator/Debug [dotnet]: Failed
  • MSBuild tests/Integration: Failed (Execution failed with exit code 32)
  • DotNet tests: Failed (Execution failed with exit code 1)

Pipeline on Agent XAMBOT-1099'

…ew log version.

Otherwise this happens in tests that read binary logs:

    System.NotSupportedException : Unsupported log file format. Latest supported version is 9, the log file has version 10.
@vs-mobiletools-engineering-service2
Copy link
Collaborator

❌ Tests failed on Build ❌

Tests failed on Build.

Test results

1 tests failed, 180 tests passed.

Failed tests

  • DotNet tests: Failed (Execution failed with exit code 1)

Pipeline on Agent XAMBOT-1103'

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ Tests passed on Build. ✅

Tests passed on Build.

🎉 All 181 tests passed 🎉

Pipeline on Agent XAMBOT-1094'

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ Tests passed on Build. ✅

Tests passed on Build.

🎉 All 181 tests passed 🎉

Pipeline on Agent XAMBOT-1095'

@rolfbjarne rolfbjarne merged commit 85fe634 into xamarin:main Feb 23, 2021
@rolfbjarne rolfbjarne added the not-notes-worthy Ignore for release notes label Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-notes-worthy Ignore for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants