You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found problem cannot run action, the runner can got a job but when runner doing in check out process it error 401 (Unauthorized). follow I attach log file. I try to remove and newly set up runner but still have problem Runner_20220309-090518-utc.log Worker_20220309-090534-utc.log
[2022-03-09 09:05:36Z INFO ActionManager] Save archive 'https://host_name/api/v3/repos/actions/checkout/zipball/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' into C:\actions-runner_work_actions_temp_fd4ca916-3969-4331-bf8c-104e7df6b8c2\53132602-6b0f-4abd-bda5-4a800ff8c117.zip.
[2022-03-09 09:05:37Z INFO JobServerQueue] Try to append 1 batches web console lines for record '58287fa7-41b5-4f36-b4cf-eec72529c737', success rate: 1/1.
[2022-03-09 09:05:37Z ERR ActionManager] Fail to download archive 'https://host_name/api/v3/repos/actions/checkout/zipball/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' -- Attempt: 1
[2022-03-09 09:05:37Z ERR ActionManager] System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadDetails actionDownloadDetails, ActionDownloadInfo downloadInfo, String destDirectory)
[2022-03-09 09:05:37Z INFO JobServerQueue] Try to append 1 batches web console lines for record '58287fa7-41b5-4f36-b4cf-eec72529c737', success rate: 1/1.
[2022-03-09 09:05:48Z ERR ActionManager] Fail to download archive 'https://host_name/api/v3/repos/actions/checkout/zipball/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' -- Attempt: 2
[2022-03-09 09:05:48Z ERR ActionManager] System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadDetails actionDownloadDetails, ActionDownloadInfo downloadInfo, String destDirectory)
[2022-03-09 09:05:49Z INFO JobServerQueue] Try to append 1 batches web console lines for record '58287fa7-41b5-4f36-b4cf-eec72529c737', success rate: 1/1.
[2022-03-09 09:06:06Z ERR JobExtension] Caught exception from JobExtension Initialization: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadDetails actionDownloadDetails, ActionDownloadInfo downloadInfo, String destDirectory)
at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadInfo downloadInfo)
at GitHub.Runner.Worker.ActionManager.PrepareActionsAsync(IExecutionContext executionContext, IEnumerable`1 steps)
at GitHub.Runner.Worker.JobExtension.InitializeJob(IExecutionContext jobContext, AgentJobRequestMessage message)
[2022-03-09 09:06:06Z ERR JobRunner] Job initialize failed.
[2022-03-09 09:06:06Z ERR JobRunner] Caught exception from InitializeJob: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I found problem cannot run action, the runner can got a job but when runner doing in check out process it error 401 (Unauthorized). follow I attach log file. I try to remove and newly set up runner but still have problem
Runner_20220309-090518-utc.log
Worker_20220309-090534-utc.log
[2022-03-09 09:05:36Z INFO ActionManager] Save archive 'https://host_name/api/v3/repos/actions/checkout/zipball/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' into C:\actions-runner_work_actions_temp_fd4ca916-3969-4331-bf8c-104e7df6b8c2\53132602-6b0f-4abd-bda5-4a800ff8c117.zip.
[2022-03-09 09:05:37Z INFO JobServerQueue] Try to append 1 batches web console lines for record '58287fa7-41b5-4f36-b4cf-eec72529c737', success rate: 1/1.
[2022-03-09 09:05:37Z ERR ActionManager] Fail to download archive 'https://host_name/api/v3/repos/actions/checkout/zipball/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' -- Attempt: 1
[2022-03-09 09:05:37Z ERR ActionManager] System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadDetails actionDownloadDetails, ActionDownloadInfo downloadInfo, String destDirectory)
[2022-03-09 09:05:37Z INFO JobServerQueue] Try to append 1 batches web console lines for record '58287fa7-41b5-4f36-b4cf-eec72529c737', success rate: 1/1.
[2022-03-09 09:05:48Z ERR ActionManager] Fail to download archive 'https://host_name/api/v3/repos/actions/checkout/zipball/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f' -- Attempt: 2
[2022-03-09 09:05:48Z ERR ActionManager] System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadDetails actionDownloadDetails, ActionDownloadInfo downloadInfo, String destDirectory)
[2022-03-09 09:05:49Z INFO JobServerQueue] Try to append 1 batches web console lines for record '58287fa7-41b5-4f36-b4cf-eec72529c737', success rate: 1/1.
[2022-03-09 09:06:06Z ERR JobExtension] Caught exception from JobExtension Initialization: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadDetails actionDownloadDetails, ActionDownloadInfo downloadInfo, String destDirectory)
at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadInfo downloadInfo)
at GitHub.Runner.Worker.ActionManager.PrepareActionsAsync(IExecutionContext executionContext, IEnumerable`1 steps)
at GitHub.Runner.Worker.JobExtension.InitializeJob(IExecutionContext jobContext, AgentJobRequestMessage message)
[2022-03-09 09:06:06Z ERR JobRunner] Job initialize failed.
[2022-03-09 09:06:06Z ERR JobRunner] Caught exception from InitializeJob: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
Beta Was this translation helpful? Give feedback.
All reactions