Skip to content

Async continuations for native AOT#121398

Merged
MichalStrehovsky merged 7 commits into
dotnet:mainfrom
MichalStrehovsky:continuations
Nov 7, 2025
Merged

Async continuations for native AOT#121398
MichalStrehovsky merged 7 commits into
dotnet:mainfrom
MichalStrehovsky:continuations

Rename async variant hashtable

1759adb
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build coreclr Pri0 Runtime Tests Run osx x64 checked) failed Nov 7, 2025 in 25m 15s

Build coreclr Pri0 Runtime Tests Run osx x64 checked 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 coreclr Pri0 Runtime Tests Run osx x64 checked)

.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