my-ship-it commented on PR #1064: URL: https://github.com/apache/cloudberry/pull/1064#issuecomment-2917974241
> > [ic-cbdb-parallel (pull_request)](https://github.com/apache/cloudberry/actions/runs/15269333744/job/42958066288?pr=1064) still failed . > > The job failed with the following error log, it looks like the github-ci runner has no space left on device > > ``` > System.IO.IOException: No space left on device : '/home/runner/runners/2.324.0/_diag/Worker_20250528-090814-utc.log' > at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) > at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) > at System.Diagnostics.TextWriterTraceListener.Flush() > at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) > at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) > at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) > at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) > System.IO.IOException: No space left on device : '/home/runner/runners/2.324.0/_diag/Worker_20250528-090814-utc.log' > at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) > at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) > at System.Diagnostics.TextWriterTraceListener.Flush() > at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) > at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) > at GitHub.Runner.Common.Tracing.Error(Exception exception) > at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) > Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.324.0/_diag/Worker_20250528-090814-utc.log' > at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) > at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) > at System.Diagnostics.TextWriterTraceListener.Flush() > at System.Diagnostics.TraceSource.Flush() > at GitHub.Runner.Common.Tracing.Dispose(Boolean disposing) > at GitHub.Runner.Common.Tracing.Dispose() > at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing) > at GitHub.Runner.Common.TraceManager.Dispose() > at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing) > at GitHub.Runner.Common.HostContext.Dispose() > at GitHub.Runner.Worker.Program.Main(String[] args) > ``` > > When compiling postgres, statically linking all object files causes the postgres binary to grow from less than 100KB to over 180MB. As a result, the binary data generated during compilation increases by approximately 180MB. I'm not sure if this is the root cause. > > @edespino @my-ship-it could someone help check the disk space limit of the runner? I suspect the remaining space might be less than 180MB. Thanks! @tuhaihe @edespino Could you please help adjust space limit? thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
