[GH-ISSUE #880] Issue: small containers without tail do not work #525

Closed
opened 2026-03-01 21:44:10 +03:00 by kerem · 3 comments
Owner

Originally created by @hexmode on GitHub (Nov 13, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/880

System information

  • Operating System: linux centos 8 stream
  • Architecture: x64
  • Apple M1: no
  • Docker version: 20.10.10
  • Docker image used in act: nektos/act-environments-ubuntu:18.04
  • act version: 0.2.24

This is similar to #879

Expected behaviour

Should quietly do nothing.

Actual behaviour

Fails

Workflow and/or repository

workflow
name: CI

on: push

jobs:
  demo:
    container: hello-world:latest

Steps to reproduce

  1. ./act -W workflow.yml

act output

Log
DEBU[0000] Loading environment from /home/mah/.env      
DEBU[0000] Loading secrets from /home/mah/.secrets      
DEBU[0000] Loading workflow '/home/mah/tmp1.yml'        
DEBU[0000] Reading workflow '/home/mah/tmp1.yml'        
DEBU[0000] Correcting if statements '/home/mah/tmp1.yml' 
DEBU[0000] Planning event: push                         
WARN[0000] unable to get git repo: unable to find git repo 
WARN[0000] unable to get git revision: unable to find git repo 
WARN[0000] unable to get git ref: unable to find git repo 
DEBU[0000] context env => map[ACT:true]                 
DEBU[0000] context needs => map[]                       
[CI/demo] 🚀  Start image=hello-world:latest
WARN[0000] unable to get git repo: unable to find git repo 
WARN[0000] unable to get git revision: unable to find git repo 
WARN[0000] unable to get git ref: unable to find git repo 
[CI/demo]   🐳  docker pull hello-world:latest
DEBU[0000] Image exists? true                           
[CI/demo] Removed container: 230a07f6ea6761a1bb577c1a2b0cf00b0101626a5498193fd344c7b3d7e14c56
[CI/demo]   🐳  docker volume rm act-CI-demo
[CI/demo]   🐳  docker create image=hello-world:latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[CI/demo] Created container name=act-CI-demo id=411231fc05c8a4cb94f518d67a223767ba79c349cbfdead303499c707bfe867f from image hello-world:latest (platform: )
[CI/demo] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[CI/demo]   🐳  docker run image=hello-world:latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[CI/demo] Starting container: 411231fc05c8a4cb94f518d67a223767ba79c349cbfdead303499c707bfe867f
DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
Error: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
Originally created by @hexmode on GitHub (Nov 13, 2021). Original GitHub issue: https://github.com/nektos/act/issues/880 ## System information <!-- - Operating System: < Windows | Linux | macOS | etc... > - Architecture: < x64 (64-bit) | x86 (32-bit) | arm64 (64-bit) | arm (32-bit) | etc... > - Apple M1: < yes | no > - Docker version: < output of `docker system info -f "{{.ServerVersion}}"` > - Docker image used in `act`: < can be omitted if it's included in log > - `act` version: < output of `act --version`, if you've built `act` yourself, please provide commit hash > --> - Operating System: linux centos 8 stream - Architecture: x64 - Apple M1: no - Docker version: 20.10.10 - Docker image used in `act`: nektos/act-environments-ubuntu:18.04 - `act` version: 0.2.24 This is similar to #879 ## Expected behaviour Should quietly do nothing. ## Actual behaviour Fails ## Workflow and/or repository <details> <summary>workflow</summary> ```yaml name: CI on: push jobs: demo: container: hello-world:latest ``` </details> ## Steps to reproduce <!-- - Make sure to include full command with parameters you used to run `act`, example: 1. Clone example repo (https://github.com/cplee/github-actions-demo) 2. Enter cloned repo directory 3. Run `act -s SUPER_SECRET=im-a-value` --> 1. `./act -W workflow.yml` ## `act` output <!-- - Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below --> <details> <summary>Log</summary> ```none DEBU[0000] Loading environment from /home/mah/.env DEBU[0000] Loading secrets from /home/mah/.secrets DEBU[0000] Loading workflow '/home/mah/tmp1.yml' DEBU[0000] Reading workflow '/home/mah/tmp1.yml' DEBU[0000] Correcting if statements '/home/mah/tmp1.yml' DEBU[0000] Planning event: push WARN[0000] unable to get git repo: unable to find git repo WARN[0000] unable to get git revision: unable to find git repo WARN[0000] unable to get git ref: unable to find git repo DEBU[0000] context env => map[ACT:true] DEBU[0000] context needs => map[] [CI/demo] 🚀 Start image=hello-world:latest WARN[0000] unable to get git repo: unable to find git repo WARN[0000] unable to get git revision: unable to find git repo WARN[0000] unable to get git ref: unable to find git repo [CI/demo] 🐳 docker pull hello-world:latest DEBU[0000] Image exists? true [CI/demo] Removed container: 230a07f6ea6761a1bb577c1a2b0cf00b0101626a5498193fd344c7b3d7e14c56 [CI/demo] 🐳 docker volume rm act-CI-demo [CI/demo] 🐳 docker create image=hello-world:latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/demo] Created container name=act-CI-demo id=411231fc05c8a4cb94f518d67a223767ba79c349cbfdead303499c707bfe867f from image hello-world:latest (platform: ) [CI/demo] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [CI/demo] 🐳 docker run image=hello-world:latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/demo] Starting container: 411231fc05c8a4cb94f518d67a223767ba79c349cbfdead303499c707bfe867f DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0001] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 Error: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown ```
kerem 2026-03-01 21:44:10 +03:00
Author
Owner

@catthehacker commented on GitHub (Nov 14, 2021):

It shouldn't fail quietly because you don't have runs-on in workflow
You also don't have steps with uses or run action which are also required
Example from GitHub Actions:

The workflow is not valid. .github/workflows/test-jq.yml (Line: 7, Col: 5): Required property is missing: runs-on
<!-- gh-comment-id:968181295 --> @catthehacker commented on GitHub (Nov 14, 2021): It shouldn't fail quietly because you don't have `runs-on` in workflow You also don't have `steps` with `uses` or `run` action which are also required Example from GitHub Actions: ``` The workflow is not valid. .github/workflows/test-jq.yml (Line: 7, Col: 5): Required property is missing: runs-on ```
Author
Owner

@hexmode commented on GitHub (Nov 14, 2021):

Updated workflow and output

workflow
name: CI

on:
  push:

jobs:
  demo:
    runs-on: ubuntu-18.04
    container: hello-world:latest
    steps:
      - uses: actions/checkout@v2
        with:
          repository: nektos/act
Log
DEBU[0000] Loading environment from /home/mah/.env      
DEBU[0000] Loading secrets from /home/mah/.secrets      
DEBU[0000] Loading workflow '/home/mah/tmp.yml'         
DEBU[0000] Reading workflow '/home/mah/tmp.yml'         
DEBU[0000] Correcting if statements '/home/mah/tmp.yml' 
DEBU[0000] Planning event: push                         
WARN[0000] unable to get git repo: unable to find git repo 
WARN[0000] unable to get git revision: unable to find git repo 
WARN[0000] unable to get git ref: unable to find git repo 
DEBU[0000] context env => map[ACT:true]                 
DEBU[0000] context needs => map[]                       
[CI/demo] 🚀  Start image=hello-world:latest
WARN[0000] unable to get git repo: unable to find git repo 
WARN[0000] unable to get git revision: unable to find git repo 
WARN[0000] unable to get git ref: unable to find git repo 
[CI/demo]   🐳  docker pull hello-world:latest
DEBU[0000] Image exists? true                           
[CI/demo] Removed container: 4809db4963bd881a0b44bbee34e6594c13bae4095935339c03228dabcc3f39d3
[CI/demo]   🐳  docker volume rm act-CI-demo
[CI/demo]   🐳  docker create image=hello-world:latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[CI/demo] Created container name=act-CI-demo id=85dc645570a348c3bc53f64c381b18aa9482fb190d84391fc9231e713edf7847 from image hello-world:latest (platform: )
[CI/demo] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp]
[CI/demo]   🐳  docker run image=hello-world:latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[]
[CI/demo] Starting container: 85dc645570a348c3bc53f64c381b18aa9482fb190d84391fc9231e713edf7847
DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
github.com/nektos/act/pkg/container.(*containerReference).start.func1
	/home/runner/work/act/act/pkg/container/docker_run.go:673
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.IfNot.func1
	/home/runner/work/act/act/pkg/common/executor.go:164
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1
	/home/runner/work/act/act/pkg/runner/run_context.go:169
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:146
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.Then.func1
	/home/runner/work/act/act/pkg/common/executor.go:133
github.com/nektos/act/pkg/common.Executor.If.func1
	/home/runner/work/act/act/pkg/common/executor.go:154
github.com/nektos/act/pkg/common.Executor.Finally.func1
	/home/runner/work/act/act/pkg/common/executor.go:180
github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1
	/home/runner/work/act/act/pkg/runner/runner.go:145
github.com/nektos/act/pkg/common.Executor.ChannelError.func1
	/home/runner/work/act/act/pkg/common/executor.go:125
github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1
	/home/runner/work/act/act/pkg/common/executor.go:101
runtime.goexit
	/opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 
Error: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown
<!-- gh-comment-id:968196841 --> @hexmode commented on GitHub (Nov 14, 2021): Updated workflow and output <details> <summary>workflow</summary> ```yaml name: CI on: push: jobs: demo: runs-on: ubuntu-18.04 container: hello-world:latest steps: - uses: actions/checkout@v2 with: repository: nektos/act ``` </details> <details> <summary>Log</summary> ```none DEBU[0000] Loading environment from /home/mah/.env DEBU[0000] Loading secrets from /home/mah/.secrets DEBU[0000] Loading workflow '/home/mah/tmp.yml' DEBU[0000] Reading workflow '/home/mah/tmp.yml' DEBU[0000] Correcting if statements '/home/mah/tmp.yml' DEBU[0000] Planning event: push WARN[0000] unable to get git repo: unable to find git repo WARN[0000] unable to get git revision: unable to find git repo WARN[0000] unable to get git ref: unable to find git repo DEBU[0000] context env => map[ACT:true] DEBU[0000] context needs => map[] [CI/demo] 🚀 Start image=hello-world:latest WARN[0000] unable to get git repo: unable to find git repo WARN[0000] unable to get git revision: unable to find git repo WARN[0000] unable to get git ref: unable to find git repo [CI/demo] 🐳 docker pull hello-world:latest DEBU[0000] Image exists? true [CI/demo] Removed container: 4809db4963bd881a0b44bbee34e6594c13bae4095935339c03228dabcc3f39d3 [CI/demo] 🐳 docker volume rm act-CI-demo [CI/demo] 🐳 docker create image=hello-world:latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/demo] Created container name=act-CI-demo id=85dc645570a348c3bc53f64c381b18aa9482fb190d84391fc9231e713edf7847 from image hello-world:latest (platform: ) [CI/demo] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [CI/demo] 🐳 docker run image=hello-world:latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/demo] Starting container: 85dc645570a348c3bc53f64c381b18aa9482fb190d84391fc9231e713edf7847 DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 DEBU[0000] Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown github.com/nektos/act/pkg/container.(*containerReference).start.func1 /home/runner/work/act/act/pkg/container/docker_run.go:673 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.IfNot.func1 /home/runner/work/act/act/pkg/common/executor.go:164 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/runner.(*RunContext).startJobContainer.func1 /home/runner/work/act/act/pkg/runner/run_context.go:169 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:146 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.Then.func1 /home/runner/work/act/act/pkg/common/executor.go:133 github.com/nektos/act/pkg/common.Executor.If.func1 /home/runner/work/act/act/pkg/common/executor.go:154 github.com/nektos/act/pkg/common.Executor.Finally.func1 /home/runner/work/act/act/pkg/common/executor.go:180 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1 /home/runner/work/act/act/pkg/runner/runner.go:145 github.com/nektos/act/pkg/common.Executor.ChannelError.func1 /home/runner/work/act/act/pkg/common/executor.go:125 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1 /home/runner/work/act/act/pkg/common/executor.go:101 runtime.goexit /opt/hostedtoolcache/go/1.16.6/x64/src/runtime/asm_amd64.s:1371 Error: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/usr/bin/tail": stat /usr/bin/tail: no such file or directory: unknown ```
Author
Owner

@catthehacker commented on GitHub (Nov 14, 2021):

That is expected behaviour, containers without tail do not work on GitHub Actions as well
image

<!-- gh-comment-id:968280172 --> @catthehacker commented on GitHub (Nov 14, 2021): That is expected behaviour, containers without `tail` do not work on GitHub Actions as well ![image](https://user-images.githubusercontent.com/31106839/141680736-c88ef16e-951e-4309-8938-077bcff7660c.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#525
No description provided.