RF: Deprecate autocrop in median_otsu #3759
test.yml
on: pull_request
Matrix: fetch-data
Matrix: coverage / build
Matrix: minimal-py310 / build
Matrix: minimal-py311 / build
Matrix: optional-deps-conda / build
Matrix: optional-deps-pip / build
Matrix: parallel / build
Matrix: pre-py313 / build
Matrix: stable / build
Annotations
28 errors and 3 warnings
stable / build (3.10, macos-14, pip)
Process completed with exit code 1.
|
parallel / build (3.10, macos-latest, pip)
Process completed with exit code 1.
|
stable / build (3.11, ubuntu-latest, pip)
Process completed with exit code 1.
|
stable / build (3.13, ubuntu-latest, pip)
Process completed with exit code 1.
|
stable / build (3.12, ubuntu-latest, pip)
Process completed with exit code 1.
|
stable / build (3.10, ubuntu-latest, pip)
Process completed with exit code 1.
|
parallel / build (3.10, ubuntu-latest, pip)
Process completed with exit code 1.
|
minimal-py311 / build (3.11, ubuntu-latest, pip)
Process completed with exit code 1.
|
stable / build (3.12, windows-latest, pip)
Process completed with exit code 1.
|
stable / build (3.13, windows-latest, pip)
Process completed with exit code 1.
|
stable / build (3.10, windows-latest, pip)
Process completed with exit code 1.
|
minimal-py310 / build (3.10, ubuntu-latest, pip)
Process completed with exit code 1.
|
stable / build (3.11, windows-latest, pip)
Process completed with exit code 1.
|
parallel / build (3.10, windows-latest, pip)
Process completed with exit code 1.
|
optional-deps-conda / build (3.10, macos-latest, conda)
Process completed with exit code 1.
|
optional-deps-conda / build (3.10, windows-latest, conda)
Process completed with exit code 1.
|
optional-deps-pip / build (3.10, macos-latest, pip)
Process completed with exit code 1.
|
optional-deps-pip / build (3.10, ubuntu-latest, pip)
Process completed with exit code 1.
|
optional-deps-pip / build (3.10, windows-latest, pip)
Process completed with exit code 1.
|
coverage / build (3.10, ubuntu-latest, pip)
System.IO.IOException: No space left on device : '/home/runner/runners/2.323.0/_diag/Worker_20250417-160804-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_20250417-160804-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_20250417-160804-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)
|
coverage / build (3.10, ubuntu-latest, pip)
The hosted runner: GitHub Actions 11 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
|
stable / build (3.10, macos-latest, pip)
Process completed with exit code 1.
|
stable / build (3.11, macos-14, pip)
Process completed with exit code 1.
|
stable / build (3.11, macos-latest, pip)
Process completed with exit code 1.
|
stable / build (3.12, macos-14, pip)
Process completed with exit code 1.
|
stable / build (3.13, macos-14, pip)
Process completed with exit code 1.
|
stable / build (3.12, macos-latest, pip)
Process completed with exit code 1.
|
stable / build (3.13, macos-latest, pip)
Process completed with exit code 1.
|
pre-py313 / build (3.13, ubuntu-latest, pip)
Experimental Job so failure ignored!
|
optional-deps-conda / build (3.10, macos-latest, conda)
/Users/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:202: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
conda config --add channels defaults
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html
deprecated.topic(
|
optional-deps-conda / build (3.10, windows-latest, conda)
C:\Miniconda\Lib\site-packages\conda\base\context.py:202: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
conda config --add channels defaults
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html
deprecated.topic(
|