Skip to content

Conversation

llamerada-jp
Copy link
Contributor

@llamerada-jp llamerada-jp commented Mar 28, 2025

I investigated the cause of the CI failure. Since the logs could not be obtained, the cause was likely a disk full.

@llamerada-jp llamerada-jp requested a review from a team as a code owner March 28, 2025 08:41
@llamerada-jp llamerada-jp marked this pull request as draft March 28, 2025 08:42
I investigated the cause of the CI failure. Since the logs could not
be obtained, the cause was likely a disk full.

Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
@llamerada-jp llamerada-jp changed the title fix ci make free space on the github runner Mar 28, 2025
@llamerada-jp llamerada-jp marked this pull request as ready for review March 28, 2025 09:54
@toshipp
Copy link
Contributor

toshipp commented Mar 31, 2025

@llamerada-jp
Could you show me the failed CI URL?

@llamerada-jp
Copy link
Contributor Author

@llamerada-jp Could you show me the failed CI URL?

It's here.
https://github.com/topolvm/topolvm/actions/runs/14080038268/job/39557701333?pr=1025

Copy link
Member

@ushitora-anqou ushitora-anqou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure if the GHA run failed because we ran out of disk space, but the code changes in this PR won't cause any harm and will help fix potential bugs.

@toshipp
Copy link
Contributor

toshipp commented Apr 1, 2025

It showed no space. This could resolve it.

https://github.com/topolvm/topolvm/actions/runs/14080038268

 build-images / build-images (with-sidecar)
System.IO.IOException: No space left on device : '/home/runner/runners/2.323.0/_diag/Worker_20250328-010503-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.323.0/_diag/Worker_20250328-010503-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.323.0/_diag/Worker_20250328-010503-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)

@toshipp toshipp merged commit 973550d into main Apr 1, 2025
24 checks passed
@toshipp toshipp deleted the fix-ci branch April 1, 2025 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants