Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to download action repository 'actions/checkout@v3' .Error: Response status code does not indicate success: 503 (Service Unavailable). #1456

Closed
kaungkyawmoe-codigo opened this issue Sep 5, 2023 · 61 comments

Comments

@kaungkyawmoe-codigo
Copy link

Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue relates to code in this repository.

If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.

@kaungkyawmoe-codigo kaungkyawmoe-codigo changed the title Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744).Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744'. Error: Response status code does not indicate success: 503 (Service Unavailable). Failed to download action repository 'actions/checkout@v3' .Error: Response status code does not indicate success: 503 (Service Unavailable). Sep 5, 2023
@mpskex
Copy link

mpskex commented Sep 5, 2023

I am also getting this error.

@sh-jthorpe
Copy link

Having the same issue - both on checkout@v2 and checkout @V3

@RidhoIdris
Copy link

same checkout@v2.3.3

@taco-chen
Copy link

taco-chen commented Sep 5, 2023

Same here:

steps:
  - name: Checkout code
    uses: actions/checkout@v3
    with:
      fetch-depth: 0

Result:

Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744'. Error: Response status code does not indicate success: 503 (Service Unavailable).
Warning: Back off 27.562 seconds before retry.
Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744'. Error: Response status code does not indicate success: 503 (Service Unavailable).
Warning: Back off 23.794 seconds before retry.

@SongJiyeon
Copy link

same with checkout@v2

@pipinfitriadi
Copy link

pipinfitriadi commented Sep 5, 2023

I got this error to for checkout@v3

Error Detail:
Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744'. Error: Response status code does not indicate success: 503 (Service Unavailable).

@saadbahir
Copy link

same here

@starcat37
Copy link

Same with checkout@v2 😭

@saiichihashimoto
Copy link

Doesn't seem version related, happening on v4 as well.

@copyNdpaste
Copy link

copyNdpaste commented Sep 5, 2023

same. I am using self hosted runner with aws ec2

        uses: actions/checkout@v3
        with:
          submodules: 'true'
          token: ${{ secrets.SUBMODULE_GITHUB_TOKEN }}

same : uses: actions/checkout@v2, uses: actions/checkout@v2.3.5

Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744'. Error: Response status code does not indicate success: 503 (Service Unavailable).
Warning: Back off 23.462 seconds before retry.
Error: Response status code does not indicate success: 503 (Service Unavailable).

@HSPm
Copy link

HSPm commented Sep 5, 2023

Github Status Page

@zhgchgli0718
Copy link

same

@tam-pham-ts
Copy link

I have the same issue

1 similar comment
@Kevin-edint
Copy link

I have the same issue

@janibashamd
Copy link

Seems like issue from github as reported by @hsbmapa
https://www.githubstatus.com/incidents/c8zjb9351hlc

@pipinfitriadi
Copy link

Github Status Page

Is this common issue or rarely? How long commonly we wait for this issue until it solved?

I can't continue write my ci/cd T_T

@Putra-0
Copy link

Putra-0 commented Sep 5, 2023

I have the same issue

@aloknecessary
Copy link

Same here
image

@CharlieGreenman
Copy link

CharlieGreenman commented Sep 5, 2023

I am having this issue for checkout v4 as well. I have a feeling that when updating checkout to v4, it updated by default github's internal services to v4. Some of those services weren't made to run on node20+ and then caused github actions itself to fail

While we're here, follow for follow 👀

@jellespijker
Copy link

We are also experiencing trouble https://github.com/Ultimaker/Cura/actions/runs/6080219537

@CarterChen247
Copy link

+1

2 similar comments
@hurricane1026
Copy link

+1

@truongdnascript
Copy link

+1

@pipinfitriadi
Copy link

is there any another good alternative for action/checkout? if it takes too long, i want to switch it

@janibashamd
Copy link

TOP ISSUE OF THE WEEK :)

@ycluohuang
Copy link

