ScaCap / action-ktlint

Run Ktlint with reviewdog
Apache License 2.0
84 stars 29 forks source link

Build fails with " Error: Docker build failed with exit code 3 ". #34

Closed hirotask closed 1 year ago

hirotask commented 1 year ago

Hi.

I have an issue like that: Using the code in the README.md, I got the following error when running Actions.

  Step 5/7 : RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
   ---> Running in 3b77dd471421
  reviewdog/reviewdog info checking GitHub for tag 'v0.14.1'
  reviewdog/reviewdog info found version:  <!DOCTYPE html> <html lang= for  <!DOCTYPE html> <html lang=/Linux/x86_64
  The command '/bin/ash -eo pipefail -c wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}' returned a non-zero code: 3

Warning: Docker build failed with exit code 3, back off 5.742 seconds before retry.
...
Error: Docker build failed with exit code 3 

I'm sorry that my writing may be a little strange because I'm not a native English speaker.

LemonDouble commented 1 year ago

@hirotask I had the same error, but when I ran it again today, it magically worked. Could you try running the Actions again?

ghaiszaher commented 1 year ago

Looks related to https://github.com/reviewdog/reviewdog/issues/1380

ghaiszaher commented 1 year ago

Closing as the original issue seems to be resolved.