output: fix crash when using console on legal.pcx #959
Annotations
3 errors
|
Build MacOS dependencies
No space left on device : '/Users/runner/runners/2.321.0/_diag/pages/5f66fc9e-d1c7-48e0-bc85-24b85a98cf0b_f4614e82-73c0-5d8d-5150-5164b85cbb04_6.log'
|
System.IO.IOException: No space left on device : '/Users/runner/runners/2.321.0/_diag/pages/5f66fc9e-d1c7-48e0-bc85-24b85a98cf0b_5a45ce70-e417-49f9-a9dd-0627d8fa3ad8_2.log'
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at GitHub.Runner.Common.PagingLogger.NewPage()
at GitHub.Runner.Worker.ExecutionContext.Write(String tag, String message)
at GitHub.Runner.Worker.ExecutionContextExtension.Output(IExecutionContext context, String message)
at GitHub.Runner.Worker.JobExtension.FinalizeJob(IExecutionContext jobContext, AgentJobRequestMessage message, DateTime jobStartTimeUtc)
at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken)
at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
|
Loading