Skip to content

Commit

Permalink
[sampletester] Use dotnet v2.2.1XX if available. (#6185)
Browse files Browse the repository at this point in the history
Works around NuGet/Home#7956.
  • Loading branch information
rolfbjarne committed May 31, 2019
1 parent 4dec01a commit 0124e05
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/sampletester/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System;
using System.IO;
using System.Reflection;

Expand All @@ -21,6 +22,23 @@ public static string SampleRootDirectory {
</configuration>
");
}
var global_json = Path.Combine (rv, "global.json");
if (!File.Exists (global_json) || true) {
if (Directory.GetDirectories ("/usr/local/share/dotnet/sdk", "2.2.1*", SearchOption.TopDirectoryOnly).Length > 0) {
// Workaround for https://github.com/NuGet/Home/issues/7956
// See also:
// * https://github.com/mono/mono/issues/13537
File.WriteAllText (global_json,
@"{
""sdk"": {
""version"": ""2.2.100""
}
}
");
} else {
Console.WriteLine ("Could not detect dotnet v2.2.1*; some projects may fail to build due to https://github.com/NuGet/Home/issues/7956.");
}
}
return rv;
}
}
Expand Down

4 comments on commit 0124e05

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Test run' 🔥

Build succeeded
✅ Packages: xamarin.ios-12.15.0.200.pkg xamarin.mac-5.15.0.200.pkg
API Diff (from stable)
🔥 Failed to compare API and create generator diff 🔥
    ** Error: Working directory isn't clean:
    HEAD detached at 0124e05
    Untracked files:
    (use "git add ..." to include in what will be committed)
    
    tests/bcl-test/BCL tests group 1.csproj
    tests/bcl-test/BCL tests group 2.csproj
    tests/bcl-test/BCL tests group 3.csproj
    tests/bcl-test/BCL tests group 4.csproj
    tests/bcl-test/BCL tests group 6.csproj
    tests/bcl-test/Mac OS X BCL tests group 1-mac-full.csproj
    tests/bcl-test/Mac OS X BCL tests group 1-mac-modern.csproj
    tests/bcl-test/Mac OS X BCL tests group 2-mac-full.csproj
    tests/bcl-test/Mac OS X BCL tests group 2-mac-modern.csproj
    tests/bcl-test/Mac OS X BCL tests group 3-mac-full.csproj
    tests/bcl-test/Mac OS X BCL tests group 3-mac-modern.csproj
    tests/bcl-test/Mac OS X BCL tests group 4-mac-full.csproj
    tests/bcl-test/Mac OS X BCL tests group 4-mac-modern.csproj
    tests/bcl-test/generated/
    tests/bcl-test/mscorlib-mac-full.csproj
    tests/bcl-test/mscorlib-mac-modern.csproj
    tests/bcl-test/mscorlib.csproj
    
    nothing added to commit but untracked files present (use "git add" to track)
    Search for Comparing API & creating generator diff in the log to view the complete log.
🔥 Test run failed 🔥

Test results

2 tests failed, 169 tests passed.

Failed tests

  • [xUnit] Mono SystemRuntimeCompilerServicesUnsafeXunit/watchOS 32-bits - simulator/Debug: Crashed
  • introspection/watchOS 32-bits - simulator/Debug (watchOS 2.0): 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 on Azure DevOps(iOS): Html Report 🔥

Test results

113 tests failed, 0 tests passed.

