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

::error::ENOENT: no such file or directory fro action ruby/setup-ruby #226

Closed
mrcasals opened this issue May 7, 2020 · 2 comments
Closed
Labels
area/runner Relating to errors in the runner kind/bug Something isn't working meta/duplicate This issue or pull request already exists

Comments

@mrcasals
Copy link

mrcasals commented May 7, 2020

Hi!

Similar to #150, when running act -j lint on https://github.com/decidim/decidim I'm getting an error on the ruby/setup-ruby step:

$ act -j lint
[[CI] Lint/Lint code] 🚀  Start image=node:12.6-buster-slim
[[CI] Lint/Lint code]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[[CI] Lint/Lint code]   🐳  docker cp src=/Users/marc/code/decidim/. dst=/github/workspace
[[CI] Lint/Lint code] ⭐  Run actions/checkout@v2.0.0
[[CI] Lint/Lint code]   ✅  Success - actions/checkout@v2.0.0
[[CI] Lint/Lint code] ⭐  Run ruby/setup-ruby@master
[[CI] Lint/Lint code]   ☁  git clone 'https://github.com/ruby/setup-ruby' # ref=master
[[CI] Lint/Lint code]   🐳  docker cp src=/Users/marc/.cache/act/ruby-setup-ruby@master dst=/actions/
[[CI] Lint/Lint code]   ❗  ::error::ENOENT: no such file or directory, open '/etc/lsb-release'
[[CI] Lint/Lint code]   ❌  Failure - ruby/setup-ruby@master
Error: exit with `FAILURE`: 1

I'm using act 0.2.8.

Any idea what might be happening? Thanks!

@robikovacs
Copy link

Got a similar problem.

$ act
[Ruby/test] 🚀  Start image=node:12.6-buster-slim
[Ruby/test]   🐳  docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[Ruby/test]   🐳  docker cp src=/Users/robi/Workspace/room/portal-api/. dst=/github/workspace
[Ruby/test] ⭐  Run actions/checkout@v2
[Ruby/test]   ✅  Success - actions/checkout@v2
[Ruby/test] ⭐  Run Set up Ruby
[Ruby/test]   ☁  git clone 'https://github.com/ruby/setup-ruby' # ref=v1
[Ruby/test] Unable to resolve v1: reference not found
[Ruby/test]   ❌  Failure - Set up Ruby

@cplee
Copy link
Contributor

cplee commented May 13, 2020

see: #107

@cplee cplee closed this as completed May 13, 2020
@cplee cplee added area/runner Relating to errors in the runner kind/bug Something isn't working meta/duplicate This issue or pull request already exists labels May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/runner Relating to errors in the runner kind/bug Something isn't working meta/duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants