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: Failed to run command #15

Open
jbcpollak opened this issue Dec 26, 2019 · 1 comment
Open

Error: Failed to run command #15

jbcpollak opened this issue Dec 26, 2019 · 1 comment

Comments

@jbcpollak
Copy link

I get the following trying to run my command:

✖  error     Failed to run command
✖  error     git clone https://github.com/actions/cache.git /tmp/wflow/nXsNN3QawUtqFxqc/workspaces/Voe8BIbD3uraqNzS/actions/actions/cache;cd /tmp/wflow/nXsNN3QawUtqFxqc/workspaces/Voe8BIbD3uraqNzS/actions/actions/cache;docker build -t actions/cache .;docker run -l wflow --log-driver syslog --log-opt syslog-address=udp://10.0.8.98:1030 -v /tmp/wflow/nXsNN3QawUtqFxqc/workspaces/Voe8BIbD3uraqNzS/code:/code  -v /var/run/docker.sock:/var/run/docker.sock -v /usr/local/bin/docker:/usr/bin/docker  actions/cache 

Parsing out the commands its trying to run I found that docker build -t actions/cache . fails with:

jpollak@razorback:/tmp/wflow/nXsNN3QawUtqFxqc/workspaces/Voe8BIbD3uraqNzS/actions/actions/cache$ docker build -t actions/cache .
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /var/lib/snapd/void/Dockerfile: no such file or directory

The contents of .../actions/actions/cache are:

jpollak@razorback:/tmp/wflow/nXsNN3QawUtqFxqc/workspaces/Voe8BIbD3uraqNzS/actions/actions/cache$ ls
action.yml  CODE_OF_CONDUCT.md  CONTRIBUTING.md  examples.md  jest.config.js  LICENSE  package.json  package-lock.json  README.md  src  __tests__  tsconfig.json

Is there a Dockerfile that is missing?

@maxandersen
Copy link

I'm getting same error/issue.

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

2 participants