Describe the bug
While Running Runner.client, following error is thrown
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknown
To Reproduce
Steps to reproduce the behavior:
- Go to
- Run 'Runner.client'
- See error
Expected behavior
To complete the run successfully
Runner Version and Platform
Version of your runner? 3.2.1
OS of the machine running the runner? OSX/Windows/Linux/... OSX
What's not working?
OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknown
Job Log Output
log output
Runner and Worker's Diagnostic Logs
github action
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Describe the bug
While Running
Runner.client, following error is thrownOCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "/__e/linux/amd64/node12/bin/node": stat /__e/linux/amd64/node12/bin/node: no such file or directory: unknownTo Reproduce
Steps to reproduce the behavior:
Expected behavior
To complete the run successfully
Runner Version and Platform
Version of your runner?
3.2.1OS of the machine running the runner? OSX/Windows/Linux/...
OSXWhat's not working?
Job Log Output
log output
Runner and Worker's Diagnostic Logs
github action