Skip to content

Runtime-async continuation object reading with Cordb#121432

Merged
rcj1 merged 2 commits into
dotnet:mainfrom
rcj1:continuation-cordb
Dec 1, 2025
Merged

Runtime-async continuation object reading with Cordb#121432
rcj1 merged 2 commits into
dotnet:mainfrom
rcj1:continuation-cordb

code review

5cf0fdd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build Libraries Test Run checked coreclr osx x64 Debug) failed Nov 7, 2025 in 9m 56s

Build Libraries Test Run checked coreclr osx x64 Debug failed

Annotations

Check failure on line 18 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.25528.108/tools/azure-pipelines/AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build Libraries Test Run checked coreclr osx x64 Debug)

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.25528.108/tools/azure-pipelines/AzurePipelines.MultiQueue.targets#L18

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.25528.108/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(18,5): error : (NETCORE_ENGINEERING_TELEMETRY=Helix) System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
 ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: RevocationStatusUnknown
   at System.Net.Security.SslStream.SendAuthResetSignal(ReadOnlySpan`1 alert, ExceptionDispatchInfo exception)
   at System.Net.Security.SslStream.CompleteHandshake(SslAuthenticationOptions sslAuthenticationOptions)
   at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Microsoft.DotNet.Helix.AzureDevOps.StartAzurePipelinesTestRun.<>c__DisplayClass32_0.<<ExecuteCoreAsync>b__0>d.MoveNext() in /_/src/arcade/src/Microsoft.DotNet.Helix/Sdk/StartAzurePipelinesTestRun.cs:line 53
--- End of stack trace from previous location ---
   at Microsoft.DotNet.Helix.AzureDevOps.AzureDevOpsTask.<>c__DisplayClass14_0.<<RetryAsync>b__0>d.MoveNext() in /_/src/arcade/src/Microsoft.DotNet.Helix/Sdk/AzureDevOpsTask.cs:line 95
--- End of stack trace from previous location ---
   at Microsoft.DotNet.Helix.AzureDevOps.AzureDevOpsTask.RetryAsync[T](Func`1 function, Action`1 logRetry, Func`2 isRetryable, CancellationToken cancellationToken) in /_/src/arcade/src/Microsoft.DotNet.Helix/Sdk/AzureDevOpsTask.cs:line 212
   at Microsoft.DotNet.Helix.AzureDevOps.AzureDevOpsTask.RetryAsync(Func`1 function) in /_/src/arcade/src/Microsoft.DotNet.Helix/Sdk/AzureDevOpsTask.cs:line 92