Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ruuner auto update fail and runner is going ofline #2397

Closed
yonires opened this issue Jan 26, 2023 · 2 comments
Closed

Ruuner auto update fail and runner is going ofline #2397

yonires opened this issue Jan 26, 2023 · 2 comments
Labels
bug Something isn't working Stale

Comments

@yonires
Copy link

yonires commented Jan 26, 2023

Issue

GitHub self-hosted runner installed but doesn't update automatically, at the end of the first month, the runner goes offline since all the auto updates fail.
To fix the issue I have to uninstall and reinstall the runner
There is no SelfUpdate-XXX.log.succeed in the _diag folder and can find errors in the Runner-XXX.log
this reproduced all the time on my ubuntu arm64 system but it works fine on my ubuntu server x86 system

Environment

system: Linux tegra-ubuntu 4.9.253-tegra #3 SMP PREEMPT Wed Aug 18 20:13:59 CST 2021 aarch64 aarch64 aarch64 GNU/Linux
GitHub action version: 2.300.2

Logs

[2023-01-25 00:00:57Z INFO SelfUpdater] Version '2.301.1' of 'agent' package available in server.
[2023-01-25 00:00:57Z INFO SelfUpdater] Current running runner version is 2.300.2
[2023-01-25 00:00:57Z INFO SelfUpdater] An update is available.
[2023-01-25 00:00:57Z INFO Terminal] WRITE LINE: Runner update in progress, do not shutdown runner.
[2023-01-25 00:00:57Z INFO SelfUpdater] CloneDotnetRuntimeTime: 325ms
[2023-01-25 00:00:57Z INFO SelfUpdater] CloneExternalsTime: 2693ms
[2023-01-25 00:00:57Z INFO SelfUpdater] RunnerPlatform: linux-arm64
[2023-01-25 00:00:58Z INFO Terminal] WRITE LINE: Downloading 2.301.1 runner
[2023-01-25 00:00:58Z INFO ProcessInvokerWrapper] Kill entire process tree since both cancel and terminate signal has been ignored by the target process.
[2023-01-25 00:00:58Z INFO ProcessInvokerWrapper] STDOUT/STDERR stream read finished.
[2023-01-25 00:00:58Z INFO ProcessInvokerWrapper] STDOUT/STDERR stream read finished.
[2023-01-25 00:00:58Z INFO ProcessInvokerWrapper] Process Cancellation finished.
[2023-01-25 00:00:58Z INFO ProcessInvokerWrapper] Finished process 7476 with exit code 137, and elapsed time 00:00:01.1000317.
[2023-01-25 00:00:58Z ERR SelfUpdater] Fail to hash externals content: System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at GitHub.Runner.Sdk.ProcessInvoker.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, Channel1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean keepStandardInOpen, Boolean highPriorityProcess, CancellationToken cancellationToken)
at GitHub.Runner.Common.ProcessInvokerWrapper.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, Channel1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean keepStandardInOpen, Boolean highPriorityProcess, CancellationToken cancellationToken)
at GitHub.Runner.Listener.SelfUpdater.HashFiles(String fileFolder, CancellationToken token)
at GitHub.Runner.Listener.SelfUpdater.CloneAndCalculateAssetsHash(String dotnetRuntimeCloneDirectory, String externalsCloneDirectory, CancellationToken token)
[2023-01-25 00:00:58Z INFO SelfUpdater] Still waiting for 1 tasks to complete.
[2023-01-25 00:00:58Z INFO SelfUpdater] Waiting for 1 tasks to complete.
[2023-01-25 00:00:58Z INFO SelfUpdater] Dotnet runtime clone finished.
[2023-01-25 00:00:58Z ERR SelfUpdater] Skip compute hash since clone dotnet runtime failed/cancelled.
[2023-01-25 00:00:58Z INFO SelfUpdater] Still waiting for 0 tasks to complete.
[2023-01-25 00:00:58Z INFO HostContext] Well known directory 'Bin': '/home/nvidia/actions-runner/bin'
[2023-01-25 00:00:58Z INFO HostContext] Well known directory 'Root': '/home/nvidia/actions-runner'
[2023-01-25 00:00:58Z INFO HostContext] Well known directory 'Work': '/home/nvidia/actions-runner/_work'
[2023-01-25 00:00:58Z INFO Terminal] WRITE LINE: Runner update process finished.
[2023-01-25 00:00:58Z INFO SelfUpdater] System.AggregateException: One or more errors occurred. (Input/output error : '/home/nvidia/actions-runner/_work/_update/externals/node16/lib/node_modules/npm/node_modules/@npmcli')
---> System.IO.IOException: Input/output error : '/home/nvidia/actions-runner/_work/_update/externals/node16/lib/node_modules/npm/node_modules/@npmcli'
at System.IO.FileSystemInfo.Create(String fullPath, String fileName, FileStatus& fileStatus)
at System.IO.Enumeration.FileSystemEnumerator1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.IO.DirectoryInfo.GetFileSystemInfos() at GitHub.Runner.Sdk.IOUtil.Enumerate(DirectoryInfo directory, CancellationTokenSource tokenSource)+MoveNext() at System.Linq.Parallel.PartitionedDataSource1.ContiguousChunkLazyEnumerator.MoveNext(T& currentElement, Int32& currentKey)
at System.Linq.Parallel.ForAllOperator1.ForAllEnumerator1.MoveNext(TInput& currentElement, Int32& currentKey)
at System.Linq.Parallel.ForAllSpoolingTask2.SpoolingWork() at System.Linq.Parallel.SpoolingTaskBase.Work() at System.Linq.Parallel.QueryTask.BaseWork(Object unused) at System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o) at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of inner exception stack trace --- at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose) at System.Linq.Parallel.SpoolingTask.SpoolForAll[TInputOutput,TIgnoreKey](QueryTaskGroupState groupState, PartitionedStream2 partitions, TaskScheduler taskScheduler)
at System.Linq.Parallel.DefaultMergeHelper2.System.Linq.Parallel.IMergeHelper<TInputOutput>.Execute() at System.Linq.Parallel.MergeExecutor1.Execute()
at System.Linq.Parallel.MergeExecutor1.Execute[TKey](PartitionedStream2 partitions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId)
at System.Linq.Parallel.PartitionedStreamMerger1.Receive[TKey](PartitionedStream2 partitionedStream)
at System.Linq.Parallel.ForAllOperator1.WrapPartitionedStream[TKey](PartitionedStream2 inputStream, IPartitionedStreamRecipient1 recipient, Boolean preferStriping, QuerySettings settings) at System.Linq.Parallel.UnaryQueryOperator2.UnaryQueryOperatorResults.ChildResultsRecipient.Receive[TKey](PartitionedStream2 inputStream) at System.Linq.Parallel.ScanQueryOperator1.ScanEnumerableQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient1 recipient) at System.Linq.Parallel.UnaryQueryOperator2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient1 recipient) at System.Linq.Parallel.QueryOperator1.GetOpenedEnumerator(Nullable1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings) at System.Linq.Parallel.ForAllOperator1.RunSynchronously()
at System.Linq.ParallelEnumerable.ForAll[TSource](ParallelQuery1 source, Action1 action)
at GitHub.Runner.Sdk.IOUtil.DeleteDirectory(String path, Boolean contentsOnly, Boolean continueOnContentDeleteError, CancellationToken cancellationToken)
at GitHub.Runner.Listener.SelfUpdater.DownloadLatestRunner(CancellationToken token, String targetVersion)
at GitHub.Runner.Listener.SelfUpdater.SelfUpdate(AgentRefreshMessage updateMessage, IJobDispatcher jobDispatcher, Boolean restartInteractiveRunner, CancellationToken token)
[2023-01-25 00:00:59Z ERR GitHubActionsService] PUT request to https://pipelines.actions.githubusercontent.com/fyszEL0vxQTntDk9kFRz4V45pOgmsUVwbBAqoor1UIKdkDtjqW/_apis/distributedtask/pools/1/agents/48/updates?currentState=Runner%20update%20process%20finished.&updateTrace=System.AggregateException%3A%20One%20or%20more%20errors%20occurred.%20%28Input%2Foutput%20error%20%3A%20%27%2Fhome%2Fnvidia%2Factions-runner%2F_work%2F_update%2Fexternals%2Fnode16%2Flib%2Fnode_modules%2Fnpm%2Fnode_modules%2F%40npmcli%27%29%0A%20---%3E%20System.IO.IOException%3A%20Input%2Foutput%20error%20%3A%20%27%2Fhome%2Fnvidia%2Factions-runner%2F_work%2F_update%2Fexternals%2Fnode16%2Flib%2Fnode_modules%2Fnpm%2Fnode_modules%2F%40npmcli%27%0A%20%20%20at%20System.IO.FileSystemInfo.Create%28String%20fullPath%2C%20String%20fileName%2C%20FileStatus%26%20fileStatus%29%0A%20%20%20at%20System.IO.Enumeration.FileSystemEnumerator%601.MoveNext%28%29%0A%20%20%20at%20System.Collections.Generic.List%601..ctor%28IEnumerable%601%20collection%29%0A%20%20%20at%20System.IO.DirectoryInfo.GetFileSystemInfos%28%29%0A%20%20%20at%20GitHub.Runner.Sdk.IOUtil.Enumerate%28DirectoryInfo%20directory%2C%20CancellationTokenSource%20tokenSource%29%2BMoveNext%28%29%0A%20%20%20at%20System.Linq.Parallel.PartitionedDataSource%601.ContiguousChunkLazyEnumerator.MoveNext%28T%26%20currentElement%2C%20Int32%26%20currentKey%29%0A%20%20%20at%20System.Linq.Parallel.ForAllOperator%601.ForAllEnumerator%601.MoveNext%28TInput%26%20currentElement%2C%20Int32%26%20currentKey%29%0A%20%20%20at%20System.Linq.Parallel.ForAllSpoolingTask%602.SpoolingWork%28%29%0A%20%20%20at%20System.Linq.Parallel.SpoolingTaskBase.Work%28%29%0A%20%20%20at%20System.Linq.Parallel.QueryTask.BaseWork%28Object%20unused%29%0A%20%20%20at%20System.Linq.Parallel.QueryTask.%3C%3Ec.%3C.cctor%3Eb__10_0%28Object%20o%29%0A%20%20%20at%20System.Threading.Tasks.Task.InnerInvoke%28%29%0A%20%20%20at%20System.Threading.Tasks.Task.%3C%3Ec.%3C.cctor%3Eb__272_0%28Object%20obj%29%0A%20%20%20at%20System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop%28Thread%20threadPoolThread%2C%20ExecutionContext%20executionContext%2C%20ContextCallback%20callback%2C%20Object%20state%29%0A---%20End%20of%20stack%20trace%20from%20previous%20location%20---%0A%20%20%20at%20System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop%28Thread%20threadPoolThread%2C%20ExecutionContext%20executionContext%2C%20ContextCallback%20callback%2C%20Object%20state%29%0A%20%20%20at%20System.Threading.Tasks.Task.ExecuteWithThreadLocal%28Task%26%20currentTaskSlot%2C%20Thread%20threadPoolThread%29%0A%20%20%20---%20End%20of%20inner%20exception%20stack%20trace%20---%0A%20%20%20at%20System.Linq.Parallel.QueryTaskGroupState.QueryEnd%28Boolean%20userInitiatedDispose%29%0A%20%20%20at%20System.Linq.Parallel.SpoolingTask.SpoolForAll%5BTInputOutput%2CTIgnoreKey%5D%28QueryTaskGroupState%20groupState%2C%20PartitionedStream%602%20partitions%2C%20TaskScheduler%20taskScheduler%29%0A%20%20%20at%20System.Linq.Parallel.DefaultMergeHelper%602.System.Linq.Parallel.IMergeHelper%3CTInputOutput%3E.Execute%28%29%0A%20%20%20at%20System.Linq.Parallel.MergeExecutor%601.Execute%28%29%0A%20%20%20at%20System.Linq.Parallel.MergeExecutor%601.Execute%5BTKey%5D%28PartitionedStream%602%20partitions%2C%20Boolean%20ignoreOutput%2C%20ParallelMergeOptions%20options%2C%20TaskScheduler%20taskScheduler%2C%20Boolean%20isOrdered%2C%20CancellationState%20cancellationState%2C%20Int32%20queryId%29%0A%20%20%20at%20System.Linq.Parallel.PartitionedStreamMerger%601.Receive%5BTKey%5D%28PartitionedStream%602%20partitionedStream%29%0A%20%20%20at%20System.Linq.Parallel.ForAllOperator%601.WrapPartitionedStream%5BTKey%5D%28PartitionedStream%602%20inputStream%2C%20IPartitionedStreamRecipient%601%20recipient%2C%20Boolean%20preferStriping%2C%20QuerySettings%20settings%29%0A%20%20%20at%20System.Linq.Parallel.UnaryQueryOperator%602.UnaryQueryOperatorResults.ChildResultsRecipient.Receive%5BTKey%5D%28PartitionedStream%602%20inputStream%29%0A%20%20%20at%20System.Linq.Parallel.ScanQueryOperator%601.ScanEnumerableQueryOperatorResults.GivePartitionedStream%28IPartitionedStreamRecipient%601%20recipient%29%0A%20%20%20at%20System.Linq.Parallel.UnaryQueryOperator%602.UnaryQueryOperatorResults.GivePartitionedStream%28IPartitionedStreamRecipient%601%20recipient%29%0A%20%20%20at%20System.Linq.Parallel.QueryOperator%601.GetOpenedEnumerator%28Nullable%601%20mergeOptions%2C%20Boolean%20suppressOrder%2C%20Boolean%20forEffect%2C%20QuerySettings%20querySettings%29%0A%20%20%20at%20System.Linq.Parallel.ForAllOperator%601.RunSynchronously%28%29%0A%20%20%20at%20System.Linq.ParallelEnumerable.ForAll%5BTSource%5D%28ParallelQuery%601%20source%2C%20Action%601%20action%29%0A%20%20%20at%20GitHub.Runner.Sdk.IOUtil.DeleteDirectory%28String%20path%2C%20Boolean%20contentsOnly%2C%20Boolean%20continueOnContentDeleteError%2C%20CancellationToken%20cancellationToken%29%0A%20%20%20at%20GitHub.Runner.Listener.SelfUpdater.DownloadLatestRunner%28CancellationToken%20token%2C%20String%20targetVersion%29%0A%20%20%20at%20GitHub.Runner.Listener.SelfUpdater.SelfUpdate%28AgentRefreshMessage%20updateMessage%2C%20IJobDispatcher%20jobDispatcher%2C%20Boolean%20restartInteractiveRunner%2C%20CancellationToken%20token%29 failed. HTTP Status: NotFound, AFD Ref: Ref A: A3A1BAAC8FA741F48CFC864B8FA59754 Ref B: TLV30EDGE0114 Ref C: 2023-01-25T00:00:58Z
[2023-01-25 00:00:59Z ERR SelfUpdater] GitHub.Services.WebApi.VssServiceResponseException: Not Found
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[T](HttpRequestMessage message, Object userState, CancellationToken cancellationToken)
at GitHub.Services.WebApi.VssHttpClientBase.SendAsync[T](HttpMethod method, IEnumerable1 additionalHeaders, Guid locationId, Object routeValues, ApiResourceVersion version, HttpContent content, IEnumerable1 queryParameters, Object userState, CancellationToken cancellationToken)
at GitHub.Runner.Listener.SelfUpdater.UpdateRunnerUpdateStateAsync(String currentState)
[2023-01-25 00:00:59Z INFO SelfUpdater] Catch exception during report update state, ignore this error and continue auto-update.
[2023-01-25 00:00:59Z INFO JobDispatcher] Shutting down JobDispatcher. Make sure all WorkerDispatcher has finished.
[2023-01-25 00:00:59Z ERR Terminal] WRITE ERROR: An error occurred: One or more errors occurred. (Input/output error : '/home/nvidia/actions-runner/_work/_update/externals/node16/lib/node_modules/npm/node_modules/@npmcli')
[2023-01-25 00:00:59Z ERR Listener] System.AggregateException: One or more errors occurred. (Input/output error : '/home/nvidia/actions-runner/_work/_update/externals/node16/lib/node_modules/npm/node_modules/@npmcli')
---> System.IO.IOException: Input/output error : '/home/nvidia/actions-runner/_work/_update/externals/node16/lib/node_modules/npm/node_modules/@npmcli'
at System.IO.FileSystemInfo.Create(String fullPath, String fileName, FileStatus& fileStatus)
at System.IO.Enumeration.FileSystemEnumerator1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.IO.DirectoryInfo.GetFileSystemInfos() at GitHub.Runner.Sdk.IOUtil.Enumerate(DirectoryInfo directory, CancellationTokenSource tokenSource)+MoveNext() at System.Linq.Parallel.PartitionedDataSource1.ContiguousChunkLazyEnumerator.MoveNext(T& currentElement, Int32& currentKey)
at System.Linq.Parallel.ForAllOperator1.ForAllEnumerator1.MoveNext(TInput& currentElement, Int32& currentKey)
at System.Linq.Parallel.ForAllSpoolingTask2.SpoolingWork() at System.Linq.Parallel.SpoolingTaskBase.Work() at System.Linq.Parallel.QueryTask.BaseWork(Object unused) at System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o) at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of inner exception stack trace --- at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDispose) at System.Linq.Parallel.SpoolingTask.SpoolForAll[TInputOutput,TIgnoreKey](QueryTaskGroupState groupState, PartitionedStream2 partitions, TaskScheduler taskScheduler)
at System.Linq.Parallel.DefaultMergeHelper2.System.Linq.Parallel.IMergeHelper<TInputOutput>.Execute() at System.Linq.Parallel.MergeExecutor1.Execute()
at System.Linq.Parallel.MergeExecutor1.Execute[TKey](PartitionedStream2 partitions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskScheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId)
at System.Linq.Parallel.PartitionedStreamMerger1.Receive[TKey](PartitionedStream2 partitionedStream)
at System.Linq.Parallel.ForAllOperator1.WrapPartitionedStream[TKey](PartitionedStream2 inputStream, IPartitionedStreamRecipient1 recipient, Boolean preferStriping, QuerySettings settings) at System.Linq.Parallel.UnaryQueryOperator2.UnaryQueryOperatorResults.ChildResultsRecipient.Receive[TKey](PartitionedStream2 inputStream) at System.Linq.Parallel.ScanQueryOperator1.ScanEnumerableQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient1 recipient) at System.Linq.Parallel.UnaryQueryOperator2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient1 recipient) at System.Linq.Parallel.QueryOperator1.GetOpenedEnumerator(Nullable1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings) at System.Linq.Parallel.ForAllOperator1.RunSynchronously()
at System.Linq.ParallelEnumerable.ForAll[TSource](ParallelQuery1 source, Action1 action)
at GitHub.Runner.Sdk.IOUtil.DeleteDirectory(String path, Boolean contentsOnly, Boolean continueOnContentDeleteError, CancellationToken cancellationToken)
at GitHub.Runner.Listener.SelfUpdater.DownloadLatestRunner(CancellationToken token, String targetVersion)
at GitHub.Runner.Listener.SelfUpdater.SelfUpdate(AgentRefreshMessage updateMessage, IJobDispatcher jobDispatcher, Boolean restartInteractiveRunner, CancellationToken token)
at GitHub.Runner.Listener.SelfUpdater.SelfUpdate(AgentRefreshMessage updateMessage, IJobDispatcher jobDispatcher, Boolean restartInteractiveRunner, CancellationToken token)
at GitHub.Runner.Listener.Runner.RunAsync(RunnerSettings settings, Boolean runOnce)
at GitHub.Runner.Listener.Runner.RunAsync(RunnerSettings settings, Boolean runOnce)
at GitHub.Runner.Listener.Runner.RunAsync(RunnerSettings settings, Boolean runOnce)
at GitHub.Runner.Listener.Runner.ExecuteCommand(CommandSettings command)
at GitHub.Runner.Listener.Program.MainAsync(IHostContext context, String[] args)
[2023-01-25 00:00:59Z ERR Listener] #####################################################
[2023-01-25 00:00:59Z ERR Listener] System.IO.IOException: Input/output error : '/home/nvidia/actions-runner/_work/_update/externals/node16/lib/node_modules/npm/node_modules/@npmcli'
at System.IO.FileSystemInfo.Create(String fullPath, String fileName, FileStatus& fileStatus)
at System.IO.Enumeration.FileSystemEnumerator1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.IO.DirectoryInfo.GetFileSystemInfos() at GitHub.Runner.Sdk.IOUtil.Enumerate(DirectoryInfo directory, CancellationTokenSource tokenSource)+MoveNext() at System.Linq.Parallel.PartitionedDataSource1.ContiguousChunkLazyEnumerator.MoveNext(T& currentElement, Int32& currentKey)
at System.Linq.Parallel.ForAllOperator1.ForAllEnumerator1.MoveNext(TInput& currentElement, Int32& currentKey)
at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork()
at System.Linq.Parallel.SpoolingTaskBase.Work()
at System.Linq.Parallel.QueryTask.BaseWork(Object unused)
at System.Linq.Parallel.QueryTask.<>c.<.cctor>b__10_0(Object o)
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)

runner_logs.tar.gz

@yonires yonires added the bug Something isn't working label Jan 26, 2023
Copy link
Contributor

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.

@github-actions github-actions bot added the Stale label Jan 29, 2024
Copy link
Contributor

This issue was closed because it has been stalled for 15 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant