You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data files have grown big enough that, as of v1.1.0, the default GitHub runner no longer has sufficient disk/build space for generate_assets.yml to complete:
build
System.IO.IOException: No space left on device : '/home/runner/runners/2.309.0/_diag/Worker_20230913-103452-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
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 GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
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)
build
unable to write file eDamage/output/QC/eD_QC_J_Misc_damages-q50_b0.csv
Potential solutions:
Use easimon/maximize-build-space GitHub Action
Download only files in data/ directory (only 2.7 GiB). The largest files reside elsewhere, e.g. in eDamage/, which we do not need to upload as release assets.
The data files have grown big enough that, as of v1.1.0, the default GitHub runner no longer has sufficient disk/build space for generate_assets.yml to complete:
System.IO.IOException: No space left on device : '/home/runner/runners/2.309.0/_diag/Worker_20230913-103452-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
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 GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
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)
unable to write file eDamage/output/QC/eD_QC_J_Misc_damages-q50_b0.csv
Potential solutions:
The text was updated successfully, but these errors were encountered: