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 cancelability of DNS queries #104420

Merged
merged 5 commits into from
Jul 12, 2024

Merge branch 'dev/rokonec/socket-ct-propagation' of https://github.co…

3e132e9
Select commit
Loading
Failed to load commit list.
Merged

Fix cancelability of DNS queries #104420

Merge branch 'dev/rokonec/socket-ct-propagation' of https://github.co…
3e132e9
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime-libraries-coreclr outerloop failed Jul 12, 2024 in 3h 10m 38s

Build #20240712.8 had test failures

Details

Tests

  • Failed: 44 (0.07%)
  • Passed: 59,297 (98.80%)
  • Other: 675 (1.12%)
  • Total: 60,016

Annotations

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24360.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.24360.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24360.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Text.Json.Tests in job 7a78fcf1-c971-4c21-9fd0-b4e37dcf692e has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/7a78fcf1-c971-4c21-9fd0-b4e37dcf692e/workitems/System.Text.Json.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24360.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.24360.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24360.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Runtime.Numerics.Tests in job 98ed22d3-8638-440b-8021-cd383bdd5885 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/98ed22d3-8638-440b-8021-cd383bdd5885/workitems/System.Runtime.Numerics.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24360.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.24360.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24360.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Runtime.Tests in job 98ed22d3-8638-440b-8021-cd383bdd5885 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/98ed22d3-8638-440b-8021-cd383bdd5885/workitems/System.Runtime.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24360.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.24360.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24360.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Text.Json.Tests in job 98ed22d3-8638-440b-8021-cd383bdd5885 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/98ed22d3-8638-440b-8021-cd383bdd5885/workitems/System.Text.Json.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.Runtime.Numerics.Tests.WorkItemExecution

See this annotation in the file changed.

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

System.Runtime.Numerics.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.Runtime.Tests.WorkItemExecution

See this annotation in the file changed.

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

System.Runtime.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.Collections.Concurrent.Tests.ConcurrentQueueTests.ManyConcurrentAddsTakes_CollectionRemainsConsistent

See this annotation in the file changed.

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

System.Collections.Concurrent.Tests.ConcurrentQueueTests.ManyConcurrentAddsTakes_CollectionRemainsConsistent

Assert.True() Failure
Expected: True
Actual:   False
Raw output
   at System.Collections.Concurrent.Tests.ProducerConsumerCollectionTests.<>c__DisplayClass50_0.<ManyConcurrentAddsTakes_CollectionRemainsConsistent>b__0() in /_/src/libraries/System.Collections.Concurrent/tests/ProducerConsumerCollectionTests.cs:line 754
   at System.Threading.Tasks.Task.InnerInvoke() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2396
   at System.Threading.Tasks.Task.<>c.<.cctor>b__292_0(Object obj) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2384
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 179
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 203
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2342
--- End of stack trace from previous location ---
   at System.Collections.Concurrent.Tests.ProducerConsumerCollectionTests.WaitAllOrAnyFailed(Task[] tasks) in /_/src/libraries/System.Collections.Concurrent/tests/ProducerConsumerCollectionTests.cs:line 1013
   at System.Collections.Concurrent.Tests.ProducerConsumerCollectionTests.ManyConcurrentAddsTakes_CollectionRemainsConsistent() in /_/src/libraries/System.Collections.Concurrent/tests/ProducerConsumerCollectionTests.cs:line 764

   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