Skip to content

Not able to find node12 #72

@bhvngt

Description

@bhvngt

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:

  1. Go to
  2. Run 'Runner.client'
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions