Skip to content

[control-operator] added missing strings package #2567

[control-operator] added missing strings package

[control-operator] added missing strings package #2567

Triggered via pull request July 27, 2026 14:56
Status Failure
Total duration 1m 41s
Artifacts

control.yml

on: pull_request
Matrix: Basic Make Check
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Basic Make Check (macOS-latest, 1.25.0)
System.IO.IOException: Illegal byte sequence : '/Users/runner/actions-runner/cached/_diag/Worker_20260727-145623-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.OSFileStreamStrategy.Write(ReadOnlySpan`1 buffer) at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteLine(String message) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Common.HostContext.GetDirectory(WellKnownDirectory directory) at GitHub.Runner.Common.HostContext.GetDirectory(WellKnownDirectory directory) at GitHub.Runner.Common.HostContext.GetDirectory(WellKnownDirectory directory) at GitHub.Runner.Common.PagingLogger.Initialize(IHostContext hostContext) at GitHub.Runner.Common.HostContext.CreateService[T]() at GitHub.Runner.Worker.ExecutionContext.CreateChild(Guid recordId, String displayName, String refName, String scopeName, String contextName, ActionRunStage stage, Dictionary`2 intraActionState, Nullable`1 recordOrder, IPagingLogger logger, Boolean isEmbedded, List`1 embeddedIssueCollector, CancellationTokenSource cancellationTokenSource, Guid embeddedId, String siblingScopeName, Nullable`1 timeout, Boolean isBackground, String backgroundControlType, String[] backgroundControlStepIds, String parallelGroupId) at GitHub.Runner.Worker.JobExtension.FinalizeJob(IExecutionContext jobContext, AgentJobRequestMessage message, DateTime jobStartTimeUtc) at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken) at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) System.IO.IOException: Illegal byte sequence : '/Users/runner/actions-runner/cached/_diag/Worker_20260727-145623-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.OSFileStreamStrategy.Write(ReadOnlySpan`1 buffer) at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteLine(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)
Basic Make Check (ubuntu-24.04, 1.25.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/