shunping commented on issue #30760:
URL: https://github.com/apache/beam/issues/30760#issuecomment-3573446534
The job started to fail a few days ago. The error seems to be a space limit
issue on the runner.
```
Unhandled exception. System.IO.IOException: No space left on device :
'/home/runner/actions-runner/cached/_diag/Worker_20251124-110158-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)
```
--
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]