phishy / wflow

🐆 EXPERIMENTAL -- Runs GitHub Actions workflows locally (local) -- Don't run your YAML like a 🐪

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Failed to run command

jbcpollak opened this issue · comments

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?

I'm getting same error/issue.