Failed to download action while trying to run checkout step

Open
#376 4 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
github-actions, typescript
Domain
ci-cd, devops

Research direction

No source file or test is identified. Start by reproducing the workflow and reviewing the runner logs around “Getting action download info” and the failed api.github.com request; done requires determining whether the checkout action or runner download path is responsible and documenting a verified resolution.

Written by the indexing model from the issue text.

Description

There's this weird error that I'm getting while running builds on my repo:

2020-10-28T04:49:17.2307460Z ##[section]Starting: Request a runner to run this job
2020-10-28T04:49:17.4748667Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'windows-latest'
2020-10-28T04:49:17.4748782Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'windows-latest'
2020-10-28T04:49:17.4748955Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'windows-latest'
2020-10-28T04:49:17.6211970Z ##[section]Finishing: Request a runner to run this job
2020-10-28T04:50:58.5206012Z Current runner version: '2.273.5'
2020-10-28T04:50:58.5339700Z ##[group]Operating System
2020-10-28T04:50:58.5340612Z Microsoft Windows Server 2019
2020-10-28T04:50:58.5340992Z 10.0.17763
2020-10-28T04:50:58.5341365Z Datacenter
2020-10-28T04:50:58.5341721Z ##[endgroup]
2020-10-28T04:50:58.5342160Z ##[group]Virtual Environment
2020-10-28T04:50:58.5342792Z Environment: windows-2019
2020-10-28T04:50:58.5343182Z Version: 20201021.0
2020-10-28T04:50:58.5343954Z Included Software: https://github.com/actions/virtual-environments/blob/win19/20201021.0/images/win/Windows2019-Readme.md
2020-10-28T04:50:58.5344722Z ##[endgroup]
2020-10-28T04:50:58.5346015Z Prepare workflow directory
2020-10-28T04:50:58.5722514Z Prepare all required actions
2020-10-28T04:50:58.5730877Z Getting action download info
2020-10-28T04:50:58.8130781Z Download action repository 'actions/checkout@v2'
2020-10-28T04:51:19.8653010Z ##[warning]Failed to download action 'https://api.github.com/repos/actions/checkout/zipball/a81bbbf8298c0fa03ea29cdc473d45769f953675'. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2020-10-28T04:51:19.8661076Z ##[warning]Back off 22.323 seconds before retry.
2020-10-28T04:52:03.2091841Z ##[warning]Failed to download action 'https://api.github.com/repos/actions/checkout/zipball/a81bbbf8298c0fa03ea29cdc473d45769f953675'. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2020-10-28T04:52:03.2097763Z ##[warning]Back off 20.865 seconds before retry.
2020-10-28T04:52:45.1558895Z ##[error]A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Dominant language
TypeScript
Stars
8.9k
Forks
2.8k
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from actions/checkout

All issues in actions/checkout

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.