Failed tests

  • monotouch-test/iOS Unified 64-bits - device/Debug: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fb765c16980): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • framework-test/iOS Unified 64-bits - device/Debug: Failed
  • interdependent-binding-projects/iOS Unified 64-bits - device/Debug: Failed
  • fsharp/iOS Unified 64-bits - device/Debug: Failed
  • dont link/iOS Unified 64-bits - device/Debug: Failed
  • link all/iOS Unified 64-bits - device/Debug: Failed
  • link sdk/iOS Unified 64-bits - device/Debug: Failed
  • mono-native-compat/iOS Unified 64-bits - device/Debug: Failed
  • mono-native-unified/iOS Unified 64-bits - device/Debug: Failed
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/Debug: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7ff288942860): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/Debug: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fb6afceaf30): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/Debug: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f81c92bbe70): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/Debug: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f83641b2740): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • mscorlib/iOS Unified 64-bits - device/Debug: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fc5da293730): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/Debug: Failed
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fd476da17e0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fb7c79f4c20): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fe6957eb0e0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fc85ae1e2c0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/Release: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fc3242549a0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fbca5b84550): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/Debug (dynamic registrar): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fd6ebd532a0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/Release (all optimizations): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f7fb87dc550): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/Debug (all optimizations): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f923a487c30): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • monotouch-test/iOS Unified 64-bits - device/Debug: SGenConc: Failed
  • framework-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • framework-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • framework-test/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • framework-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • framework-test/iOS Unified 64-bits - device/Release: Failed
  • framework-test/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • interdependent-binding-projects/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • interdependent-binding-projects/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • interdependent-binding-projects/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • interdependent-binding-projects/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • interdependent-binding-projects/iOS Unified 64-bits - device/Release: Failed
  • interdependent-binding-projects/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • fsharp/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • fsharp/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • fsharp/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • fsharp/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • fsharp/iOS Unified 64-bits - device/Release: Failed
  • fsharp/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • dont link/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • dont link/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • dont link/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • dont link/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • dont link/iOS Unified 64-bits - device/Release: Failed
  • dont link/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • link all/iOS Unified 64-bits - device/Release: Failed
  • link all/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • link sdk/iOS Unified 64-bits - device/Release: Failed
  • link sdk/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • mono-native-compat/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • mono-native-compat/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • mono-native-compat/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • mono-native-compat/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • mono-native-compat/iOS Unified 64-bits - device/Release: Failed
  • mono-native-compat/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • mono-native-unified/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • mono-native-unified/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • mono-native-unified/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • mono-native-unified/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • mono-native-unified/iOS Unified 64-bits - device/Release: Failed
  • mono-native-unified/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fbf47d723d0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fac426049a0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f8c364796d0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f83c24c2760): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/Release: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f9099e446d0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7ffb60480510): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fc0ef57b900): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fe4a2b831a0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fa20c52be80): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f94df48ba60): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/Release: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7feec6060920): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fdab59956c0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fb5390b0df0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fe4cbc97fc0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7ffbb2b12770): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/Release: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7ff9a73d2920): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fa827daddc0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): BuildFailure
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): BuildFailure
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): BuildFailure
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): BuildFailure
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/Release: BuildFailure
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): BuildFailure
  • mscorlib/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fa850331ac0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • mscorlib/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f7f031e4070): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • mscorlib/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f9ea0552e10): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • mscorlib/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7ffb47a89ca0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • mscorlib/iOS Unified 64-bits - device/Release: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fec7ed5dad0): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • mscorlib/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7fd3a6ca7130): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • mscorlib/iOS Unified 64-bits - device/Debug: SGenConc: Failed (HE0041: Error while processing device notifications from fff50:32:37:a1:c8:31fff (0x7f8297dbc750): Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError))
  • mscorlib/iOS Unified 64-bits - device/Debug (interpreter): Failed
  • mscorlib/iOS Unified 64-bits - device/Debug (interpreter -mscorlib): BuildFailure
  • mscorlib/iOS Unified 64-bits - device/Release (interpreter -mscorlib): BuildFailure
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug): Failed
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/Release: Failed
  • [xUnit] Mono BCL tests group 6/iOS Unified 64-bits - device/AssemblyBuildTarget: SDK framework (release): Failed

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

🔥 Device tests completed (Failed) on TvOS on Azure DevOps(TvOS): Html Report 🔥

Test results

113 tests failed, 0 tests passed.

