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

Fix ShuffleThunk cache heap #105480

Merged
merged 1 commit into from
Jul 26, 2024

Fix ShuffleThunk cache heap

ff4bcde
Select commit
Loading
Failed to load commit list.
Merged

Fix ShuffleThunk cache heap #105480

Fix ShuffleThunk cache heap
ff4bcde
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Jul 25, 2024 in 1h 42m 7s

Build #20240725.35 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 1,085,939 (98.39%)
  • Other: 17,727 (1.61%)
  • Total: 1,103,667

Annotations

Check failure on line 19 in .dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets#L19

.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets(19,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) Unhandled exception. Microsoft.Build.Framework.InternalErrorException: MSB0001: Internal MSBuild Error: must be valid

Check failure on line 19 in .dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets#L19

.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets(19,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore)    at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(String message, Exception innerException, Object[] args)

Check failure on line 19 in .dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets#L19

.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets(19,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore)    at Microsoft.Build.BackEnd.Logging.LoggingContext.LogBuildEvent(BuildEventArgs buildEvent)

Check failure on line 19 in .dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets#L19

.dotnet/sdk/9.0.100-preview.6.24328.19/NuGet.RestoreEx.targets(19,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore)    at Microsoft.Build.BackEnd.Components.RequestBuilder.AssemblyLoadsTracker.CurrentDomainOnAssemblyLoad(Object sender, AssemblyLoadEventArgs args)

Check failure on line 1 in System.Text.Json.Serialization.Tests.JsonElementTests.DeepEquals_TooDeepJsonDocument_ThrowsInsufficientExecutionStackException

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Text.Json.Serialization.Tests.JsonElementTests.DeepEquals_TooDeepJsonDocument_ThrowsInsufficientExecutionStackException

Assert.Throws() Failure: No exception was thrown
Expected: typeof(System.InsufficientExecutionStackException)
Raw output
   at System.Text.Json.Serialization.Tests.JsonElementTests.DeepEquals_TooDeepJsonDocument_ThrowsInsufficientExecutionStackException() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/JsonElementTests.cs:line 237
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57