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:Build Inedo Extension
Pipeline:global::InedoExtension (Build)
Created:4/1/2026 4:58:01 PM by bmtest1000
Start date:4/1/2026 4:58:01 PM
Completed date:4/1/2026 4:59:34 PM (1min 32s)
Status:Failed

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

  • Execution Logs1min 32s

    • Get Source1.7s

      Unhandled exception: System.InvalidOperationException: Unable to read beyond the end of the stream.
         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.InedoAgentClient.OpenFileAsync(String fileName, FileMode fileMode, FileAccess fileAccess, FileShare fileShare)
         at Inedo.Extensions.VariableFunctions.Files.FileContentsVariableFunction.EvaluateAsync(IVariableFunctionContext context) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E627929\Src\InedoCore\InedoExtension\VariableFunctions\Files\FileContentsVariableFunction.cs:line 40
         at Inedo.BuildMaster.BuildMasterVariableEvaluationContext.TryEvaluateFunctionAsync(RuntimeVariableName functionName, IList`1 arguments)
         at Inedo.ExecutionEngine.Variables.FunctionTextValue.EvaluateAsync(IVariableEvaluationContext context)
         at Inedo.ExecutionEngine.Variables.FunctionTextValue.EvaluateAsync(IVariableEvaluationContext context)
         at Inedo.ExecutionEngine.Variables.ProcessedString.EvaluateValueAsync(IVariableEvaluationContext context)
         at Inedo.ExecutionEngine.Executer.ExecuterThread.EvaluateExpressionAsync(String expression)
         at Inedo.ExecutionEngine.Executer.ExecuterThread.ExecuteAsync(AssignVariableStatement assignVariableStatement)
         at Inedo.ExecutionEngine.Executer.ExecuterThread.ExecuteNextAsync()