Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Workflow] Android full CI runs out of space in github CI #22485

Closed
andy31415 opened this issue Sep 8, 2022 · 1 comment · Fixed by #22486
Closed

[Workflow] Android full CI runs out of space in github CI #22485

andy31415 opened this issue Sep 8, 2022 · 1 comment · Fixed by #22486
Assignees

Comments

@andy31415
Copy link
Contributor

Workflow issues

Running full android CI gets out of space:


System.IO.IOException: No space left on device : '/home/runner/runners/2.296.1/_diag/Worker_20220908-144851-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)
System.IO.IOException: No space left on device : '/home/runner/runners/2.296.1/_diag/Worker_20220908-144851-utc.log'

see

https://github.com/project-chip/connectedhomeip/actions/runs/3016038239/attempts/1



### Platform

android

### Anything else?

Smoke tests do pass, so we likely need to split out builds and cleanup after builds are made.
@andy31415 andy31415 self-assigned this Sep 8, 2022
@andy31415
Copy link
Contributor Author

Looking through android yaml it also seems we do 'submodules' on checkout which is not needed if we use checkout_submodules.py

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 a pull request may close this issue.

1 participant