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:1/2/2020 1:36:38 PM by SYSTEM
Start date:1/2/2020 1:36:38 PM
Canceled:1/2/2020 1:36:53 PM by apapadimoulis@inedo.local
Completed date:1/2/2020 1:36:53 PM (15s)
Status:Failed

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

  • Execution Logs15s

    Could not clean temporary directory C:\ProgramData\BuildMaster\Temp\Service\_E13582 on localhost: System.IO.IOException: The directory is not empty.
    
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Inedo.IO.DirectoryEx.DeleteEmptyDirectory(String path)
       at Inedo.IO.DirectoryEx.Delete(String path)
       at Inedo.IO.DirectoryEx.Clear(String path)
       at Inedo.IO.DirectoryEx.Delete(String path)
       at Inedo.IO.DirectoryEx.Clear(String path)
       at Inedo.IO.DirectoryEx.Delete(String path)
       at Inedo.Agents.LocalFileOperationsExecuter.DeleteDirectories(String[] directoryNames)
       at Inedo.Agents.LocalFileOperationsExecuter.DeleteDirectoriesAsync(String[] directoryNames)
       at Inedo.Agents.FileOperationsExecuter.DeleteDirectories(IFileOperationsExecuter agent, String[] directoryNames)
       at Inedo.BuildMaster.Windows.ServiceApplication.Executions.PlanExecuter.ServerInfo.<DeleteExecutionTempDirectoryAsync>d__15.MoveNext()
    • Build Extension5.2s

      • Build $PathCombine($SrcPath, $ApplicationName, InedoExtension, InedoExtension.csproj) with Release configuration5s

        Building C:\ProgramData\BuildMaster\Temp\Service\_E13582\_D0\Src\NuGet\InedoExtension\InedoExtension.csproj...
        Building Project "InedoExtension.csproj" (default targets):
        Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled. --- End of inner exception stack trace --- at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Inedo.BuildMaster.Extensibility.Agents.Local.LocalAgent.<>c__DisplayClass4_0.<Inedo.Agents.IRemoteJobExecuter.ExecuteJobAsync>b__0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Inedo.Extensibility.Operations.RemoteExecuteOperation.<ExecuteAsync>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Inedo.BuildMaster.Windows.ServiceApplication.Executions.PlanExecuter.BuildMasterExecuter.<ExecuteActionAsync>d__48.MoveNext() ---> (Inner Exception #0) System.Threading.Tasks.TaskCanceledException: A task was canceled.<---