INFO : 2023-05-30 17:02:57Z - Acquiring server... INFO : 2023-05-30 17:02:57Z - Server 'winbuildsv1' acquired. INFO : 2023-05-30 17:02:58Z - Updating local repository for https://github.com/Inedo/Inedo.UPack.git... ERROR: 2023-05-30 17:18:10Z - Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. WARN : 2023-05-30 17:18:10Z - Could not clean temporary directory C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E339620 on winbuildsv1: Inedo.Agents.AgentConnectionException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host. --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.IO.BufferedStream.ReadFromUnderlyingStreamAsync(Memory`1 buffer, CancellationToken cancellationToken, Int32 bytesAlreadySatisfied, Task semaphoreLockTask) at Inedo.Agents.InternalExtensions.ReadBlockTimeoutAsync(Stream stream, Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) at Inedo.Agents.Connections.PushServerConnection.ReceiveMessageAsync(CancellationToken cancellationToken) at Inedo.Agents.Connections.CommandResponseProcessor.ProcessIncomingMessagesAsync[TConnection](TConnection connection, ConcurrentDictionary`2 pendingRequests) --- End of inner exception stack trace --- at Inedo.Agents.Connections.PushServerConnection.ExecuteCommandAsync(AgentCommand command, AgentType agentType, CancellationToken cancellationToken) at Inedo.Agents.InedoAgentClientBase.ExecuteCommandAsync[TResponse](AgentCommand`1 command, AgentType agentType, CancellationToken cancellationToken) at Inedo.Agents.RemoteFileOperationsExecuter.DeleteFileOrDirectory(String[] names, Action`1 action) at Inedo.Agents.FileOperationsExecuter.DeleteDirectories(IFileOperationsExecuter agent, String[] directoryNames) at Inedo.BuildMaster.Windows.ServiceApplication.Executions.PlanExecuter.ServerInfo.DeleteExecutionTempDirectoryAsync(Int32 executionId, ILogSink logger)