same. maybe github sever has something wrong :(

@hyeonminkim0625
Copy link

me too.

@ensia96
Copy link

ensia96 commented Sep 5, 2023

something must be wrong

actions/checkout@v3

Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744'. Error: Response status code does not indicate success: 503 (Service Unavailable).
Warning: Back off 17.942 seconds before retry.
Warning: Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/f43a0e5ff2bd294095638e18286ca9a3d1956744'. Error: Response status code does not indicate success: 503 (Service Unavailable).
Warning: Back off 20.016 seconds before retry.
Error: Response status code does not indicate success: 503 (Service Unavailable).
##[debug]System.Net.Http.HttpRequestException: Response status code does not indicate success: [50](https://github.com/semutong/semutong-backend-main/actions/runs/6080163819/job/16493826489#step:1:50)3 (Service Unavailable).
##[debug]   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
##[debug]   at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadInfo downloadInfo, String destDirectory)
##[debug]   at GitHub.Runner.Worker.ActionManager.DownloadRepositoryActionAsync(IExecutionContext executionContext, ActionDownloadInfo downloadInfo)
##[debug]   at GitHub.Runner.Worker.ActionManager.PrepareActionsRecursiveAsync(IExecutionContext executionContext, PrepareActionsState state, IEnumerable`1 actions, Int32 depth, Guid parentStepId)
##[debug]   at GitHub.Runner.Worker.ActionManager.PrepareActionsAsync(IExecutionContext executionContext, IEnumerable`1 steps, Guid rootStepId)
##[debug]   at GitHub.Runner.Worker.JobExtension.InitializeJob(IExecutionContext jobContext, AgentJobRequestMessage message)
##[debug]Finishing: Set up job

@AabyssZG
Copy link

AabyssZG commented Sep 5, 2023

+111

@janibashamd
Copy link

Finally seeing a live blocker on public github :)

@janibashamd
Copy link

Anyone know how to update this ticket to blocker or something to increase priority for resolutions ! @kaungkyawmoe-codigo

@JaehaSS
Copy link

JaehaSS commented Sep 5, 2023

same here!

@AjayKarki
Copy link

+1

@AhnSeongHyun
Copy link

+1 This is a blocker

@savion1024
Copy link

hi all, just update the version from v2 or v3 to v4. use the latest verison.

@xeromank
Copy link

xeromank commented Sep 5, 2023

+1

@tsutsun17
Copy link

+1 こんにちは

@tam-pham-ts
Copy link

tam-pham-ts commented Sep 5, 2023

v3 worked again

@nozo-moto
Copy link

+1

@CharlieGreenman
Copy link

hi all, just update the version from v2 or v3 to v4. use the latest verison.

^ still doesn't work always with latest version of v4. Been there done that

@rachlynch
Copy link

It's recently started working for us again (v3)

@copyNdpaste
Copy link

v3 working

@janibashamd
Copy link

Issue resolved https://www.githubstatus.com/, check now !

@so1ve
Copy link

so1ve commented Sep 5, 2023

pipinfitriadi added a commit to jabardigitalservice/DataSae that referenced this issue Sep 5, 2023
@kaungkyawmoe-co
Copy link

It is working well .May I close issue.

@SaurabhKoverhoop
Copy link

working now for v3 for me

@aloknecessary
Copy link

Stopped working again :(
Warning: Failed to download action 'https://api.github.com/repos/docker/setup-buildx-action/tarball/2fbc37fd36befb06934864c4601db361dbe295d3'. Error: Response status code does not indicate success: 503 (Service Unavailable). Warning: Back off 12.96 seconds before retry.

@nonzzz
Copy link

nonzzz commented Sep 5, 2023

But now. It stop working again :(

Failed to download action 'https://api.github.com/repos/akhilmhdh/contributors-readme-action/tarball/098389139f2fabed92e52606268941dbff381edb'. Error: Response status code does not indicate success: 503 (Service Unavailable).

@Kesha123
Copy link

Kesha123 commented Sep 5, 2023

Seems to be working v3

@aloknecessary
Copy link

Stopped working again :( Warning: Failed to download action 'https://api.github.com/repos/docker/setup-buildx-action/tarball/2fbc37fd36befb06934864c4601db361dbe295d3'. Error: Response status code does not indicate success: 503 (Service Unavailable). Warning: Back off 12.96 seconds before retry.

Worked now!

@Lyokolux
Copy link

Lyokolux commented Sep 5, 2023

It seems to fail from time to time. As the checkout didn't change and it works partially, maybe something is going on by Github.
They have currently multiple incidents: https://www.githubstatus.com/history

@KurtisIvey
Copy link

currently experiencing this issue still as well 😢

@cory-miller
Copy link
Contributor

I'm closing this issue since it is not related to actions/checkout.

Please reference https://www.githubstatus.com/incidents/frdfpnnt85s8 and https://www.githubstatus.com/incidents/smdz34v7j8q0 for incident details and contact GitHub support or community boards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests