[GH-ISSUE #1581] qemu: uncaught target signal 6 (Aborted) #791

Closed
opened 2026-03-01 21:46:24 +03:00 by kerem · 4 comments
Owner

Originally created by @EugenioTesio on GitHub (Jan 24, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1581

Bug report info

act version:            0.2.40
GOOS:                   darwin
GOARCH:                 arm64
NumCPU:                 10
Docker host:            DOCKER_HOST environment variable is unset/empty.
Sockets found:
        /var/run/docker.sock
        /Users/eugeniotesio/.docker/run/docker.sock
Config files:           
        /Users/eugeniotesio/.actrc:
                -P ubuntu-latest=catthehacker/ubuntu:act-latest
                -P ubuntu-22.04=catthehacker/ubuntu:act-22.04
                -P ubuntu-20.04=catthehacker/ubuntu:act-20.04
                -P ubuntu-18.04=catthehacker/ubuntu:act-18.04
Build info:
        Go version:            go1.19.5
        Module path:           command-line-arguments
        Main version:          
        Main path:             
        Main checksum:         
        Build settings:
                -compiler:            gc
                -ldflags:             -X main.version=0.2.40
                CGO_ENABLED:          1
                CGO_CFLAGS:           
                CGO_CPPFLAGS:         
                CGO_CXXFLAGS:         
                CGO_LDFLAGS:          
                GOARCH:               arm64
                GOOS:                 darwin
Docker Engine:
        Engine version:        20.10.17
        Engine runtime:        runc
        Cgroup version:        2
        Cgroup driver:         cgroupfs
        Storage driver:        overlay2
        Registry URI:          https://index.docker.io/v1/
        OS:                    Docker Desktop
        OS type:               linux
        OS version:            
        OS arch:               aarch64
        OS kernel:             5.10.104-linuxkit
        OS CPU:                5
        OS memory:             7951 MB
        Security options:
                name=seccomp,profile=default
                name=cgroupns

Command used with act

act -j hello_world_job -v --container-architecture linux/amd64

Describe issue

[main.yml/A job to say hello] [DEBUG] qemu: uncaught target signal 6 (Aborted) - core dumped

https://github.com/EugenioTesio/hello-world-dart-action

Workflow content

on: [push]

jobs:
  hello_world_job:
    runs-on: ubuntu-latest
    name: A job to say hello
    steps:
      # To use this repository's private action,
      # you must check out the repository
      - name: Checkout
        uses: actions/checkout@v3
      - name: Hello world action step
        uses: ./ # Uses an action in the root directory
        id: hello
        with:
          who-to-greet: 'Mona the Octocat'
      # Use the output from the `hello` step
      - name: Get the output time
        run: echo "The time was ${{ steps.hello.outputs.time }}"

Relevant log output

DEBU[0000] Loading environment from /Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.env 
DEBU[0000] Loading action inputs from /Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.input 
DEBU[0000] Loading secrets from /Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.secrets 
DEBU[0000] Loading workflows from '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.github/workflows' 
DEBU[0000] Loading workflows recursively                
DEBU[0000] Found workflow 'main.yml' in '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.github/workflows/main.yml' 
DEBU[0000] Reading workflow '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.github/workflows/main.yml' 
DEBU[0000] Preparing plan with a job: hello_world_job   
DEBU[0000] Using the only detected workflow event: push 
DEBU[0000] Planning job: hello_world_job                
DEBU[0000] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' 
DEBU[0000] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' 
DEBU[0000] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 
DEBU[0000] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' 
DEBU[0000] using github ref: refs/heads/main            
DEBU[0000] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 
[main.yml/A job to say hello] [DEBUG] evaluating expression 'success()'
[main.yml/A job to say hello] [DEBUG] expression 'success()' evaluated to 'true'
[main.yml/A job to say hello] 🚀  Start image=catthehacker/ubuntu:act-latest
[main.yml/A job to say hello]   🐳  docker pull image=catthehacker/ubuntu:act-latest platform=linux/amd64 username= forcePull=false
[main.yml/A job to say hello] [DEBUG]   🐳  docker pull catthehacker/ubuntu:act-latest
[main.yml/A job to say hello] [DEBUG] Image exists? true
[main.yml/A job to say hello] [DEBUG] Removed container: 08480f06e759bdcd6f6c3c4937fbaf2f17fbe9a5d8932934bf3985d519f36007
[main.yml/A job to say hello] [DEBUG]   🐳  docker volume rm act-main-yml-A-job-to-say-hello
[main.yml/A job to say hello] [DEBUG]   🐳  docker volume rm act-main-yml-A-job-to-say-hello-env
[main.yml/A job to say hello]   🐳  docker create image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[]
[main.yml/A job to say hello] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]}
[main.yml/A job to say hello] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-main-yml-A-job-to-say-hello-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-main-yml-A-job-to-say-hello Target:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>}
[main.yml/A job to say hello] [DEBUG] Created container name=act-main-yml-A-job-to-say-hello id=5a68272cd95b852bed97adc0fdbac69365bdb5ea1fc477dfba3cbce018fa1c6f from image catthehacker/ubuntu:act-latest (platform: linux/amd64)
[main.yml/A job to say hello] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp LANG=C.UTF-8]
[main.yml/A job to say hello]   🐳  docker run image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[]
[main.yml/A job to say hello] [DEBUG] Starting container: 5a68272cd95b852bed97adc0fdbac69365bdb5ea1fc477dfba3cbce018fa1c6f
[main.yml/A job to say hello] [DEBUG] Started container: 5a68272cd95b852bed97adc0fdbac69365bdb5ea1fc477dfba3cbce018fa1c6f
[main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/event.json len:2
[main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/envs.txt len:0
[main.yml/A job to say hello] [DEBUG] Extracting content to '/var/run/act/'
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Skipping local actions/checkout because workdir was already copied
[main.yml/A job to say hello] [DEBUG] skip pre step for 'Checkout': no action model available
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Skipping local actions/checkout because workdir was already copied
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:A job to say hello GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:EugenioTesio/hello-world-dart-action GITHUB_REPOSITORY_OWNER:EugenioTesio GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 GITHUB_TOKEN: GITHUB_WORKFLOW:main.yml GITHUB_WORKSPACE:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action IMAGE_OS:ubuntu22 ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PATH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] evaluating expression ''
[main.yml/A job to say hello] [DEBUG] expression '' evaluated to 'true'
[main.yml/A job to say hello] ⭐ Run Main Checkout
[main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[main.yml/A job to say hello] [DEBUG] Extracting content to '/var/run/act'
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello]   🐳  docker cp src=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/. dst=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action
[main.yml/A job to say hello] [DEBUG] Writing tarball /var/folders/rj/4wq311vx2k56kwd8sjjc1n180000gn/T/act677747250 from /Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.
[main.yml/A job to say hello] [DEBUG] Stripping prefix:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/ src:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.
[main.yml/A job to say hello] [DEBUG] Extracting content from '/var/folders/rj/4wq311vx2k56kwd8sjjc1n180000gn/T/act677747250' to '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action'
[main.yml/A job to say hello]   ✅  Success - Main Checkout
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:hello GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:A job to say hello GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:EugenioTesio/hello-world-dart-action GITHUB_REPOSITORY_OWNER:EugenioTesio GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 GITHUB_TOKEN: GITHUB_WORKFLOW:main.yml GITHUB_WORKSPACE:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action IMAGE_OS:ubuntu22 INPUT_WHO-TO-GREET:Mona the Octocat ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PATH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] evaluating expression ''
[main.yml/A job to say hello] [DEBUG] expression '' evaluated to 'true'
[main.yml/A job to say hello] ⭐ Run Main Hello world action step
[main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0
[main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0
[main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0
[main.yml/A job to say hello] [DEBUG] Extracting content to '/var/run/act'
[main.yml/A job to say hello] [DEBUG] Read action &{Hello World  Greet someone and record the time map[who-to-greet:{Who to greet true World}] map[time:{The time we greeted you }] {docker map[]   always()  always() Dockerfile  [${{ inputs.who-to-greet }}] []} { }} from 'Unknown'
[main.yml/A job to say hello] [DEBUG] About to run action &{Hello World  Greet someone and record the time map[who-to-greet:{Who to greet true World}] map[time:{The time we greeted you }] {docker map[]   always()  always() Dockerfile  [${{ inputs.who-to-greet }}] []} { }}
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] type=local-action actionDir=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action actionPath= workdir=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action actionCacheDir=/Users/eugeniotesio/.cache/act actionName=./ containerActionDir=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/
[main.yml/A job to say hello] [DEBUG] image 'act-dockeraction:latest' for architecture 'linux/amd64' will be built from context '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] expression '${{ inputs.who-to-greet }}' rewritten to 'format('{0}', inputs.who-to-greet)'
[main.yml/A job to say hello] [DEBUG] evaluating expression 'format('{0}', inputs.who-to-greet)'
[main.yml/A job to say hello] [DEBUG] expression 'format('{0}', inputs.who-to-greet)' evaluated to '%!t(string=Mona the Octocat)'
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello]   🐳  docker build -t act-dockeraction:latest --platform linux/amd64 /Users/eugeniotesio/development/themonkslab/hello-world-dart-action
[main.yml/A job to say hello] [DEBUG] Building image from '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action'
[main.yml/A job to say hello] [DEBUG] Creating image from context dir '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action' with tag 'act-dockeraction:latest' and platform 'linux/amd64'
[main.yml/A job to say hello] [DEBUG] Step 1/9 : FROM dart:stable AS build
[main.yml/A job to say hello] [DEBUG] 
[main.yml/A job to say hello] [DEBUG]  ---> 0271766ac7fe
[main.yml/A job to say hello] [DEBUG] Step 2/9 : WORKDIR /app
[main.yml/A job to say hello] [DEBUG] 
[main.yml/A job to say hello] [DEBUG]  ---> Using cache
[main.yml/A job to say hello] [DEBUG]  ---> 06a55035ddc8
[main.yml/A job to say hello] [DEBUG] Step 3/9 : COPY pubspec.* ./
[main.yml/A job to say hello] [DEBUG] 
[main.yml/A job to say hello] [DEBUG]  ---> Using cache
[main.yml/A job to say hello] [DEBUG]  ---> a462326dd16f
[main.yml/A job to say hello] [DEBUG] Step 4/9 : RUN dart pub get
[main.yml/A job to say hello] [DEBUG] 
[main.yml/A job to say hello] [DEBUG]  ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
[main.yml/A job to say hello] [DEBUG]  ---> Running in 1b45445c86b3
[main.yml/A job to say hello] [DEBUG] 
===== CRASH =====
si_signo=Segmentation fault(11), si_code=1, si_addr=0x808080808080809f

[main.yml/A job to say hello] [DEBUG] version=2.18.7 (stable) (Thu Jan 12 10:44:08 2023 +0000) on "linux_x64"

[main.yml/A job to say hello] [DEBUG] pid=8, thread=16, isolate_group=dartdev(0x4003063000), isolate=dartdev(0x40030ca000)
isolate_instructions=ffffada8e000, vm_instructions=4001ed1580

[main.yml/A job to say hello] [DEBUG]   pc 0x0000ffffadc04789 fp 0x0000004009cab9c8 Unknown symbol
  pc 0x0000ffffad8f1c25 fp 0x0000004009caba08 Unknown symbol
  pc 0x0000ffffad8ecaa6 fp 0x0000004009cabaf8 Unknown symbol
  pc 0x0000ffffad8b51ce fp 0x0000004009cabb78 Unknown symbol
  pc 0x0000ffffad8b4eb3 fp 0x0000004009cabbc0 Unknown symbol
  pc 0x0000ffffadb20af5 fp 0x0000004009cabc30 Unknown symbol
  pc 0x0000ffffad8b4d18 fp 0x0000004009cabc80 Unknown symbol
  pc 0x0000ffffad8b4af1 fp 0x0000004009cabcf0 Unknown symbol
  pc 0x0000ffffad8b4859 fp 0x0000004009cabd50 Unknown symbol
  pc 0x0000ffffad8b4163 fp 0x0000004009cabde0 Unknown symbol
  pc 0x0000ffffad8aeead fp 0x0000004009cabe30 Unknown symbol
  pc 0x0000ffffad8ad936 fp 0x0000004009cabee8 Unknown symbol

[main.yml/A job to say hello] [DEBUG]   pc 0x0000ffffad8ad407 fp 0x0000004009cabf60 Unknown symbol
  pc 0x0000ffffad8a10ca fp 0x0000004009cac020 Unknown symbol
  pc 0x0000ffffadb25099 fp 0x0000004009cac0a8 Unknown symbol
  pc 0x0000ffffadb27366 fp 0x0000004009cac178 Unknown symbol
  pc 0x0000ffffadb2873b fp 0x0000004009cac1b8 Unknown symbol
  pc 0x0000ffffadb20af5 fp 0x0000004009cac228 Unknown symbol
  pc 0x0000ffffadb20f1b fp 0x0000004009cac268 Unknown symbol
  pc 0x0000ffffadb2a6a3 fp 0x0000004009cac2f8 Unknown symbol
  pc 0x0000ffffadb362ab fp 0x0000004009cac348 Unknown symbol
  pc 0x0000ffffadb3637f fp 0x0000004009cac380 Unknown symbol
  pc 0x0000ffffadb34f72 fp 0x0000004009cac3f0 Unknown symbol
  pc 0x0000ffffadb35123 fp 0x0000004009cac430 Unknown symbol
  pc 0x0000ffffadb36b8f fp 0x0000004009cac498 Unknown symbol
  pc 0x0000ffffadb36d53 fp 0x0000004009cac4e8 Unknown symbol
  pc 0x0000ffffadc02a0c fp 0x0000004009cac560 Unknown symbol

[main.yml/A job to say hello] [DEBUG]   pc 0x000000400204973d fp 0x0000004009cac600 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*)+0x14d

[main.yml/A job to say hello] [DEBUG]   pc 0x000000400204957c fp 0x0000004009cac660 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long)+0x14c

[main.yml/A job to say hello] [DEBUG]   pc 0x000000400204b9ac fp 0x0000004009cac6b0 dart::DartLibraryCalls::HandleMessage(long, dart::Instance const&)+0x14c

[main.yml/A job to say hello] [DEBUG]   pc 0x0000004002073070 fp 0x0000004009cacc40 dart::IsolateMessageHandler::HandleMessage(std::__2::unique_ptr<dart::Message, std::__2::default_delete<dart::Message> >)+0x350

[main.yml/A job to say hello] [DEBUG]   pc 0x000000400209c59d fp 0x0000004009caccb0 dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool)+0x14d

[main.yml/A job to say hello] [DEBUG]   pc 0x000000400209cc7f fp 0x0000004009cacd00 dart::MessageHandler::TaskCallback()+0x1df

[main.yml/A job to say hello] [DEBUG]   pc 0x00000040021bf6b8 fp 0x0000004009cacd80 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)+0x148

[main.yml/A job to say hello] [DEBUG]   pc 0x00000040021bfb0d fp 0x0000004009cacdb0 dart::ThreadPool::Worker::Main(unsigned long)+0x6d

[main.yml/A job to say hello] [DEBUG]   pc 0x0000004002132758 fp 0x0000004009cace70 dart+0x2132758
-- End of DumpStackTrace

[main.yml/A job to say hello] [DEBUG] qemu: uncaught target signal 6 (Aborted) - core dumped

[main.yml/A job to say hello] [DEBUG] Aborted

[main.yml/A job to say hello] [DEBUG] The command '/bin/sh -c dart pub get' returned a non-zero code: 134
[main.yml/A job to say hello]   ❌  Failure - Main Hello world action step
[main.yml/A job to say hello] The command '/bin/sh -c dart pub get' returned a non-zero code: 134
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:A job to say hello GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:EugenioTesio/hello-world-dart-action GITHUB_REPOSITORY_OWNER:EugenioTesio GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 GITHUB_TOKEN: GITHUB_WORKFLOW:main.yml GITHUB_WORKSPACE:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action IMAGE_OS:ubuntu22 ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PATH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root]
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] evaluating expression ''
[main.yml/A job to say hello] [DEBUG] expression '' evaluated to 'false'
[main.yml/A job to say hello] [DEBUG] Skipping step 'Get the output time' due to ''
[main.yml/A job to say hello] [DEBUG] skipping post step for 'Checkout': no action model available
[main.yml/A job to say hello] 🏁  Job failed
[main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git'
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
[main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284'
[main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main
[main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284
Error: Job 'A job to say hello' failed

Additional information

  • The action is working on GitHub
  • I'm using a MacBook Pro M1 chip
Originally created by @EugenioTesio on GitHub (Jan 24, 2023). Original GitHub issue: https://github.com/nektos/act/issues/1581 ### Bug report info ```plain text act version: 0.2.40 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock /Users/eugeniotesio/.docker/run/docker.sock Config files: /Users/eugeniotesio/.actrc: -P ubuntu-latest=catthehacker/ubuntu:act-latest -P ubuntu-22.04=catthehacker/ubuntu:act-22.04 -P ubuntu-20.04=catthehacker/ubuntu:act-20.04 -P ubuntu-18.04=catthehacker/ubuntu:act-18.04 Build info: Go version: go1.19.5 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -compiler: gc -ldflags: -X main.version=0.2.40 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: arm64 GOOS: darwin Docker Engine: Engine version: 20.10.17 Engine runtime: runc Cgroup version: 2 Cgroup driver: cgroupfs Storage driver: overlay2 Registry URI: https://index.docker.io/v1/ OS: Docker Desktop OS type: linux OS version: OS arch: aarch64 OS kernel: 5.10.104-linuxkit OS CPU: 5 OS memory: 7951 MB Security options: name=seccomp,profile=default name=cgroupns ``` ### Command used with act ```sh act -j hello_world_job -v --container-architecture linux/amd64 ``` ### Describe issue ```bash [main.yml/A job to say hello] [DEBUG] qemu: uncaught target signal 6 (Aborted) - core dumped ``` ### Link to GitHub repository https://github.com/EugenioTesio/hello-world-dart-action ### Workflow content ```yml on: [push] jobs: hello_world_job: runs-on: ubuntu-latest name: A job to say hello steps: # To use this repository's private action, # you must check out the repository - name: Checkout uses: actions/checkout@v3 - name: Hello world action step uses: ./ # Uses an action in the root directory id: hello with: who-to-greet: 'Mona the Octocat' # Use the output from the `hello` step - name: Get the output time run: echo "The time was ${{ steps.hello.outputs.time }}" ``` ### Relevant log output ```sh DEBU[0000] Loading environment from /Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.env DEBU[0000] Loading action inputs from /Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.input DEBU[0000] Loading secrets from /Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.secrets DEBU[0000] Loading workflows from '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Found workflow 'main.yml' in '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.github/workflows/main.yml' DEBU[0000] Reading workflow '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.github/workflows/main.yml' DEBU[0000] Preparing plan with a job: hello_world_job DEBU[0000] Using the only detected workflow event: push DEBU[0000] Planning job: hello_world_job DEBU[0000] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' DEBU[0000] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' DEBU[0000] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 DEBU[0000] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' DEBU[0000] using github ref: refs/heads/main DEBU[0000] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] evaluating expression 'success()' [main.yml/A job to say hello] [DEBUG] expression 'success()' evaluated to 'true' [main.yml/A job to say hello] 🚀 Start image=catthehacker/ubuntu:act-latest [main.yml/A job to say hello] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform=linux/amd64 username= forcePull=false [main.yml/A job to say hello] [DEBUG] 🐳 docker pull catthehacker/ubuntu:act-latest [main.yml/A job to say hello] [DEBUG] Image exists? true [main.yml/A job to say hello] [DEBUG] Removed container: 08480f06e759bdcd6f6c3c4937fbaf2f17fbe9a5d8932934bf3985d519f36007 [main.yml/A job to say hello] [DEBUG] 🐳 docker volume rm act-main-yml-A-job-to-say-hello [main.yml/A job to say hello] [DEBUG] 🐳 docker volume rm act-main-yml-A-job-to-say-hello-env [main.yml/A job to say hello] 🐳 docker create image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] [main.yml/A job to say hello] [DEBUG] Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:true OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck:<nil> ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} [main.yml/A job to say hello] [DEBUG] Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:<nil> Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-main-yml-A-job-to-say-hello-env Target:/var/run/act ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>} {Type:volume Source:act-main-yml-A-job-to-say-hello Target:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action ReadOnly:false Consistency: BindOptions:<nil> VolumeOptions:<nil> TmpfsOptions:<nil> ClusterOptions:<nil>}] MaskedPaths:[] ReadonlyPaths:[] Init:<nil>} [main.yml/A job to say hello] [DEBUG] Created container name=act-main-yml-A-job-to-say-hello id=5a68272cd95b852bed97adc0fdbac69365bdb5ea1fc477dfba3cbce018fa1c6f from image catthehacker/ubuntu:act-latest (platform: linux/amd64) [main.yml/A job to say hello] [DEBUG] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=arm64 RUNNER_TEMP=/tmp LANG=C.UTF-8] [main.yml/A job to say hello] 🐳 docker run image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] [main.yml/A job to say hello] [DEBUG] Starting container: 5a68272cd95b852bed97adc0fdbac69365bdb5ea1fc477dfba3cbce018fa1c6f [main.yml/A job to say hello] [DEBUG] Started container: 5a68272cd95b852bed97adc0fdbac69365bdb5ea1fc477dfba3cbce018fa1c6f [main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/event.json len:2 [main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/envs.txt len:0 [main.yml/A job to say hello] [DEBUG] Extracting content to '/var/run/act/' [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Skipping local actions/checkout because workdir was already copied [main.yml/A job to say hello] [DEBUG] skip pre step for 'Checkout': no action model available [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Skipping local actions/checkout because workdir was already copied [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:A job to say hello GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:EugenioTesio/hello-world-dart-action GITHUB_REPOSITORY_OWNER:EugenioTesio GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 GITHUB_TOKEN: GITHUB_WORKFLOW:main.yml GITHUB_WORKSPACE:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action IMAGE_OS:ubuntu22 ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PATH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] evaluating expression '' [main.yml/A job to say hello] [DEBUG] expression '' evaluated to 'true' [main.yml/A job to say hello] ⭐ Run Main Checkout [main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [main.yml/A job to say hello] [DEBUG] Extracting content to '/var/run/act' [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] 🐳 docker cp src=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/. dst=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action [main.yml/A job to say hello] [DEBUG] Writing tarball /var/folders/rj/4wq311vx2k56kwd8sjjc1n180000gn/T/act677747250 from /Users/eugeniotesio/development/themonkslab/hello-world-dart-action/. [main.yml/A job to say hello] [DEBUG] Stripping prefix:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/ src:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/. [main.yml/A job to say hello] [DEBUG] Extracting content from '/var/folders/rj/4wq311vx2k56kwd8sjjc1n180000gn/T/act677747250' to '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action' [main.yml/A job to say hello] ✅ Success - Main Checkout [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:hello GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:A job to say hello GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:EugenioTesio/hello-world-dart-action GITHUB_REPOSITORY_OWNER:EugenioTesio GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 GITHUB_TOKEN: GITHUB_WORKFLOW:main.yml GITHUB_WORKSPACE:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action IMAGE_OS:ubuntu22 INPUT_WHO-TO-GREET:Mona the Octocat ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PATH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] evaluating expression '' [main.yml/A job to say hello] [DEBUG] expression '' evaluated to 'true' [main.yml/A job to say hello] ⭐ Run Main Hello world action step [main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/outputcmd.txt len:0 [main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/statecmd.txt len:0 [main.yml/A job to say hello] [DEBUG] Writing entry to tarball workflow/pathcmd.txt len:0 [main.yml/A job to say hello] [DEBUG] Extracting content to '/var/run/act' [main.yml/A job to say hello] [DEBUG] Read action &{Hello World Greet someone and record the time map[who-to-greet:{Who to greet true World}] map[time:{The time we greeted you }] {docker map[] always() always() Dockerfile [${{ inputs.who-to-greet }}] []} { }} from 'Unknown' [main.yml/A job to say hello] [DEBUG] About to run action &{Hello World Greet someone and record the time map[who-to-greet:{Who to greet true World}] map[time:{The time we greeted you }] {docker map[] always() always() Dockerfile [${{ inputs.who-to-greet }}] []} { }} [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] type=local-action actionDir=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action actionPath= workdir=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action actionCacheDir=/Users/eugeniotesio/.cache/act actionName=./ containerActionDir=/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/ [main.yml/A job to say hello] [DEBUG] image 'act-dockeraction:latest' for architecture 'linux/amd64' will be built from context '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] expression '${{ inputs.who-to-greet }}' rewritten to 'format('{0}', inputs.who-to-greet)' [main.yml/A job to say hello] [DEBUG] evaluating expression 'format('{0}', inputs.who-to-greet)' [main.yml/A job to say hello] [DEBUG] expression 'format('{0}', inputs.who-to-greet)' evaluated to '%!t(string=Mona the Octocat)' [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] 🐳 docker build -t act-dockeraction:latest --platform linux/amd64 /Users/eugeniotesio/development/themonkslab/hello-world-dart-action [main.yml/A job to say hello] [DEBUG] Building image from '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action' [main.yml/A job to say hello] [DEBUG] Creating image from context dir '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action' with tag 'act-dockeraction:latest' and platform 'linux/amd64' [main.yml/A job to say hello] [DEBUG] Step 1/9 : FROM dart:stable AS build [main.yml/A job to say hello] [DEBUG] [main.yml/A job to say hello] [DEBUG] ---> 0271766ac7fe [main.yml/A job to say hello] [DEBUG] Step 2/9 : WORKDIR /app [main.yml/A job to say hello] [DEBUG] [main.yml/A job to say hello] [DEBUG] ---> Using cache [main.yml/A job to say hello] [DEBUG] ---> 06a55035ddc8 [main.yml/A job to say hello] [DEBUG] Step 3/9 : COPY pubspec.* ./ [main.yml/A job to say hello] [DEBUG] [main.yml/A job to say hello] [DEBUG] ---> Using cache [main.yml/A job to say hello] [DEBUG] ---> a462326dd16f [main.yml/A job to say hello] [DEBUG] Step 4/9 : RUN dart pub get [main.yml/A job to say hello] [DEBUG] [main.yml/A job to say hello] [DEBUG] ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested [main.yml/A job to say hello] [DEBUG] ---> Running in 1b45445c86b3 [main.yml/A job to say hello] [DEBUG] ===== CRASH ===== si_signo=Segmentation fault(11), si_code=1, si_addr=0x808080808080809f [main.yml/A job to say hello] [DEBUG] version=2.18.7 (stable) (Thu Jan 12 10:44:08 2023 +0000) on "linux_x64" [main.yml/A job to say hello] [DEBUG] pid=8, thread=16, isolate_group=dartdev(0x4003063000), isolate=dartdev(0x40030ca000) isolate_instructions=ffffada8e000, vm_instructions=4001ed1580 [main.yml/A job to say hello] [DEBUG] pc 0x0000ffffadc04789 fp 0x0000004009cab9c8 Unknown symbol pc 0x0000ffffad8f1c25 fp 0x0000004009caba08 Unknown symbol pc 0x0000ffffad8ecaa6 fp 0x0000004009cabaf8 Unknown symbol pc 0x0000ffffad8b51ce fp 0x0000004009cabb78 Unknown symbol pc 0x0000ffffad8b4eb3 fp 0x0000004009cabbc0 Unknown symbol pc 0x0000ffffadb20af5 fp 0x0000004009cabc30 Unknown symbol pc 0x0000ffffad8b4d18 fp 0x0000004009cabc80 Unknown symbol pc 0x0000ffffad8b4af1 fp 0x0000004009cabcf0 Unknown symbol pc 0x0000ffffad8b4859 fp 0x0000004009cabd50 Unknown symbol pc 0x0000ffffad8b4163 fp 0x0000004009cabde0 Unknown symbol pc 0x0000ffffad8aeead fp 0x0000004009cabe30 Unknown symbol pc 0x0000ffffad8ad936 fp 0x0000004009cabee8 Unknown symbol [main.yml/A job to say hello] [DEBUG] pc 0x0000ffffad8ad407 fp 0x0000004009cabf60 Unknown symbol pc 0x0000ffffad8a10ca fp 0x0000004009cac020 Unknown symbol pc 0x0000ffffadb25099 fp 0x0000004009cac0a8 Unknown symbol pc 0x0000ffffadb27366 fp 0x0000004009cac178 Unknown symbol pc 0x0000ffffadb2873b fp 0x0000004009cac1b8 Unknown symbol pc 0x0000ffffadb20af5 fp 0x0000004009cac228 Unknown symbol pc 0x0000ffffadb20f1b fp 0x0000004009cac268 Unknown symbol pc 0x0000ffffadb2a6a3 fp 0x0000004009cac2f8 Unknown symbol pc 0x0000ffffadb362ab fp 0x0000004009cac348 Unknown symbol pc 0x0000ffffadb3637f fp 0x0000004009cac380 Unknown symbol pc 0x0000ffffadb34f72 fp 0x0000004009cac3f0 Unknown symbol pc 0x0000ffffadb35123 fp 0x0000004009cac430 Unknown symbol pc 0x0000ffffadb36b8f fp 0x0000004009cac498 Unknown symbol pc 0x0000ffffadb36d53 fp 0x0000004009cac4e8 Unknown symbol pc 0x0000ffffadc02a0c fp 0x0000004009cac560 Unknown symbol [main.yml/A job to say hello] [DEBUG] pc 0x000000400204973d fp 0x0000004009cac600 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*)+0x14d [main.yml/A job to say hello] [DEBUG] pc 0x000000400204957c fp 0x0000004009cac660 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long)+0x14c [main.yml/A job to say hello] [DEBUG] pc 0x000000400204b9ac fp 0x0000004009cac6b0 dart::DartLibraryCalls::HandleMessage(long, dart::Instance const&)+0x14c [main.yml/A job to say hello] [DEBUG] pc 0x0000004002073070 fp 0x0000004009cacc40 dart::IsolateMessageHandler::HandleMessage(std::__2::unique_ptr<dart::Message, std::__2::default_delete<dart::Message> >)+0x350 [main.yml/A job to say hello] [DEBUG] pc 0x000000400209c59d fp 0x0000004009caccb0 dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool)+0x14d [main.yml/A job to say hello] [DEBUG] pc 0x000000400209cc7f fp 0x0000004009cacd00 dart::MessageHandler::TaskCallback()+0x1df [main.yml/A job to say hello] [DEBUG] pc 0x00000040021bf6b8 fp 0x0000004009cacd80 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)+0x148 [main.yml/A job to say hello] [DEBUG] pc 0x00000040021bfb0d fp 0x0000004009cacdb0 dart::ThreadPool::Worker::Main(unsigned long)+0x6d [main.yml/A job to say hello] [DEBUG] pc 0x0000004002132758 fp 0x0000004009cace70 dart+0x2132758 -- End of DumpStackTrace [main.yml/A job to say hello] [DEBUG] qemu: uncaught target signal 6 (Aborted) - core dumped [main.yml/A job to say hello] [DEBUG] Aborted [main.yml/A job to say hello] [DEBUG] The command '/bin/sh -c dart pub get' returned a non-zero code: 134 [main.yml/A job to say hello] ❌ Failure - Main Hello world action step [main.yml/A job to say hello] The command '/bin/sh -c dart pub get' returned a non-zero code: 134 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEBIAN_FRONTEND:noninteractive DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:A job to say hello GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:EugenioTesio/hello-world-dart-action GITHUB_REPOSITORY_OWNER:EugenioTesio GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 GITHUB_TOKEN: GITHUB_WORKFLOW:main.yml GITHUB_WORKSPACE:/Users/eugeniotesio/development/themonkslab/hello-world-dart-action IMAGE_OS:ubuntu22 ImageOS:ubuntu20 LSB_OS_VERSION:2204 LSB_RELEASE:22.04 PATH:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/hostedtoolcache/node/16.19.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] evaluating expression '' [main.yml/A job to say hello] [DEBUG] expression '' evaluated to 'false' [main.yml/A job to say hello] [DEBUG] Skipping step 'Get the output time' due to '' [main.yml/A job to say hello] [DEBUG] skipping post step for 'Checkout': no action model available [main.yml/A job to say hello] 🏁 Job failed [main.yml/A job to say hello] [DEBUG] Loading slug from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Loading revision from git directory '/Users/eugeniotesio/development/themonkslab/hello-world-dart-action/.git' [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 [main.yml/A job to say hello] [DEBUG] HEAD points to 'cdcc61b1b41f5654f3e3eaf2f416976ec5b09284' [main.yml/A job to say hello] [DEBUG] using github ref: refs/heads/main [main.yml/A job to say hello] [DEBUG] Found revision: cdcc61b1b41f5654f3e3eaf2f416976ec5b09284 Error: Job 'A job to say hello' failed ``` ### Additional information - The action is working on GitHub - I'm using a MacBook Pro M1 chip
kerem 2026-03-01 21:46:24 +03:00
Author
Owner

@ChristopherHX commented on GitHub (Jan 24, 2023):

Try --container-architecture linux/arm64, dart has an arm64 base image which would run natively on your cpu.

Warning GitHub Hosted runners are using x86_64 CPU, but you have an arm64 CPU

qemu is an external opensource emulator, which cannot compete with rosetta2.

<!-- gh-comment-id:1402063011 --> @ChristopherHX commented on GitHub (Jan 24, 2023): Try `--container-architecture linux/arm64`, dart has an arm64 base image which would run natively on your cpu. _Warning GitHub Hosted runners are using x86_64 CPU, but you have an arm64 CPU_ _qemu is an external opensource emulator, which cannot compete with rosetta2._
Author
Owner

@EugenioTesio commented on GitHub (Jan 24, 2023):

Perfect, worked so. I got confused because when I ran the command:

act -j hello_world_job

i got the next warning:

WARN  ⚠ You are using Apple M1 chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠
<!-- gh-comment-id:1402369830 --> @EugenioTesio commented on GitHub (Jan 24, 2023): Perfect, worked so. I got confused because when I ran the command: ``` act -j hello_world_job ``` i got the next warning: ``` WARN ⚠ You are using Apple M1 chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠ ```
Author
Owner

@ChristopherHX commented on GitHub (Jan 24, 2023):

This warning has been added, because users assumed that act simulates GitHub Hosted Runners. E.g. some workflows download a linux/x86_64 binary to linux/arm64 system and obviously it fails to run with an unexpected error.
Other way around qemu seem to not be able to run all x86_64 software on arm64 systems.

Either way using act with a m1 mac is problematic, there is no solution for all usecases.

Not shure how to improve this situation for other m1 users.

<!-- gh-comment-id:1402754012 --> @ChristopherHX commented on GitHub (Jan 24, 2023): This warning has been added, because users assumed that act simulates `GitHub Hosted Runners`. E.g. some workflows download a linux/x86_64 binary to linux/arm64 system and obviously it fails to run with an unexpected error. Other way around qemu seem to not be able to run all x86_64 software on arm64 systems. Either way using act with a m1 mac is problematic, there is no solution for all usecases. Not shure how to improve this situation for other m1 users.
Author
Owner

@EugenioTesio commented on GitHub (Jan 25, 2023):

Worked for me. Perhaps you could enlarge the warning explaining when to use
linux/amd64 or linux/arm64 or maybe better, a link to the documentation
about —container-architecture

<!-- gh-comment-id:1403480896 --> @EugenioTesio commented on GitHub (Jan 25, 2023): Worked for me. Perhaps you could enlarge the warning explaining when to use linux/amd64 or linux/arm64 or maybe better, a link to the documentation about —container-architecture
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#791
No description provided.