Environment: | Build |
Script: | Build2 |
Pipeline: | Release (Build) |
Created: | 7/10/2023 1:21:51 PM by rhessinger@inedo.local |
Start date: | 7/10/2023 1:21:56 PM |
Completed date: | 7/10/2023 1:24:32 PM (2min 35s) |
Status: | Failed |
Your account is not authorized to view debug logs in this context, therefore certain groups' log entries may appear empty.
Updating local repository for https://git.inedo.com/Inedo/Inedo.SDK.git...
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
Could not clean temporary directory C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E351946 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<System.Int32>.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)