Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Execution Details

Environment:Build
Script:Build2
Pipeline:Release (Build)
Created:5/8/2023 9:46:24 AM by rhessinger@inedo.local
Start date:5/8/2023 9:46:24 AM
Completed date:5/8/2023 9:52:53 AM (6min 29s)
Status:Failed

Your account is not authorized to view debug logs in this context, therefore certain groups' log entries may appear empty.

  • Execution Logs6min 29s

    • Get Source Code from $Branch6min 29s

      • Check out code from $Repository to $WorkingDirectory6min 28s

        Updating local repository for https://gitlab.com/inedo/Inedo.SDK.git...
        Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
      • Cleanup0.006s

        • winbuildsv10.006s

          Could not clean temporary directory C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E332731 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)