Failed tests

  • monotouch-test/tvOS - device/Debug: Failed
  • framework-test/tvOS - device/Debug: Failed
  • interdependent-binding-projects/tvOS - device/Debug: Failed
  • fsharp/tvOS - device/Debug: Failed
  • dont link/tvOS - device/Debug: Failed
  • link all/tvOS - device/Debug: Failed
  • link sdk/tvOS - device/Debug: Failed
  • mono-native-compat/tvOS - device/Debug: Failed
  • mono-native-unified/tvOS - device/Debug: Failed
  • [NUnit] Mono BCL tests group 1/tvOS - device/Debug: Failed
  • [NUnit] Mono BCL tests group 2/tvOS - device/Debug: Failed
  • [xUnit] Mono BCL tests group 3/tvOS - device/Debug: Failed
  • [xUnit] Mono BCL tests group 4/tvOS - device/Debug: Failed
  • mscorlib/tvOS - device/Debug: Failed
  • [xUnit] Mono BCL tests group 6/tvOS - device/Debug: Failed
  • monotouch-test/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • monotouch-test/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • monotouch-test/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • monotouch-test/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • monotouch-test/tvOS - device/Release: Failed
  • monotouch-test/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • monotouch-test/tvOS - device/Debug (dynamic registrar): Failed
  • monotouch-test/tvOS - device/Release (all optimizations): Failed
  • monotouch-test/tvOS - device/Debug (all optimizations): Failed
  • monotouch-test/tvOS - device/Debug: SGenConc: Failed
  • framework-test/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • framework-test/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • framework-test/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • framework-test/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • framework-test/tvOS - device/Release: Failed
  • framework-test/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • interdependent-binding-projects/tvOS - device/Release: Failed
  • interdependent-binding-projects/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • fsharp/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • fsharp/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • fsharp/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • fsharp/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • fsharp/tvOS - device/Release: Failed
  • fsharp/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • dont link/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • dont link/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • dont link/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • dont link/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • dont link/tvOS - device/Release: Failed
  • dont link/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • link all/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • link all/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • link all/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • link all/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • link all/tvOS - device/Release: Failed
  • link all/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • link sdk/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • link sdk/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • link sdk/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • link sdk/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • link sdk/tvOS - device/Release: Failed
  • link sdk/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • mono-native-compat/tvOS - device/Release: Failed
  • mono-native-compat/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • mono-native-unified/tvOS - device/Release: Failed
  • mono-native-unified/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • [NUnit] Mono BCL tests group 1/tvOS - device/Release: Failed (MT1032: This application executable might be too large (853 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [NUnit] Mono BCL tests group 1/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • [NUnit] Mono BCL tests group 2/tvOS - device/Release: Failed (MT1032: This application executable might be too large (975 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [NUnit] Mono BCL tests group 2/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • [xUnit] Mono BCL tests group 3/tvOS - device/Release: Failed (MT1032: This application executable might be too large (708 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • [xUnit] Mono BCL tests group 3/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: dylib (debug): BuildFailure
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (debug): BuildFailure
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): BuildFailure
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): BuildFailure
  • [xUnit] Mono BCL tests group 4/tvOS - device/Release: BuildFailure
  • [xUnit] Mono BCL tests group 4/tvOS - device/AssemblyBuildTarget: SDK framework (release): BuildFailure
  • mscorlib/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • mscorlib/tvOS - device/AssemblyBuildTarget: SDK framework (debug): Failed
  • mscorlib/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • mscorlib/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • mscorlib/tvOS - device/Release: Failed (MT1032: This application executable might be too large (982 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • mscorlib/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed (MT1032: This application executable might be too large (559 MB) to execute on device. If bitcode was enabled you might want to disable it for development, it is only required to submit applications to Apple.)
  • mscorlib/tvOS - device/Debug: SGenConc: Failed
  • mscorlib/tvOS - device/Debug (interpreter): Failed
  • mscorlib/tvOS - device/Debug (interpreter -mscorlib): BuildFailure
  • mscorlib/tvOS - device/Release (interpreter -mscorlib): BuildFailure
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: dylib (debug): Failed
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: SDK framework (debug): TimedOut
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: dylib (debug, profiling): Failed
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: SDK framework (debug, profiling): Failed
  • [xUnit] Mono BCL tests group 6/tvOS - device/Release: Failed
  • [xUnit] Mono BCL tests group 6/tvOS - device/AssemblyBuildTarget: SDK framework (release): Failed

@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.

✅ Status for 'xamarin-macios - sample testing (build)': success.

  • ✅ Debug|iPhone|A-F: Succeeded
  • ✅ Debug|iPhone|G-R: Succeeded
  • ✅ Debug|iPhone|S-Z: Succeeded
  • ✅ Debug|iPhoneSimulator: Succeeded
  • ✅ Release|iPhone|A-F: Succeeded
  • ✅ Release|iPhone|G-R: Succeeded
  • ✅ Release|iPhone|S-Z: Succeeded
  • ✅ Release|iPhoneSimulator: Succeeded
  • ✅ Debug|Mac: Succeeded
  • ✅ Release|Mac: Succeeded

Please sign in to comment.