Various improvements to the dynamically generated Nix versions #151
Annotations
2 errors
vale
System.AggregateException: One or more errors occurred. (GitHub Actions services are currently unavailable. Try again later. Activity Id: 6cf73e37-7884-4921-b1da-5b5355b00d37) (GitHub Actions services are currently unavailable. Try again later. Activity Id: 6cf716c8-7884-4921-b1da-5b5355b00d37) (GitHub Actions services are currently unavailable. Try again later. Activity Id: 6cf76fa6-7884-4921-b1da-5b5355b00d37) (GitHub Actions services are currently unavailable. Try again later. Activity Id: 6cf74772-7884-4921-b1da-5b5355b00d37) (GitHub Actions services are currently unavailable. Try again later. Activity Id: 6cf75ab3-7884-4921-b1da-5b5355b00d37)
---> GitHub.Services.Common.VssServiceException: GitHub Actions services are currently unavailable. Try again later. Activity Id: 6cf73e37-7884-4921-b1da-5b5355b00d37
at GitHub.Services.WebApi.VssHttpClientBase.HandleResponseAsync(HttpResponseMessage response, CancellationToken cancellationToken)
at GitHub.Services.WebApi.VssHttpClientBase.SendAsync(HttpRequestMessage message, HttpCompletionOption completionOption, Object userState, CancellationToken cancellationToken)
at GitHub.Services.WebApi.VssHttpClientBase.SendAsync(HttpMethod method, Guid locationId, Object routeValues, ApiResourceVersion version, HttpContent content, IEnumerable`1 queryParameters, Object userState, CancellationToken cancellationToken)
at GitHub.DistributedTask.WebApi.TaskHttpClient.RaisePlanEventAsync[T](Guid scopeIdentifier, String planType, Guid planId, T eventData, CancellationToken cancellationToken, Object userState)
at GitHub.Runner.Worker.JobRunner.CompleteJobAsync(IJobServer jobServer, IExecutionContext jobContext, AgentJobRequestMessage message, Nullable`1 taskResult)
--- End of inner exception stack trace ---
at GitHub.Runner.Worker.JobRunner.CompleteJobAsync(IJobServer jobServer, IExecutionContext jobContext, AgentJobRequestMessage message, Nullable`1 taskResult)
at GitHub.Runner.Worker.JobRunner.CompleteJobAsync(IRunnerService server, IExecutionContext jobContext, AgentJobRequestMessage message, Nullable`1 taskResult)
at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken)
at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
---> (Inner Exception #1) GitHub.Services.Common.VssServiceException: GitHub Actions services are currently unavailable. Try again later. Activity Id: 6cf716c8-7884-4921-b1da-5b5355b00d37
at GitHub.Services.WebApi.VssHttpClientBase.HandleResponseAsync(HttpResponseMessage response, CancellationToken cancellationToken)
at GitHub.Services.WebApi.VssHttpClientBase.SendAsync(HttpRequestMessage message, HttpCompletionOption completionOption, Object userState, CancellationToken cancellationToken)
at GitHub.Services.WebApi.VssHttpClientBase.SendAsync(HttpMethod method, Guid locationId, Object routeValues, ApiResourceVersion version, HttpContent content, IEnumerable`1 queryParameters, Object userState, CancellationToken cancellationToken)
at GitHub.DistributedTask.WebApi.TaskHttpClient.RaisePlanEventAsync[T](Guid scopeIdentifier, String planType, Guid planId, T eventData, CancellationToken cancellationToken, Object userState)
at GitHub.Runner.Worker.JobRunner.CompleteJobAsync(IJobServer jobServer, IExecutionContext jobContext, AgentJobRequestMessage message, Nullable`1 taskResult)<---
---> (Inner Exception #2) GitHub.Services.Common.VssServiceException: GitHub Actions services are currently unavailable. Try again later. Activity Id: 6cf76fa6-7884-4921-b1da-5b5355b00d37
at GitHub.Services.WebApi.VssHttpClientBase.HandleResponseAsync(HttpResponseMessage response, CancellationToken cancellationToken)
at GitHub.Services.WebApi.VssHttpClientBase.SendAsync(HttpRequestMessage message, HttpCompletionOption completionOption, Object userState, Cancell
|
vale
The hosted runner: GitHub Actions 15 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
|