fix(2502): zero region should explicitly fail endpoint resolution #1789
Annotations
11 errors and 3 warnings
lint (1.20.x, ubuntu-latest)
System.IO.IOException: No space left on device : '/home/runner/runners/2.313.0/_diag/Worker_20240219-190046-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.313.0/_diag/Worker_20240219-190046-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)
Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.313.0/_diag/Worker_20240219-190046-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 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)
|
lint (1.20.x, ubuntu-latest):
internal/shareddefaults/shared_config.go#L35
Error return value of `os.UserHomeDir` is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
internal/shareddefaults/shared_config.go#L41
Error return value of `user.Current` is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
aws/ratelimit/token_rate_limit_test.go#L63
Error return value of `rl.AddTokens` is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
internal/sync/singleflight/singleflight_test.go#L107
Error return value of `g.Do` is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
internal/sync/singleflight/singleflight_test.go#L180
Error return value of `g.Do` is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
internal/sync/singleflight/singleflight_test.go#L233
Error return value is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
internal/sync/singleflight/singleflight_test.go#L280
Error return value is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
internal/sync/singleflight/singleflight_test.go#L282
Error return value of `g.Do` is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
aws/middleware/private/metrics/readcloserwithmetrics/read_closer_with_metrics_test.go#L21
Error return value of `io.ReadAll` is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest):
internal/awsutil/path_value.go#L48
Error return value of `strconv.ParseInt` is not checked (errcheck)
|
lint (1.20.x, ubuntu-latest)
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 70 MB
|
lint (1.20.x, ubuntu-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint (1.20.x, ubuntu-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|