firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.55k stars 1.45k forks source link

Nightly Testing Report #13558

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 2 weeks ago

Nightly Testing Report

This issue(log) is generated at 08/30/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs. Workflow 08/29
zip failure
auth failure
crashlytics failure
sessions failure
ncooke3 commented 2 weeks ago

rerunning

ncooke3 commented 2 weeks ago

zip failure could be an issue. will let it attempt to fail another night before investigating.

paulb777 commented 2 weeks ago

Yep - looks like an issue building Crashlytics for tvOS:

2024-08-30T15:30:45.9695140Z ZipBuilder/FrameworkBuilder.swift:237: Fatal error: Error building FirebaseCrashlytics for appletvsimulator. Code: 65. See the build log at file:///Users/runner/work/firebase-ios-sdk/firebase-ios-sdk/zip_output_dir/build_logs/FirebaseCrashlytics-appletvsimulator.txt

paulb777 commented 2 weeks ago

And given Crashlytics hasn't changed recently, it's probably something about the GHA config

github-actions[bot] commented 2 weeks ago

Nightly Testing Report

This issue(log) is generated at 08/31/2024 05:02 AM, fetching workflow runs triggered in the last 24 hrs. Workflow 08/30
zip failure
messaging failure
crashlytics failure
sessions failure
paulb777 commented 2 weeks ago

Looks like we're running out of space on the GHA:

Unhandled exception. System.IO.IOException: No space left on device : '/Users/runner/runners/2.319.1/_diag/Worker_20240830-141127-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at System.Diagnostics.TraceSource.Flush() 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 : '/Users/runner/runners/2.319.1/_diag/Worker_20240830-141127-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan1 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 : '/Users/runner/runners/2.319.1/_diag/Worker_20240830-141127-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.Common.Tracing.Error(Exception exception) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)

paulb777 commented 2 weeks ago

Evidence it may be a broader GHA error - https://github.com/actions/runner-images/issues/10386#issuecomment-2322779560

paulb777 commented 2 weeks ago

Let's merge https://github.com/firebase/firebase-ios-sdk/pull/13562 if the zip nightlies are still broken on Tuesday

github-actions[bot] commented 1 week ago

Nightly Testing Report

This issue(log) is generated at 09/01/2024 05:02 AM, fetching workflow runs triggered in the last 24 hrs. Workflow 08/31
storage failure
zip failure
messaging failure
auth failure
remoteconfig failure
functions failure
abtesting failure
github-actions[bot] commented 1 week ago

Nightly Testing Report

This issue(log) is generated at 09/02/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs. Workflow 09/01
zip failure
messaging failure
remoteconfig failure
functions failure
spm failure
github-actions[bot] commented 1 week ago

Nightly Testing Report

This issue(log) is generated at 09/03/2024 05:03 AM, fetching workflow runs triggered in the last 24 hrs. Workflow 09/02
dynamiclinks failure
zip failure
remoteconfig failure
paulb777 commented 1 week ago

13562 should workaround zip failure. Rerunning the other two.

paulb777 commented 1 week ago

13562 merged and other reruns green