FrommyMind opened a new issue, #8337:
URL: https://github.com/apache/seatunnel/issues/8337

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   When I tried to run the 'push-docker' workflow and push to my repository, I 
encountered the following error.
   ```
   Unhandled exception. System.IO.IOException: No space left on device : 
'/home/runner/runners/2.321.0/_diag/Worker_20241218-085953-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)
   System.IO.IOException: No space left on device : 
'/home/runner/runners/2.321.0/_diag/Worker_20241218-085953-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.321.0/_diag/Worker_20241218-085953-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)
   ```
   
![image](https://github.com/user-attachments/assets/a2975396-8800-430a-8118-5a0860b7ba10)
   
   
   ### SeaTunnel Version
   
   dev
   
   ### SeaTunnel Config
   
   ```conf
   Null
   ```
   
   
   ### Running Command
   
   ```shell
   Null
   ```
   
   
   ### Error Exception
   
   ```log
   Null
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to