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 flaky FSW test #103873

Merged
merged 3 commits into from
Jun 24, 2024

typo

a42b063
Select commit
Loading
Failed to load commit list.
Merged

Fix flaky FSW test #103873

typo
a42b063
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime-libraries-coreclr outerloop-windows failed Jun 24, 2024 in 1h 34m 0s

Build #20240624.5 had test failures

Details

Tests

  • Failed: 49 (0.09%)
  • Passed: 52,435 (98.40%)
  • Other: 802 (1.51%)
  • Total: 53,286

Annotations

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-libraries-coreclr outerloop-windows

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Text.Json.Tests in job 2a4ae89a-3f42-47f9-ac9c-80b5bc1d0acd has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/2a4ae89a-3f42-47f9-ac9c-80b5bc1d0acd/workitems/System.Text.Json.Tests/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-libraries-coreclr outerloop-windows

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Management.Tests.ManagementObjectTests.Serialize_ManagementException has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/3cedc082-eb61-4a68-97f6-78a08c69c324/workitems/System.Management.Tests/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-libraries-coreclr outerloop-windows

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanScalarFloatDestination_AllLengths has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/3cedc082-eb61-4a68-97f6-78a08c69c324/workitems/System.Numerics.Tensors.Tests/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-libraries-coreclr outerloop-windows

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24311.10\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanDestinationFunctions_SpecialValues has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/3cedc082-eb61-4a68-97f6-78a08c69c324/workitems/System.Numerics.Tensors.Tests/console

Check failure on line 1 in System.Text.Json.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-libraries-coreclr outerloop-windows

System.Text.Json.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in System.Management.Tests.ManagementObjectTests.Serialize_ManagementException

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-libraries-coreclr outerloop-windows

System.Management.Tests.ManagementObjectTests.Serialize_ManagementException

System.PlatformNotSupportedException : BinaryFormatter serialization and deserialization have been removed. See https://aka.ms/binaryformatter for more information.
Raw output
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph) in /_/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Removed.cs:line 18
   at System.Management.Tests.ManagementObjectTests.Serialize_ManagementException() in /_/src/libraries/System.Management/tests/System/Management/ManagementObjectTests.cs:line 118
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Check failure on line 1 in System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanScalarFloatDestination_AllLengths

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-libraries-coreclr outerloop-windows

System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanScalarFloatDestination_AllLengths

System.InvalidOperationException : Nullable object must have a value.
Raw output
   at System.Nullable`1.get_Value() in /_/src/libraries/System.Private.CoreLib/src/System/Nullable.cs:line 45
   at System.Numerics.Tensors.Tests.Helpers.DetermineTolerance[T](Nullable`1 doubleTolerance, Nullable`1 floatTolerance, Nullable`1 halfTolerance) in /_/src/libraries/System.Numerics.Tensors/tests/Helpers.cs:line 87
   at System.Numerics.Tensors.Tests.GenericFloatingPointNumberTensorPrimitivesTests`1.ScalarSpanFloatDestinationFunctionsToTest()+MoveNext() in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 762
   at System.Linq.Enumerable.IEnumerableSelectIterator`2.MoveNext() in /_/src/libraries/System.Linq/src/System/Linq/Select.cs:line 131

Check failure on line 1 in System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanDestinationFunctions_SpecialValues

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-libraries-coreclr outerloop-windows

System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanDestinationFunctions_SpecialValues

System.InvalidOperationException : Nullable object must have a value.
Raw output
   at System.Nullable`1.get_Value() in /_/src/libraries/System.Private.CoreLib/src/System/Nullable.cs:line 45
   at System.Numerics.Tensors.Tests.Helpers.DetermineTolerance[T](Nullable`1 doubleTolerance, Nullable`1 floatTolerance, Nullable`1 halfTolerance) in /_/src/libraries/System.Numerics.Tensors/tests/Helpers.cs:line 87
   at System.Numerics.Tensors.Tests.GenericFloatingPointNumberTensorPrimitivesTests`1.SpanDestinationFunctionsToTest()+MoveNext() in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 370
   at System.Linq.Enumerable.IEnumerableSelectIterator`2.MoveNext() in /_/src/libraries/System.Linq/src/System/Linq/Select.cs:line 131