Skip to content

Error: Failed to run command #15

@jbcpollak

Description

@jbcpollak

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions