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

[WinHttpHandler] Move _cachedSendPinnedBuffer ownership to WinHttpRequestState #101725

Merged
merged 4 commits into from
May 8, 2024

Merge branch 'fix-WinHttpRequestStream-race' of https://github.com/an…

cfc4409
Select commit
Loading
Failed to load commit list.
Merged

[WinHttpHandler] Move _cachedSendPinnedBuffer ownership to WinHttpRequestState #101725

Merge branch 'fix-WinHttpRequestStream-race' of https://github.com/an…
cfc4409
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime-libraries-coreclr outerloop failed May 8, 2024 in 3h 3m 58s

Build #20240507.12 had test failures

Details

Tests

  • Failed: 37 (0.05%)
  • Passed: 67,299 (98.76%)
  • Other: 809 (1.19%)
  • Total: 68,145

Annotations

Check failure on line 10 in Build log

See this annotation in the file changed.

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

Build log #L10

Path does not exist: D:\a\_work\1\a\artifacts\log

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

See this annotation in the file changed.

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

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

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24253.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Text.Json.Tests in job dbb33cd3-37ad-43a6-a598-9b6bb074b780 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/dbb33cd3-37ad-43a6-a598-9b6bb074b780/workitems/System.Text.Json.Tests/console

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

See this annotation in the file changed.

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

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

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24253.1\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanScalarSpanDestination_InPlace has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/fb6b2c22-1c56-414c-a0a4-4ae09906948a/workitems/System.Numerics.Tensors.Tests/console

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

See this annotation in the file changed.

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

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

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24253.1\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/fb6b2c22-1c56-414c-a0a4-4ae09906948a/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

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.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanScalarSpanDestination_InPlace

See this annotation in the file changed.

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

System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanScalarSpanDestination_InPlace

Test failed

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

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 84
   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.SpanScalarSpanDestination_AllLengths

See this annotation in the file changed.

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

System.Numerics.Tensors.Tests.NFloatGenericTensorPrimitives.SpanScalarSpanDestination_AllLengths

Test failed