status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
unknown
language
stringclasses
5 values
commit_datetime
unknown
closed
nektos/act
https://github.com/nektos/act
717
[".github/workflows/stale.yml"]
Issue: actions/setup-node@v1 failing with error to get local cert
## Act version ```none act version HEAD-8a9167d ``` ## Expected behaviour `actions/setup-node@v1` should succeed in setting up node ## Actual behaviour `actions/setup-node@v1` fails with error `unable to get local issuer certificate` ``` [build/main] ⭐ Run Setup node INFO[0006] ☁ git clone 'https://github.com/actions/setup-node' # ref=v1 [build/main] 🐳 docker cp src=/Users/mepatterson/.cache/act/actions-setup-node@v1/ dst=/var/run/act/actions/actions-setup-node@v1/ [build/main] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/actions-setup-node@v1/] user= [build/main] 🐳 docker exec cmd=[node /var/run/act/actions/actions-setup-node@v1/dist/index.js] user= [build/main] 💬 ::debug::isExplicit: [build/main] 💬 ::debug::explicit? false [build/main] 💬 ::debug::evaluating 0 versions [build/main] 💬 ::debug::match not found [build/main] ❗ ::error::unable to get local issuer certificate [build/main] ❌ Failure - Setup node ``` ## Workflow and/or repository [Repo Link to Workflow](https://github.com/merlinpatt/paypal-messaging-components/blob/develop/.github/workflows/main.yml) <!-- - Provide workflow with which we can reproduce the issue OR - Provide link to your GitHub repository that contains the workflow <details> <summary>workflow</summary> ```none name: example workflow on: [push] jobs: [...] ``` </details> ## Steps to reproduce 1. Clone https://github.com/merlinpatt/paypal-messaging-components 2. Run `act` ## `act` output <!-- - Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below --> <details> <summary>Log</summary> ```none[build/main] 🧪 Matrix: map[node:12] $ act -v DEBU[0000] Loading environment from /Users/mepatterson/Code/messaging-components/.env DEBU[0000] Loading secrets from /Users/mepatterson/Code/messaging-components/.secrets DEBU[0000] Loading workflows from '/Users/mepatterson/Code/messaging-components/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Found workflow 'main.yml' in '/Users/mepatterson/Code/messaging-components/.github/workflows/main.yml' DEBU[0000] Reading workflow '/Users/mepatterson/Code/messaging-components/.github/workflows/main.yml' DEBU[0000] Correcting if statements '/Users/mepatterson/Code/messaging-components/.github/workflows/main.yml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0000] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0000] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0000] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0000] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0000] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0000] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0000] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0000] using github ref: refs/heads/develop DEBU[0000] context env => map[ACT:true] [build/main] 🧪 Matrix: map[node:12] [build/main] 🚀 Start image=catthehacker/ubuntu:act-latest DEBU[0000] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0000] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0000] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0000] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0000] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0000] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0000] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0000] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0000] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0000] using github ref: refs/heads/develop [build/main] 🐳 docker pull catthehacker/ubuntu:act-latest DEBU[0000] Image exists? true [build/main] Removed container: ae0ab8183423716517c4d625783aa44fc15b452c2e5d1f743c290fd298d45501 [build/main] 🐳 docker volume rm act-build-main [build/main] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [build/main] Created container name=act-build-main id=2a9d2e07221e3ddb45593497899786fef937f409421206dc90d0484af0d74eb1 from image catthehacker/ubuntu:act-latest (platform: ) [build/main] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [build/main] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [build/main] Starting container: 2a9d2e07221e3ddb45593497899786fef937f409421206dc90d0484af0d74eb1 [build/main] Started container: 2a9d2e07221e3ddb45593497899786fef937f409421206dc90d0484af0d74eb1 [build/main] 🐳 docker exec cmd=[mkdir -m 0777 -p /var/run/act] user=root [build/main] Exec command '[mkdir -m 0777 -p /var/run/act]' [build/main] 🐳 docker cp src=/Users/mepatterson/Code/messaging-components/. dst=/Users/mepatterson/Code/messaging-components [build/main] 🐳 docker exec cmd=[mkdir -p /Users/mepatterson/Code/messaging-components] user= [build/main] Exec command '[mkdir -p /Users/mepatterson/Code/messaging-components]' DEBU[0000] Writing tarball /var/folders/pm/56k3m7l57nv270j7bn9kz0100000gp/T/act058237482 from /Users/mepatterson/Code/messaging-components/. DEBU[0000] Stripping prefix:/Users/mepatterson/Code/messaging-components/ src:/Users/mepatterson/Code/messaging-components/. [build/main] Extracting content from '/var/folders/pm/56k3m7l57nv270j7bn9kz0100000gp/T/act058237482' to '/Users/mepatterson/Code/messaging-components' DEBU[0006] Writing entry to tarball workflow/event.json len:2 DEBU[0006] Writing entry to tarball workflow/envs.txt len:0 DEBU[0006] Writing entry to tarball workflow/paths.txt len:0 [build/main] Extracting content to '/var/run/act/' DEBU[0007] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0007] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0007] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0007] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0007] using github ref: refs/heads/develop DEBU[0007] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0007] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0007] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0007] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0007] using github ref: refs/heads/develop DEBU[0007] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0007] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true 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:main GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/develop GITHUB_REPOSITORY:merlinpatt/paypal-messaging-components GITHUB_REPOSITORY_OWNER:merlinpatt GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:8f428c79172de903dcdb80338991d55c7e37e667 GITHUB_TOKEN: GITHUB_WORKFLOW:build GITHUB_WORKSPACE:/Users/mepatterson/Code/messaging-components IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [build/main] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true 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:main GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/develop GITHUB_REPOSITORY:merlinpatt/paypal-messaging-components GITHUB_REPOSITORY_OWNER:merlinpatt GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:8f428c79172de903dcdb80338991d55c7e37e667 GITHUB_TOKEN: GITHUB_WORKFLOW:build GITHUB_WORKSPACE:/Users/mepatterson/Code/messaging-components IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [build/main] ⭐ Run Checkout repo DEBU[0007] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0007] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0007] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0007] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0007] using github ref: refs/heads/develop [build/main] Skipping local actions/checkout because workdir was already copied [build/main] ✅ Success - Checkout repo DEBU[0007] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0007] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0007] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0007] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0007] using github ref: refs/heads/develop DEBU[0007] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0007] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0007] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0007] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0007] using github ref: refs/heads/develop DEBU[0007] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0007] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0007] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0007] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0007] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0007] using github ref: refs/heads/develop DEBU[0007] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0007] Evaluating 'matrix['node']' instead of 'matrix.node' DEBU[0007] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true 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:main GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/develop GITHUB_REPOSITORY:merlinpatt/paypal-messaging-components GITHUB_REPOSITORY_OWNER:merlinpatt GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:8f428c79172de903dcdb80338991d55c7e37e667 GITHUB_TOKEN: GITHUB_WORKFLOW:build GITHUB_WORKSPACE:/Users/mepatterson/Code/messaging-components IMAGE_OS:ubuntu20 INPUT_NODE-VERSION:${{ matrix.node }} ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0007] Evaluating 'matrix['node']' instead of 'matrix.node' [build/main] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true 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:main GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/heads/develop GITHUB_REPOSITORY:merlinpatt/paypal-messaging-components GITHUB_REPOSITORY_OWNER:merlinpatt GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:8f428c79172de903dcdb80338991d55c7e37e667 GITHUB_TOKEN: GITHUB_WORKFLOW:build GITHUB_WORKSPACE:/Users/mepatterson/Code/messaging-components IMAGE_OS:ubuntu20 INPUT_NODE-VERSION:12 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [build/main] ⭐ Run Setup node DEBU[0007] Loading slug from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Loading revision from git directory '/Users/mepatterson/Code/messaging-components/.git' DEBU[0007] Found revision: 8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] HEAD points to '8f428c79172de903dcdb80338991d55c7e37e667' DEBU[0007] Reference: name=refs/heads/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/heads/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/remotes/origin/migrate-ci sha=90e78f06c191a4b29aad2d1c9bbc80165f868d25 DEBU[0007] Reference: name=refs/remotes/origin/release sha=e56f050f2ab7a2ba083201d0c6d4d4aba368763f DEBU[0007] Reference: name=refs/remotes/upstream/develop sha=8f428c79172de903dcdb80338991d55c7e37e667 DEBU[0007] Reference: name=refs/stash sha=2f314b39224a5b03ca93677ef04c1779a60cd9f7 DEBU[0007] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0007] using github ref: refs/heads/develop INFO[0007] ☁ git clone 'https://github.com/actions/setup-node' # ref=v1 DEBU[0007] cloning https://github.com/actions/setup-node to /Users/mepatterson/.cache/act/actions-setup-node@v1 DEBU[0010] Unable to pull refs/heads/v1: non-fast-forward update DEBU[0010] Cloned https://github.com/actions/setup-node to /Users/mepatterson/.cache/act/actions-setup-node@v1 DEBU[0010] Checked out v1 DEBU[0010] Read action &{Setup Node.js environment GitHub Setup a Node.js environment and add it to the PATH, additionally providing proxy support map[always-auth:{Set always-auth in npmrc false false} node-version:{Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0 false 10.x} registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN false } scope:{Optional scope for authenticating against scoped registries false } version:{Deprecated. Use node-version instead. Will not be supported after October 1, 2019 false }] map[] {node12 map[] dist/index.js [] [] []} { }} from '/Users/mepatterson/.cache/act/actions-setup-node@v1/action.yml' DEBU[0010] About to run action &{Setup Node.js environment GitHub Setup a Node.js environment and add it to the PATH, additionally providing proxy support map[always-auth:{Set always-auth in npmrc false false} node-version:{Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0 false 10.x} registry-url:{Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN false } scope:{Optional scope for authenticating against scoped registries false } version:{Deprecated. Use node-version instead. Will not be supported after October 1, 2019 false }] map[] {node12 map[] dist/index.js [] [] []} { }} DEBU[0010] type=3 actionDir=/Users/mepatterson/.cache/act/actions-setup-node@v1 actionPath= Workdir=/Users/mepatterson/Code/messaging-components ActionCacheDir=/Users/mepatterson/.cache/act actionName=actions-setup-node@v1 containerActionDir=/var/run/act/actions/actions-setup-node@v1 DEBU[0010] Removing /Users/mepatterson/.cache/act/actions-setup-node@v1/.gitignore before docker cp [build/main] 🐳 docker cp src=/Users/mepatterson/.cache/act/actions-setup-node@v1/ dst=/var/run/act/actions/actions-setup-node@v1/ [build/main] 🐳 docker exec cmd=[mkdir -p /var/run/act/actions/actions-setup-node@v1/] user= [build/main] Exec command '[mkdir -p /var/run/act/actions/actions-setup-node@v1/]' DEBU[0010] Writing tarball /var/folders/pm/56k3m7l57nv270j7bn9kz0100000gp/T/act555294081 from /Users/mepatterson/.cache/act/actions-setup-node@v1/ DEBU[0010] Stripping prefix:/Users/mepatterson/.cache/act/actions-setup-node@v1/ src:/Users/mepatterson/.cache/act/actions-setup-node@v1/ [build/main] Extracting content from '/var/folders/pm/56k3m7l57nv270j7bn9kz0100000gp/T/act555294081' to '/var/run/act/actions/actions-setup-node@v1/' DEBU[0012] executing remote job container: [node /var/run/act/actions/actions-setup-node@v1/dist/index.js] [build/main] 🐳 docker exec cmd=[node /var/run/act/actions/actions-setup-node@v1/dist/index.js] user= [build/main] Exec command '[node /var/run/act/actions/actions-setup-node@v1/dist/index.js]' [build/main] 💬 ::debug::isExplicit: [build/main] 💬 ::debug::explicit? false [build/main] 💬 ::debug::evaluating 0 versions [build/main] 💬 ::debug::match not found [build/main] ❗ ::error::unable to get local issuer certificate [build/main] ❌ Failure - Setup node DEBU[0012] exit with `FAILURE`: 1 DEBU[0012] exit with `FAILURE`: 1 DEBU[0012] exit with `FAILURE`: 1 DEBU[0012] exit with `FAILURE`: 1 DEBU[0012] exit with `FAILURE`: 1 DEBU[0012] exit with `FAILURE`: 1 DEBU[0012] exit with `FAILURE`: 1 Error: exit with `FAILURE`: 1 ``` </details>
https://github.com/nektos/act/issues/717
https://github.com/nektos/act/pull/1357
96ba76bff23f2cc2345437ffc6b1815447ef1e45
9a494cac1ed5f22539d727f6958f4d24df7104b8
"2021-06-02T14:15:55Z"
go
"2022-09-26T02:18:56Z"
closed
nektos/act
https://github.com/nektos/act
715
["go.mod", "go.sum"]
Have to delete action container in order to run new changes
I'm unable to find any flag or mention of making act rebuild the action image. I am forced to delete the image which is very time consuming and misses out on layer caching. Is there a way to tell act to run my action and build the image every time ?
https://github.com/nektos/act/issues/715
https://github.com/nektos/act/pull/1830
481999f59da465d2d8743fd3d97e24bb6e1a2311
b0996e057750223a14321ff92c1c6d6fbb8e1a10
"2021-06-01T21:17:57Z"
go
"2023-05-29T03:35:06Z"
closed
nektos/act
https://github.com/nektos/act
707
["pkg/container/docker_build.go", "pkg/container/docker_run.go", "pkg/runner/step_context.go", "pkg/runner/testdata/basic/push.yml", "pkg/runner/testdata/parallel/push.yml", "pkg/runner/testdata/uses-composite/push.yml"]
Issue: private action using local machine path and not docker container path
## Act version ```none ❯ act --version act version 0.2.22 ``` ## Expected behaviour I checkout the actions repo of my organization and try to call an action in it. `path` is the same name as the repo because of the known issue with `MODULE_NOT_FOUND` in the README. ## Actual behaviour The error is looking for the right file, that IS on the docker container, but the path is it calling `/Volumes/Code/..` is on my local machine, not the docker container. ## Workflow and/or repository <!-- - Provide workflow with which we can reproduce the issue OR - Provide link to your GitHub repository that contains the workflow --> <details> <summary>workflow</summary> ```none name: example workflow on: [push] jobs: build: steps: - name: Checkout Action Repo uses: actions/checkout@v2 with: repository: [organization]/actions ref: main token: ${{ secrets.GITHUB_PAT }} path: actions - uses: ./actions/gradle-build ``` </details> ## Steps to reproduce - Have a private `actions` repo with `gradle-build/action.yaml` file - From a different repo workflow, checkout actions repo and trigger workflow with PAT ## `act` output <!-- - Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below --> <details> <summary>Log</summary> ```none [test-workflow/build-it] ❌ Failure - ./actions/gradle-build Error: open /Volumes/Code/[organization]/[code]/actions/gradle-build/action.yaml: no such file or directory ``` </details>
https://github.com/nektos/act/issues/707
https://github.com/nektos/act/pull/719
531ea02fb9e40c512c8e9bdb0125c4950f172bb4
0ff204b61523b0137d41c4479a132fde87211327
"2021-05-26T20:10:14Z"
go
"2021-08-03T17:39:56Z"
closed
nektos/act
https://github.com/nektos/act
694
["cmd/input.go", "cmd/root.go", "pkg/runner/runner.go"]
Issue: Container keeps running after exit
## Act version ```none act version 0.2.21 ``` ## Expected behaviour All containers started by act should be stopped/exit as soon as act terminates. ## Actual behaviour Not sure in which condition this happens, but some containers never exit. ```none 322667 ? Sl 0:03 /usr/bin/containerd-shim-runc-v2 -namespace moby -id xxx -address /run/containerd/containerd.sock 322687 ? Ss 0:02 \_ /usr/bin/tail -f /dev/null ``` ```none CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d4f3d539081e node:12.20.1-buster-slim "/usr/bin/tail -f /d…" 19 hours ago Exited (1) 19 hours ago act-basic-build 6ca2f7abf602 node:12.20.1-buster-slim "/usr/bin/tail -f /d…" 19 hours ago Exited (1) 19 hours ago act-basic-check 633ba1d2658e node:12.20.1-buster "/usr/bin/tail -f /d…" 19 hours ago Up 19 hours act-fail-build ``` ## Steps to reproduce Not sure.
https://github.com/nektos/act/issues/694
https://github.com/nektos/act/pull/714
2261204c65b71d661495de95df6610c451157a67
003c995b36b09d8e878d28ce6ff7cfe8e05e89ae
"2021-05-20T07:03:05Z"
go
"2021-06-10T15:09:05Z"
closed
nektos/act
https://github.com/nektos/act
689
["pkg/container/docker_run.go", "pkg/runner/testdata/env-and-path/push.yaml"]
Issue: GITHUB_PATH should prepend
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- - Paste output of `act --version` inside the code block below - If you've built `act` yourself, please provide commit hash --> ```none act version 0.2.22 ``` ## Expected behaviour <!-- - Describe how whole process should go and finish --> Test should pass / adding lines to GITHUB_PATH should prepend them to the PATH ## Actual behaviour <!-- - Describe the issue --> Entries are appended to the PATH (which means they lose out against system items, e.g. `git` -- which is tested by actions/checkout) ## Workflow and/or repository https://github.com/jsoref/github-path/blob/main/.github/workflows/a.yaml <details> <summary>workflow</summary> ```none name: env-and-path on: push jobs: build: runs-on: ubuntu-latest steps: - name: "Append to $GITHUB_PATH" run: | echo "$HOME/someFolder" >> $GITHUB_PATH - name: "Append some more to $GITHUB_PATH" run: | echo "$HOME/someOtherFolder" >> $GITHUB_PATH - name: "Check PATH" run: | echo "${PATH}" if [[ ! "${PATH}" =~ .*"$HOME/"someOtherFolder.*"$HOME/"someFolder.* ]]; then echo "${PATH} doesn't match .*someOtherFolder.*someFolder.*" exit 1 fi - name: "Prepend" run: | if ls | grep -q 'called ls' ; then echo 'ls was overridden already?' exit 2 fi path_add=$(mktemp -d) cat > $path_add/ls <<LS #!/bin/sh echo 'called ls' LS chmod +x $path_add/ls echo $path_add >> $GITHUB_PATH - name: "Verify prepend" run: | if ! ls | grep -q 'called ls' ; then echo 'ls was not overridden' exit 2 fi - name: "Write single line env to $GITHUB_ENV" run: | echo "KEY=value" >> $GITHUB_ENV - name: "Check single line env" run: | if [[ "${KEY}" != "value" ]]; then echo "${KEY} dosen't == 'value'" exit 1 fi - name: "Write multiline env to $GITHUB_ENV" run: | echo 'KEY2<<EOF' >> $GITHUB_ENV echo value2 >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - name: "Check multiline line env" run: | if [[ "${KEY2}" != "value2" ]]; then echo "${KEY2} dosen't == 'value'" exit 1 fi ``` </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` --> ## `act` output <!-- - Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below --> <details> <summary>Log</summary> ```none /usr/local/bin/act --version; /usr/local/bin/act -v act version 0.2.22 DEBU[0000] Loading environment from /Users/jsoref/code/nektos/issues/github-path/.env DEBU[0000] Loading secrets from /Users/jsoref/code/nektos/issues/github-path/.secrets DEBU[0000] Loading workflows from '/Users/jsoref/code/nektos/issues/github-path/.github/workflows' DEBU[0000] Loading workflows recursively DEBU[0000] Found workflow 'a.yaml' in '/Users/jsoref/code/nektos/issues/github-path/.github/workflows/a.yaml' DEBU[0000] Reading workflow '/Users/jsoref/code/nektos/issues/github-path/.github/workflows/a.yaml' DEBU[0000] Correcting if statements '/Users/jsoref/code/nektos/issues/github-path/.github/workflows/a.yaml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0000] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Loading revision from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0000] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] HEAD points to '7b930312f882368184ec4fde5513b6e598e44e5e' DEBU[0000] Reference: name=refs/heads/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Reference: name=refs/remotes/origin/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0000] using github ref: refs/heads/main DEBU[0000] context env => map[ACT:true] [env-and-path/build] 🚀 Start image=catthehacker/ubuntu:act-latest DEBU[0000] Loading slug from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0000] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Loading revision from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0000] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] HEAD points to '7b930312f882368184ec4fde5513b6e598e44e5e' DEBU[0000] Reference: name=refs/heads/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Reference: name=refs/remotes/origin/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0000] using github ref: refs/heads/main [env-and-path/build] 🐳 docker pull catthehacker/ubuntu:act-latest DEBU[0000] Image exists? true [env-and-path/build] Removed container: 97a67d0521f817789af73deb747f454563602537bd46f44f0584143e54bbb3f5 [env-and-path/build] 🐳 docker volume rm act-env-and-path-build [env-and-path/build] 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [env-and-path/build] Created container name=act-env-and-path-build id=0077e14ef3ab4ac5d5f5af7196bf25f2b93bf403c5ebe71027a62cbf57dcd132 from image catthehacker/ubuntu:act-latest (platform: ) [env-and-path/build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [env-and-path/build] 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [env-and-path/build] Starting container: 0077e14ef3ab4ac5d5f5af7196bf25f2b93bf403c5ebe71027a62cbf57dcd132 [env-and-path/build] Started container: 0077e14ef3ab4ac5d5f5af7196bf25f2b93bf403c5ebe71027a62cbf57dcd132 DEBU[0000] Writing entry to tarball workflow/event.json len:2 DEBU[0000] Writing entry to tarball workflow/envs.txt len:0 DEBU[0000] Writing entry to tarball workflow/paths.txt len:0 [env-and-path/build] Extracting content to '/tmp/' DEBU[0000] Loading slug from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0000] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Loading revision from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0000] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] HEAD points to '7b930312f882368184ec4fde5513b6e598e44e5e' DEBU[0000] Reference: name=refs/heads/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Reference: name=refs/remotes/origin/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0000] using github ref: refs/heads/main DEBU[0000] Loading slug from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0000] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Loading revision from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0000] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] HEAD points to '7b930312f882368184ec4fde5513b6e598e44e5e' DEBU[0000] Reference: name=refs/heads/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Reference: name=refs/remotes/origin/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0000] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0000] using github ref: refs/heads/main DEBU[0000] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0000] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_PATH:/tmp/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/github-path GITHUB_REPOSITORY_OWNER:jsoref GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:7b930312f882368184ec4fde5513b6e598e44e5e GITHUB_TOKEN: GITHUB_WORKFLOW:env-and-path GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/github-path IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [env-and-path/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_PATH:/tmp/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/github-path GITHUB_REPOSITORY_OWNER:jsoref GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:7b930312f882368184ec4fde5513b6e598e44e5e GITHUB_TOKEN: GITHUB_WORKFLOW:env-and-path GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/github-path IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [env-and-path/build] ⭐ Run Append to $GITHUB_PATH DEBU[0000] Wrote command ' echo "$HOME/someFolder" >> $GITHUB_PATH ' to 'workflow/0' DEBU[0000] Writing entry to tarball workflow/0 len:40 [env-and-path/build] Extracting content to '/Users/jsoref/code/nektos/issues/github-path' [env-and-path/build] Exec command '[bash --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/github-path/workflow/0]' [env-and-path/build] ✅ Success - Append to $GITHUB_PATH DEBU[0001] Loading slug from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0001] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Loading revision from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0001] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] HEAD points to '7b930312f882368184ec4fde5513b6e598e44e5e' DEBU[0001] Reference: name=refs/heads/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Reference: name=refs/remotes/origin/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0001] using github ref: refs/heads/main DEBU[0001] Loading slug from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0001] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Loading revision from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0001] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] HEAD points to '7b930312f882368184ec4fde5513b6e598e44e5e' DEBU[0001] Reference: name=refs/heads/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Reference: name=refs/remotes/origin/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0001] using github ref: refs/heads/main DEBU[0001] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0001] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_PATH:/tmp/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/github-path GITHUB_REPOSITORY_OWNER:jsoref GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:7b930312f882368184ec4fde5513b6e598e44e5e GITHUB_TOKEN: GITHUB_WORKFLOW:env-and-path GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/github-path IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/someFolder RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [env-and-path/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_PATH:/tmp/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/github-path GITHUB_REPOSITORY_OWNER:jsoref GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:7b930312f882368184ec4fde5513b6e598e44e5e GITHUB_TOKEN: GITHUB_WORKFLOW:env-and-path GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/github-path IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/someFolder RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [env-and-path/build] ⭐ Run Append some more to $GITHUB_PATH DEBU[0001] Wrote command ' echo "$HOME/someOtherFolder" >> $GITHUB_PATH ' to 'workflow/1' DEBU[0001] Writing entry to tarball workflow/1 len:45 [env-and-path/build] Extracting content to '/Users/jsoref/code/nektos/issues/github-path' [env-and-path/build] Exec command '[bash --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/github-path/workflow/1]' [env-and-path/build] ✅ Success - Append some more to $GITHUB_PATH DEBU[0001] Loading slug from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0001] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Loading revision from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0001] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] HEAD points to '7b930312f882368184ec4fde5513b6e598e44e5e' DEBU[0001] Reference: name=refs/heads/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Reference: name=refs/remotes/origin/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0001] using github ref: refs/heads/main DEBU[0001] Loading slug from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0001] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Loading revision from git directory '/Users/jsoref/code/nektos/issues/github-path/.git' DEBU[0001] Found revision: 7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] HEAD points to '7b930312f882368184ec4fde5513b6e598e44e5e' DEBU[0001] Reference: name=refs/heads/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Reference: name=refs/remotes/origin/main sha=7b930312f882368184ec4fde5513b6e598e44e5e DEBU[0001] Reference: name=HEAD sha=0000000000000000000000000000000000000000 DEBU[0001] using github ref: refs/heads/main DEBU[0001] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache DEPLOYMENT_BASEPATH:/opt/runner IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] DEBU[0001] context env => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_PATH:/tmp/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/github-path GITHUB_REPOSITORY_OWNER:jsoref GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:7b930312f882368184ec4fde5513b6e598e44e5e GITHUB_TOKEN: GITHUB_WORKFLOW:env-and-path GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/github-path IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/someFolder:/root/someOtherFolder RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [env-and-path/build] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache CI:true DEPLOYMENT_BASEPATH:/opt/runner GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:build GITHUB_PATH:/tmp/workflow/paths.txt GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/github-path GITHUB_REPOSITORY_OWNER:jsoref GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:7b930312f882368184ec4fde5513b6e598e44e5e GITHUB_TOKEN: GITHUB_WORKFLOW:env-and-path GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/github-path IMAGE_OS:ubuntu20 ImageOS:ubuntu20 LSB_RELEASE:20.04 PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/someFolder:/root/someOtherFolder RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: RUNNER_USER:root RUN_TOOL_CACHE:/opt/hostedtoolcache USER:root] [env-and-path/build] ⭐ Run Check PATH DEBU[0001] Wrote command ' echo "${PATH}" if [[ ! "${PATH}" =~ .*"$HOME/"someOtherFolder.*"$HOME/"someFolder.* ]]; then echo "${PATH} doesn't match .*someOtherFolder.*someFolder.*" exit 1 fi ' to 'workflow/2' DEBU[0001] Writing entry to tarball workflow/2 len:168 [env-and-path/build] Extracting content to '/Users/jsoref/code/nektos/issues/github-path' [env-and-path/build] Exec command '[bash --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/github-path/workflow/2]' | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/someFolder:/root/someOtherFolder | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/someFolder:/root/someOtherFolder doesn't match .*someOtherFolder.*someFolder.* [env-and-path/build] ❌ Failure - Check PATH DEBU[0001] exit with `FAILURE`: 1 DEBU[0001] exit with `FAILURE`: 1 DEBU[0001] exit with `FAILURE`: 1 DEBU[0001] exit with `FAILURE`: 1 DEBU[0001] exit with `FAILURE`: 1 DEBU[0001] exit with `FAILURE`: 1 DEBU[0001] exit with `FAILURE`: 1 Error: exit with `FAILURE`: 1 ``` </details>
https://github.com/nektos/act/issues/689
https://github.com/nektos/act/pull/690
38f6dfb49a7e3cee826911e36f0c990813282d28
29ea8cfc4e00401b144cd29643a61ca089efd7e9
"2021-05-18T07:02:01Z"
go
"2021-05-18T13:22:39Z"
closed
nektos/act
https://github.com/nektos/act
678
["pkg/runner/run_context.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go", "pkg/runner/step_context_test.go", "pkg/runner/testdata/checkout/push.yml"]
Issue: Checkout fails on 0.2.22 - "Input required and not supplied: token"
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- - Paste output of `act --version` inside the code block below - If you've built `act` yourself, please provide commit hash --> ``` 0.2.22 ``` ## Expected behaviour <!-- - Describe how whole process should go and finish --> The checkout action's behavior is different between 0.2.21 and 0.22.22. In 0.2.21, checkout seemed to `docker cp` the repository into the image rather than perform an actual checkout. This was desirable because local changes to actions and associated scripts were properly consumed without having to push them to the repository. ## Actual behaviour act 0.2.22 actually checks out the repo. This has two immediate downsides: 1. The repo now seems to require a token when it did not before. 2. Even if I supply a token, I now don't have any other local changes I have to scripts that support my actions because the code was actually cloned instead of cp'd from my local workspace. <!-- - Describe the issue --> ## Workflow and/or repository My checkout action was this: ``` - name: Check out code uses: actions/checkout@v2 ``` <!-- - Provide workflow with which we can reproduce the issue OR - Provide link to your GitHub repository that contains the workflow <details> <summary>workflow</summary> ```none name: example workflow on: [push] jobs: [...] ``` </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` --> ## `act` output <!-- - Use `act` with `-v`/`--verbose` and paste output from your terminal in code block below --> <details> <summary>Log</summary> ``` [create-terraform-resources/build] ⭐ Run Check out code [create-terraform-resources/build] ☁ git clone 'https://github.com/actions/checkout' # ref=v2 [create-terraform-resources/build] 🐳 docker cp src=/root/.cache/act/actions-checkout@v2/ dst=/home/sre/sre/_actions/actions-checkout@v2/ [create-terraform-resources/build] ❓ ::save-state name=isPost,::true [create-terraform-resources/build] 💬 ::debug::GITHUB_WORKSPACE = '/home/sre/sre' [create-terraform-resources/build] 💬 ::debug::qualified repository = 'LexmarkDevOps/SRE' [create-terraform-resources/build] 💬 ::debug::ref = 'refs/heads/feature/create-terraform-resources-action' [create-terraform-resources/build] 💬 ::debug::commit = '0d9d65062e5eacaea789c88c7e081cd5c963452a' [create-terraform-resources/build] 💬 ::debug::clean = true [create-terraform-resources/build] 💬 ::debug::fetch depth = 1 [create-terraform-resources/build] 💬 ::debug::lfs = false [create-terraform-resources/build] 💬 ::debug::submodules = false [create-terraform-resources/build] 💬 ::debug::recursive submodules = false [create-terraform-resources/build] ❗ ::error::Input required and not supplied: token [create-terraform-resources/build] ❌ Failure - Check out code ``` </details> Note: I'm new to using act and GitHub Actions, so please let me know if I should do something differently in my workflow.
https://github.com/nektos/act/issues/678
https://github.com/nektos/act/pull/680
aa68181f6b3df2ff24a523800871c3c5ccdf76be
ef0da2ab9e2bf21184058ef43a6c25d64dad35f7
"2021-05-07T15:32:48Z"
go
"2021-05-10T15:12:57Z"
closed
nektos/act
https://github.com/nektos/act
664
["pkg/runner/step_context.go", "pkg/runner/testdata/local-action-docker-url/push.yml", "pkg/runner/testdata/local-action-dockerfile/push.yml", "pkg/runner/testdata/local-action-js/push.yml"]
Issue: Composite action does not have feature parity for env list
## Act version ```none $ act --version act version 0.2.21-9-gf56b21f ``` ## Expected behaviour For a composite action, variables in the `env` list should be properly evaluated, as in the actual github workflows. ## Actual behaviour Those env variables are not evaluated and substituted. ## Workflow and/or repository <details> <summary>Log</summary> ``` name: 'DevHost rsync' description: 'Perform a rsync of a file or a folder to the DevHost.' inputs: hostname: description: 'Hostname of the DevHost server.' required: true user: description: 'User of the DevHost server.' required: true ssh_key: description: 'SSH key for the user of the DevHost server.' required: true local_path: description: 'Local path of the file or folder to sync.' required: true remote_path: description: 'Remote path of the file or folder to sync.' required: true download: description: 'Perform download instead of upload.' required: false outputs: time: # id of output description: 'The time we greeted you' runs: using: 'composite' steps: - run: ${{ github.action_path }}/action.sh shell: bash env: INPUT_DEV_HOST_HOSTNAME: ${{ inputs.hostname }} INPUT_DEV_HOST_USER: ${{ inputs.user }} INPUT_DEV_HOST_SSH_KEY: ${{ inputs.ssh_key }} INPUT_LOCAL_PATH: ${{ inputs.local_path }} INPUT_REMOTE_PATH: ${{ inputs.remote_path }} INPUT_DOWNLOAD: ${{ inputs.download }} ``` </details> ## `act` output <details> <summary>Log</summary> ```none [CI Master/Test rsync action] ⭐ Run Test rsync action locally | + SSH_OPTS='-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' | + rsync -Pav -e 'ssh -i ssh.key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' '${{' inputs.local_path '}}' '${{' inputs.user '}}@${{' inputs.hostname '}}:${{' inputs.remote_path '}}' | Unexpected remote arg: }}:${{ | rsync error: syntax or usage error (code 1) at main.c(1372) [sender=3.1.3] [CI Master/Test rsync action] ❌ Failure - Test rsync action locally Error: exit with `FAILURE`: 1 ``` </details>
https://github.com/nektos/act/issues/664
https://github.com/nektos/act/pull/712
003c995b36b09d8e878d28ce6ff7cfe8e05e89ae
e5d4886787185d2c5281a0222aa590f951ebee55
"2021-05-05T07:47:23Z"
go
"2021-06-10T15:28:23Z"
closed
nektos/act
https://github.com/nektos/act
657
["pkg/common/git/git.go", "pkg/common/git/git_test.go"]
Enhancement: working with git worktree
## Describe feature For a working act workflow, when you are using `git worktree` ACT does not work. It does not fill repository data, certainly because it does not follow links in `.git` file in a git worktree. If there is a workaround, i'd take it! :) Example: ``` 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 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 ``` ``` $ cat .git gitdir: /home/xxx/yyy/zzz.git/worktrees/dev ```
https://github.com/nektos/act/issues/657
https://github.com/nektos/act/pull/1530
3e23b4fbb558bc4e8bdc72d4f75e0d94e5be3bf1
7ebcc1c816900eadc98cbbbcda1ac3c6fcf23ab8
"2021-05-04T15:52:06Z"
go
"2023-01-19T06:29:23Z"
closed
nektos/act
https://github.com/nektos/act
645
["IMAGES.md", "README.md", "cmd/platforms.go", "cmd/root.go"]
Ubuntu 16.04 environment will be removed on September 20, 2021
GitHub will phase out Ubuntu 16.04 runners (`ubuntu-16.04`). Default image for `ubuntu-16.04` will be removed from `act` but you should still be able to run your workflows with `-P ubuntu-16.04=<docker image>`. Ref: https://github.com/actions/virtual-environments/issues/3287 I'll create PR later.
https://github.com/nektos/act/issues/645
https://github.com/nektos/act/pull/821
aa080d0ed9a2120415bf80a8575c0a378934185b
17652ce80e49feecef967adcb12797ee55424f86
"2021-04-29T12:11:48Z"
go
"2021-09-22T19:43:58Z"
closed
nektos/act
https://github.com/nektos/act
641
[".github/workflows/push.yml"]
[Build] Issue: MacOS Github Docker Install Times are crazy
MacOS Tests can take nearly a half hour to run, most of that is a very variable amount of time to install docker. Recommend disabling it until a more stable method can be defined (use cache action after docker is installed maybe?) https://github.com/nektos/act/runs/2444025568?check_suite_focus=true
https://github.com/nektos/act/issues/641
https://github.com/nektos/act/pull/643
f56b21f6c3549b347413d338dfdd0d238eb534b6
3e768cd91695af12bdf860ba49a0f992854b9c87
"2021-04-27T03:10:12Z"
go
"2021-05-02T15:13:30Z"
closed
nektos/act
https://github.com/nektos/act
640
["pkg/runner/step_context.go", "pkg/runner/testdata/local-action-docker-url/push.yml", "pkg/runner/testdata/local-action-dockerfile/push.yml", "pkg/runner/testdata/local-action-js/push.yml"]
Issue: working-directory property don't seems to work with ${{ }} vars
## Act version ```none act version 0.2.21 ``` ## Actual behaviour ``` [Terraform/terraform] ⭐ Run Terraform credentials | /home/ludo/Web/lm/workflow/4: line 1: ${{ env.TERRAFORM_WORKINGDIR }}: bad substitution ``` The same works on github actions ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: 'Terraform' on: workflow_dispatch: push: branches: - develop env: TERRAFORM_WORKINGDIR: terraform jobs: terraform: runs-on: ubuntu-20.04 steps: - name: Checkout uses: actions/checkout@v2 - name: Terraform Init id: init working-directory: "${{ env.TERRAFORM_WORKINGDIR }}" run: terraform init ``` </details>
https://github.com/nektos/act/issues/640
https://github.com/nektos/act/pull/712
003c995b36b09d8e878d28ce6ff7cfe8e05e89ae
e5d4886787185d2c5281a0222aa590f951ebee55
"2021-04-26T16:45:24Z"
go
"2021-06-10T15:28:23Z"
closed
nektos/act
https://github.com/nektos/act
627
["pkg/container/docker_run.go"]
Issue: Race condition: "Exec command ... is already running"
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- Paste output of `act --version` --> ```none act version 0.2.21 ``` ## Expected behaviour act should not log `Error: Exec command ... is already running`. Further: act should not exit with status code `0` when the above mentioned error occurs. ## Actual behaviour Running act randomly logs `Error: Exec command ... is already running`, which seems to be a race condition when talking to the docker daemon ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: CI on: [push] jobs: test: runs-on: ubuntu-latest steps: - name: Install dependencies run: sleep 2 build: runs-on: ubuntu-latest steps: - name: Install dependencies run: sleep 2 one: runs-on: ubuntu-latest steps: - name: Install dependencies run: sleep 2 two: runs-on: ubuntu-latest steps: - name: Install dependencies run: sleep 2 ``` </details> ## Steps to reproduce <!-- Make sure to include command you used to run `act` e.g.: 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. Take example workflow from above 2. Run act -v repeatedly (usually it occurs in the first 5-10 retries) ## Additional information I have `act` checked out locally and can compile it to include additional debug information or to try some things out. I'm not an expert with go, but if someone could give me some pointers on where to look or what to try, I'd be happy to prepare a pull request to fix this issue. ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none DEBU[0000] Loading environment from /tmp/trigger-act/.env DEBU[0000] Loading secrets from /tmp/trigger-act/.secrets DEBU[0000] Loading workflows from '/tmp/trigger-act/.github/workflows' DEBU[0000] Reading workflow '/tmp/trigger-act/.github/workflows/ci.yml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main DEBU[0000] context env => map[ACT:true] DEBU[0000] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main DEBU[0000] context env => map[ACT:true] DEBU[0000] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main DEBU[0000] context env => map[ACT:true] DEBU[0000] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main DEBU[0000] context env => map[ACT:true] [CI/two ] 🚀 Start image=node:12.6-buster-slim [CI/test ] 🚀 Start image=node:12.6-buster-slim [CI/one ] 🚀 Start image=node:12.6-buster-slim [CI/build] 🚀 Start image=node:12.6-buster-slim DEBU[0000] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main [CI/two ] 🐳 docker pull node:12.6-buster-slim DEBU[0000] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0000] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0000] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main [CI/build] 🐳 docker pull node:12.6-buster-slim DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0000] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main DEBU[0000] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' [CI/one ] 🐳 docker pull node:12.6-buster-slim DEBU[0000] HEAD matches refs/heads/main DEBU[0000] using github ref: refs/heads/main [CI/test ] 🐳 docker pull node:12.6-buster-slim DEBU[0000] Image exists? true DEBU[0000] Image exists? true DEBU[0000] Image exists? true [CI/build] 🐳 docker create image=node:12.6-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/two ] 🐳 docker create image=node:12.6-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] DEBU[0000] Image exists? true [CI/one ] 🐳 docker create image=node:12.6-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/test ] 🐳 docker create image=node:12.6-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/two ] Created container name=act-CI-two id=a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c from image node:12.6-buster-slim (platform: linux/amd64) [CI/two ] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [CI/two ] 🐳 docker run image=node:12.6-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/two ] Starting container: a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c [CI/build] Created container name=act-CI-build id=d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 from image node:12.6-buster-slim (platform: linux/amd64) [CI/build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [CI/build] 🐳 docker run image=node:12.6-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/build] Starting container: d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 [CI/one ] Created container name=act-CI-one id=ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 from image node:12.6-buster-slim (platform: linux/amd64) [CI/one ] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [CI/one ] 🐳 docker run image=node:12.6-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/one ] Starting container: ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 [CI/test ] Created container name=act-CI-test id=7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f from image node:12.6-buster-slim (platform: linux/amd64) [CI/test ] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [CI/test ] 🐳 docker run image=node:12.6-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/test ] Starting container: 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f [CI/test ] Started container: 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f DEBU[0001] Writing entry to tarball workflow/event.json len:2 DEBU[0001] Writing entry to tarball workflow/envs.txt len:0 DEBU[0001] Writing entry to tarball home/.act len:0 [CI/test ] Extracting content to '/tmp' [CI/two ] Started container: a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c DEBU[0001] Writing entry to tarball workflow/event.json len:2 [CI/build] Started container: d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 DEBU[0001] Writing entry to tarball workflow/event.json len:2 DEBU[0001] Writing entry to tarball workflow/envs.txt len:0 DEBU[0001] Writing entry to tarball workflow/envs.txt len:0 DEBU[0001] Writing entry to tarball home/.act len:0 [CI/build] Extracting content to '/tmp' DEBU[0001] Writing entry to tarball home/.act len:0 [CI/two ] Extracting content to '/tmp' [CI/one ] Started container: ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 DEBU[0002] Writing entry to tarball workflow/event.json len:2 DEBU[0002] Writing entry to tarball workflow/envs.txt len:0 DEBU[0002] Writing entry to tarball home/.act len:0 [CI/one ] Extracting content to '/tmp' DEBU[0002] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0002] HEAD matches refs/heads/main DEBU[0002] using github ref: refs/heads/main DEBU[0002] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0002] HEAD matches refs/heads/main DEBU[0002] using github ref: refs/heads/main DEBU[0002] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0002] HEAD matches refs/heads/main DEBU[0002] using github ref: refs/heads/main DEBU[0002] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0002] HEAD matches refs/heads/main DEBU[0002] using github ref: refs/heads/main DEBU[0002] context env => map[ACT:true] DEBU[0002] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:some/repo GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:eade2b8510bb499e327fa2e750fcf272fdea5e0c GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/tmp/trigger-act HOME:/tmp/home ImageOS:ubuntu20] [CI/test ] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:some/repo GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:eade2b8510bb499e327fa2e750fcf272fdea5e0c GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/tmp/trigger-act HOME:/tmp/home ImageOS:ubuntu20] [CI/test ] ⭐ Run Install dependencies DEBU[0002] Wrote command ' sleep 2 ' to 'workflow/0' DEBU[0002] Writing entry to tarball workflow/0 len:7 [CI/test ] Extracting content to '/tmp/' DEBU[0002] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0002] HEAD matches refs/heads/main DEBU[0002] using github ref: refs/heads/main DEBU[0002] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0002] HEAD matches refs/heads/main DEBU[0002] using github ref: refs/heads/main DEBU[0002] context env => map[ACT:true] DEBU[0002] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:some/repo GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:eade2b8510bb499e327fa2e750fcf272fdea5e0c GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/tmp/trigger-act HOME:/tmp/home ImageOS:ubuntu20] [CI/two ] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:some/repo GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:eade2b8510bb499e327fa2e750fcf272fdea5e0c GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/tmp/trigger-act HOME:/tmp/home ImageOS:ubuntu20] [CI/two ] ⭐ Run Install dependencies DEBU[0002] Wrote command ' sleep 2 ' to 'workflow/0' DEBU[0002] Writing entry to tarball workflow/0 len:7 [CI/two ] Extracting content to '/tmp/' DEBU[0002] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0002] HEAD matches refs/heads/main DEBU[0002] using github ref: refs/heads/main DEBU[0002] context env => map[ACT:true] DEBU[0002] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:some/repo GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:eade2b8510bb499e327fa2e750fcf272fdea5e0c GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/tmp/trigger-act HOME:/tmp/home ImageOS:ubuntu20] [CI/one ] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:some/repo GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:eade2b8510bb499e327fa2e750fcf272fdea5e0c GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/tmp/trigger-act HOME:/tmp/home ImageOS:ubuntu20] [CI/one ] ⭐ Run Install dependencies DEBU[0002] Wrote command ' sleep 2 ' to 'workflow/0' DEBU[0002] Writing entry to tarball workflow/0 len:7 [CI/one ] Extracting content to '/tmp/' DEBU[0002] Loading slug from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] Loading revision from git directory '/tmp/trigger-act/.git' DEBU[0002] Found revision: eade2b8510bb499e327fa2e750fcf272fdea5e0c DEBU[0002] HEAD points to 'eade2b8510bb499e327fa2e750fcf272fdea5e0c' DEBU[0002] HEAD matches refs/heads/main DEBU[0002] using github ref: refs/heads/main DEBU[0002] context env => map[ACT:true] DEBU[0002] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:some/repo GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:eade2b8510bb499e327fa2e750fcf272fdea5e0c GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/tmp/trigger-act HOME:/tmp/home ImageOS:ubuntu20] [CI/build] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/tmp/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/tmp/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:some/repo GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:eade2b8510bb499e327fa2e750fcf272fdea5e0c GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/tmp/trigger-act HOME:/tmp/home ImageOS:ubuntu20] [CI/build] ⭐ Run Install dependencies DEBU[0002] Wrote command ' sleep 2 ' to 'workflow/0' DEBU[0002] Writing entry to tarball workflow/0 len:7 [CI/build] Extracting content to '/tmp/' [CI/two ] Exec command '[bash --login --noprofile --norc -e -o pipefail /tmp/workflow/0]' [CI/test ] Exec command '[bash --login --noprofile --norc -e -o pipefail /tmp/workflow/0]' [CI/one ] Exec command '[bash --login --noprofile --norc -e -o pipefail /tmp/workflow/0]' [CI/build] Exec command '[bash --login --noprofile --norc -e -o pipefail /tmp/workflow/0]' [CI/two ] ✅ Success - Install dependencies | Error: Exec command 7c448e25ad3b1bf0088d2f62239035c8976e315e8d02b192eb60da4caf51bdbd is already running [CI/one ] ✅ Success - Install dependencies [CI/test ] ✅ Success - Install dependencies [CI/build] ✅ Success - Install dependencies [CI/test ] Removed container: 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f [CI/test ] 🐳 docker volume rm act-CI-test [CI/build] Removed container: d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 [CI/build] 🐳 docker volume rm act-CI-build [CI/one ] Removed container: ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 [CI/one ] 🐳 docker volume rm act-CI-one [CI/two ] Removed container: a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c [CI/two ] 🐳 docker volume rm act-CI-two ``` </details> ## `docker` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none Apr 22 20:41:48 dockerd[714]: time="2021-04-22T20:41:48.933574218+02:00" level=debug msg="garbage collected" d=35.772433ms Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.609751698+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.610008227+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.612721798+02:00" level=debug msg="Calling GET /v1.41/images/json?filters=%7B%22reference%22%3A%7B%22node%3A12.6-buster-slim%22%3Atrue%7D%7D" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.613887803+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.613895161+02:00" level=debug msg="Calling GET /v1.41/images/json?filters=%7B%22reference%22%3A%7B%22node%3A12.6-buster-slim%22%3Atrue%7D%7D" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.614918972+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.616864592+02:00" level=debug msg="Calling GET /v1.41/images/json?filters=%7B%22reference%22%3A%7B%22node%3A12.6-buster-slim%22%3Atrue%7D%7D" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.626467598+02:00" level=debug msg="Calling GET /v1.41/images/json?filters=%7B%22reference%22%3A%7B%22node%3A12.6-buster-slim%22%3Atrue%7D%7D" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.630525585+02:00" level=debug msg="Calling GET /v1.41/images/sha256:e6e2b19326d7195c56996e6fba898c625576cc13d9f66b598ba63f8e89955575/json" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.634117489+02:00" level=debug msg="Calling GET /v1.41/images/sha256:e6e2b19326d7195c56996e6fba898c625576cc13d9f66b598ba63f8e89955575/json" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.634970036+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.634515561+02:00" level=debug msg="Calling GET /v1.41/images/sha256:e6e2b19326d7195c56996e6fba898c625576cc13d9f66b598ba63f8e89955575/json" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.638411134+02:00" level=debug msg="Calling GET /v1.41/containers/json?all=1&limit=0" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.639440049+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.640504917+02:00" level=debug msg="Calling GET /v1.41/containers/json?all=1&limit=0" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.643480899+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.643862286+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.644591140+02:00" level=debug msg="Calling GET /v1.41/containers/json?all=1&limit=0" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.645736216+02:00" level=debug msg="Calling GET /v1.41/volumes" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.645916018+02:00" level=debug msg=VolumeStore.Find ByType=service.CustomFilter ByValue=0x56199c6fb140 Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.648223677+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.648331319+02:00" level=debug msg="Calling GET /v1.41/images/sha256:e6e2b19326d7195c56996e6fba898c625576cc13d9f66b598ba63f8e89955575/json" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.648575544+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.650282125+02:00" level=debug msg="Calling GET /v1.41/volumes" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.650468034+02:00" level=debug msg=VolumeStore.Find ByType=service.CustomFilter ByValue=0x56199c6fb140 Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.651143486+02:00" level=debug msg="Calling GET /v1.41/containers/json?all=1&limit=0" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.652178015+02:00" level=debug msg="Calling GET /v1.41/containers/json?all=1&limit=0" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.657168217+02:00" level=debug msg="Calling GET /v1.41/volumes" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.657500587+02:00" level=debug msg=VolumeStore.Find ByType=service.CustomFilter ByValue=0x56199c6fb140 Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.659229960+02:00" level=debug msg="Calling GET /v1.41/version" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.660132742+02:00" level=debug msg="Calling GET /v1.41/containers/json?all=1&limit=0" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.661371599+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.672460085+02:00" level=debug msg="Calling GET /v1.41/version" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.663204241+02:00" level=debug msg="Calling GET /v1.41/version" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.680290209+02:00" level=debug msg="Calling GET /v1.41/containers/json?all=1&limit=0" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.687790644+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.689410664+02:00" level=debug msg="Calling GET /v1.41/volumes" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.689613710+02:00" level=debug msg=VolumeStore.Find ByType=service.CustomFilter ByValue=0x56199c6fb140 Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.691921533+02:00" level=debug msg="Calling GET /v1.41/containers/json?all=1&limit=0" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.702518962+02:00" level=debug msg="Calling GET /v1.41/version" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.731990341+02:00" level=debug msg="Calling POST /v1.41/containers/create?name=act-CI-build&platform=linux%2Famd64" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.732885981+02:00" level=debug msg="form data: {\"AttachStderr\":false,\"AttachStdin\":false,\"AttachStdout\":false,\"Cmd\":null,\"Domainname\":\"\",\"Entrypoint\":[\"/usr/bin/tail\",\"-f\",\"/dev/null\"],\"Env\":[\"RUNNER_TOOL_CACHE=/opt/hostedtoolcache\",\"RUNNER_OS=Linux\",\"RUNNER_TEMP=/tmp\"],\"HostConfig\":{\"AutoRemove\":false,\"Binds\":[\"/var/run/docker.sock:/var/run/docker.sock\"],\"BlkioDeviceReadBps\":null,\"BlkioDeviceReadIOps\":null,\"BlkioDeviceWriteBps\":null,\"BlkioDeviceWriteIOps\":null,\"BlkioWeight\":0,\"BlkioWeightDevice\":null,\"CapAdd\":null,\"CapDrop\":null,\"Cgroup\":\"\",\"CgroupParent\":\"\",\"CgroupnsMode\":\"\",\"ConsoleSize\":[0,0],\"ContainerIDFile\":\"\",\"CpuCount\":0,\"CpuPercent\":0,\"CpuPeriod\":0,\"CpuQuota\":0,\"CpuRealtimePeriod\":0,\"CpuRealtimeRuntime\":0,\"CpuShares\":0,\"CpusetCpus\":\"\",\"CpusetMems\":\"\",\"DeviceCgroupRules\":null,\"DeviceRequests\":null,\"Devices\":null,\"Dns\":null,\"DnsOptions\":null,\"DnsSearch\":null,\"ExtraHosts\":null,\"GroupAdd\":null,\"IOMaximumBandwidth\":0,\"IOMaximumIOps\":0,\"IpcMode\":\"\",\"Isolation\":\"\",\"KernelMemory\":0,\"KernelMemoryTCP\":0,\"Links\":null,\"LogConfig\":{\"Config\":null,\"Type\":\"\"},\"MaskedPaths\":null,\"Memory\":0,\"MemoryReservation\":0,\"MemorySwap\":0,\"MemorySwappiness\":null,\"Mounts\":[{\"Source\":\"act-toolcache\",\"Target\":\"/toolcache\",\"Type\":\"volume\"},{\"Source\":\"act-actions\",\"Target\":\"/actions\",\"Type\":\"volume\"},{\"Source\":\"act-CI-build\",\"Target\":\"/tmp\",\"Type\":\"volume\"}],\"NanoCpus\":0,\"NetworkMode\":\"host\",\"OomKillDisable\":null,\"OomScoreAdj\":0,\"PidMode\":\"\",\"PidsLimit\":null,\"PortBindings\":null,\"Privileged\":false,\"PublishAllPorts\":false,\"ReadonlyPaths\":null,\"ReadonlyRootfs\":false,\"RestartPolicy\":{\"MaximumRetryCount\":0,\"Name\":\"\"},\"SecurityOpt\":null,\"ShmSize\":0,\"UTSMode\":\"\",\"Ulimits\":null,\"UsernsMode\":\"\",\"VolumeDriver\":\"\",\"VolumesFrom\":null},\"Hostname\":\"\",\"Image\":\"node:12.6-buster-slim\",\"Labels\":null,\"NetworkingConfig\":null,\"OnBuild\":null,\"OpenStdin\":false,\"Platform\":null,\"StdinOnce\":false,\"Tty\":true,\"User\":\"\",\"Volumes\":null,\"WorkingDir\":\"/tmp/trigger-act\"}" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.733781582+02:00" level=debug msg="Calling POST /v1.41/containers/create?name=act-CI-two&platform=linux%2Famd64" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.734475320+02:00" level=debug msg="form data: {\"AttachStderr\":false,\"AttachStdin\":false,\"AttachStdout\":false,\"Cmd\":null,\"Domainname\":\"\",\"Entrypoint\":[\"/usr/bin/tail\",\"-f\",\"/dev/null\"],\"Env\":[\"RUNNER_TOOL_CACHE=/opt/hostedtoolcache\",\"RUNNER_OS=Linux\",\"RUNNER_TEMP=/tmp\"],\"HostConfig\":{\"AutoRemove\":false,\"Binds\":[\"/var/run/docker.sock:/var/run/docker.sock\"],\"BlkioDeviceReadBps\":null,\"BlkioDeviceReadIOps\":null,\"BlkioDeviceWriteBps\":null,\"BlkioDeviceWriteIOps\":null,\"BlkioWeight\":0,\"BlkioWeightDevice\":null,\"CapAdd\":null,\"CapDrop\":null,\"Cgroup\":\"\",\"CgroupParent\":\"\",\"CgroupnsMode\":\"\",\"ConsoleSize\":[0,0],\"ContainerIDFile\":\"\",\"CpuCount\":0,\"CpuPercent\":0,\"CpuPeriod\":0,\"CpuQuota\":0,\"CpuRealtimePeriod\":0,\"CpuRealtimeRuntime\":0,\"CpuShares\":0,\"CpusetCpus\":\"\",\"CpusetMems\":\"\",\"DeviceCgroupRules\":null,\"DeviceRequests\":null,\"Devices\":null,\"Dns\":null,\"DnsOptions\":null,\"DnsSearch\":null,\"ExtraHosts\":null,\"GroupAdd\":null,\"IOMaximumBandwidth\":0,\"IOMaximumIOps\":0,\"IpcMode\":\"\",\"Isolation\":\"\",\"KernelMemory\":0,\"KernelMemoryTCP\":0,\"Links\":null,\"LogConfig\":{\"Config\":null,\"Type\":\"\"},\"MaskedPaths\":null,\"Memory\":0,\"MemoryReservation\":0,\"MemorySwap\":0,\"MemorySwappiness\":null,\"Mounts\":[{\"Source\":\"act-toolcache\",\"Target\":\"/toolcache\",\"Type\":\"volume\"},{\"Source\":\"act-actions\",\"Target\":\"/actions\",\"Type\":\"volume\"},{\"Source\":\"act-CI-two\",\"Target\":\"/tmp\",\"Type\":\"volume\"}],\"NanoCpus\":0,\"NetworkMode\":\"host\",\"OomKillDisable\":null,\"OomScoreAdj\":0,\"PidMode\":\"\",\"PidsLimit\":null,\"PortBindings\":null,\"Privileged\":false,\"PublishAllPorts\":false,\"ReadonlyPaths\":null,\"ReadonlyRootfs\":false,\"RestartPolicy\":{\"MaximumRetryCount\":0,\"Name\":\"\"},\"SecurityOpt\":null,\"ShmSize\":0,\"UTSMode\":\"\",\"Ulimits\":null,\"UsernsMode\":\"\",\"VolumeDriver\":\"\",\"VolumesFrom\":null},\"Hostname\":\"\",\"Image\":\"node:12.6-buster-slim\",\"Labels\":null,\"NetworkingConfig\":null,\"OnBuild\":null,\"OpenStdin\":false,\"Platform\":null,\"StdinOnce\":false,\"Tty\":true,\"User\":\"\",\"Volumes\":null,\"WorkingDir\":\"/tmp/trigger-act\"}" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.736101024+02:00" level=debug msg="Calling POST /v1.41/containers/create?name=act-CI-one&platform=linux%2Famd64" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.736979518+02:00" level=debug msg="form data: {\"AttachStderr\":false,\"AttachStdin\":false,\"AttachStdout\":false,\"Cmd\":null,\"Domainname\":\"\",\"Entrypoint\":[\"/usr/bin/tail\",\"-f\",\"/dev/null\"],\"Env\":[\"RUNNER_TOOL_CACHE=/opt/hostedtoolcache\",\"RUNNER_OS=Linux\",\"RUNNER_TEMP=/tmp\"],\"HostConfig\":{\"AutoRemove\":false,\"Binds\":[\"/var/run/docker.sock:/var/run/docker.sock\"],\"BlkioDeviceReadBps\":null,\"BlkioDeviceReadIOps\":null,\"BlkioDeviceWriteBps\":null,\"BlkioDeviceWriteIOps\":null,\"BlkioWeight\":0,\"BlkioWeightDevice\":null,\"CapAdd\":null,\"CapDrop\":null,\"Cgroup\":\"\",\"CgroupParent\":\"\",\"CgroupnsMode\":\"\",\"ConsoleSize\":[0,0],\"ContainerIDFile\":\"\",\"CpuCount\":0,\"CpuPercent\":0,\"CpuPeriod\":0,\"CpuQuota\":0,\"CpuRealtimePeriod\":0,\"CpuRealtimeRuntime\":0,\"CpuShares\":0,\"CpusetCpus\":\"\",\"CpusetMems\":\"\",\"DeviceCgroupRules\":null,\"DeviceRequests\":null,\"Devices\":null,\"Dns\":null,\"DnsOptions\":null,\"DnsSearch\":null,\"ExtraHosts\":null,\"GroupAdd\":null,\"IOMaximumBandwidth\":0,\"IOMaximumIOps\":0,\"IpcMode\":\"\",\"Isolation\":\"\",\"KernelMemory\":0,\"KernelMemoryTCP\":0,\"Links\":null,\"LogConfig\":{\"Config\":null,\"Type\":\"\"},\"MaskedPaths\":null,\"Memory\":0,\"MemoryReservation\":0,\"MemorySwap\":0,\"MemorySwappiness\":null,\"Mounts\":[{\"Source\":\"act-actions\",\"Target\":\"/actions\",\"Type\":\"volume\"},{\"Source\":\"act-CI-one\",\"Target\":\"/tmp\",\"Type\":\"volume\"},{\"Source\":\"act-toolcache\",\"Target\":\"/toolcache\",\"Type\":\"volume\"}],\"NanoCpus\":0,\"NetworkMode\":\"host\",\"OomKillDisable\":null,\"OomScoreAdj\":0,\"PidMode\":\"\",\"PidsLimit\":null,\"PortBindings\":null,\"Privileged\":false,\"PublishAllPorts\":false,\"ReadonlyPaths\":null,\"ReadonlyRootfs\":false,\"RestartPolicy\":{\"MaximumRetryCount\":0,\"Name\":\"\"},\"SecurityOpt\":null,\"ShmSize\":0,\"UTSMode\":\"\",\"Ulimits\":null,\"UsernsMode\":\"\",\"VolumeDriver\":\"\",\"VolumesFrom\":null},\"Hostname\":\"\",\"Image\":\"node:12.6-buster-slim\",\"Labels\":null,\"NetworkingConfig\":null,\"OnBuild\":null,\"OpenStdin\":false,\"Platform\":null,\"StdinOnce\":false,\"Tty\":true,\"User\":\"\",\"Volumes\":null,\"WorkingDir\":\"/tmp/trigger-act\"}" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.752614296+02:00" level=debug msg="Calling POST /v1.41/containers/create?name=act-CI-test&platform=linux%2Famd64" Apr 22 20:41:52 dockerd[543]: time="2021-04-22T20:41:52.752929851+02:00" level=debug msg="form data: {\"AttachStderr\":false,\"AttachStdin\":false,\"AttachStdout\":false,\"Cmd\":null,\"Domainname\":\"\",\"Entrypoint\":[\"/usr/bin/tail\",\"-f\",\"/dev/null\"],\"Env\":[\"RUNNER_TOOL_CACHE=/opt/hostedtoolcache\",\"RUNNER_OS=Linux\",\"RUNNER_TEMP=/tmp\"],\"HostConfig\":{\"AutoRemove\":false,\"Binds\":[\"/var/run/docker.sock:/var/run/docker.sock\"],\"BlkioDeviceReadBps\":null,\"BlkioDeviceReadIOps\":null,\"BlkioDeviceWriteBps\":null,\"BlkioDeviceWriteIOps\":null,\"BlkioWeight\":0,\"BlkioWeightDevice\":null,\"CapAdd\":null,\"CapDrop\":null,\"Cgroup\":\"\",\"CgroupParent\":\"\",\"CgroupnsMode\":\"\",\"ConsoleSize\":[0,0],\"ContainerIDFile\":\"\",\"CpuCount\":0,\"CpuPercent\":0,\"CpuPeriod\":0,\"CpuQuota\":0,\"CpuRealtimePeriod\":0,\"CpuRealtimeRuntime\":0,\"CpuShares\":0,\"CpusetCpus\":\"\",\"CpusetMems\":\"\",\"DeviceCgroupRules\":null,\"DeviceRequests\":null,\"Devices\":null,\"Dns\":null,\"DnsOptions\":null,\"DnsSearch\":null,\"ExtraHosts\":null,\"GroupAdd\":null,\"IOMaximumBandwidth\":0,\"IOMaximumIOps\":0,\"IpcMode\":\"\",\"Isolation\":\"\",\"KernelMemory\":0,\"KernelMemoryTCP\":0,\"Links\":null,\"LogConfig\":{\"Config\":null,\"Type\":\"\"},\"MaskedPaths\":null,\"Memory\":0,\"MemoryReservation\":0,\"MemorySwap\":0,\"MemorySwappiness\":null,\"Mounts\":[{\"Source\":\"act-toolcache\",\"Target\":\"/toolcache\",\"Type\":\"volume\"},{\"Source\":\"act-actions\",\"Target\":\"/actions\",\"Type\":\"volume\"},{\"Source\":\"act-CI-test\",\"Target\":\"/tmp\",\"Type\":\"volume\"}],\"NanoCpus\":0,\"NetworkMode\":\"host\",\"OomKillDisable\":null,\"OomScoreAdj\":0,\"PidMode\":\"\",\"PidsLimit\":null,\"PortBindings\":null,\"Privileged\":false,\"PublishAllPorts\":false,\"ReadonlyPaths\":null,\"ReadonlyRootfs\":false,\"RestartPolicy\":{\"MaximumRetryCount\":0,\"Name\":\"\"},\"SecurityOpt\":null,\"ShmSize\":0,\"UTSMode\":\"\",\"Ulimits\":null,\"UsernsMode\":\"\",\"VolumeDriver\":\"\",\"VolumesFrom\":null},\"Hostname\":\"\",\"Image\":\"node:12.6-buster-slim\",\"Labels\":null,\"NetworkingConfig\":null,\"OnBuild\":null,\"OpenStdin\":false,\"Platform\":null,\"StdinOnce\":false,\"Tty\":true,\"User\":\"\",\"Volumes\":null,\"WorkingDir\":\"/tmp/trigger-act\"}" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.493107236+02:00" level=debug msg="Probing all drivers for volume with name: act-CI-two" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.493230132+02:00" level=debug msg="Registering new volume reference: driver \"local\", name \"act-CI-two\"" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.567430496+02:00" level=debug msg="Probing all drivers for volume with name: act-CI-build" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.567569054+02:00" level=debug msg="Registering new volume reference: driver \"local\", name \"act-CI-build\"" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.657559909+02:00" level=debug msg="Probing all drivers for volume with name: act-CI-one" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.657650300+02:00" level=debug msg="Registering new volume reference: driver \"local\", name \"act-CI-one\"" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.733686443+02:00" level=debug msg="Probing all drivers for volume with name: act-CI-test" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.733869906+02:00" level=debug msg="Registering new volume reference: driver \"local\", name \"act-CI-test\"" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.740061198+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/e7acf029bb0481bc4402f61f230029282ea0f1e6a0ac10065474517ae7e66696 0x56199e7a7f40 0x56199e7a7f40}" container=a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.741249559+02:00" level=debug msg="copying image data from a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c:/toolcache, to act-toolcache" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.741447508+02:00" level=debug msg="copying image data from a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c:/actions, to act-actions" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.741549888+02:00" level=debug msg="copying image data from a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c:/tmp, to act-CI-two" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.815249341+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/46767a3bcf85d4af8c3950568bed2a65040064e0231205ffdd50f6b23e8a0484 0x56199e7a7f40 0x56199e7a7f40}" container=d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.816359612+02:00" level=debug msg="copying image data from d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45:/toolcache, to act-toolcache" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.816498038+02:00" level=debug msg="copying image data from d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45:/actions, to act-actions" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.816587414+02:00" level=debug msg="copying image data from d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45:/tmp, to act-CI-build" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.825014304+02:00" level=debug msg="Calling POST /v1.41/containers/a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c/start" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.825552936+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/e7acf029bb0481bc4402f61f230029282ea0f1e6a0ac10065474517ae7e66696 0x56199e7a7f40 0x56199e7a7f40}" container=a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.917788096+02:00" level=debug msg="Calling POST /v1.41/containers/d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45/start" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.918217519+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/46767a3bcf85d4af8c3950568bed2a65040064e0231205ffdd50f6b23e8a0484 0x56199e7a7f40 0x56199e7a7f40}" container=d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.925482387+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/f790566cc6b3bfd48a09986190c752144f18e222f4734156001a19e5b7657469 0x56199e7a7f40 0x56199e7a7f40}" container=ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.926100452+02:00" level=debug msg="copying image data from ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64:/toolcache, to act-toolcache" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.926156211+02:00" level=debug msg="copying image data from ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64:/actions, to act-actions" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.926191563+02:00" level=debug msg="copying image data from ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64:/tmp, to act-CI-one" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.971220629+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/b3808bc2109fccb876dc7a4b1fd3f94e217f8ce627462f1336bcdd747b159237 0x56199e7a7f40 0x56199e7a7f40}" container=7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.972178547+02:00" level=debug msg="Calling POST /v1.41/containers/ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64/start" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.973062954+02:00" level=debug msg="copying image data from 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f:/toolcache, to act-toolcache" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.973274513+02:00" level=debug msg="copying image data from 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f:/actions, to act-actions" Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.973325157+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/f790566cc6b3bfd48a09986190c752144f18e222f4734156001a19e5b7657469 0x56199e7a7f40 0x56199e7a7f40}" container=ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 Apr 22 20:41:53 dockerd[543]: time="2021-04-22T20:41:53.973378175+02:00" level=debug msg="copying image data from 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f:/tmp, to act-CI-test" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.028472209+02:00" level=debug msg="Calling POST /v1.41/containers/7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f/start" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.028916821+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/b3808bc2109fccb876dc7a4b1fd3f94e217f8ce627462f1336bcdd747b159237 0x56199e7a7f40 0x56199e7a7f40}" container=7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.152534948+02:00" level=debug msg="EnableService 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f START" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.152580199+02:00" level=debug msg="EnableService 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f DONE" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.211146849+02:00" level=debug msg="EnableService a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c START" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.211192880+02:00" level=debug msg="EnableService a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c DONE" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.226380350+02:00" level=debug msg="EnableService d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 START" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.226418753+02:00" level=debug msg="EnableService d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 DONE" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.255755299+02:00" level=debug msg="createSpec: cgroupsPath: system.slice:docker:a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.256162726+02:00" level=debug msg="bundle dir created" bundle=/var/run/docker/containerd/a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c module=libcontainerd namespace=moby root=/var/lib/docker/btrfs/subvolumes/e7acf029bb0481bc4402f61f230029282ea0f1e6a0ac10065474517ae7e66696 Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.260765806+02:00" level=debug msg="createSpec: cgroupsPath: system.slice:docker:7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.260824763+02:00" level=debug msg="createSpec: cgroupsPath: system.slice:docker:d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.262520718+02:00" level=debug msg="bundle dir created" bundle=/var/run/docker/containerd/7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f module=libcontainerd namespace=moby root=/var/lib/docker/btrfs/subvolumes/b3808bc2109fccb876dc7a4b1fd3f94e217f8ce627462f1336bcdd747b159237 Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.262521465+02:00" level=debug msg="bundle dir created" bundle=/var/run/docker/containerd/d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 module=libcontainerd namespace=moby root=/var/lib/docker/btrfs/subvolumes/46767a3bcf85d4af8c3950568bed2a65040064e0231205ffdd50f6b23e8a0484 Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.334628144+02:00" level=debug msg="EnableService ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 START" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.334681287+02:00" level=debug msg="EnableService ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 DONE" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.343071803+02:00" level=debug msg="createSpec: cgroupsPath: system.slice:docker:ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.343480583+02:00" level=debug msg="bundle dir created" bundle=/var/run/docker/containerd/ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 module=libcontainerd namespace=moby root=/var/lib/docker/btrfs/subvolumes/f790566cc6b3bfd48a09986190c752144f18e222f4734156001a19e5b7657469 Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.351682353+02:00" level=debug msg="event published" ns=moby topic=/containers/create type=containerd.events.ContainerCreate Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.361794200+02:00" level=debug msg="event published" ns=moby topic=/containers/create type=containerd.events.ContainerCreate Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.370931951+02:00" level=debug msg="event published" ns=moby topic=/containers/create type=containerd.events.ContainerCreate Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.403638545+02:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c pid=499889 Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.417650526+02:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 pid=499911 Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.430395828+02:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f pid=499936 Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.441362702+02:00" level=debug msg="event published" ns=moby topic=/containers/create type=containerd.events.ContainerCreate Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.484814871+02:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 pid=499995 Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.513738098+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/create type=containerd.events.TaskCreate Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.514070957+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/create Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.518182070+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/create type=containerd.events.TaskCreate Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.518351467+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/create type=containerd.events.TaskCreate Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.518559383+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/create Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.518603248+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/create Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.543694824+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/start type=containerd.events.TaskStart Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.544023099+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/start Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.544631698+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/start type=containerd.events.TaskStart Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.544941000+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/start Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.549768432+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/start type=containerd.events.TaskStart Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.549988581+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/start Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.563058810+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/create type=containerd.events.TaskCreate Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.563278065+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/create Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.564890185+02:00" level=debug msg="Calling PUT /v1.41/containers/7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f/archive?noOverwriteDirNonDir=true&path=%2Ftmp" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.565040781+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/b3808bc2109fccb876dc7a4b1fd3f94e217f8ce627462f1336bcdd747b159237 0x56199e7a7f40 0x56199e7a7f40}" container=7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.589869844+02:00" level=debug msg="Calling PUT /v1.41/containers/a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c/archive?noOverwriteDirNonDir=true&path=%2Ftmp" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.591013520+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/e7acf029bb0481bc4402f61f230029282ea0f1e6a0ac10065474517ae7e66696 0x56199e7a7f40 0x56199e7a7f40}" container=a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.592329927+02:00" level=debug msg="Calling PUT /v1.41/containers/d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45/archive?noOverwriteDirNonDir=true&path=%2Ftmp" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.592407142+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/46767a3bcf85d4af8c3950568bed2a65040064e0231205ffdd50f6b23e8a0484 0x56199e7a7f40 0x56199e7a7f40}" container=d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 Apr 22 20:41:54 dockerd[714]: time="2021-04-22T20:41:54.593868733+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/start type=containerd.events.TaskStart Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.594102475+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/start Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.617886476+02:00" level=debug msg="Calling PUT /v1.41/containers/ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64/archive?noOverwriteDirNonDir=true&path=%2Ftmp" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.617989286+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/f790566cc6b3bfd48a09986190c752144f18e222f4734156001a19e5b7657469 0x56199e7a7f40 0x56199e7a7f40}" container=ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.710996844+02:00" level=debug msg="Calling GET /v1.41/containers/7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f/archive?path=%2Ftmp%2Fworkflow%2Fenvs.txt" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.712007543+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/b3808bc2109fccb876dc7a4b1fd3f94e217f8ce627462f1336bcdd747b159237 0x56199e7a7f40 0x56199e7a7f40}" container=7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.754346560+02:00" level=debug msg="Calling GET /v1.41/containers/a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c/archive?path=%2Ftmp%2Fworkflow%2Fenvs.txt" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.754639598+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/e7acf029bb0481bc4402f61f230029282ea0f1e6a0ac10065474517ae7e66696 0x56199e7a7f40 0x56199e7a7f40}" container=a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.785019838+02:00" level=debug msg="Calling GET /v1.41/containers/d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45/archive?path=%2Ftmp%2Fworkflow%2Fenvs.txt" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.786070370+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/46767a3bcf85d4af8c3950568bed2a65040064e0231205ffdd50f6b23e8a0484 0x56199e7a7f40 0x56199e7a7f40}" container=d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.816532305+02:00" level=debug msg="Calling PUT /v1.41/containers/7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f/archive?noOverwriteDirNonDir=true&path=%2Ftmp%2F" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.816814586+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/b3808bc2109fccb876dc7a4b1fd3f94e217f8ce627462f1336bcdd747b159237 0x56199e7a7f40 0x56199e7a7f40}" container=7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.825683136+02:00" level=debug msg="Calling GET /v1.41/containers/ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64/archive?path=%2Ftmp%2Fworkflow%2Fenvs.txt" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.826239918+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/f790566cc6b3bfd48a09986190c752144f18e222f4734156001a19e5b7657469 0x56199e7a7f40 0x56199e7a7f40}" container=ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.931310386+02:00" level=debug msg="Calling PUT /v1.41/containers/a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c/archive?noOverwriteDirNonDir=true&path=%2Ftmp%2F" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.931431780+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/e7acf029bb0481bc4402f61f230029282ea0f1e6a0ac10065474517ae7e66696 0x56199e7a7f40 0x56199e7a7f40}" container=a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.972381063+02:00" level=debug msg="Calling PUT /v1.41/containers/ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64/archive?noOverwriteDirNonDir=true&path=%2Ftmp%2F" Apr 22 20:41:54 dockerd[543]: time="2021-04-22T20:41:54.972843812+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/f790566cc6b3bfd48a09986190c752144f18e222f4734156001a19e5b7657469 0x56199e7a7f40 0x56199e7a7f40}" container=ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.020529765+02:00" level=debug msg="Calling PUT /v1.41/containers/d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45/archive?noOverwriteDirNonDir=true&path=%2Ftmp%2F" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.020672989+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/btrfs/subvolumes/46767a3bcf85d4af8c3950568bed2a65040064e0231205ffdd50f6b23e8a0484 0x56199e7a7f40 0x56199e7a7f40}" container=d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.085869987+02:00" level=debug msg="Calling POST /v1.41/containers/a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c/exec" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.086280953+02:00" level=debug msg="form data: {\"AttachStderr\":true,\"AttachStdin\":false,\"AttachStdout\":true,\"Cmd\":[\"bash\",\"--login\",\"--noprofile\",\"--norc\",\"-e\",\"-o\",\"pipefail\",\"/tmp/workflow/0\"],\"Detach\":false,\"DetachKeys\":\"\",\"Env\":[\"CI=true\",\"GITHUB_SERVER_URL=https://github.com\",\"GITHUB_API_URL=https://api.github.com\",\"ImageOS=ubuntu20\",\"GITHUB_ACTIONS=true\",\"GITHUB_EVENT_NAME=push\",\"GITHUB_EVENT_PATH=/tmp/workflow/event.json\",\"GITHUB_TOKEN=\",\"GITHUB_ENV=/tmp/workflow/envs.txt\",\"GITHUB_WORKFLOW=CI\",\"GITHUB_RUN_ID=1\",\"GITHUB_RUN_NUMBER=1\",\"GITHUB_ACTION=0\",\"GITHUB_SHA=eade2b8510bb499e327fa2e750fcf272fdea5e0c\",\"GITHUB_GRAPHQL_URL=https://api.github.com/graphql\",\"ACT=true\",\"HOME=/tmp/home\",\"GITHUB_ACTOR=nektos/act\",\"GITHUB_REPOSITORY=some/repo\",\"GITHUB_WORKSPACE=/tmp/trigger-act\",\"GITHUB_REF=refs/heads/main\"],\"Privileged\":false,\"Tty\":true,\"User\":\"\",\"WorkingDir\":\"/tmp/trigger-act\"}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.088716371+02:00" level=debug msg="Calling POST /v1.41/exec/e61a6f899cdb33e58891d39e421f5bcebf7874fc5ec951d7f36c10a2b6493c99/start" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.089219360+02:00" level=debug msg="form data: {\"Detach\":false,\"Tty\":true}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.090210554+02:00" level=debug msg="starting exec command e61a6f899cdb33e58891d39e421f5bcebf7874fc5ec951d7f36c10a2b6493c99 in container a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.092635362+02:00" level=debug msg="Calling POST /v1.41/exec/e61a6f899cdb33e58891d39e421f5bcebf7874fc5ec951d7f36c10a2b6493c99/start" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.092718317+02:00" level=debug msg="form data: {\"Detach\":false,\"Tty\":true}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.093832800+02:00" level=debug msg="attach: stdout: begin" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.096679997+02:00" level=debug msg="Calling POST /v1.41/containers/7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f/exec" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.097754442+02:00" level=debug msg="form data: {\"AttachStderr\":true,\"AttachStdin\":false,\"AttachStdout\":true,\"Cmd\":[\"bash\",\"--login\",\"--noprofile\",\"--norc\",\"-e\",\"-o\",\"pipefail\",\"/tmp/workflow/0\"],\"Detach\":false,\"DetachKeys\":\"\",\"Env\":[\"GITHUB_EVENT_PATH=/tmp/workflow/event.json\",\"GITHUB_REF=refs/heads/main\",\"GITHUB_SERVER_URL=https://github.com\",\"GITHUB_ACTIONS=true\",\"GITHUB_REPOSITORY=some/repo\",\"GITHUB_ACTOR=nektos/act\",\"GITHUB_TOKEN=\",\"CI=true\",\"HOME=/tmp/home\",\"GITHUB_ACTION=0\",\"GITHUB_WORKSPACE=/tmp/trigger-act\",\"GITHUB_SHA=eade2b8510bb499e327fa2e750fcf272fdea5e0c\",\"GITHUB_API_URL=https://api.github.com\",\"GITHUB_GRAPHQL_URL=https://api.github.com/graphql\",\"GITHUB_RUN_ID=1\",\"GITHUB_RUN_NUMBER=1\",\"GITHUB_WORKFLOW=CI\",\"GITHUB_EVENT_NAME=push\",\"ImageOS=ubuntu20\",\"ACT=true\",\"GITHUB_ENV=/tmp/workflow/envs.txt\"],\"Privileged\":false,\"Tty\":true,\"User\":\"\",\"WorkingDir\":\"/tmp/trigger-act\"}" Apr 22 20:41:55 dockerd[714]: time="2021-04-22T20:41:55.098103407+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exec-added type=containerd.events.TaskExecAdded Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.099735034+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exec-added Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.101218249+02:00" level=debug msg="Calling POST /v1.41/exec/1dbeec52c32ba0f50bf8be470dc91c649105b65283d050ed208adf5fc21fb5c8/start" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.101458807+02:00" level=debug msg="form data: {\"Detach\":false,\"Tty\":true}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.101666311+02:00" level=debug msg="starting exec command 1dbeec52c32ba0f50bf8be470dc91c649105b65283d050ed208adf5fc21fb5c8 in container 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.101934922+02:00" level=debug msg="Calling POST /v1.41/exec/1dbeec52c32ba0f50bf8be470dc91c649105b65283d050ed208adf5fc21fb5c8/start" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.102096441+02:00" level=debug msg="form data: {\"Detach\":false,\"Tty\":true}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.102605152+02:00" level=error msg="Error running exec 1dbeec52c32ba0f50bf8be470dc91c649105b65283d050ed208adf5fc21fb5c8 in container: Error: Exec command 1dbeec52c32ba0f50bf8be470dc91c649105b65283d050ed208adf5fc21fb5c8 is already running" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.106272779+02:00" level=debug msg="attach: stdout: begin" Apr 22 20:41:55 dockerd[714]: time="2021-04-22T20:41:55.108888627+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exec-added type=containerd.events.TaskExecAdded Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.109239473+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exec-added Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.137940621+02:00" level=debug msg="Calling POST /v1.41/containers/ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64/exec" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.138148016+02:00" level=debug msg="form data: {\"AttachStderr\":true,\"AttachStdin\":false,\"AttachStdout\":true,\"Cmd\":[\"bash\",\"--login\",\"--noprofile\",\"--norc\",\"-e\",\"-o\",\"pipefail\",\"/tmp/workflow/0\"],\"Detach\":false,\"DetachKeys\":\"\",\"Env\":[\"GITHUB_ACTION=0\",\"GITHUB_REPOSITORY=some/repo\",\"GITHUB_EVENT_PATH=/tmp/workflow/event.json\",\"GITHUB_REF=refs/heads/main\",\"GITHUB_API_URL=https://api.github.com\",\"ImageOS=ubuntu20\",\"GITHUB_ACTOR=nektos/act\",\"GITHUB_EVENT_NAME=push\",\"GITHUB_SHA=eade2b8510bb499e327fa2e750fcf272fdea5e0c\",\"GITHUB_SERVER_URL=https://github.com\",\"CI=true\",\"GITHUB_ENV=/tmp/workflow/envs.txt\",\"GITHUB_RUN_ID=1\",\"GITHUB_RUN_NUMBER=1\",\"GITHUB_WORKSPACE=/tmp/trigger-act\",\"GITHUB_TOKEN=\",\"ACT=true\",\"HOME=/tmp/home\",\"GITHUB_WORKFLOW=CI\",\"GITHUB_ACTIONS=true\",\"GITHUB_GRAPHQL_URL=https://api.github.com/graphql\"],\"Privileged\":false,\"Tty\":true,\"User\":\"\",\"WorkingDir\":\"/tmp/trigger-act\"}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.140815418+02:00" level=debug msg="Calling POST /v1.41/exec/7c448e25ad3b1bf0088d2f62239035c8976e315e8d02b192eb60da4caf51bdbd/start" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.141210408+02:00" level=debug msg="form data: {\"Detach\":false,\"Tty\":true}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.142833186+02:00" level=debug msg="Calling POST /v1.41/exec/7c448e25ad3b1bf0088d2f62239035c8976e315e8d02b192eb60da4caf51bdbd/start" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.142915568+02:00" level=debug msg="form data: {\"Detach\":false,\"Tty\":true}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.143534282+02:00" level=debug msg="starting exec command 7c448e25ad3b1bf0088d2f62239035c8976e315e8d02b192eb60da4caf51bdbd in container ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.148683078+02:00" level=debug msg="attach: stdout: begin" Apr 22 20:41:55 dockerd[714]: time="2021-04-22T20:41:55.153497641+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exec-added type=containerd.events.TaskExecAdded Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.153889616+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exec-added Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.205401097+02:00" level=debug msg="Calling POST /v1.41/containers/d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45/exec" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.205884780+02:00" level=debug msg="form data: {\"AttachStderr\":true,\"AttachStdin\":false,\"AttachStdout\":true,\"Cmd\":[\"bash\",\"--login\",\"--noprofile\",\"--norc\",\"-e\",\"-o\",\"pipefail\",\"/tmp/workflow/0\"],\"Detach\":false,\"DetachKeys\":\"\",\"Env\":[\"CI=true\",\"GITHUB_WORKFLOW=CI\",\"GITHUB_WORKSPACE=/tmp/trigger-act\",\"GITHUB_SHA=eade2b8510bb499e327fa2e750fcf272fdea5e0c\",\"GITHUB_RUN_NUMBER=1\",\"GITHUB_ACTION=0\",\"GITHUB_REPOSITORY=some/repo\",\"GITHUB_TOKEN=\",\"GITHUB_SERVER_URL=https://github.com\",\"ACT=true\",\"HOME=/tmp/home\",\"GITHUB_ACTIONS=true\",\"ImageOS=ubuntu20\",\"GITHUB_API_URL=https://api.github.com\",\"GITHUB_GRAPHQL_URL=https://api.github.com/graphql\",\"GITHUB_ENV=/tmp/workflow/envs.txt\",\"GITHUB_RUN_ID=1\",\"GITHUB_ACTOR=nektos/act\",\"GITHUB_EVENT_NAME=push\",\"GITHUB_EVENT_PATH=/tmp/workflow/event.json\",\"GITHUB_REF=refs/heads/main\"],\"Privileged\":false,\"Tty\":true,\"User\":\"\",\"WorkingDir\":\"/tmp/trigger-act\"}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.212490457+02:00" level=debug msg="Calling POST /v1.41/exec/df312efd498cadb91f80c9a40b45257adfafce48e71b0493b2ca6677d39a0099/start" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.212582088+02:00" level=debug msg="form data: {\"Detach\":false,\"Tty\":true}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.212704961+02:00" level=debug msg="starting exec command df312efd498cadb91f80c9a40b45257adfafce48e71b0493b2ca6677d39a0099 in container d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.212968248+02:00" level=debug msg="Calling POST /v1.41/exec/df312efd498cadb91f80c9a40b45257adfafce48e71b0493b2ca6677d39a0099/start" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.213021876+02:00" level=debug msg="form data: {\"Detach\":false,\"Tty\":true}" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.213127884+02:00" level=error msg="Error running exec df312efd498cadb91f80c9a40b45257adfafce48e71b0493b2ca6677d39a0099 in container: Error: Exec command df312efd498cadb91f80c9a40b45257adfafce48e71b0493b2ca6677d39a0099 is already running" Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.214052918+02:00" level=debug msg="attach: stdout: begin" Apr 22 20:41:55 dockerd[714]: time="2021-04-22T20:41:55.216049469+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exec-added type=containerd.events.TaskExecAdded Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.216381500+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exec-added Apr 22 20:41:55 dockerd[714]: time="2021-04-22T20:41:55.220745313+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exec-started type=containerd.events.TaskExecStarted Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.221641436+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exec-started Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.221714537+02:00" level=error msg="Error running exec e61a6f899cdb33e58891d39e421f5bcebf7874fc5ec951d7f36c10a2b6493c99 in container: Error: Exec command e61a6f899cdb33e58891d39e421f5bcebf7874fc5ec951d7f36c10a2b6493c99 is already running" Apr 22 20:41:55 dockerd[714]: time="2021-04-22T20:41:55.237451927+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exec-started type=containerd.events.TaskExecStarted Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.237665217+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exec-started Apr 22 20:41:55 dockerd[714]: time="2021-04-22T20:41:55.266276088+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exec-started type=containerd.events.TaskExecStarted Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.266500334+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exec-started Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.266830506+02:00" level=error msg="Error running exec 7c448e25ad3b1bf0088d2f62239035c8976e315e8d02b192eb60da4caf51bdbd in container: Error: Exec command 7c448e25ad3b1bf0088d2f62239035c8976e315e8d02b192eb60da4caf51bdbd is already running" Apr 22 20:41:55 dockerd[714]: time="2021-04-22T20:41:55.295555299+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exec-started type=containerd.events.TaskExecStarted Apr 22 20:41:55 dockerd[543]: time="2021-04-22T20:41:55.295771088+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exec-started Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.271568879+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exit type=containerd.events.TaskExit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.271903324+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.272069983+02:00" level=debug msg="attach: stdout: end" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.272109119+02:00" level=debug msg="attach done" Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.272410499+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exit type=containerd.events.TaskExit Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.272520248+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exit type=containerd.events.TaskExit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.272681789+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.272720994+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.272840341+02:00" level=debug msg="Calling GET /v1.41/exec/e61a6f899cdb33e58891d39e421f5bcebf7874fc5ec951d7f36c10a2b6493c99/json" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.272892696+02:00" level=debug msg="attach: stdout: end" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.272925055+02:00" level=debug msg="attach done" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.273029588+02:00" level=debug msg="attach: stdout: end" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.273059943+02:00" level=debug msg="attach done" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.273594530+02:00" level=debug msg="Calling DELETE /v1.41/containers/a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c?force=1&v=1" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.273681634+02:00" level=debug msg="Sending kill signal 9 to container a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.275457057+02:00" level=debug msg="Calling GET /v1.41/exec/7c448e25ad3b1bf0088d2f62239035c8976e315e8d02b192eb60da4caf51bdbd/json" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.277743547+02:00" level=debug msg="Calling GET /v1.41/exec/1dbeec52c32ba0f50bf8be470dc91c649105b65283d050ed208adf5fc21fb5c8/json" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.278988408+02:00" level=debug msg="Calling DELETE /v1.41/containers/ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64?force=1&v=1" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.279253395+02:00" level=debug msg="Sending kill signal 9 to container ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.287677570+02:00" level=debug msg="Calling DELETE /v1.41/containers/7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f?force=1&v=1" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.287930549+02:00" level=debug msg="Sending kill signal 9 to container 7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f" Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.309778615+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exit type=containerd.events.TaskExit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.310088686+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.310294809+02:00" level=debug msg="attach: stdout: end" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.310357335+02:00" level=debug msg="attach done" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.310938045+02:00" level=debug msg="Calling GET /v1.41/exec/df312efd498cadb91f80c9a40b45257adfafce48e71b0493b2ca6677d39a0099/json" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.311744700+02:00" level=debug msg="Calling DELETE /v1.41/containers/d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45?force=1&v=1" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.311858798+02:00" level=debug msg="Sending kill signal 9 to container d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45" Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.359247896+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exit type=containerd.events.TaskExit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.359560254+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exit Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.361401247+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exit type=containerd.events.TaskExit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.361867727+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exit Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.374153480+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exit type=containerd.events.TaskExit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.374593771+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exit Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.381870597+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/exit type=containerd.events.TaskExit Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.382062174+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/exit Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.385092306+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/delete type=containerd.events.TaskDelete Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.385588729+02:00" level=info msg="shim disconnected" id=7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.385648842+02:00" level=error msg="copy shim log" error="read /proc/self/fd/19: file already closed" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.387050358+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/delete Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.387094111+02:00" level=info msg="ignoring event" container=7b4c62e5a63996e960b55aade234d734a4bc11942a4451de61c1b2037085d73f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.395463774+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/delete type=containerd.events.TaskDelete Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.395696015+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/delete Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.395731278+02:00" level=info msg="ignoring event" container=a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.396181216+02:00" level=info msg="shim disconnected" id=a2d81edcd1abdffb2f6b54e6817cc64686cab7e0e293aa3efc2d1fa9b91dc17c Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.396247296+02:00" level=error msg="copy shim log" error="read /proc/self/fd/13: file already closed" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.405028840+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/delete Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.405067091+02:00" level=info msg="ignoring event" container=ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.404545436+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/delete type=containerd.events.TaskDelete Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.405177993+02:00" level=info msg="shim disconnected" id=ce7c4943a2b4b2e72dfeddb1e16996b3ce2a5f27f571819721c91eb711fd7d64 Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.405236375+02:00" level=debug msg=event module=libcontainerd namespace=moby topic=/tasks/delete Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.405232667+02:00" level=error msg="copy shim log" error="read /proc/self/fd/22: file already closed" Apr 22 20:41:57 dockerd[543]: time="2021-04-22T20:41:57.405253609+02:00" level=info msg="ignoring event" container=d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete" Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.405033315+02:00" level=debug msg="event forwarded" ns=moby topic=/tasks/delete type=containerd.events.TaskDelete Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.405821374+02:00" level=info msg="shim disconnected" id=d0fbc67c0a3bee4adc6f4b05932b51166890ebe26dc720328aee6a28c51eae45 Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.405877370+02:00" level=error msg="copy shim log" error="read /proc/self/fd/16: file already closed" Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.680794984+02:00" level=debug msg="event published" ns=moby topic=/containers/delete type=containerd.events.ContainerDelete Apr 22 20:41:57 dockerd[714]: time="2021-04-22T20:41:57.748600670+02:00" level=debug msg="event published" ns=moby topic=/containers/delete type=containerd.events.ContainerDelete Apr 22 20:41:58 dockerd[714]: time="2021-04-22T20:41:58.037383607+02:00" level=debug msg="event published" ns=moby topic=/containers/delete type=containerd.events.ContainerDelete Apr 22 20:41:58 dockerd[714]: time="2021-04-22T20:41:58.135339922+02:00" level=debug msg="event published" ns=moby topic=/containers/delete type=containerd.events.ContainerDelete Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.164942808+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.166423676+02:00" level=debug msg="Calling GET /v1.41/volumes" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.166543074+02:00" level=debug msg=VolumeStore.Find ByType=service.CustomFilter ByValue=0x56199c6fb140 Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.172183435+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.172708585+02:00" level=debug msg="Calling DELETE /v1.41/volumes/act-CI-test" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.172797032+02:00" level=debug msg="Removing volume reference: driver local, name act-CI-test" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.248960926+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.250086393+02:00" level=debug msg="Calling GET /v1.41/volumes" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.250253654+02:00" level=debug msg=VolumeStore.Find ByType=service.CustomFilter ByValue=0x56199c6fb140 Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.253430045+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.253796194+02:00" level=debug msg="Calling DELETE /v1.41/volumes/act-CI-build" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.253874218+02:00" level=debug msg="Removing volume reference: driver local, name act-CI-build" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.542106768+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.542364531+02:00" level=debug msg="Calling GET /v1.41/volumes" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.542412079+02:00" level=debug msg=VolumeStore.Find ByType=service.CustomFilter ByValue=0x56199c6fb140 Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.542934269+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.543261392+02:00" level=debug msg="Calling DELETE /v1.41/volumes/act-CI-one" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.543346503+02:00" level=debug msg="Removing volume reference: driver local, name act-CI-one" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.587958345+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.588526281+02:00" level=debug msg="Calling GET /v1.41/volumes" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.588637165+02:00" level=debug msg=VolumeStore.Find ByType=service.CustomFilter ByValue=0x56199c6fb140 Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.590141559+02:00" level=debug msg="Calling HEAD /_ping" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.591122126+02:00" level=debug msg="Calling DELETE /v1.41/volumes/act-CI-two" Apr 22 20:41:58 dockerd[543]: time="2021-04-22T20:41:58.591300330+02:00" level=debug msg="Removing volume reference: driver local, name act-CI-two" Apr 22 20:41:59 dockerd[714]: time="2021-04-22T20:41:59.773804448+02:00" level=debug msg="garbage collected" d=22.094952ms ``` </details>
https://github.com/nektos/act/issues/627
https://github.com/nektos/act/pull/702
d794e2fe4ce5d489340838ccdca8e503c2cecbc4
8a9167da82b3824272fdbfcc25b3671cd1260e7d
"2021-04-22T18:56:55Z"
go
"2021-05-25T12:35:52Z"
closed
nektos/act
https://github.com/nektos/act
625
["pkg/model/testdata/strategy/push.yml", "pkg/model/workflow.go", "pkg/model/workflow_test.go", "pkg/runner/expression_test.go", "pkg/runner/run_context_test.go", "pkg/runner/runner_test.go"]
Issue: a strategy clause without matrix 'disables' a job
## Act version ```none $ ~/go/bin/act --version Error: unknown flag: --version $ strings ~/go/bin/act | grep '^mod.*v[0-9]\+\.[0-9]\+\.[0-9]\+' mod github.com/nektos/act v0.2.21 h1:mx5wheBRwuwrCaZb+gL0QcxIQQCsUFKtafmamfqtfWU= ``` I'm on Gentoo Linux (if it matters). ## Expected behaviour The job below is run when I type `~/go/bin/act` (it is run on GitHub Actions). ## Actual behaviour The job below does not run when I type `~/go/bin/act`. ## Workflow <details> <summary>workflow</summary> ```yaml name: Hello, world! on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false steps: - uses: actions/checkout@v2 - name: Run a script run: echo Hello, world! ``` </details> ## Steps to reproduce 1. Create an empty git repository. 2. Place the workflow above into the `.github/workflows/hello_world.yml` file. 3. Run `~/go/bin/act`. ## `act` output <details> <summary>Log</summary> ```none $ ~/go/bin/act --verbose DEBU[0000] Loading environment from /home/alex/p/p/test/.env DEBU[0000] Loading secrets from /home/alex/p/p/test/.secrets DEBU[0000] Loading workflows from '/home/alex/p/p/test/.github/workflows' DEBU[0000] Reading workflow '/home/alex/p/p/test/.github/workflows/hello_world.yml' DEBU[0000] Planning event: push ``` </details> ## Looking a bit deeper When I remove the `strategy` clause the job is run: <details> <summary>workflow (without strategy clause)</summary> ```yaml name: Hello, world! on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Run a script run: echo Hello, world! ``` </details> Or, when I add `matrix clause, the job is run too: <details> <summary>workflow (with matrix clause)</summary> ```yaml name: Hello, world! on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: runs-on: [ubuntu-latest] steps: - uses: actions/checkout@v2 - name: Run a script run: echo Hello, world! ``` </details>
https://github.com/nektos/act/issues/625
https://github.com/nektos/act/pull/763
43d46aa62f3ab689fda96cee05c19a30d1a343be
94fd0ac8994476d5bfd2302b4301022f10884025
"2021-04-19T19:39:57Z"
go
"2021-08-09T15:35:05Z"
closed
nektos/act
https://github.com/nektos/act
623
["IMAGES.md", "README.md"]
Issue: Update docs on Apple Silicon support
The docs say that Apple Silicon isn't supported. Docker released a version for Silicon this week for general availability and I can confirm that act works with it.
https://github.com/nektos/act/issues/623
https://github.com/nektos/act/pull/630
7ae9916de0c82101d6e64791251b2a5ea1f39918
08141f5b0095f0ddbbf3a62b03338a9570e27658
"2021-04-17T09:34:23Z"
go
"2021-05-03T14:41:30Z"
closed
nektos/act
https://github.com/nektos/act
621
["README.md", "cmd/root.go", "pkg/container/docker_images.go", "pkg/container/docker_run.go", "pkg/runner/run_context.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go", "pkg/runner/step_context_test.go"]
Issue: Local Docker actions are broken as of #525
## Act version https://github.com/nektos/act/commit/6c258cf40d77e867eef21ea9fbb731a4110f3900 ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: MySQL on: pull_request jobs: run: runs-on: ubuntu-latest steps: - name: create DB uses: mirromutth/[email protected] with: mysql root password: password ``` </details>
https://github.com/nektos/act/issues/621
https://github.com/nektos/act/pull/619
3e768cd91695af12bdf860ba49a0f992854b9c87
f32babb51db6761fd5dff1bcc03bbdf9eb7aa354
"2021-04-15T13:26:27Z"
go
"2021-05-02T15:15:13Z"
closed
nektos/act
https://github.com/nektos/act
607
["pkg/runner/runner_test.go", "pkg/runner/step_context.go"]
Issue: composite actions don't work
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- Paste output of `act --version` --> ```none act version 7e1ba1 ``` 47e1ba1b55340999a31905e7c9821ccbeccdeef7 (#606 will fix) ## Expected behaviour <details> <summary>it should cd into the action directoryand then exit successfully </summary> (`/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15/` ) ``` time="2021-04-04T13:08:37-04:00" level=debug msg="Loading environment from /Users/jsoref/code/nektos/issues/composite-action/.env" time="2021-04-04T13:08:37-04:00" level=debug msg="Loading secrets from /Users/jsoref/code/nektos/issues/composite-action/.secrets" time="2021-04-04T13:08:37-04:00" level=debug msg="Loading workflows from '/Users/jsoref/code/nektos/issues/composite-action/.github/workflows'" time="2021-04-04T13:08:37-04:00" level=debug msg="Reading workflow '/Users/jsoref/code/nektos/issues/composite-action/.github/workflows/workflow.yml'" time="2021-04-04T13:08:37-04:00" level=debug msg="Planning event: push" time="2021-04-04T13:08:37-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:37-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:37-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:37-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:37-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:08:37-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:08:37-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:08:37-04:00" level=debug msg="context env => map[ACT:true]" [workflow.yml/local-action] 🚀 Start image=node:12.20.1-buster-slim time="2021-04-04T13:08:37-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:37-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:37-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:37-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:37-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:08:37-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:08:37-04:00" level=debug msg="using github ref: refs/heads/main" [workflow.yml/local-action] 🐳 docker pull node:12.20.1-buster-slim time="2021-04-04T13:08:38-04:00" level=debug msg="Image exists? true" [workflow.yml/local-action] 🐳 docker create image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [workflow.yml/local-action] Created container name=act-workflow-yml-local-action id=7b401b6429cd05ba78dff9ee7296eef2eb09ec4364f0c1f6b2a1fa66dcfb3c83 from image node:12.20.1-buster-slim (platform: linux/amd64) [workflow.yml/local-action] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [workflow.yml/local-action] 🐳 docker run image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [workflow.yml/local-action] Starting container: 7b401b6429cd05ba78dff9ee7296eef2eb09ec4364f0c1f6b2a1fa66dcfb3c83 [workflow.yml/local-action] Started container: 7b401b6429cd05ba78dff9ee7296eef2eb09ec4364f0c1f6b2a1fa66dcfb3c83 time="2021-04-04T13:08:38-04:00" level=debug msg="Writing entry to tarball workflow/event.json len:2" time="2021-04-04T13:08:38-04:00" level=debug msg="Writing entry to tarball workflow/envs.txt len:0" time="2021-04-04T13:08:38-04:00" level=debug msg="Writing entry to tarball home/.act len:0" [workflow.yml/local-action] Extracting content to '/Users/jsoref/code/nektos/issues' time="2021-04-04T13:08:38-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:38-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:38-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:38-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:38-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:08:38-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:08:38-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:08:38-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:38-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:38-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:38-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:38-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:08:38-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:08:38-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:08:38-04:00" level=debug msg="context env => map[ACT:true]" time="2021-04-04T13:08:38-04:00" level=debug msg="context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20]" [workflow.yml/local-action] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20] [workflow.yml/local-action] ⭐ Run jsoref/gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] ☁ git clone 'https://github.com/jsoref/gha-debug' # ref=2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] cloning https://github.com/jsoref/gha-debug to /Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] Cloned https://github.com/jsoref/gha-debug to /Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] Checked out 2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 time="2021-04-04T13:08:38-04:00" level=debug msg="Read action &{GHA Debug jsoref Debug github actions map[] map[] {composite map[] [] [] [{ Env env bash map[] map[] false 0} { Look find $GITHUB_ACTION_PATH || echo 'wah!' bash map[] map[] false 0} { Go echo \"go to '$GITHUB_ACTION_PATH' or '${{ github.action_path }}'\"; (cd \"${{ github.action_path }}\" && echo \"am in $(pwd) via github.action_path\") || (cd $GITHUB_ACTION_PATH && echo \"am in $(pwd) via GITHUB_ACTION_PATH\") || echo \"oops could not go to '$GITHUB_ACTION_PATH' nor '${{ github.action_path }}'\" bash map[] map[] false 0}]} {orange activity}} from '/Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15/action.yaml'" time="2021-04-04T13:08:38-04:00" level=debug msg="About to run action &{GHA Debug jsoref Debug github actions map[] map[] {composite map[] [] [] [{ Env env bash map[] map[] false 0} { Look find $GITHUB_ACTION_PATH || echo 'wah!' bash map[] map[] false 0} { Go echo \"go to '$GITHUB_ACTION_PATH' or '${{ github.action_path }}'\"; (cd \"${{ github.action_path }}\" && echo \"am in $(pwd) via github.action_path\") || (cd $GITHUB_ACTION_PATH && echo \"am in $(pwd) via GITHUB_ACTION_PATH\") || echo \"oops could not go to '$GITHUB_ACTION_PATH' nor '${{ github.action_path }}'\" bash map[] map[] false 0}]} {orange activity}}" time="2021-04-04T13:08:38-04:00" level=debug msg="type=3 actionDir=/Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 actionPath= Workdir=/Users/jsoref/code/nektos/issues/composite-action ActionCacheDir=/Users/jsoref/.cache/act actionName=jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 containerActionDir=/actions" [workflow.yml/local-action] 🐳 docker cp src=/Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 dst=/actions/ [workflow.yml/local-action] Exec command '[mkdir -p /actions/]' time="2021-04-04T13:08:39-04:00" level=debug msg="Writing tarball /var/folders/r3/n29fz25x72x191fdv6mhhr3m0000gp/T/act862832319 from /Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15" time="2021-04-04T13:08:39-04:00" level=debug msg="Stripping prefix:/Users/jsoref/.cache/act/ src:/Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15" [workflow.yml/local-action] Extracting content from '/var/folders/r3/n29fz25x72x191fdv6mhhr3m0000gp/T/act862832319' to '/actions/' time="2021-04-04T13:08:39-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:39-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:39-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:39-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:39-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:08:39-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:08:39-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:08:39-04:00" level=debug msg="context env => map[ACT:true]" time="2021-04-04T13:08:39-04:00" level=debug msg="context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20]" time="2021-04-04T13:08:39-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:39-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:39-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:39-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:39-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:08:39-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:08:39-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:08:39-04:00" level=debug msg="context env => map[ACT:true]" time="2021-04-04T13:08:39-04:00" level=debug msg="context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20]" time="2021-04-04T13:08:39-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:39-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:39-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:08:39-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:08:39-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:08:39-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:08:39-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:08:39-04:00" level=debug msg="context env => map[ACT:true]" time="2021-04-04T13:08:39-04:00" level=debug msg="context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20]" time="2021-04-04T13:08:39-04:00" level=debug msg="Wrote command '\nenv\n' to 'workflow/composite-0.sh'" time="2021-04-04T13:08:39-04:00" level=debug msg="Writing entry to tarball workflow/composite-0.sh len:3" [workflow.yml/local-action] Extracting content to '/Users/jsoref/code/nektos/issues/' [workflow.yml/local-action] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/workflow/composite-0.sh]' [workflow.yml/local-action] | GITHUB_WORKSPACE=/Users/jsoref/code/nektos/issues/composite-action [workflow.yml/local-action] | HOSTNAME=docker-desktop [workflow.yml/local-action] | GITHUB_ACTION=0 [workflow.yml/local-action] | GITHUB_RUN_NUMBER=1 [workflow.yml/local-action] | YARN_VERSION=1.22.5 [workflow.yml/local-action] | PWD=/Users/jsoref/code/nektos/issues/composite-action [workflow.yml/local-action] | GITHUB_ACTIONS=true [workflow.yml/local-action] | GITHUB_SHA=605b3cfe7dd44913836ce437f4778d36bb1dc335 [workflow.yml/local-action] | GITHUB_REF=refs/heads/main [workflow.yml/local-action] | ACT=true [workflow.yml/local-action] | RUNNER_OS=Linux [workflow.yml/local-action] | HOME=/root [workflow.yml/local-action] | GITHUB_API_URL=https://api.github.com [workflow.yml/local-action] | GITHUB_TOKEN= [workflow.yml/local-action] | RUNNER_TEMP=/tmp [workflow.yml/local-action] | GITHUB_ENV=/Users/jsoref/code/nektos/issues/workflow/envs.txt [workflow.yml/local-action] | GITHUB_EVENT_PATH=/Users/jsoref/code/nektos/issues/workflow/event.json [workflow.yml/local-action] | GITHUB_EVENT_NAME=push [workflow.yml/local-action] | GITHUB_RUN_ID=1 [workflow.yml/local-action] | GITHUB_ACTOR=nektos/act [workflow.yml/local-action] | GITHUB_GRAPHQL_URL=https://api.github.com/graphql [workflow.yml/local-action] | GITHUB_SERVER_URL=https://github.com [workflow.yml/local-action] | SHLVL=1 [workflow.yml/local-action] | RUNNER_TOOL_CACHE=/opt/hostedtoolcache [workflow.yml/local-action] | GITHUB_REPOSITORY=jsoref/nektos-issues-composite-action [workflow.yml/local-action] | PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [workflow.yml/local-action] | CI=true [workflow.yml/local-action] | ImageOS=ubuntu20 [workflow.yml/local-action] | NODE_VERSION=12.20.1 [workflow.yml/local-action] | GITHUB_WORKFLOW=workflow.yml [workflow.yml/local-action] | _=/usr/bin/env time="2021-04-04T13:08:39-04:00" level=debug msg="Wrote command '\nfind $GITHUB_ACTION_PATH || echo 'wah!'\n' to 'workflow/composite-1.sh'" time="2021-04-04T13:08:39-04:00" level=debug msg="Writing entry to tarball workflow/composite-1.sh len:39" [workflow.yml/local-action] Extracting content to '/Users/jsoref/code/nektos/issues/' [workflow.yml/local-action] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/workflow/composite-1.sh]' [workflow.yml/local-action] | . time="2021-04-04T13:08:39-04:00" level=debug msg="Wrote command '\necho \"go to '$GITHUB_ACTION_PATH' or '/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15'\"; (cd \"/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15\" && echo \"am in $(pwd) via github.action_path\") || (cd $GITHUB_ACTION_PATH && echo \"am in $(pwd) via GITHUB_ACTION_PATH\") || echo \"oops could not go to '$GITHUB_ACTION_PATH' nor '/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15'\"\n' to 'workflow/composite-2.sh'" time="2021-04-04T13:08:39-04:00" level=debug msg="Writing entry to tarball workflow/composite-2.sh len:427" [workflow.yml/local-action] Extracting content to '/Users/jsoref/code/nektos/issues/' [workflow.yml/local-action] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/workflow/composite-2.sh]' [workflow.yml/local-action] | go to '' or '/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15' [workflow.yml/local-action] | am in /actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 via github.action_path [workflow.yml/local-action] ✅ Success - jsoref/gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] Removed container: 7b401b6429cd05ba78dff9ee7296eef2eb09ec4364f0c1f6b2a1fa66dcfb3c83 [workflow.yml/local-action] 🐳 docker volume rm act-workflow-yml-local-action ``` </details> ## Actual behaviour <!-- Describe what happened --> The action isn't copied into `/actions` and thus the composite workflow fails ## Workflow and/or repository <details> <summary>action</summary> https://github.com/jsoref/gha-debug/blob/2b69872723fa2d51dcc8baa4ebc1c4987d07dd15/action.yaml: ```yaml name: 'GHA Debug' description: 'Debug github actions' author: 'jsoref' branding: icon: 'activity' color: 'orange' runs: using: 'composite' steps: - name: Env shell: bash run: env - name: Look shell: bash run: find $GITHUB_ACTION_PATH || echo 'wah!' - name: Go shell: bash run: echo "go to '$GITHUB_ACTION_PATH' or '${{ github.action_path }}'"; (cd "${{ github.action_path }}" && echo "am in $(pwd) via github.action_path") || (cd $GITHUB_ACTION_PATH && echo "am in $(pwd) via GITHUB_ACTION_PATH") || echo "oops could not go to '$GITHUB_ACTION_PATH' nor '${{ github.action_path }}'" ``` </details> <details> <summary>workflow</summary> ```none on: workflow_dispatch: push: jobs: local-action: runs-on: ubuntu-latest steps: - uses: jsoref/gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 ``` </details> ## Steps to reproduce <!-- Make sure to include command you used to run `act` e.g.: 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` --> ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none time="2021-04-04T13:07:51-04:00" level=debug msg="Loading environment from /Users/jsoref/code/nektos/issues/composite-action/.env" time="2021-04-04T13:07:51-04:00" level=debug msg="Loading secrets from /Users/jsoref/code/nektos/issues/composite-action/.secrets" time="2021-04-04T13:07:51-04:00" level=debug msg="Loading workflows from '/Users/jsoref/code/nektos/issues/composite-action/.github/workflows'" time="2021-04-04T13:07:51-04:00" level=debug msg="Reading workflow '/Users/jsoref/code/nektos/issues/composite-action/.github/workflows/workflow.yml'" time="2021-04-04T13:07:51-04:00" level=debug msg="Planning event: push" time="2021-04-04T13:07:51-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:51-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:51-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:51-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:51-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:07:51-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:07:51-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:07:51-04:00" level=debug msg="context env => map[ACT:true]" [workflow.yml/local-action] 🚀 Start image=node:12.20.1-buster-slim time="2021-04-04T13:07:51-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:51-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:51-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:51-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:51-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:07:51-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:07:51-04:00" level=debug msg="using github ref: refs/heads/main" [workflow.yml/local-action] 🐳 docker pull node:12.20.1-buster-slim time="2021-04-04T13:07:51-04:00" level=debug msg="Image exists? true" [workflow.yml/local-action] 🐳 docker create image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [workflow.yml/local-action] Created container name=act-workflow-yml-local-action id=a59d227c1ed7ec5a40fd279198afae86d992cbd166bf42e9929be1adf12b8dba from image node:12.20.1-buster-slim (platform: linux/amd64) [workflow.yml/local-action] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [workflow.yml/local-action] 🐳 docker run image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [workflow.yml/local-action] Starting container: a59d227c1ed7ec5a40fd279198afae86d992cbd166bf42e9929be1adf12b8dba [workflow.yml/local-action] Started container: a59d227c1ed7ec5a40fd279198afae86d992cbd166bf42e9929be1adf12b8dba time="2021-04-04T13:07:51-04:00" level=debug msg="Writing entry to tarball workflow/event.json len:2" time="2021-04-04T13:07:51-04:00" level=debug msg="Writing entry to tarball workflow/envs.txt len:0" time="2021-04-04T13:07:51-04:00" level=debug msg="Writing entry to tarball home/.act len:0" [workflow.yml/local-action] Extracting content to '/Users/jsoref/code/nektos/issues' time="2021-04-04T13:07:51-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:51-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:51-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:51-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:51-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:07:51-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:07:51-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:07:51-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:51-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:51-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:51-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:51-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:07:51-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:07:51-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:07:51-04:00" level=debug msg="context env => map[ACT:true]" time="2021-04-04T13:07:51-04:00" level=debug msg="context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20]" [workflow.yml/local-action] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20] [workflow.yml/local-action] ⭐ Run jsoref/gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] ☁ git clone 'https://github.com/jsoref/gha-debug' # ref=2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] cloning https://github.com/jsoref/gha-debug to /Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] Cloned https://github.com/jsoref/gha-debug to /Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] Checked out 2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 time="2021-04-04T13:07:52-04:00" level=debug msg="Read action &{GHA Debug jsoref Debug github actions map[] map[] {composite map[] [] [] [{ Env env bash map[] map[] false 0} { Look find $GITHUB_ACTION_PATH || echo 'wah!' bash map[] map[] false 0} { Go echo \"go to '$GITHUB_ACTION_PATH' or '${{ github.action_path }}'\"; (cd \"${{ github.action_path }}\" && echo \"am in $(pwd) via github.action_path\") || (cd $GITHUB_ACTION_PATH && echo \"am in $(pwd) via GITHUB_ACTION_PATH\") || echo \"oops could not go to '$GITHUB_ACTION_PATH' nor '${{ github.action_path }}'\" bash map[] map[] false 0}]} {orange activity}} from '/Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15/action.yaml'" time="2021-04-04T13:07:52-04:00" level=debug msg="About to run action &{GHA Debug jsoref Debug github actions map[] map[] {composite map[] [] [] [{ Env env bash map[] map[] false 0} { Look find $GITHUB_ACTION_PATH || echo 'wah!' bash map[] map[] false 0} { Go echo \"go to '$GITHUB_ACTION_PATH' or '${{ github.action_path }}'\"; (cd \"${{ github.action_path }}\" && echo \"am in $(pwd) via github.action_path\") || (cd $GITHUB_ACTION_PATH && echo \"am in $(pwd) via GITHUB_ACTION_PATH\") || echo \"oops could not go to '$GITHUB_ACTION_PATH' nor '${{ github.action_path }}'\" bash map[] map[] false 0}]} {orange activity}}" time="2021-04-04T13:07:52-04:00" level=debug msg="type=3 actionDir=/Users/jsoref/.cache/act/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 actionPath= Workdir=/Users/jsoref/code/nektos/issues/composite-action ActionCacheDir=/Users/jsoref/.cache/act actionName=jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 containerActionDir=/actions" time="2021-04-04T13:07:52-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:52-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:52-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:52-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:52-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:07:52-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:07:52-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:07:52-04:00" level=debug msg="context env => map[ACT:true]" time="2021-04-04T13:07:52-04:00" level=debug msg="context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20]" time="2021-04-04T13:07:52-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:52-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:52-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:52-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:52-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:07:52-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:07:52-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:07:52-04:00" level=debug msg="context env => map[ACT:true]" time="2021-04-04T13:07:52-04:00" level=debug msg="context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20]" time="2021-04-04T13:07:52-04:00" level=debug msg="Loading slug from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:52-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:52-04:00" level=debug msg="Loading revision from git directory '/Users/jsoref/code/nektos/issues/composite-action/.git'" time="2021-04-04T13:07:52-04:00" level=debug msg="Found revision: 605b3cfe7dd44913836ce437f4778d36bb1dc335\n" time="2021-04-04T13:07:52-04:00" level=debug msg="HEAD points to '605b3cfe7dd44913836ce437f4778d36bb1dc335'" time="2021-04-04T13:07:52-04:00" level=debug msg="HEAD matches refs/heads/main" time="2021-04-04T13:07:52-04:00" level=debug msg="using github ref: refs/heads/main" time="2021-04-04T13:07:52-04:00" level=debug msg="context env => map[ACT:true]" time="2021-04-04T13:07:52-04:00" level=debug msg="context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/nektos/issues/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/nektos/issues/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/main GITHUB_REPOSITORY:jsoref/nektos-issues-composite-action GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:605b3cfe7dd44913836ce437f4778d36bb1dc335 GITHUB_TOKEN: GITHUB_WORKFLOW:workflow.yml GITHUB_WORKSPACE:/Users/jsoref/code/nektos/issues/composite-action ImageOS:ubuntu20]" time="2021-04-04T13:07:52-04:00" level=debug msg="Wrote command '\nenv\n' to 'workflow/composite-0.sh'" time="2021-04-04T13:07:52-04:00" level=debug msg="Writing entry to tarball workflow/composite-0.sh len:3" [workflow.yml/local-action] Extracting content to '/Users/jsoref/code/nektos/issues/' [workflow.yml/local-action] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/workflow/composite-0.sh]' [workflow.yml/local-action] | GITHUB_WORKSPACE=/Users/jsoref/code/nektos/issues/composite-action [workflow.yml/local-action] | HOSTNAME=docker-desktop [workflow.yml/local-action] | GITHUB_ACTION=0 [workflow.yml/local-action] | GITHUB_RUN_NUMBER=1 [workflow.yml/local-action] | YARN_VERSION=1.22.5 [workflow.yml/local-action] | PWD=/Users/jsoref/code/nektos/issues/composite-action [workflow.yml/local-action] | GITHUB_ACTIONS=true [workflow.yml/local-action] | GITHUB_SHA=605b3cfe7dd44913836ce437f4778d36bb1dc335 [workflow.yml/local-action] | GITHUB_REF=refs/heads/main [workflow.yml/local-action] | ACT=true [workflow.yml/local-action] | RUNNER_OS=Linux [workflow.yml/local-action] | HOME=/root [workflow.yml/local-action] | GITHUB_API_URL=https://api.github.com [workflow.yml/local-action] | GITHUB_TOKEN= [workflow.yml/local-action] | RUNNER_TEMP=/tmp [workflow.yml/local-action] | GITHUB_ENV=/Users/jsoref/code/nektos/issues/workflow/envs.txt [workflow.yml/local-action] | GITHUB_EVENT_PATH=/Users/jsoref/code/nektos/issues/workflow/event.json [workflow.yml/local-action] | GITHUB_EVENT_NAME=push [workflow.yml/local-action] | GITHUB_RUN_ID=1 [workflow.yml/local-action] | GITHUB_ACTOR=nektos/act [workflow.yml/local-action] | GITHUB_GRAPHQL_URL=https://api.github.com/graphql [workflow.yml/local-action] | GITHUB_SERVER_URL=https://github.com [workflow.yml/local-action] | SHLVL=1 [workflow.yml/local-action] | RUNNER_TOOL_CACHE=/opt/hostedtoolcache [workflow.yml/local-action] | GITHUB_REPOSITORY=jsoref/nektos-issues-composite-action [workflow.yml/local-action] | PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [workflow.yml/local-action] | CI=true [workflow.yml/local-action] | ImageOS=ubuntu20 [workflow.yml/local-action] | NODE_VERSION=12.20.1 [workflow.yml/local-action] | GITHUB_WORKFLOW=workflow.yml [workflow.yml/local-action] | _=/usr/bin/env time="2021-04-04T13:07:52-04:00" level=debug msg="Wrote command '\nfind $GITHUB_ACTION_PATH || echo 'wah!'\n' to 'workflow/composite-1.sh'" time="2021-04-04T13:07:52-04:00" level=debug msg="Writing entry to tarball workflow/composite-1.sh len:39" [workflow.yml/local-action] Extracting content to '/Users/jsoref/code/nektos/issues/' [workflow.yml/local-action] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/workflow/composite-1.sh]' [workflow.yml/local-action] | . time="2021-04-04T13:07:52-04:00" level=debug msg="Wrote command '\necho \"go to '$GITHUB_ACTION_PATH' or '/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15'\"; (cd \"/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15\" && echo \"am in $(pwd) via github.action_path\") || (cd $GITHUB_ACTION_PATH && echo \"am in $(pwd) via GITHUB_ACTION_PATH\") || echo \"oops could not go to '$GITHUB_ACTION_PATH' nor '/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15'\"\n' to 'workflow/composite-2.sh'" time="2021-04-04T13:07:52-04:00" level=debug msg="Writing entry to tarball workflow/composite-2.sh len:427" [workflow.yml/local-action] Extracting content to '/Users/jsoref/code/nektos/issues/' [workflow.yml/local-action] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/nektos/issues/workflow/composite-2.sh]' [workflow.yml/local-action] | go to '' or '/actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15' [workflow.yml/local-action] | /Users/jsoref/code/nektos/issues/workflow/composite-2.sh: line 1: cd: /actions/jsoref-gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15: No such file or directory [workflow.yml/local-action] | am in /root via GITHUB_ACTION_PATH [workflow.yml/local-action] ✅ Success - jsoref/gha-debug@2b69872723fa2d51dcc8baa4ebc1c4987d07dd15 [workflow.yml/local-action] Removed container: a59d227c1ed7ec5a40fd279198afae86d992cbd166bf42e9929be1adf12b8dba [workflow.yml/local-action] 🐳 docker volume rm act-workflow-yml-local-action ``` </details>
https://github.com/nektos/act/issues/607
https://github.com/nektos/act/pull/608
cec63488f331c19424ee9712268f44b847f031d0
020d6a60832a324e46b72be92ac5754537e57a17
"2021-04-04T17:12:05Z"
go
"2021-05-03T21:57:46Z"
closed
nektos/act
https://github.com/nektos/act
603
["go.mod", "go.sum"]
Issue: GITHUB_ACTION_PATH isn't defined
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- Paste output of `act --version` --> ```none act version 9a7bc6 ``` ## Expected behaviour https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsrun <!-- Describe how whole process should go and finish --> should reference the directory containing the action ## Actual behaviour <!-- Describe what happened --> undefined ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: Spell checking on: pull_request_target: push: issue_comment: pull_request_review_comment: jobs: build: name: Spell checking runs-on: ubuntu-latest steps: - name: checkout uses: actions/[email protected] with: fetch-depth: 5 - uses: jsoref/check-spelling@prerelease with: experimental_apply_changes_via_bot: 1 ``` </details> ## Steps to reproduce <!-- Make sure to include command you used to run `act` e.g.: 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` --> ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none jsoref@Joshs-MacBook-Pro spell-check-this % act -v DEBU[0000] Loading environment from /Users/jsoref/code/spelling-org/spell-check-this/.env DEBU[0000] Loading secrets from /Users/jsoref/code/spelling-org/spell-check-this/.secrets DEBU[0000] Loading workflows from '/Users/jsoref/code/spelling-org/spell-check-this/.github/workflows' DEBU[0000] Reading workflow '/Users/jsoref/code/spelling-org/spell-check-this/.github/workflows/spelling.yml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0000] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0000] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0000] HEAD matches refs/heads/prerelease DEBU[0000] using github ref: refs/heads/prerelease DEBU[0000] context env => map[ACT:true] [Spell checking/Spell checking] 🚀 Start image=node:12.20.1-buster-slim DEBU[0000] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0000] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0000] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0000] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0000] HEAD matches refs/heads/prerelease DEBU[0000] using github ref: refs/heads/prerelease [Spell checking/Spell checking] 🐳 docker pull node:12.20.1-buster-slim DEBU[0000] Image exists? true [Spell checking/Spell checking] Removed container: 90b9071734c0adebfe3a95d79931a2791b1565adffbd6fac09673f2fe46c8bd8 [Spell checking/Spell checking] 🐳 docker volume rm act-Spell-checking-Spell-checking [Spell checking/Spell checking] 🐳 docker create image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Spell checking/Spell checking] Created container name=act-Spell-checking-Spell-checking id=30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a from image node:12.20.1-buster-slim (platform: linux/amd64) [Spell checking/Spell checking] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_TEMP=/tmp] [Spell checking/Spell checking] 🐳 docker run image=node:12.20.1-buster-slim platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Spell checking/Spell checking] Starting container: 30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a [Spell checking/Spell checking] Started container: 30d75c78038180e6a45647f4ca1c1a8795d4aa8065f404c591aa61026967a57a [Spell checking/Spell checking] 🐳 docker cp src=/Users/jsoref/code/spelling-org/spell-check-this/. dst=/Users/jsoref/code/spelling-org/spell-check-this [Spell checking/Spell checking] Exec command '[mkdir -p /Users/jsoref/code/spelling-org/spell-check-this]' DEBU[0001] Writing tarball /var/folders/r3/n29fz25x72x191fdv6mhhr3m0000gp/T/act833628975 from /Users/jsoref/code/spelling-org/spell-check-this/. DEBU[0001] Stripping prefix:/Users/jsoref/code/spelling-org/spell-check-this/ src:/Users/jsoref/code/spelling-org/spell-check-this/. [Spell checking/Spell checking] Extracting content from '/var/folders/r3/n29fz25x72x191fdv6mhhr3m0000gp/T/act833628975' to '/Users/jsoref/code/spelling-org/spell-check-this' DEBU[0002] Writing entry to tarball workflow/event.json len:2 DEBU[0002] Writing entry to tarball workflow/envs.txt len:0 DEBU[0002] Writing entry to tarball home/.act len:0 [Spell checking/Spell checking] Extracting content to '/Users/jsoref/code/spelling-org' DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] context env => map[ACT:true] DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] context env => map[ACT:true] DEBU[0002] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:[email protected]:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_FETCH-DEPTH:5 ImageOS:ubuntu20] [Spell checking/Spell checking] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:[email protected]:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_FETCH-DEPTH:5 ImageOS:ubuntu20] [Spell checking/Spell checking] ⭐ Run checkout DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease [Spell checking/Spell checking] Skipping actions/checkout [Spell checking/Spell checking] ✅ Success - checkout DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] context env => map[ACT:true] DEBU[0002] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0002] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0002] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0002] HEAD matches refs/heads/prerelease DEBU[0002] using github ref: refs/heads/prerelease DEBU[0002] context env => map[ACT:true] DEBU[0002] context env => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:[email protected]:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 ImageOS:ubuntu20] [Spell checking/Spell checking] setupEnv => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:[email protected]:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 ImageOS:ubuntu20] [Spell checking/Spell checking] ⭐ Run jsoref/check-spelling@prerelease [Spell checking/Spell checking] ☁ git clone 'https://github.com/jsoref/check-spelling' # ref=prerelease [Spell checking/Spell checking] cloning https://github.com/jsoref/check-spelling to /Users/jsoref/.cache/act/jsoref-check-spelling@prerelease [Spell checking/Spell checking] Provided ref is not a sha. Checking out branch before pulling changes [Spell checking/Spell checking] Cloned https://github.com/jsoref/check-spelling to /Users/jsoref/.cache/act/jsoref-check-spelling@prerelease [Spell checking/Spell checking] Checked out prerelease DEBU[0003] Read action &{Check spelling jsoref Spell check commits map[GITHUB_TOKEN:{The GITHUB_TOKEN secret true ${{ github.token }}} bucket:{Container for spelling configuration false } config:{Spelling configuration directory false .github/actions/spelling} debug:{Debug false } dictionary_url:{Location of dictionary (if you aren't providing one in your repository) false https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt} dictionary_version:{Version of the dictionary (only used if the url includes $DICTIONARY_VERSION) false 20200211} experimental_apply_changes_via_bot:{(Experimental) Allow users to quote-reply to the bot comment to update the PR false 0} project:{Folder/Branch within bucket containing spelling configuration false } time_shim:{Pass `/usr/bin/time` to instrument the action with time... false }] map[] {composite map[] [] [] [{ INPUT_GITHUB_TOKEN="${{ inputs.GITHUB_TOKEN }}" INPUT_BUCKET="${{ inputs.bucket }}" INPUT_PROJECT="${{ inputs.project }}" INPUT_CONFIG="${{ inputs.config }}" INPUT_DICTIONARY_VERSION="${{ inputs.dictionary_version }}" INPUT_DICTIONARY_URL="${{ inputs.dictionary_url }}" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="${{ inputs.experimental_apply_changes_via_bot }}" DEBUG="${{ inputs.debug }}" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="${{ inputs.time_shim }}" $GITHUB_ACTION_PATH/unknown-words.sh bash map[] map[] false 0}]} {red edit-3}} from '/Users/jsoref/.cache/act/jsoref-check-spelling@prerelease/action.yml' DEBU[0003] About to run action &{Check spelling jsoref Spell check commits map[GITHUB_TOKEN:{The GITHUB_TOKEN secret true ${{ github.token }}} bucket:{Container for spelling configuration false } config:{Spelling configuration directory false .github/actions/spelling} debug:{Debug false } dictionary_url:{Location of dictionary (if you aren't providing one in your repository) false https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt} dictionary_version:{Version of the dictionary (only used if the url includes $DICTIONARY_VERSION) false 20200211} experimental_apply_changes_via_bot:{(Experimental) Allow users to quote-reply to the bot comment to update the PR false 0} project:{Folder/Branch within bucket containing spelling configuration false } time_shim:{Pass `/usr/bin/time` to instrument the action with time... false }] map[] {composite map[] [] [] [{ INPUT_GITHUB_TOKEN="${{ inputs.GITHUB_TOKEN }}" INPUT_BUCKET="${{ inputs.bucket }}" INPUT_PROJECT="${{ inputs.project }}" INPUT_CONFIG="${{ inputs.config }}" INPUT_DICTIONARY_VERSION="${{ inputs.dictionary_version }}" INPUT_DICTIONARY_URL="${{ inputs.dictionary_url }}" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="${{ inputs.experimental_apply_changes_via_bot }}" DEBUG="${{ inputs.debug }}" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="${{ inputs.time_shim }}" $GITHUB_ACTION_PATH/unknown-words.sh bash map[] map[] false 0}]} {red edit-3}} DEBU[0003] Evaluating 'github['token']' instead of 'github.token' DEBU[0003] type=3 actionDir=/Users/jsoref/.cache/act/jsoref-check-spelling@prerelease actionPath= Workdir=/Users/jsoref/code/spelling-org/spell-check-this ActionCacheDir=/Users/jsoref/.cache/act actionName=jsoref-check-spelling@prerelease containerActionDir=/actions DEBU[0003] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0003] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0003] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0003] HEAD matches refs/heads/prerelease DEBU[0003] using github ref: refs/heads/prerelease DEBU[0003] context env => map[ACT:true] DEBU[0003] Loading slug from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0003] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0003] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0003] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0003] HEAD matches refs/heads/prerelease DEBU[0003] using github ref: refs/heads/prerelease DEBU[0003] context env => map[ACT:true] DEBU[0003] context env => map[ACT:true CI:true GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:[email protected]:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_BUCKET: INPUT_CONFIG:.github/actions/spelling INPUT_DEBUG: INPUT_DICTIONARY_URL:https://raw.githubusercontent.com/check-spelling/check-spelling/dictionary-\$DICTIONARY_VERSION/dict.txt INPUT_DICTIONARY_VERSION:20200211 INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT:1 INPUT_GITHUB_TOKEN: INPUT_PROJECT: INPUT_TIME_SHIM: ImageOS:ubuntu20] DEBU[0003] Evaluating 'inputs['GITHUB_TOKEN']' instead of 'inputs.GITHUB_TOKEN' DEBU[0003] Evaluating 'inputs['bucket']' instead of 'inputs.bucket' DEBU[0003] Evaluating 'inputs['project']' instead of 'inputs.project' DEBU[0003] Evaluating 'inputs['config']' instead of 'inputs.config' DEBU[0003] Evaluating 'inputs['dictionary_version']' instead of 'inputs.dictionary_version' DEBU[0003] Evaluating 'inputs['dictionary_url']' instead of 'inputs.dictionary_url' DEBU[0003] Evaluating 'inputs['experimental_apply_changes_via_bot']' instead of 'inputs.experimental_apply_changes_via_bot' DEBU[0003] Evaluating 'inputs['debug']' instead of 'inputs.debug' DEBU[0003] Evaluating 'inputs['time_shim']' instead of 'inputs.time_shim' DEBU[0003] Wrote command ' INPUT_GITHUB_TOKEN="" INPUT_BUCKET="" INPUT_PROJECT="" INPUT_CONFIG="" INPUT_DICTIONARY_VERSION="" INPUT_DICTIONARY_URL="" INPUT_EXPERIMENTAL_APPLY_CHANGES_VIA_BOT="1" DEBUG="" spellchecker=$GITHUB_ACTION_PATH TIME_SHIM="" $GITHUB_ACTION_PATH/unknown-words.sh ' to 'workflow/composite-0.sh' DEBU[0003] Writing entry to tarball workflow/composite-0.sh len:260 [Spell checking/Spell checking] Extracting content to '/Users/jsoref/code/spelling-org/' [Spell checking/Spell checking] Exec command '[bash --login --noprofile --norc -e -o pipefail /Users/jsoref/code/spelling-org/workflow/composite-0.sh]' | /Users/jsoref/code/spelling-org/workflow/composite-0.sh: line 1: /unknown-words.sh: No such file or directory [Spell checking/Spell checking] ❌ Failure - jsoref/check-spelling@prerelease DEBU[0003] exit with `FAILURE`: 127 Error: exit with `FAILURE`: 127 ``` </details>
https://github.com/nektos/act/issues/603
https://github.com/nektos/act/pull/1925
67f4baa618b3371cc0ec0c03b169141c25809c9e
17bf4fc5afd147ea967445b9d0dc2e684f57377c
"2021-04-04T04:04:28Z"
go
"2023-07-24T02:53:35Z"
closed
nektos/act
https://github.com/nektos/act
599
["cmd/root.go", "go.mod", "go.sum", "pkg/runner/run_context.go"]
Enhancement: Follow XDG base directories
## Describe feature Act is now using `$HOME/.actrc`. In my opinion it shouldn't clutter home directory and should be in `$XDG_CONFIG_HOME/actrc` or `$XDG_CONFIG_HOME/act/config`
https://github.com/nektos/act/issues/599
https://github.com/nektos/act/pull/600
47e1ba1b55340999a31905e7c9821ccbeccdeef7
4125812a63cc3f3eee3c80fbeee29c6c72b73cfd
"2021-04-03T10:52:09Z"
go
"2021-04-05T15:51:13Z"
closed
nektos/act
https://github.com/nektos/act
597
["pkg/runner/run_context.go", "pkg/runner/runner_test.go", "pkg/runner/testdata/issue-597/spelling.yaml"]
Issue: `with` fields should only be evaluated if `if` evaluates to true
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- Paste output of `act --version` --> ```none act version 9a7bc6 ``` ## Expected behaviour <!-- Describe how whole process should go and finish --> Evaluate an `if` for a `step`, if it evaluates to `true`, evaluate the `with` fields, if not, skip them. ## Actual behaviour <!-- Describe what happened --> `with` fields are evaluated first (resulting in errors) ## Workflow and/or repository <details> <summary>workflow</summary> https://github.com/jsoref/spell-check-this/blob/4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03/.github/workflows/spelling.yml Note: `${{ ... }}` wrappings for the if were added to this workflow to make `act` happy, but per GitHub they should be implied. (I'll file a bug for that later.) ```none name: Spell checking on: pull_request_target: push: issue_comment: pull_request_review_comment: jobs: build: name: Spell checking runs-on: ubuntu-latest steps: - name: checkout-merge if: "${{ contains(github.event_name, 'pull_request') }}" uses: actions/[email protected] with: ref: refs/pull/${{github.event.pull_request.number}}/merge fetch-depth: 5 - name: checkout if: "${{ !contains(github.event_name, 'pull_request') }}" uses: actions/[email protected] with: fetch-depth: 5 - uses: check-spelling/[email protected] with: experimental_apply_changes_via_bot: 1 ``` </details> ## Steps to reproduce <!-- Make sure to include command you used to run `act` e.g.: 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` --> ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> `act -v` <details> <summary>Log</summary> ```none DEBU[0018] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0018] Loading revision from git directory '/Users/jsoref/code/spelling-org/spell-check-this/.git' DEBU[0018] Found revision: 4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 DEBU[0018] HEAD points to '4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03' DEBU[0018] HEAD matches refs/heads/prerelease DEBU[0018] using github ref: refs/heads/prerelease DEBU[0018] context env => map[ACT:true] DEBU[0018] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_ENV:/Users/jsoref/code/spelling-org/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/Users/jsoref/code/spelling-org/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_REF:refs/heads/prerelease GITHUB_REPOSITORY:[email protected]:check-spelling/spell-check-this GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:4101393f8d4d21cbaadaf88c3ac1b7ad3754bc03 GITHUB_TOKEN: GITHUB_WORKFLOW:Spell checking GITHUB_WORKSPACE:/Users/jsoref/code/spelling-org/spell-check-this INPUT_FETCH-DEPTH:5 INPUT_REF:refs/pull/${{github.event.pull_request.number}}/merge ImageOS:ubuntu20] DEBU[0018] Evaluating 'github['event']['pull_request']['number']' instead of 'github.event.pull_request.number' ERRO[0018] Unable to interpolate string 'refs/pull/${{github.event.pull_request.number}}/merge' - [TypeError: Cannot access member 'number' of undefined] [Spell checking/Spell checking] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GIT ``` </details> The if `${{ contains(github.event_name, 'pull_request') }}` should result in `false` (the default is `push`).
https://github.com/nektos/act/issues/597
https://github.com/nektos/act/pull/637
780f60a1e6a07f495ad9a2d0e3181e85b36b0537
3db3d416e33e8c1798360c0858cd4bc0c051d75d
"2021-04-02T21:26:19Z"
go
"2021-05-03T16:51:48Z"
closed
nektos/act
https://github.com/nektos/act
587
[".gitignore", "pkg/runner/run_context.go", "pkg/runner/run_context_test.go", "pkg/runner/runner.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go", "pkg/runner/step_context_test.go", "pkg/runner/testdata/workdir/push.yml"]
Issue: #567 breaks `act` on Windows
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- Paste output of `act --version` --> https://github.com/nektos/act/commit/6cde8f64dcc0f54619168b4f3883afccc5539a9d https://github.com/nektos/act/releases/tag/v0.2.21 ## Expected behaviour `act` doesn't fail ## Actual behaviour `act` fails because paths on Windows (`C:\users\something\path\`) differ from paths on Linux (`/home/something/path`) ## Workflow and/or repository <details> <summary>workflow</summary> ```none on: push: jobs: tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 ``` </details> ## Steps to reproduce Run `act` on Windows ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none cat ~\..\..\..\..\act git: (6c258cf...) ≢ +1 ~0 -0 ! ❯❯❯ go run main.go -W .\.github\workflows\test.yml [test.yml/tests-1] 🧪 Matrix: map[deno:1.1.0 os:ubuntu-latest] [test.yml/tests-2] 🚧 Skipping unsupported platform 'macos-latest' [test.yml/tests-1] 🚀 Start image=catthehacker/ubuntu:act-latest [test.yml/tests-1] 🐳 docker run image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [test.yml/tests-1] 🐳 docker cp src=C:\Users\cat\go\src\github.com\nektos\act\. dst=\github\workspace [test.yml/tests-1] ⭐ Run actions/checkout@v2 [test.yml/tests-1] ✅ Success - actions/checkout@v2 Error: context canceled exit status 1 cat ~\..\..\..\..\act git: (6c258cf...) ≢ +1 ~0 -0 ! ❯❯❯ cat ~\..\..\..\..\act git: (6cde8f6...) ≢ +1 ~0 -0 ! ❯❯❯ go run main.go -W .\.github\workflows\test.yml [test.yml/tests-1] 🧪 Matrix: map[deno:1.1.0 os:ubuntu-latest] [test.yml/tests-2] 🚧 Skipping unsupported platform 'macos-latest' [test.yml/tests-1] 🚀 Start image=catthehacker/ubuntu:act-latest Error: Error response from daemon: the working directory 'C:\Users\cat\go\src\github.com\nektos\act' is invalid, it needs to be an absolute path exit status 1 cat ~\..\..\..\..\act git: (6cde8f6...) ≢ +1 ~0 -0 ! ❯❯❯ ``` </details>
https://github.com/nektos/act/issues/587
https://github.com/nektos/act/pull/635
020d6a60832a324e46b72be92ac5754537e57a17
0f049426f6320fab3dd19f4f90954daad590fa33
"2021-03-29T15:04:01Z"
go
"2021-05-04T21:50:35Z"
closed
nektos/act
https://github.com/nektos/act
584
["pkg/runner/run_context.go"]
Issue: act sets HOME env var but doesn't update /etc/passwd
It seems Java use homedir from nsswitch, so this behavior breaks java build tools like Apache Maven & Gradle which use `user.home` system property to resolve configuration. E.g. `actions/setup-java@v1` writes `settings.xml` to `/github/home/.m2/settings.xml` (nodejs resolves using `$HOME`) but maven later tries to lookup it from `/root/.m2/settings.xml` (jre resolves using nss). ## Act version ```none act version 0.2.20 ``` ## Expected behaviour `act` to set same home dir in both `$HOME` and `/etc/passwd`. ## Actual behaviour `$HOME` is set to `/github/home` but `/etc/passwd` contains `root:x:0:0:root:/root:/bin/bash`. ## Workflow and/or repository <details> <summary>workflow</summary> ```yaml name: t on: push: jobs: test: runs-on: ubuntu-latest steps: - uses: actions/setup-java@v1 with: java-version: 11 - run: | echo 'public class Test { public static void main(String[] args) { System.out.println("user.home: " + System.getProperty("user.home")); } }' >Test.java javac Test.java java Test id getent passwd $(id -u) echo "\$HOME=$HOME" ``` </details> ## Steps to reproduce 1. Run `act` with workflow above ## `act` output <details> <summary>Log</summary> ```none 55% at [03:35:45] ➜ act -j test [t/test] 🚀 Start image=catthehacker/ubuntu:act-latest [t/test] 🐳 docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [t/test] ⭐ Run actions/setup-java@v1 [t/test] ☁ git clone 'https://github.com/actions/setup-java' # ref=v1 [t/test] 🐳 docker cp src=/home/gross/.cache/act/actions-setup-java@v1 dst=/actions/ [t/test] 💬 ::debug::isExplicit: [t/test] 💬 ::debug::explicit? false [t/test] 💬 ::debug::evaluating 0 versions [t/test] 💬 ::debug::match not found [t/test] 💬 ::debug::Downloading JDK from Azul [t/test] 💬 ::debug::Searching for files with extension: -linux_x64.tar.gz [t/test] 💬 ::debug::Downloading https://static.azul.com/zulu/bin/zulu11.45.27-ca-jdk11.0.10-linux_x64.tar.gz [t/test] 💬 ::debug::Downloading /tmp/83e9fe7b-9d34-482b-8dbb-66c619b5ba26 [t/test] 💬 ::debug::download complete | [command]/bin/tar --version | tar (GNU tar) 1.29 | Copyright (C) 2015 Free Software Foundation, Inc. | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | This is free software: you are free to change and redistribute it. | There is NO WARRANTY, to the extent permitted by law. | | Written by John Gilmore and Jay Fenlason. | [command]/bin/tar xz --warning=no-unknown-keyword -C /tmp/temp_756265902 -f /tmp/83e9fe7b-9d34-482b-8dbb-66c619b5ba26 [t/test] 💬 ::debug::jdk extracted to /tmp/temp_756265902/zulu11.45.27-ca-jdk11.0.10-linux_x64 [t/test] 💬 ::debug::Caching tool jdk 11.0.10 x64 [t/test] 💬 ::debug::source dir: /tmp/temp_756265902/zulu11.45.27-ca-jdk11.0.10-linux_x64 [t/test] 💬 ::debug::destination /opt/hostedtoolcache/jdk/11.0.10/x64 [t/test] 💬 ::debug::finished caching tool [t/test] ⚙ ::add-path:: /opt/hostedtoolcache/jdk/11.0.10/x64/bin [t/test] ⚙ ::set-output:: path=/opt/hostedtoolcache/jdk/11.0.10/x64 [t/test] ⚙ ::set-output:: version=11.0.10 [t/test] ❓ ##[add-matcher]/actions/actions-setup-java@v1/.github/java.json | creating settings.xml with server-id: github; environment variables: username=$GITHUB_ACTOR, password=$GITHUB_TOKEN, and gpg-passphrase=null [t/test] 💬 ::debug::created directory /github/home/.m2 | writing /github/home/.m2/settings.xml [t/test] ✅ Success - actions/setup-java@v1 [t/test] ⭐ Run echo 'public class Test { public static void main(String[] args) { System.out.println("user.home: " + System.getProperty("user.home")); } }' >Test.java javac Test.java java Test id getent passwd $(id -u) echo "\$HOME=$HOME" | user.home: /root | uid=0(root) gid=0(root) groups=0(root) | root:x:0:0:root:/root:/bin/bash | $HOME=/github/home [t/test] ✅ Success - echo 'public class Test { public static void main(String[] args) { System.out.println("user.home: " + System.getProperty("user.home")); } }' >Test.java javac Test.java java Test id getent passwd $(id -u) echo "\$HOME=$HOME" ``` </details>
https://github.com/nektos/act/issues/584
https://github.com/nektos/act/pull/594
25779af4bf1e7762d8ff2d3be985c2fcde7bb1e2
5044ec6c4364cb74e623953b8c5d39790c8af126
"2021-03-27T00:54:55Z"
go
"2021-04-01T21:01:01Z"
closed
nektos/act
https://github.com/nektos/act
572
["pkg/model/planner.go", "pkg/model/planner_test.go", "pkg/model/testdata/empty-workflow/push.yml", "pkg/model/testdata/invalid-job-name/push.yml"]
Enhancement: Fail if job name is not valid
## Describe feature Act doesn't fail if the job name is not valid comparing to GHA who fail with this kind of message : ``` The workflow is not valid. .github/workflows/tests.yml (Line: 10, Col: 3): Job name test-bats-docker-bash-4.4.23-gnu-true is invalid. Names must start with a letter or '_' and contain only alphanumeric characters, '-', or '_' .github/workflows/tests.yml (Line: 16, Col: 3): Job name test-bats-docker-bash-3.2.57-gnu-true is invalid. Names must start with a letter or '_' and contain only alphanumeric characters, '-', or '_' ```
https://github.com/nektos/act/issues/572
https://github.com/nektos/act/pull/596
5044ec6c4364cb74e623953b8c5d39790c8af126
94d736a602dcfc7db2568d41a16e222bf1bcc416
"2021-03-18T20:11:54Z"
go
"2021-04-02T14:01:45Z"
closed
nektos/act
https://github.com/nektos/act
554
["pkg/runner/run_context.go"]
Issue: .ssh directory not parity with Github Actions
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version ```none act version 0.2.20 ``` ## Expected behaviour Typically and on github actions ssh will read files such as config, known_hosts, etc from `~/.ssh/` directory. ## Actual behaviour When using act these files are only read from `/root/.ssh`. This likely has something to do with `act` modifying the `$HOME` directory in some order or timing differently than github actions. SSH does not necessarily read the current `$HOME/.ssh` if home has been modified. See https://serverfault.com/a/951783 for additional context. ## Steps to reproduce Expected to work and works on github actions but fails on act with host verification failed because ssh is not picking up the `known_hosts` file: ```none jobs: ssh_test: runs-on: ubuntu-latest steps: - name: SSH Agent uses: webfactory/[email protected] with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Setup SSH Known Hosts run: | mkdir -p -m 0700 ~/.ssh echo "Add domain to known hosts" ssh-keyscan -t rsa -p 22 <domain or ip> > ~/.ssh/known_hosts chmod 600 ~/.ssh/known_hosts - name: Test ssh run: ssh <domain or ip> ps ``` Works on `act` but fails on github actions: ```none jobs: ssh_test: runs-on: ubuntu-latest steps: - name: SSH Agent uses: webfactory/[email protected] with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Setup SSH Known Hosts run: | mkdir -p -m 0700 /root/.ssh echo "Add domain to known hosts" ssh-keyscan -t rsa -p 22 <domain or ip> > /root/.ssh/known_hosts chmod 600 /root/.ssh/known_hosts - name: Test ssh run: ssh <domain or ip> ps ``` This breaks most usage of ssh on `act` and in such a way that is quite painful and not obvious to debug as the overwhelming online references around ssh assume `~/.ssh/` is going to get picked up.
https://github.com/nektos/act/issues/554
https://github.com/nektos/act/pull/594
25779af4bf1e7762d8ff2d3be985c2fcde7bb1e2
5044ec6c4364cb74e623953b8c5d39790c8af126
"2021-03-06T19:02:40Z"
go
"2021-04-01T21:01:01Z"
closed
nektos/act
https://github.com/nektos/act
550
["pkg/container/docker_build.go", "pkg/container/docker_run.go", "pkg/runner/step_context.go", "pkg/runner/testdata/basic/push.yml", "pkg/runner/testdata/parallel/push.yml", "pkg/runner/testdata/uses-composite/push.yml"]
Issue: Can't `use` action from repo checked out with actions/checkout
## Act version ```none ❯ act --version act version 0.2.20 ``` ## Expected behaviour Expected to be able to locally test a github action workflow that checks out a repo containing another action, and then executes that action in the runner env with `uses` ## Actual behaviour `act` fails with error message `Error: open /home/*****/gh-action-test-repo/example/action.yaml: no such file or directory` **While the repo is sucessfully checked out to the runner env, it appears that `act` does not look within the runner env when evaluating local `uses`.** ## Workflow and/or repository `foo/example` is not a real repository. <details> <summary>workflow</summary> ```none on: workflow_dispatch: push: branches: - master jobs: track: runs-on: ubuntu-latest steps: - name: Example uses: actions/checkout@v2 with: repository: foo/example ref: 'master' token: ${{ secrets.TOKEN }} path: example - uses: ./example ``` </details> ## Steps to reproduce ## `act` output I've scrubbed sensitive information from the log below. <details> <summary>Log</summary> ```none ❯ act workflow_dispatch -j track [track_updates.yml/track] 🚀 Start image=catthehacker/ubuntu:act-latest [track_updates.yml/track] 🐳 docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [track_updates.yml/track] ⭐ Run actions/checkout@v2 [track_updates.yml/track] ☁ git clone 'https://github.com/actions/checkout' # ref=v2 [track_updates.yml/track] 🐳 docker cp src=/home/*****/.cache/act/actions-checkout@v2 dst=/actions/ [track_updates.yml/track] ❓ ::save-state name=isPost,::true [track_updates.yml/track] 💬 ::debug::GITHUB_WORKSPACE = '/github/workspace' [track_updates.yml/track] 💬 ::debug::qualified repository = '*****/example' [track_updates.yml/track] 💬 ::debug::ref = 'master' [track_updates.yml/track] 💬 ::debug::commit = 'undefined' [track_updates.yml/track] 💬 ::debug::clean = true [track_updates.yml/track] 💬 ::debug::fetch depth = 1 [track_updates.yml/track] 💬 ::debug::lfs = false [track_updates.yml/track] 💬 ::debug::submodules = false [track_updates.yml/track] 💬 ::debug::recursive submodules = false [track_updates.yml/track] ❓ ::add-matcher::/actions/actions-checkout@v2/dist/problem-matcher.json | Syncing repository: *****/example [track_updates.yml/track] ❓ ::group::Getting Git version info | Working directory is '/github/workspace/example' [track_updates.yml/track] 💬 ::debug::Getting git version | [command]/usr/bin/git version | git version 2.17.1 [track_updates.yml/track] ❓ ::endgroup:: | The repository will be downloaded using the GitHub REST API | To create a local Git repository instead, add Git 2.18 or higher to the PATH | Downloading the archive | Writing archive to disk | Extracting the archive | [command]/bin/tar xz -C /github/workspace/example/55a2a4cd-1017-460a-aa87-2f9fe0403a6d -f /github/workspace/example/55a2a4cd-1017-460a-aa87-2f9fe0403a6d.tar.gz | Resolved version *****-example-bd7968a95c64507048d8f41ce61fbd33030a69ce [track_updates.yml/track] ❓ ::remove-matcher owner=checkout-git,:: [track_updates.yml/track] ✅ Success - actions/checkout@v2 [track_updates.yml/track] ⭐ Run ./example [track_updates.yml/track] ❌ Failure - ./example Error: open /home/*****/gh-action-test-repo/example/action.yaml: no such file or directory ``` </details>
https://github.com/nektos/act/issues/550
https://github.com/nektos/act/pull/719
531ea02fb9e40c512c8e9bdb0125c4950f172bb4
0ff204b61523b0137d41c4479a132fde87211327
"2021-03-03T18:54:05Z"
go
"2021-08-03T17:39:56Z"
closed
nektos/act
https://github.com/nektos/act
546
["pkg/runner/logger.go"]
Issue: Asterisk floods the terminal output
## Act version <!-- Paste output of `act --version` --> ```none 0.2.20 ``` Ubuntu 20.10 - any terminal ## Expected behaviour Unreadable terminal output due to asterisk flood ## Actual behaviour Terminal output is full of asterisk symbols ## Workflow and/or repository On any command ## Steps to reproduce Just invoke act ## `act` output <details> <summary>Log</summary> ```none **************⭐*************** *************** ***************R***************u***************n*************** ***************r***************u***************b***************y***************/***************s***************e***************t***************u***************p***************-***************r***************u***************b***************y***************@***************v***************1*************** [Pipeline/build] *************** *************** ***************☁*************** *************** ***************g***************i***************t*************** ***************c***************l***************o***************n***************e*************** ***************'***************h***************t***************t***************p***************s***************:***************/***************/***************g***************i***************t***************h***************u***************b***************.***************c***************o***************m***************/***************r***************u***************b***************y***************/***************s***************e***************t***************u***************p***************-***************r***************u***************b***************y***************'*************** ***************#*************** ***************r***************e***************f***************=***************v***************1*************** [Pipeline/build] *************** *************** ***************c***************l***************o***************n***************i***************n***************g*************** ***************h***************t***************t***************p***************s***************:***************/***************/***************g***************i***************t***************h***************u***************b***************.***************c***************o***************m***************/***************r***************u***************b***************y***************/***************s***************e***************t***************u***************p***************-***************r***************u***************b***************y*************** ***************t***************o*************** ***************/***************h***************o***************m***************e***************/***************i***************s***************t***************o***************i***************c***************a***************/***************.***************c***************a***************c***************h***************e***************/***************a***************c***************t***************/***************r***************u***************b***************y***************-***************s***************e***************t***************u***************p***************-***************r***************u***************b***************y***************@***************v***************1*************** [Pipeline/build] ``` </details>
https://github.com/nektos/act/issues/546
https://github.com/nektos/act/pull/725
33ccfa6f3b85bfe02716e3369f19246de450c9e7
96a05645269241587fdcf0f1ccc49ce38047627c
"2021-02-24T08:46:07Z"
go
"2021-06-07T13:54:12Z"
closed
nektos/act
https://github.com/nektos/act
542
["pkg/runner/run_context.go"]
Issue: Running push event for a specific branch
## Act version <!-- Paste output of `act --version` --> ``` act version 0.2.17 ``` ## Expected behaviour Run workflow 2 ## Actual behaviour Runs workflow 1 & 2 ## Workflow and/or repository <details> <summary></summary> ```none name: workflow 1 on: push: branches: - master pull_request: branches: - master ``` ```none name: workflow 2 on: push: branches: - develop ``` ```none name: push.json - according to https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#push { "push": { "ref": "/refs/heads/develop" } } ``` </details> ## Steps to reproduce <!-- Make sure to include command you used to run `act` e.g.: 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` --> ## `act -n -e push.json` </details>
https://github.com/nektos/act/issues/542
https://github.com/nektos/act/pull/605
806bc4d999cafab455bbda9b966e3ed6080a4104
cc3e7aeaf21823f602901cc40836477977bdb3bc
"2021-02-23T10:10:54Z"
go
"2021-05-03T15:02:26Z"
closed
nektos/act
https://github.com/nektos/act
540
["pkg/model/workflow.go", "pkg/runner/run_context.go", "pkg/runner/step_context.go"]
Enhancement: Support matrix builds with dynamic input
## Describe feature GitHub Actions has a neat feature to [create a matrix dynamically](https://github.blog/changelog/2020-04-15-github-actions-new-workflow-features/) based on the outputs of a previous job: ```yaml name: Dynamic Matrix build on: workflow_dispatch: inputs: x: description: 'Number of jobs on x-Axis' required: true default: '8' y: description: 'Number of jobs on y-Axis' required: true default: '4' jobs: generate-matrix: name: "Generate matrix job specs" outputs: x: ${{ steps.generate-matrix.outputs.x }} y: ${{ steps.generate-matrix.outputs.y }} runs-on: ubuntu-latest steps: - name: generate-matrix id: generate-matrix run: | echo "::set-output name=x::[`seq -s , ${{ github.event.inputs.x }}`]" echo "::set-output name=y::[`seq -s , ${{ github.event.inputs.y }}`]" matrix: name: "Matrix job" runs-on: ubuntu-latest needs: [generate-matrix] strategy: fail-fast: false matrix: x: ${{ fromJson(needs.generate-matrix.outputs.x) }} y: ${{ fromJson(needs.generate-matrix.outputs.y) }} steps: - name: Perform job run: echo "${{matrix.x}}, ${{matrix.y}}" ``` `nektos/act` currently does not understand the dynamic input for the matrix dimensions as already reported in #450 - and errors out even if there is just one workflow file in the repository that is using this feature: ```bash $ act -l Error: yaml: unmarshal errors: line 37: cannot unmarshal !!str `${{ fro...` into []interface {} line 38: cannot unmarshal !!str `${{ fro...` into []interface {} ``` It would be amazing if `nektos/act` would be able to support dynamic matrix builds as well - or at least does not error out if it finds a workflow file with that syntax.
https://github.com/nektos/act/issues/540
https://github.com/nektos/act/pull/700
fa93f4d5e7e9ccfe68741a555e3137c1dfd6e997
33ccfa6f3b85bfe02716e3369f19246de450c9e7
"2021-02-22T00:04:03Z"
go
"2021-06-06T14:53:18Z"
closed
nektos/act
https://github.com/nektos/act
536
["pkg/model/workflow.go", "pkg/model/workflow_test.go", "pkg/runner/step_context.go", "pkg/runner/step_context_test.go", "pkg/runner/testdata/uses-and-run-in-one-step/push.yml"]
a step cannot be allowed have both the `uses` and `run` keys
When I run a step that has both the `uses` and `run` keys defined, Github fails the build with message: ``` a step cannot have both the `uses` and `run` keys ``` `act` on the other hand silently ignores `uses` and continues. ## Act version Master `0.2.20-2-g9bf37fb` ## Expected behaviour `act` should fail the build and return a message similar to what Github returns. ## Actual behaviour The step is executed with the value of `uses` ignored. ## Workflow and/or repository <details> <summary>workflow</summary> ```none name: 'Build for ESP32' on: [push, pull_request] jobs: build: name: Build with ESP-IDF toolchain image runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: docker://espressif/idf:release-v3.3 run: | idf.py build ``` The step attempts to execute the comand `idf.py build` in the current docker image, the image which actually contains the tool (`espressif/idf:release-v3.3`) is not used. ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none [Build for ESP32/Build ESP-IDF toolchain image] 🚀 Start image=catthehacker/ubuntu:act-latest [Build for ESP32/Build ESP-IDF toolchain image] 🐳 docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Build for ESP32/Build ESP-IDF toolchain image] 🐳 docker cp src=/home/kdomanski/xxx/. dst=/github/workspace [Build for ESP32/Build ESP-IDF toolchain image] ⭐ Run actions/checkout@v1 [Build for ESP32/Build ESP-IDF toolchain image] ✅ Success - actions/checkout@v1 [Build for ESP32/Build ESP-IDF toolchain image] ⭐ Run docker://espressif/idf:release-v3.3 | /github/workflow/1: line 1: idf.py: command not found [Build for ESP32/Build ESP-IDF toolchain image] ❌ Failure - docker://espressif/idf:release-v3.3 Error: exit with `FAILURE`: 127 ``` </details>
https://github.com/nektos/act/issues/536
https://github.com/nektos/act/pull/593
5752a03dcd20a4ef922f6087da4b22b480d1f593
25779af4bf1e7762d8ff2d3be985c2fcde7bb1e2
"2021-02-17T21:32:08Z"
go
"2021-04-01T18:36:41Z"
closed
nektos/act
https://github.com/nektos/act
534
["pkg/runner/run_context.go"]
Issue: continue-on-error within step is not respected
<!-- - Make sure you are able to reproduce it on the [latest version](https://github.com/nektos/act/releases) - Search the existing issues. - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> ## Act version <!-- Paste output of `act --version` --> act version 0.2.20 ```none ``` ## Expected behaviour <!-- Describe how whole process should go and finish --> When a job has a step containing `continue-on-error: true` and that step fails, the job should continue as specified by https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error ## Actual behaviour <!-- Describe what happened --> When a job has a step containing `continue-on-error: true` and that step fails, the job stops at that step ## Workflow and/or repository <details> <summary>workflow</summary> ```none # This workflow will run tests on PRs name: PyTest On PR on: pull_request: branches: - master jobs: test: name: Install dependencies and test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/[email protected] with: python-version: "3.6" - name: Install dependencies run: make install - name: Run tests run: make test TEST_FLAGS="-n 5" - name: Run MyPy run: make mypy ONLY_MODIFIED=0 continue-on-error: true - name: Timing test timeout-minutes: 2 run: python -m scripts.statcast_timing ``` https://github.com/TheCleric/pybaseball </details> ## Steps to reproduce <!-- Make sure to include command you used to run `act` e.g.: 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. Clone https://github.com/TheCleric/pybaseball 2. Enter cloned repo directory 3. Checkout the `feature/remove_altair` branch (`git checkout origin/feature/remove_altair`) 3. Run `act pull_request -P ubuntu-latest=nektos/act-environments-ubuntu:18.04` ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none [PyTest On PR/Install dependencies and test] 🚀 Start image=nektos/act-environments-ubuntu:18.04 [PyTest On PR/Install dependencies and test] 🐳 docker run image=nektos/act-environments-ubuntu:18.04 entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [PyTest On PR/Install dependencies and test] 🐳 docker cp src=/Users/adam.weeden/Dev/pybaseball/. dst=/github/workspace [PyTest On PR/Install dependencies and test] ⭐ Run actions/checkout@v2 [PyTest On PR/Install dependencies and test] ✅ Success - actions/checkout@v2 [PyTest On PR/Install dependencies and test] ⭐ Run Set up Python [PyTest On PR/Install dependencies and test] ☁ git clone 'https://github.com/actions/setup-python' # ref=v2.2.1 [PyTest On PR/Install dependencies and test] 🐳 docker cp src=/Users/adam.weeden/.cache/act/[email protected] dst=/actions/ [PyTest On PR/Install dependencies and test] 💬 ::debug::Semantic version spec of 3.6 is 3.6 [PyTest On PR/Install dependencies and test] 💬 ::debug::isExplicit: [PyTest On PR/Install dependencies and test] 💬 ::debug::explicit? false [PyTest On PR/Install dependencies and test] 💬 ::debug::isExplicit: 2.7.17 [PyTest On PR/Install dependencies and test] 💬 ::debug::explicit? true [PyTest On PR/Install dependencies and test] 💬 ::debug::isExplicit: 3.5.9 [PyTest On PR/Install dependencies and test] 💬 ::debug::explicit? true [PyTest On PR/Install dependencies and test] 💬 ::debug::isExplicit: 3.6.10 [PyTest On PR/Install dependencies and test] 💬 ::debug::explicit? true [PyTest On PR/Install dependencies and test] 💬 ::debug::isExplicit: 3.7.6 [PyTest On PR/Install dependencies and test] 💬 ::debug::explicit? true [PyTest On PR/Install dependencies and test] 💬 ::debug::isExplicit: 3.8.1 [PyTest On PR/Install dependencies and test] 💬 ::debug::explicit? true [PyTest On PR/Install dependencies and test] 💬 ::debug::evaluating 5 versions [PyTest On PR/Install dependencies and test] 💬 ::debug::matched: 3.6.10 [PyTest On PR/Install dependencies and test] 💬 ::debug::checking cache: /opt/hostedtoolcache/Python/3.6.10/x64 [PyTest On PR/Install dependencies and test] 💬 ::debug::Found tool in cache Python 3.6.10 x64 [PyTest On PR/Install dependencies and test] ⚙ ::add-path:: /opt/hostedtoolcache/Python/3.6.10/x64 [PyTest On PR/Install dependencies and test] ⚙ ::add-path:: /opt/hostedtoolcache/Python/3.6.10/x64/bin [PyTest On PR/Install dependencies and test] ⚙ ::set-output:: python-version=3.6.10 | Successfully setup CPython (3.6.10) [PyTest On PR/Install dependencies and test] ❓ ##[add-matcher]/actions/[email protected]/.github/python.json [PyTest On PR/Install dependencies and test] ✅ Success - Set up Python [PyTest On PR/Install dependencies and test] ⭐ Run Install dependencies | pip install --upgrade pip; pip install -e .[test] | Collecting pip | Downloading pip-21.0.1-py3-none-any.whl (1.5 MB) |################################| 1.5 MB 1.1 MB/s | Installing collected packages: pip | Attempting uninstall: pip | Found existing installation: pip 20.0.2 | Uninstalling pip-20.0.2: | Successfully uninstalled pip-20.0.2 | Successfully installed pip-21.0.1 | Obtaining file:///github/workspace | Installing build dependencies ... done | Getting requirements to build wheel ... done | Preparing wheel metadata ... done | Collecting pandas>=1.0.3 | Downloading pandas-1.1.5-cp36-cp36m-manylinux1_x86_64.whl (9.5 MB) |################################| 9.5 MB 5.4 MB/s | Collecting scipy>=1.4.0 | Downloading scipy-1.5.4-cp36-cp36m-manylinux1_x86_64.whl (25.9 MB) |################################| 25.9 MB 17.8 MB/s | Collecting pygithub>=1.51 | Downloading PyGithub-1.54.1-py3-none-any.whl (289 kB) |################################| 289 kB 19.5 MB/s | Collecting fuzzywuzzy[speedup]>=0.15.0 | Downloading fuzzywuzzy-0.18.0-py2.py3-none-any.whl (18 kB) | Collecting numpy>=1.13.0 | Downloading numpy-1.19.5-cp36-cp36m-manylinux2010_x86_64.whl (14.8 MB) |################################| 14.8 MB 18.1 MB/s | Collecting tqdm>=4.50.0 | Downloading tqdm-4.56.2-py2.py3-none-any.whl (72 kB) |################################| 72 kB 2.3 MB/s | Collecting matplotlib>=2.0.0 | Downloading matplotlib-3.3.4-cp36-cp36m-manylinux1_x86_64.whl (11.5 MB) |################################| 11.5 MB 15.9 MB/s | Collecting lxml>=4.2.1 | Downloading lxml-4.6.2-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) |################################| 5.5 MB 22.7 MB/s | Collecting requests>=2.18.1 | Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) |################################| 61 kB 12.3 MB/s | Collecting beautifulsoup4>=4.4.0 | Downloading beautifulsoup4-4.9.3-py3-none-any.whl (115 kB) |################################| 115 kB 13.9 MB/s | Collecting pyarrow>=1.0.1 | Downloading pyarrow-3.0.0-cp36-cp36m-manylinux2014_x86_64.whl (20.7 MB) |################################| 20.7 MB 13.4 MB/s | Collecting mypy>=0.782 | Downloading mypy-0.800-cp36-cp36m-manylinux2010_x86_64.whl (21.6 MB) |################################| 21.6 MB 26.9 MB/s | Collecting pytest>=6.0.2 | Downloading pytest-6.2.2-py3-none-any.whl (280 kB) |################################| 280 kB 15.1 MB/s | Collecting pytest-cov>=2.10.1 | Downloading pytest_cov-2.11.1-py2.py3-none-any.whl (20 kB) | Collecting pytest-xdist>=2.1.0 | Downloading pytest_xdist-2.2.1-py3-none-any.whl (37 kB) | Collecting soupsieve>1.2 | Downloading soupsieve-2.2-py3-none-any.whl (33 kB) | Collecting python-levenshtein>=0.12 | Downloading python-Levenshtein-0.12.2.tar.gz (50 kB) |################################| 50 kB 9.6 MB/s | Collecting pillow>=6.2.0 | Downloading Pillow-8.1.0-cp36-cp36m-manylinux1_x86_64.whl (2.2 MB) |################################| 2.2 MB 859 kB/s | Collecting python-dateutil>=2.1 | Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) |################################| 227 kB 10.7 MB/s | Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 | Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) |################################| 67 kB 3.0 MB/s | Collecting cycler>=0.10 | Downloading cycler-0.10.0-py2.py3-none-any.whl (6.5 kB) | Collecting kiwisolver>=1.0.1 | Downloading kiwisolver-1.3.1-cp36-cp36m-manylinux1_x86_64.whl (1.1 MB) |################################| 1.1 MB 17.8 MB/s | Collecting six | Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) | Collecting typed-ast<1.5.0,>=1.4.0 | Downloading typed_ast-1.4.2-cp36-cp36m-manylinux1_x86_64.whl (743 kB) |################################| 743 kB 13.7 MB/s | Collecting typing-extensions>=3.7.4 | Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB) | Collecting mypy-extensions<0.5.0,>=0.4.3 | Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB) | Collecting pytz>=2017.2 | Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB) |################################| 510 kB 16.0 MB/s | Collecting deprecated | Downloading Deprecated-1.2.11-py2.py3-none-any.whl (9.1 kB) | Collecting pyjwt<2.0 | Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) | Collecting py>=1.8.2 | Downloading py-1.10.0-py2.py3-none-any.whl (97 kB) |################################| 97 kB 10.1 MB/s | Collecting packaging | Downloading packaging-20.9-py2.py3-none-any.whl (40 kB) |################################| 40 kB 8.5 MB/s | Collecting toml | Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) | Collecting attrs>=19.2.0 | Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) |################################| 49 kB 10.2 MB/s | Collecting pluggy<1.0.0a1,>=0.12 | Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) | Collecting iniconfig | Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) | Collecting importlib-metadata>=0.12 | Downloading importlib_metadata-3.4.0-py3-none-any.whl (10 kB) | Collecting zipp>=0.5 | Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB) | Collecting coverage>=5.2.1 | Downloading coverage-5.4-cp36-cp36m-manylinux2010_x86_64.whl (240 kB) |################################| 240 kB 20.4 MB/s | Collecting execnet>=1.1 | Downloading execnet-1.8.0-py2.py3-none-any.whl (39 kB) | Collecting pytest-forked | Downloading pytest_forked-1.3.0-py2.py3-none-any.whl (4.7 kB) | Collecting apipkg>=1.4 | Downloading apipkg-1.5-py2.py3-none-any.whl (4.9 kB) | Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.6.10/x64/lib/python3.6/site-packages (from python-levenshtein>=0.12->fuzzywuzzy[speedup]>=0.15.0->pybaseball==2.1.1) (40.6.2) | Collecting certifi>=2017.4.17 | Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) |################################| 147 kB 26.6 MB/s | Collecting chardet<5,>=3.0.2 | Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) |################################| 178 kB 18.3 MB/s | Collecting idna<3,>=2.5 | Downloading idna-2.10-py2.py3-none-any.whl (58 kB) |################################| 58 kB 9.2 MB/s | Collecting urllib3<1.27,>=1.21.1 | Downloading urllib3-1.26.3-py2.py3-none-any.whl (137 kB) |################################| 137 kB 15.4 MB/s | Collecting wrapt<2,>=1.10 | Downloading wrapt-1.12.1.tar.gz (27 kB) | Using legacy 'setup.py install' for python-levenshtein, since package 'wheel' is not installed. | Using legacy 'setup.py install' for wrapt, since package 'wheel' is not installed. | Installing collected packages: zipp, typing-extensions, pyparsing, importlib-metadata, wrapt, urllib3, toml, six, py, pluggy, packaging, iniconfig, idna, chardet, certifi, attrs, soupsieve, requests, pytz, python-levenshtein, python-dateutil, pytest, pyjwt, pillow, numpy, kiwisolver, fuzzywuzzy, deprecated, cycler, apipkg, typed-ast, tqdm, scipy, pytest-forked, pygithub, pyarrow, pandas, mypy-extensions, matplotlib, lxml, execnet, coverage, beautifulsoup4, pytest-xdist, pytest-cov, pybaseball, mypy | Running setup.py install for wrapt ... done | Running setup.py install for python-levenshtein ... done | Running setup.py develop for pybaseball | Successfully installed apipkg-1.5 attrs-20.3.0 beautifulsoup4-4.9.3 certifi-2020.12.5 chardet-4.0.0 coverage-5.4 cycler-0.10.0 deprecated-1.2.11 execnet-1.8.0 fuzzywuzzy-0.18.0 idna-2.10 importlib-metadata-3.4.0 iniconfig-1.1.1 kiwisolver-1.3.1 lxml-4.6.2 matplotlib-3.3.4 mypy-0.800 mypy-extensions-0.4.3 numpy-1.19.5 packaging-20.9 pandas-1.1.5 pillow-8.1.0 pluggy-0.13.1 py-1.10.0 pyarrow-3.0.0 pybaseball pygithub-1.54.1 pyjwt-1.7.1 pyparsing-2.4.7 pytest-6.2.2 pytest-cov-2.11.1 pytest-forked-1.3.0 pytest-xdist-2.2.1 python-dateutil-2.8.1 python-levenshtein-0.12.2 pytz-2021.1 requests-2.25.1 scipy-1.5.4 six-1.15.0 soupsieve-2.2 toml-0.10.2 tqdm-4.56.2 typed-ast-1.4.2 typing-extensions-3.7.4.3 urllib3-1.26.3 wrapt-1.12.1 zipp-3.4.0 [PyTest On PR/Install dependencies and test] ✅ Success - Install dependencies [PyTest On PR/Install dependencies and test] ⭐ Run Run tests | pytest tests -n 5 --doctest-modules --cov=pybaseball --cov-report term-missing | ============================= test session starts ============================== | platform linux -- Python 3.6.10, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 | rootdir: /github/workspace, configfile: pytest.ini, testpaths: tests | plugins: forked-1.3.0, xdist-2.2.1, cov-2.11.1 gw0 [546] / gw1 [546] / gw2 [546] / gw3 [546] / gw4 [546] | ........................................................................ [ 13%] | ........................................................................ [ 26%] | ........................................................................ [ 39%] | ........................................................................ [ 52%] | ........................................................................ [ 65%] | ........................................................................ [ 79%] | ........................................................................ [ 92%] | .......................................... [100%] | =============================== warnings summary =============================== | tests/integration/pybaseball/test_statcast.py::test_handle_request_post_season | /github/workspace/pybaseball/statcast.py:45: UserWarning: | That's a nice request you got there. It'd be a shame if something were to happen to it. | We strongly recommend that you enable caching before running this. It's as simple as `pybaseball.cache.enable()`. | Since the Statcast requests can take a *really* long time to run, if something were to happen, like: a disconnect; | gremlins; computer repair by associates of Rudy Giuliani; electromagnetic interference from metal trash cans; etc.; | you could lose a lot of progress. Enabling caching will allow you to immediately recover all the successful | subqueries if that happens. | warnings.warn(_OVERSIZE_WARNING) | | -- Docs: https://docs.pytest.org/en/stable/warnings.html | | ---------- coverage: platform linux, python 3.6.10-final-0 ----------- | Name Stmts Miss Cover Missing | ------------------------------------------------------------------------------------------- | pybaseball/__init__.py 72 0 100% | pybaseball/amateur_draft.py 28 0 100% | pybaseball/analysis/__init__.py 0 0 100% | pybaseball/analysis/projections/__init__.py 3 0 100% | pybaseball/analysis/projections/marcels/__init__.py 3 0 100% | pybaseball/analysis/projections/marcels/age_adjustment.py 11 2 82% 14, 19 | pybaseball/analysis/projections/marcels/marcels_base.py 85 3 96% 54, 57, 60 | pybaseball/analysis/projections/marcels/marcels_batting.py 20 0 100% | pybaseball/analysis/projections/marcels/marcels_pitching.py 23 0 100% | pybaseball/analysis/trajectories/__init__.py 2 0 100% | pybaseball/analysis/trajectories/batted_balls/__init__.py 0 0 100% | pybaseball/analysis/trajectories/batted_balls/calculator.py 68 0 100% | pybaseball/analysis/trajectories/batted_balls/parameters.py 32 0 100% | pybaseball/analysis/trajectories/unit_conversions.py 5 0 100% | pybaseball/analysis/trajectories/utils.py 19 0 100% | pybaseball/batting_leaders.py 5 0 100% | pybaseball/cache/__init__.py 4 0 100% | pybaseball/cache/cache.py 68 0 100% | pybaseball/cache/cache_config.py 38 0 100% | pybaseball/cache/cache_record.py 48 0 100% | pybaseball/cache/dataframe_utils.py 14 0 100% | pybaseball/cache/file_utils.py 17 0 100% | pybaseball/cache/func_utils.py 5 0 100% | pybaseball/datahelpers/__init__.py 0 0 100% | pybaseball/datahelpers/column_mapper.py 23 0 100% | pybaseball/datahelpers/postprocessing.py 92 6 93% 79-80, 133, 192-193, 205 | pybaseball/datahelpers/singleton.py 8 0 100% | pybaseball/datahelpers/statcast_utils.py 9 9 0% 1-20 | pybaseball/datahelpers/transform.py 11 1 91% 10 | pybaseball/datasources/__init__.py 0 0 100% | pybaseball/datasources/fangraphs.py 112 4 96% 31-32, 124, 135 | pybaseball/datasources/html_table_processor.py 42 2 95% 26, 74 | pybaseball/datasources/statcast.py 17 0 100% | pybaseball/enums/__init__.py 0 0 100% | pybaseball/enums/enum_base.py 30 3 90% 16, 32, 43 | pybaseball/enums/fangraphs/__init__.py 22 1 95% 23 | pybaseball/enums/fangraphs/batting_data_enum.py 357 0 100% | pybaseball/enums/fangraphs/fangraphs_stats_base.py 27 1 96% 37 | pybaseball/enums/fangraphs/fangraphs_stats_category.py 7 0 100% | pybaseball/enums/fangraphs/fielding_data_enum.py 88 0 100% | pybaseball/enums/fangraphs/league.py 8 0 100% | pybaseball/enums/fangraphs/month.py 13 0 100% | pybaseball/enums/fangraphs/pitching_data_enum.py 381 0 100% | pybaseball/enums/fangraphs/positions.py 17 0 100% | pybaseball/lahman.py 83 26 69% 22, 30-33, 54, 57, 60, 63, 66, 69, 75, 78, 84, 87, 90, 93, 96, 99, 102, 106, 115, 118, 121, 124, 133 | pybaseball/league_batting_stats.py 56 1 98% 51 | pybaseball/league_pitching_stats.py 61 1 98% 51 | pybaseball/pitching_leaders.py 5 0 100% | pybaseball/playerid_lookup.py 80 18 78% 28-29, 48, 125-130, 143-158, 191-192, 204-205 | pybaseball/plotting.py 116 53 54% 55, 91-135, 155, 177, 181, 209-245, 256-262 | pybaseball/retrosheet.py 133 104 22% 118-148, 154-175, 181-205, 211-214, 220-232, 238-250, 257-260, 267-270, 277-280, 287-290, 297-300 | pybaseball/split_stats.py 116 105 9% 14-20, 27-35, 43-70, 78-170 | pybaseball/standings.py 79 0 100% | pybaseball/statcast.py 44 0 100% | pybaseball/statcast_batter.py 20 0 100% | pybaseball/statcast_pitcher.py 11 0 100% | pybaseball/team_batting.py 36 27 25% 24-59 | pybaseball/team_fielding.py 43 33 23% 26-84 | pybaseball/team_game_logs.py 31 22 29% 11-19, 23-36, 49-53 | pybaseball/team_pitching.py 37 28 24% 24-60 | pybaseball/team_results.py 89 3 97% 64-65, 113 | pybaseball/teamid_lookup.py 57 3 95% 17, 102, 108 | pybaseball/top_prospects.py 23 17 26% 9-23, 27-28 | pybaseball/utils.py 121 27 78% 102, 106, 131, 135, 162, 180, 218-220, 228-231, 244-270 | ------------------------------------------------------------------------------------------- | TOTAL 3075 500 84% | | ================== 546 passed, 1 warning in 116.06s (0:01:56) ================== [PyTest On PR/Install dependencies and test] ✅ Success - Run tests [PyTest On PR/Install dependencies and test] ⭐ Run Run MyPy | mypy --ignore-missing-imports --follow-imports silent *.py pybaseball tests | pybaseball/datahelpers/column_mapper.py:7: error: Function is missing a return type annotation | pybaseball/datahelpers/column_mapper.py:7: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_column_mapper.py:5: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_column_mapper.py:5: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_column_mapper.py:17: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_column_mapper.py:17: note: Use "-> None" if function does not return a value | tests/pybaseball/analysis/projections/marcels/test_age.py:5: error: Function is missing a return type annotation | tests/pybaseball/analysis/projections/marcels/test_age.py:5: note: Use "-> None" if function does not return a value | pybaseball/enums/enum_base.py:18: error: Returning Any from function declared to return "_T" | pybaseball/enums/enum_base.py:30: error: Returning Any from function declared to return "Optional[_T]" | pybaseball/datahelpers/postprocessing.py:191: error: Function is missing a type annotation | pybaseball/datahelpers/postprocessing.py:196: error: Function is missing a type annotation | pybaseball/datahelpers/postprocessing.py:203: error: Function is missing a type annotation | pybaseball/analysis/trajectories/batted_balls/calculator.py:71: error: Returning Any from function declared to return "float" | pybaseball/analysis/trajectories/batted_balls/calculator.py:100: error: Returning Any from function declared to return "float" | pybaseball/split_stats.py:31: error: Incompatible types in assignment (expression has type "str", variable has type "Optional[int]") | pybaseball/split_stats.py:141: error: "List[List[Any]]" has no attribute "rename" | pybaseball/split_stats.py:141: error: "List[List[Any]]" has no attribute "iloc" | pybaseball/split_stats.py:142: error: "List[List[Any]]" has no attribute "reindex"; maybe "index"? | pybaseball/split_stats.py:142: error: "Callable[[List[Any], int, int], int]" has no attribute "drop" | pybaseball/split_stats.py:143: error: "List[List[Any]]" has no attribute "set_index" | pybaseball/split_stats.py:144: error: "List[List[Any]]" has no attribute "drop" | pybaseball/split_stats.py:145: error: "List[List[Any]]" has no attribute "apply" | pybaseball/split_stats.py:146: error: "List[List[Any]]" has no attribute "dropna" | pybaseball/split_stats.py:147: error: No overload variant of "__setitem__" of "list" matches argument types "str", "Any" | pybaseball/split_stats.py:147: note: Possible overload variants: | pybaseball/split_stats.py:147: note: def __setitem__(self, int, List[Any]) -> None | pybaseball/split_stats.py:147: note: def __setitem__(self, slice, Iterable[List[Any]]) -> None | pybaseball/split_stats.py:147: error: No overload variant of "__getitem__" of "list" matches argument type "str" | pybaseball/split_stats.py:147: note: def __getitem__(self, int) -> List[Any] | pybaseball/split_stats.py:147: note: def __getitem__(self, slice) -> List[List[Any]] | pybaseball/split_stats.py:148: error: "List[List[Any]]" has no attribute "loc" | pybaseball/split_stats.py:151: error: "List[List[Any]]" has no attribute "rename" | pybaseball/split_stats.py:151: error: "List[List[Any]]" has no attribute "iloc" | pybaseball/split_stats.py:152: error: "List[List[Any]]" has no attribute "reindex"; maybe "index"? | pybaseball/split_stats.py:152: error: "Callable[[List[Any], int, int], int]" has no attribute "drop" | pybaseball/split_stats.py:153: error: "List[List[Any]]" has no attribute "set_index" | pybaseball/split_stats.py:154: error: "List[List[Any]]" has no attribute "drop" | pybaseball/split_stats.py:155: error: "List[List[Any]]" has no attribute "apply" | pybaseball/split_stats.py:157: error: "List[List[Any]]" has no attribute "dropna" | pybaseball/split_stats.py:158: error: "List[List[Any]]" has no attribute "loc" | tests/pybaseball/datahelpers/test_postprocessing.py:11: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:22: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:22: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:25: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:25: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:29: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:29: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:33: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:33: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:36: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:36: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:39: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:39: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:42: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:42: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:45: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:45: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:48: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:48: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:51: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:51: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:54: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:54: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:57: error: Function is missing a return type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:57: note: Use "-> None" if function does not return a value | tests/pybaseball/datahelpers/test_postprocessing.py:78: error: Function is missing a type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:91: error: Function is missing a type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:98: error: Function is missing a type annotation | tests/pybaseball/datahelpers/test_postprocessing.py:114: error: Function is missing a type annotation | tests/pybaseball/analysis/trajectories/batted_balls/test_parameters.py:6: error: Function is missing a return type annotation | tests/pybaseball/analysis/trajectories/batted_balls/test_parameters.py:6: note: Use "-> None" if function does not return a value | tests/pybaseball/analysis/trajectories/batted_balls/test_calculator.py:6: error: Function is missing a type annotation | tests/pybaseball/analysis/trajectories/batted_balls/test_calculator.py:10: error: Function is missing a return type annotation | tests/pybaseball/analysis/trajectories/batted_balls/test_calculator.py:10: note: Use "-> None" if function does not return a value | tests/pybaseball/analysis/trajectories/batted_balls/test_calculator.py:14: error: Function is missing a return type annotation | tests/pybaseball/analysis/trajectories/batted_balls/test_calculator.py:14: note: Use "-> None" if function does not return a value | tests/pybaseball/analysis/trajectories/batted_balls/test_calculator.py:27: error: Function is missing a return type annotation | tests/pybaseball/analysis/trajectories/batted_balls/test_calculator.py:27: note: Use "-> None" if function does not return a value | tests/pybaseball/analysis/trajectories/batted_balls/test_batted_balls_utils.py:9: error: Function is missing a type annotation | tests/pybaseball/analysis/trajectories/batted_balls/test_batted_balls_utils.py:22: error: Function is missing a type annotation | pybaseball/utils.py:177: error: Function is missing a type annotation | pybaseball/utils.py:214: error: Function is missing a type annotation | pybaseball/utils.py:223: error: Function is missing a type annotation | pybaseball/top_prospects.py:8: error: Function is missing a type annotation | pybaseball/top_prospects.py:26: error: Function is missing a type annotation | pybaseball/team_game_logs.py:10: error: Function is missing a type annotation | pybaseball/team_game_logs.py:22: error: Function is missing a type annotation | pybaseball/team_game_logs.py:40: error: Function is missing a type annotation | pybaseball/playerid_lookup.py:19: error: Function is missing a return type annotation | pybaseball/playerid_lookup.py:53: error: Function is missing a type annotation | pybaseball/playerid_lookup.py:110: error: Argument "first" to "get_closest_names" has incompatible type "Optional[str]"; expected "str" | pybaseball/lahman.py:28: error: Function is missing a return type annotation | pybaseball/lahman.py:28: note: Use "-> None" if function does not return a value | pybaseball/team_results.py:14: error: Function is missing a type annotation | pybaseball/team_results.py:22: error: Function is missing a type annotation | pybaseball/team_results.py:74: error: Function is missing a type annotation | pybaseball/team_results.py:86: error: Function is missing a type annotation | pybaseball/team_results.py:101: error: Function is missing a type annotation | pybaseball/team_pitching.py:15: error: Function is missing a type annotation | pybaseball/team_fielding.py:16: error: Function is missing a type annotation | pybaseball/team_batting.py:15: error: Function is missing a type annotation | pybaseball/retrosheet.py:109: error: Function is missing a type annotation | pybaseball/retrosheet.py:150: error: Function is missing a type annotation | pybaseball/retrosheet.py:177: error: Function is missing a type annotation | pybaseball/retrosheet.py:207: error: Function is missing a return type annotation | pybaseball/retrosheet.py:216: error: Function is missing a type annotation | pybaseball/retrosheet.py:234: error: Function is missing a type annotation | pybaseball/retrosheet.py:253: error: Function is missing a return type annotation | pybaseball/retrosheet.py:263: error: Function is missing a return type annotation | pybaseball/retrosheet.py:273: error: Function is missing a return type annotation | pybaseball/retrosheet.py:283: error: Function is missing a return type annotation | pybaseball/retrosheet.py:293: error: Function is missing a return type annotation | pybaseball/league_pitching_stats.py:12: error: Function is missing a type annotation | pybaseball/league_pitching_stats.py:22: error: Function is missing a type annotation | pybaseball/league_pitching_stats.py:40: error: Function is missing a type annotation | pybaseball/league_pitching_stats.py:71: error: Function is missing a type annotation | pybaseball/league_pitching_stats.py:84: error: Function is missing a type annotation | tests/pybaseball/test_team_pitching.py:12: error: Returning Any from function declared to return "str" | tests/pybaseball/test_team_pitching.py:20: error: Function is missing a return type annotation | tests/pybaseball/test_team_fielding.py:12: error: Returning Any from function declared to return "str" | tests/pybaseball/test_team_fielding.py:20: error: Function is missing a return type annotation | tests/pybaseball/test_team_batting.py:12: error: Returning Any from function declared to return "str" | tests/pybaseball/test_team_batting.py:20: error: Function is missing a return type annotation | tests/pybaseball/test_plotting.py:22: error: Incompatible types in assignment (expression has type "None", target has type Module) | tests/pybaseball/test_plotting.py:28: error: Module has no attribute "Chart" | tests/pybaseball/test_plotting.py:29: error: Module has no attribute "Color" | tests/pybaseball/test_plotting.py:30: error: Module has no attribute "LayerChart" | tests/pybaseball/test_plotting.py:31: error: Module has no attribute "Scale" | tests/pybaseball/test_plotting.py:32: error: Module has no attribute "X" | tests/pybaseball/test_plotting.py:33: error: Module has no attribute "Y" | tests/pybaseball/test_plotting.py:50: error: Function is missing a type annotation for one or more arguments | tests/pybaseball/test_pitching_leaders.py:11: error: Returning Any from function declared to return "str" | tests/pybaseball/test_pitching_leaders.py:19: error: Function is missing a return type annotation | tests/pybaseball/test_batting_leaders.py:20: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:19: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:38: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:39: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:39: note: Use "-> None" if function does not return a value | tests/pybaseball/profiling.py:47: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:47: note: Use "-> None" if function does not return a value | tests/pybaseball/profiling.py:51: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:51: note: Use "-> None" if function does not return a value | tests/pybaseball/profiling.py:55: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:55: note: Use "-> None" if function does not return a value | tests/pybaseball/profiling.py:59: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:59: note: Use "-> None" if function does not return a value | tests/pybaseball/profiling.py:63: error: Function is missing a return type annotation | tests/pybaseball/profiling.py:63: note: Use "-> None" if function does not return a value | tests/pybaseball/profiling.py:76: error: Function is missing a return type annotation | tests/integration/pybaseball/datasources/test_fg_pitching_data.py:65: error: Function is missing a type annotation for one or more arguments | tests/integration/pybaseball/datasources/test_fg_pitching_data.py:90: error: Function is missing a type annotation for one or more arguments | tests/integration/pybaseball/datasources/test_fg_pitching_data.py:123: error: Function is missing a type annotation for one or more arguments | pybaseball/datahelpers/transform.py:8: error: Function is missing a type annotation | Found 122 errors in 31 files (checked 125 source files) | Makefile:27: recipe for target 'mypy' failed | make: *** [mypy] Error 1 [PyTest On PR/Install dependencies and test] ❌ Failure - Run MyPy Error: exit with `FAILURE`: 2 ``` </details>
https://github.com/nektos/act/issues/534
https://github.com/nektos/act/pull/544
14c06ee5e4c854f396b4925df5b00054fea744e5
6c118fe9ad2ae55802b7f8384a48db2a724ab391
"2021-02-17T01:08:38Z"
go
"2021-02-25T16:55:07Z"
closed
nektos/act
https://github.com/nektos/act
528
["pkg/model/workflow.go"]
Issue: bash options don't match GitHub Actions
## Act version <!-- Paste output of `act --version` --> ```none act version 0.2.20 ``` ## Expected behaviour <!-- Describe how whole process should go and finish --> When providing a bash script in the `run` section of `steps` for a job, we expect the shell to be executed with the same options as GitHub Actions. ## Actual behaviour `act` runs with `bash --noprofile --norc -eo pipefail {0}` GitHub Actions runs with `/bin/bash -e {0}` The difference of `pipefail` is producing different behaviour when running our shell script with `act` locally. <!-- Describe what happened --> ## Workflow and/or repository Failing if the grep on line 41 fails: <details> <summary>workflow</summary> ```none # This file was automatically generated by sbt-github-actions using the # githubWorkflowGenerate task. You should add and commit this file to # your git repository. It goes without saying that you shouldn't edit # this file by hand! Instead, if you wish to make changes, you should # change your sbt build configuration to revise the workflow description # to meet your needs, then regenerate this file. name: Clean on: push jobs: delete-artifacts: name: Delete Artifacts runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Delete artifacts run: | # Customize those three lines with your repository and credentials: REPO=${GITHUB_API_URL}/repos/${{ github.repository }} # A shortcut to call GitHub API. ghapi() { curl --silent --location --user _:$GITHUB_TOKEN "$@"; } # A temporary file which receives HTTP response headers. TMPFILE=/tmp/tmp.$$ # An associative array, key: artifact name, value: number of artifacts of that name. declare -A ARTCOUNT # Process all artifacts on this repository, loop on returned "pages". URL=$REPO/actions/artifacts while [[ -n "$URL" ]]; do # Get current page, get response headers in a temporary file. JSON=$(ghapi --dump-header $TMPFILE "$URL") # Get URL of next page. Will be empty if we are at the last page. URL=$(grep '^Link:' "$TMPFILE" | tr ',' '\n' | grep 'rel="next"' | head -1 | sed -e 's/.*<//' -e 's/>.*//') rm -f $TMPFILE # Number of artifacts on this page: COUNT=$(( $(jq <<<$JSON -r '.artifacts | length') )) # Loop on all artifacts on this page. for ((i=0; $i < $COUNT; i++)); do # Get name of artifact and count instances of this name. name=$(jq <<<$JSON -r ".artifacts[$i].name?") ARTCOUNT[$name]=$(( $(( ${ARTCOUNT[$name]} )) + 1)) id=$(jq <<<$JSON -r ".artifacts[$i].id?") size=$(( $(jq <<<$JSON -r ".artifacts[$i].size_in_bytes?") )) printf "Deleting '%s' #%d, %'d bytes\n" $name ${ARTCOUNT[$name]} $size ghapi -X DELETE $REPO/actions/artifacts/$id done done ``` </details> ## Steps to reproduce `act -s GITHUB_TOKEN=..... -v` ## `act` output <!-- Paste output from your terminal, use `-v` or `--verbose` for richer output --> <details> <summary>Log</summary> ```none [Clean/Delete Artifacts ] ❌ Failure - Delete artifacts DEBU[0001] exit with `FAILURE`: 1 ``` </details>
https://github.com/nektos/act/issues/528
https://github.com/nektos/act/pull/529
661aa0823544449bae15c77c6311f8ab0014b12d
60669808a4969f11b3064ae1ff457a45ce2f0d24
"2021-02-12T14:46:29Z"
go
"2021-02-12T16:28:26Z"
closed
nektos/act
https://github.com/nektos/act
527
[".github/workflows/checks.yml", ".github/workflows/release.yml"]
Enhancement: Authentication to docker registry
## Describe feature It would be nice to create an authenticated docker api client to pull images from other registries which require authentication. I think it might be good enough to add the authentication information found in `~/.docker/config.json` into the pull command. https://github.com/nektos/act/blob/e6fcfed458dbccd640e093bffd0fc258d6ce0e6e/pkg/container/docker_pull.go#L55 The `ImagePullOptions` seems to allow this: https://github.com/moby/moby/blob/46cdcd206c56172b95ba5c77b827a722dab426c5/api/types/client.go#L253-L258
https://github.com/nektos/act/issues/527
https://github.com/nektos/act/pull/1082
c8a40bf8f41a68efe55f28e8b17a9b5f3d004d5e
4f0bfd2ad1b16dc0a5f34844069513af178fe86d
"2021-02-10T15:44:17Z"
go
"2022-03-28T20:05:07Z"
closed
nektos/act
https://github.com/nektos/act
518
[".github/workflows/stale.yml"]
Specified platform/image is not honored
When specifying a platform/image with `act -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04` act will still use the previously configured `catthehacker/ubuntu:act-latest` rather than the specified image. ``` [Deploy to Amazon ECS/Build NGINX Image] 🚀 Start image=catthehacker/ubuntu:act-latest [Deploy to Amazon ECS/Build NGINX Image] 🐳 docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Deploy to Amazon ECS/Build NGINX Image] 🐳 docker cp src=/Users/codespent/Development/devstreams/devstreamsio-api/. dst=/github/workspace [Deploy to Amazon ECS/Build NGINX Image] ⭐ Run Checkout [Deploy to Amazon ECS/Build NGINX Image] ✅ Success - Checkout [Deploy to Amazon ECS/Build NGINX Image] ⭐ Run Configure AWS credentials [Deploy to Amazon ECS/Build NGINX Image] ☁ git clone 'https://github.com/aws-actions/configure-aws-credentials' # ref=v1 [Deploy to Amazon ECS/Build NGINX Image] 🐳 docker cp src=/Users/codespent/.cache/act/aws-actions-configure-aws-credentials@v1 dst=/actions/ [Deploy to Amazon ECS/Build NGINX Image] ⚙ ::add-mask::497087803026 [Deploy to Amazon ECS/Build NGINX Image] ⚙ ::set-output:: aws-account-id=xxxxxxxx [Deploy to Amazon ECS/Build NGINX Image] ✅ Success - Configure AWS credentials [Deploy to Amazon ECS/Build NGINX Image] ⭐ Run Login to Amazon ECR [Deploy to Amazon ECS/Build NGINX Image] ☁ git clone 'https://github.com/aws-actions/amazon-ecr-login' # ref=v1 [Deploy to Amazon ECS/Build NGINX Image] 🐳 docker cp src=/Users/codespent/.cache/act/aws-actions-amazon-ecr-login@v1 dst=/actions/ [Deploy to Amazon ECS/Build NGINX Image] ⚙ ::set-output:: registry=xxxxxxxx.dkr.ecr.us-east-1.amazonaws.com [Deploy to Amazon ECS/Build NGINX Image] ❗ ::error::Unable to locate executable file: docker. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable. [Deploy to Amazon ECS/Build NGINX Image] ❌ Failure - Login to Amazon ECR Error: exit with `FAILURE`: 1 ``` System is an M1 Mac Mini, Mac OS 11.0.1, act version 0.2.19 in zsh.
https://github.com/nektos/act/issues/518
https://github.com/nektos/act/pull/2120
0806c8b10946de509889eb723aaba45cc100c8de
6b0ef97c52e7cbab64513b3de7e6618bc2579f28
"2021-02-04T00:35:47Z"
go
"2023-12-17T09:14:56Z"
closed
nektos/act
https://github.com/nektos/act
509
[".github/workflows/stale.yml"]
Cannot read property 'slice' of undefined
Trying to run act (0.2.19) with [my workflow](https://github.com/cscetbon/cass-operator-casskop-compat/blob/master/.github/workflows/run-kuttl-tests.yml ) I get the following error: ``` [Compatibility casskop/cass-operator/scaleup-gke ] 🚀 Start image=catthehacker/ubuntu:act-latest [Compatibility casskop/cass-operator/scaleup-gke ] 🐳 docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Compatibility casskop/cass-operator/scaleup-gke ] ⭐ Run Disallow Concurrent Runs [Compatibility casskop/cass-operator/scaleup-gke ] ☁ git clone 'https://github.com/byu-oit/github-action-disallow-concurrent-runs' # ref=v1 [Compatibility casskop/cass-operator/scaleup-gke ] 🐳 docker cp src=/Users/cscetbon/.cache/act/byu-oit-github-action-disallow-concurrent-runs@v1 dst=/actions/ [Compatibility casskop/cass-operator/scaleup-gke ] ❗ ::error::An error occurred: Cannot read property 'slice' of undefined [Compatibility casskop/cass-operator/scaleup-gke ] ❌ Failure - Disallow Concurrent Runs ```
https://github.com/nektos/act/issues/509
https://github.com/nektos/act/pull/2120
0806c8b10946de509889eb723aaba45cc100c8de
6b0ef97c52e7cbab64513b3de7e6618bc2579f28
"2021-01-29T21:09:02Z"
go
"2023-12-17T09:14:56Z"
closed
nektos/act
https://github.com/nektos/act
506
["pkg/common/git.go", "pkg/common/git_test.go"]
Unable to resolve commit hash in `uses`
Like the issue (#234) that requests that `act` support using a branch instead of a tag, it would also be good to support using a commit hash; for instance: steps: - name: Install JDK 11 uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2 # v1 with: java-version: 11 Right now this also returns the "reference not found" error. Currently, using the long form of the hash works on GitHub Actions but not when the actions are run with `act`. Using the hash is a best practice for third-party actions: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
https://github.com/nektos/act/issues/506
https://github.com/nektos/act/pull/530
34dc2dc15c2faa6c1d81f2deb7aa8be712a779d7
14c06ee5e4c854f396b4925df5b00054fea744e5
"2021-01-27T20:14:16Z"
go
"2021-02-23T17:50:28Z"
closed
nektos/act
https://github.com/nektos/act
499
[".github/workflows/stale.yml"]
jobs.*.strategy.matrix.include doesnt seem to be parsed correctly when used in a step's env.
Here's an example workflow file that works in GIthub, but not in act: ``` --- name: "Test Platform GH Actions" on: pull_request: types: - opened - synchronize - reopened jobs: build: strategy: matrix: include: - example_var_1: "this_is_var_1" nested_var_1: "this_is_nested_var_1" runs-on: ubuntu-latest steps: - name: Show the environment run: | env env: ENV_VAR_1: "${{ matrix.example_var_1 }}" NESTED_ENV_VAR_1: "${{ matrix.nested_var_1 }}" ``` Expected output (truncated to the relevant parts): ``` [Test Platform GH Actions/build-2] ✅ Success - Show the environment | ENV_VAR_1=this_is_var_1 | NESTED_ENV_VAR_1=this_is_nested_var_1 ``` Actual output: ``` [Test Platform GH Actions/build-2] ✅ Success - Show the environment | ENV_VAR_1= | NESTED_ENV_VAR_1= ```
https://github.com/nektos/act/issues/499
https://github.com/nektos/act/pull/2120
0806c8b10946de509889eb723aaba45cc100c8de
6b0ef97c52e7cbab64513b3de7e6618bc2579f28
"2021-01-21T18:52:09Z"
go
"2023-12-17T09:14:56Z"
closed
nektos/act
https://github.com/nektos/act
497
["README.md", "cmd/input.go", "cmd/root.go", "pkg/common/git.go", "pkg/common/git_test.go", "pkg/runner/run_context.go", "pkg/runner/runner.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go"]
Github Enterprise
Unfortunately GH Enterprise is not supported. For actions to work on Enterprise you'll have to mirror the actions (ugly but 🤷). In our enterprise setup this means we'll have to define the official action `https://github.com/github/super-linter/` as mirrored in `https://<gh-enterprise>/ghcom-actions/github-super-linter` Now additionally we're required to authenticate even for `git clone`. This is the current output with `-v`: ``` [...] [CI/lint] ⭐ Run Lint Code Base [CI/lint] ☁ git clone 'https://github.com/ghcom-actions/github-super-linter' # ref=v3 [CI/lint] cloning https://github.com/ghcom-actions/github-super-linter to /Users/<user>/.cache/act/ghcom-actions-github-super-linter@v3 [CI/lint] Unable to clone https://github.com/ghcom-actions/github-super-linter refs/heads/v3: authentication required DEBU[0016] authentication required ``` for the following `ci.yml` ```yaml jobs: lint: runs-on: self-hosted steps: - name: Lint Code Base uses: ghcom-actions/github-super-linter@v3 env: VALIDATE_HTML: false DEFAULT_BRANCH: master GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` For that to work we need: 1. The correct enterprise URL instead of `github.com` 2. possibility to do authentication. Ideally inherit authentication from `git-cli`.
https://github.com/nektos/act/issues/497
https://github.com/nektos/act/pull/658
710a3ac94c3dc0eaf680d417c87f37f92b4887f4
0c4374ec419b3b7fbbe82d2d79677508085d90e0
"2021-01-21T13:17:10Z"
go
"2021-05-05T16:42:34Z"
closed
nektos/act
https://github.com/nektos/act
496
["pkg/runner/expression.go", "pkg/runner/expression_test.go"]
Unable to interpolate string
### environment * act v0.2.18 * macOS 10.15.7 ### description I sometimes use *actions/cache@v2* in Go project. below is my minimal configuration: ```yaml name: Test on: push: jobs: test: runs-on: ubuntu-latest steps: - uses: actions/cache@v2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- ``` WIth above workflow, *act* will output **Unable to interpolate string** error. ```console % act -v -n push DEBU[0000] Loading environment from /Users/lufia/Downloads/act/.env DEBU[0000] Loading secrets from DEBU[0000] Loading workflows from '/Users/lufia/Downloads/act' DEBU[0000] Reading workflow '/Users/lufia/Downloads/act/test.yml' DEBU[0000] Planning event: push DEBU[0000] Loading slug from git directory '/Users/lufia/Downloads/act/.git' DEBU[0000] Found revision: 3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 DEBU[0000] Loading revision from git directory '/Users/lufia/Downloads/act/.git' DEBU[0000] Found revision: 3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 DEBU[0000] HEAD points to '3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] context env => map[ACT:true] *DRYRUN* [Test/test] 🚀 Start image=catthehacker/ubuntu:act-latest DEBU[0000] Loading slug from git directory '/Users/lufia/Downloads/act/.git' DEBU[0000] Found revision: 3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 DEBU[0000] Loading revision from git directory '/Users/lufia/Downloads/act/.git' DEBU[0000] Found revision: 3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 DEBU[0000] HEAD points to '3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master *DRYRUN* [Test/test] 🐳 docker pull catthehacker/ubuntu:act-latest *DRYRUN* [Test/test] 🐳 docker create image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [Test/test] 🐳 docker run image=catthehacker/ubuntu:act-latest entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] DEBU[0000] Evaluating 'runner['os']' instead of 'runner.os' DEBU[0000] Evaluating 'runner['os']' instead of 'runner.os' DEBU[0000] Evaluating 'hashFiles('**/go['sum']')' instead of 'hashFiles('**/go.sum')' ERRO[0000] Unable to interpolate string '${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}' - [(anonymous): Line 1:19 Unexpected identifier (and 2 more errors)] DEBU[0000] Loading slug from git directory '/Users/lufia/Downloads/act/.git' DEBU[0000] Found revision: 3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 DEBU[0000] Loading revision from git directory '/Users/lufia/Downloads/act/.git' DEBU[0000] Found revision: 3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 DEBU[0000] HEAD points to '3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] setupEnv => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:lufia/backoff GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 GITHUB_TOKEN: GITHUB_WORKFLOW:Test GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_KEY:Linux-go- INPUT_PATH:~/go/pkg/mod INPUT_RESTORE-KEYS:Linux-go-] DEBU[0000] Loading slug from git directory '/Users/lufia/Downloads/act/.git' DEBU[0000] Found revision: 3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 DEBU[0000] Loading revision from git directory '/Users/lufia/Downloads/act/.git' DEBU[0000] Found revision: 3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 DEBU[0000] HEAD points to '3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master DEBU[0000] context env => map[ACT:true] DEBU[0000] context env => map[ACT:true CI:true GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_ENV:/github/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/master GITHUB_REPOSITORY:lufia/backoff GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:3ed8aae4e6f77e4fd10b1ad11eb14c071ad3cc63 GITHUB_TOKEN: GITHUB_WORKFLOW:Test GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_KEY:Linux-go- INPUT_PATH:~/go/pkg/mod INPUT_RESTORE-KEYS:Linux-go-] *DRYRUN* [Test/test] ⭐ Run actions/cache@v2 *DRYRUN* [Test/test] ☁ git clone 'https://github.com/actions/cache' # ref=v2 *DRYRUN* [Test/test] cloning https://github.com/actions/cache to /Users/lufia/.cache/act/actions-cache@v2 *DRYRUN* [Test/test] Unable to pull refs/heads/v2: worktree contains unstaged changes *DRYRUN* [Test/test] Cloned https://github.com/actions/cache to /Users/lufia/.cache/act/actions-cache@v2 *DRYRUN* [Test/test] Checked out v2 DEBU[0002] Read action &{Cache GitHub Cache artifacts like dependencies and build outputs to improve workflow execution time map[key:{An explicit key for restoring and saving the cache true } path:{A list of files, directories, and wildcard patterns to cache and restore true } restore-keys:{An ordered list of keys to use for restoring the cache if no cache hit occurred for key false } upload-chunk-size:{The chunk size used to split up large files during upload, in bytes false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key}] {node12 map[] dist/restore/index.js [] []} {gray-dark archive}} from '/Users/lufia/.cache/act/actions-cache@v2/action.yml' DEBU[0002] About to run action &{Cache GitHub Cache artifacts like dependencies and build outputs to improve workflow execution time map[key:{An explicit key for restoring and saving the cache true } path:{A list of files, directories, and wildcard patterns to cache and restore true } restore-keys:{An ordered list of keys to use for restoring the cache if no cache hit occurred for key false } upload-chunk-size:{The chunk size used to split up large files during upload, in bytes false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key}] {node12 map[] dist/restore/index.js [] []} {gray-dark archive}} DEBU[0002] type=3 actionDir=/Users/lufia/.cache/act/actions-cache@v2 actionPath= Workdir=/Users/lufia/Downloads/act ActionCacheDir=/Users/lufia/.cache/act actionName=actions-cache@v2 containerActionDir=/actions DEBU[0002] Removing /Users/lufia/.cache/act/actions-cache@v2/.gitignore before docker cp DEBU[0002] executing remote job container: [node /actions/actions-cache@v2/dist/restore/index.js] *DRYRUN* [Test/test] ✅ Success - actions/cache@v2 ```
https://github.com/nektos/act/issues/496
https://github.com/nektos/act/pull/502
fc46f506e31e0d50b538ba253000d0a335141341
316b078f8c0467670ad0d68a5201f1d5284d4be4
"2021-01-21T13:06:27Z"
go
"2021-02-08T17:14:12Z"
closed
nektos/act
https://github.com/nektos/act
492
["pkg/runner/run_context.go"]
exists without warning if a workflow is missing runs-on
https://github.com/nektos/act/issues/492
https://github.com/nektos/act/pull/494
719a077b7c86e820a3153a8a31682c9a8541edb9
e37b42a333c53503e6688c8e844e7c037f85179a
"2021-01-20T20:04:51Z"
go
"2021-01-21T14:02:48Z"
closed
nektos/act
https://github.com/nektos/act
484
["README.md", "cmd/input.go", "cmd/root.go"]
Event type auto-detection not working
The event type auto-detection is not working as intended - it is always defaulting to `push`, even though the workflow defines a different event type. For example, when running `act` for the following workflow, nothing happens. You must run `act workflow_dispatch` in order for it to run. ``` name: "Test auto-detection" on: workflow_dispatch jobs: test: runs-on: ubuntu-latest steps: - name: "foo" run: echo "bar" ``` It looks like this is happening due to #157: `PlanEvent("push")` is never `nil`, because `PlanEvent` always creates and returns a new `Plan` object: https://github.com/nektos/act/blob/e6fcfed458dbccd640e093bffd0fc258d6ce0e6e/pkg/model/planner.go#L108-L122.
https://github.com/nektos/act/issues/484
https://github.com/nektos/act/pull/486
7f6a8082626ee107787cf0269dd5a933dcf98e49
9bbf35e88ef6a26f19bd53e29b15b67fe34d135b
"2021-01-17T20:03:44Z"
go
"2021-01-18T19:42:55Z"
closed
nektos/act
https://github.com/nektos/act
482
["pkg/runner/run_context.go", "pkg/runner/run_context_test.go"]
if: syntax without ${{ }} seems to always evaluate to false, even if invalid
This issue is similar to #366, but in this case, it appears that `if` statements without `${{ }}` are not evaluated, and always return `false`. This sample workflow illustrates the issue: ``` name: "Test if statements" on: push jobs: test: runs-on: ubuntu-latest steps: - name: "bad expression, but act does not evaluate it and skips this step" if: foobar1 run: echo "This does not run" - name: "bad expression, and act evaluates it and detects a bad expression " if: ${{ foobar2 }} run: echo "act will error before reaching this part" ``` For the second step, the logs show: ``` ERRO[0000] Unable to interpolate string '${{ foobar2 }}' - [ReferenceError: 'foobar2' is not defined] ``` This was tested on `v0.2.18`.
https://github.com/nektos/act/issues/482
https://github.com/nektos/act/pull/485
9bbf35e88ef6a26f19bd53e29b15b67fe34d135b
c7b3869b2f8689f3f95d3813c374e580f4976765
"2021-01-17T18:01:00Z"
go
"2021-01-18T19:44:27Z"
closed
nektos/act
https://github.com/nektos/act
473
["cmd/input.go", "cmd/root.go"]
supplying environment variables on the cli
Is there a way to add environment variables to be used in `run` steps without creating a .env file?
https://github.com/nektos/act/issues/473
https://github.com/nektos/act/pull/474
6e1cdeefc06f6985ae1c5dfa51089c66c9184e1e
41692c314db80bc427ae9dee24a7316b2c27245e
"2021-01-14T16:23:51Z"
go
"2021-01-15T05:26:01Z"
closed
nektos/act
https://github.com/nektos/act
468
["go.mod", "go.sum"]
Error: Error response from daemon: Conflict. The container name "/act-test-CI-build" is already in use
I got this error when trying to run the `act` command for the first time ``` ~ » act [test CI/build] 🚀 Start image=node:12.6-buster-slim [test CI/build] 🚀 Start image=node:12.6-buster-slim Error: Error response from daemon: Conflict. The container name "/act-test-CI-build" is already in use by container "28462129ee0b54cd6bdd16b4db974849a75c9c45ce9bd1de414d6498abe0edf0". You have to remove (or rename) that container to be able to reuse that name. ``` And I got this error for a second time ``` ~ » act [test CI/build] 🚀 Start image=node:12.6-buster-slim [test CI/build] 🚀 Start image=node:12.6-buster-slim [test CI/build] Error response from daemon: removal of container 28462129ee0b54cd6bdd16b4db974849a75c9c45ce9bd1de414d6498abe0edf0 is already in progress Error: Error: No such volume: act-test-CI-build ``` Docker version 20.10.2, build 2291f61 Mac version Big Sur 11.1 (20C69) Please note that if I run `act -n` it's working fine
https://github.com/nektos/act/issues/468
https://github.com/nektos/act/pull/1872
b2191ae204a713a5e9bd4b3e1ec34b23b7fd34a6
df44dffd30b6503b91bc63130742c31b1ce7badf
"2021-01-12T09:23:03Z"
go
"2023-06-19T04:03:04Z"
closed
nektos/act
https://github.com/nektos/act
467
["pkg/model/workflow.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go", "pkg/runner/testdata/powershell/push.yml"]
Doesn't correctly handle worker-level Powershell script runs
### Issue Powershell 7 scripts do not run in native workers via `run:` step, and report a false positive of succeeding ### Steps to Reproduce With the following simple config: ```yaml name: Test on: push: pull_request: branches: - main jobs: test: runs-on: ubuntu-latest steps: - shell: pwsh run: | "this should work!" "Evidence" > /github/workspace/worked ``` and swapping in the official powershell worker (and using -r so the container doesn't disappear): `act -rvP ubuntu-latest=mcr.microsoft.com/powershell:lts-ubuntu-18.04` The result says success: ![image](https://user-images.githubusercontent.com/15258962/104225876-d1ff5380-53fb-11eb-8412-4262edaa3b40.png) However upon inspecting the image via attaching a shell to the docker container the "evidence" file was not created: ![image](https://user-images.githubusercontent.com/15258962/104225778-abd9b380-53fb-11eb-912f-db984aa471c9.png) And running the command manually in the container from shell shows an exec problem ![image](https://user-images.githubusercontent.com/15258962/104226011-01ae5b80-53fc-11eb-8b36-132629b47f58.png) Running the command using the `-f` format works fine however ![image](https://user-images.githubusercontent.com/15258962/104226117-24d90b00-53fc-11eb-9fe2-76bb7ba4aa21.png) ![image](https://user-images.githubusercontent.com/15258962/104226128-2a365580-53fc-11eb-92ef-2b2b0c714c22.png)
https://github.com/nektos/act/issues/467
https://github.com/nektos/act/pull/575
c27ef0a65c9935d48e2ef6e70865197cce963d18
957b8ad76dd27c5d91d52ea49592387bfaa70fa1
"2021-01-11T19:01:07Z"
go
"2021-03-29T17:06:51Z"
closed
nektos/act
https://github.com/nektos/act
455
[".github/workflows/stale.yml"]
Why is act reading my GITHUB_TOKEN during build?
It seems the Makefile reads and exports GITHUB_TOKEN during build, which is alarming. Can we make that optional and default off?
https://github.com/nektos/act/issues/455
https://github.com/nektos/act/pull/2120
0806c8b10946de509889eb723aaba45cc100c8de
6b0ef97c52e7cbab64513b3de7e6618bc2579f28
"2020-12-29T17:20:20Z"
go
"2023-12-17T09:14:56Z"
closed
nektos/act
https://github.com/nektos/act
451
["pkg/runner/step_context.go"]
Should not inherit container PATH from host PATH
On NixOS, running `act`, say in the `act` repository itself, eventually gives this error: ``` [push/Test ] ⭐ Run go test -cover ./... | OCI runtime exec failed: exec failed: container_linux.go:349: starting container process caused "exec: \"bash\": executable file not found in $PATH": unknown [push/Test ] ❌ Failure - go test -cover ./... Error: exit with `FAILURE`: 126 ``` This is because `PATH` on NixOS does not have the usual `/bin` and `/usr/bin` directories. Running `env PATH=/bin:/usr/bin act` succeeds, at least for this step. Adding a `run: printenv` step confirms that anything I put in the host `PATH` is inherited in the container `PATH`. CI tests are supposed to be entirely self-contained, so they should not inherit any environment variables from the host, including `PATH`.
https://github.com/nektos/act/issues/451
https://github.com/nektos/act/pull/462
fecc571bcedbc8299869b3fa338a6b91811b8641
a9b3d6426b3ca8d57bd7357e2f051ec0f5d1f6d3
"2020-12-17T02:03:02Z"
go
"2021-01-12T06:27:16Z"
closed
nektos/act
https://github.com/nektos/act
450
["pkg/model/workflow.go", "pkg/runner/run_context.go", "pkg/runner/step_context.go"]
Unmarshal error
When unmarshalling: ```yaml strategy: fail-fast: false matrix: ${{ fromJson(needs.matrix.outputs.matrix) }} ``` I get the error: ```shell Error: yaml: unmarshal errors: line 118: cannot unmarshal !!str `${{ fro...` into map[string][]interface {} ```
https://github.com/nektos/act/issues/450
https://github.com/nektos/act/pull/700
fa93f4d5e7e9ccfe68741a555e3137c1dfd6e997
33ccfa6f3b85bfe02716e3369f19246de450c9e7
"2020-12-16T17:21:25Z"
go
"2021-06-06T14:53:18Z"
closed
nektos/act
https://github.com/nektos/act
448
["cmd/input.go", "cmd/root.go", "pkg/runner/logger.go", "pkg/runner/runner.go"]
Add ability to debug secrets
Is there any way to turn off the Auto-Hide from Secrets in the logs? I get that it's how GitHub does it and it totally makes sense but it would be great if there would be commandline switch to disable the hiding.
https://github.com/nektos/act/issues/448
https://github.com/nektos/act/pull/460
a9b3d6426b3ca8d57bd7357e2f051ec0f5d1f6d3
80a245652e92ef51c0e1952eb11c30e0d0f97d53
"2020-12-16T15:44:17Z"
go
"2021-01-12T06:28:45Z"
closed
nektos/act
https://github.com/nektos/act
444
["README.md", "cmd/platforms.go"]
Skipping unsupported platform '[ubuntu-20.04]'
I'm unable to test my workflow file locally https://github.com/kaihendry/aws-partners-datasette
https://github.com/nektos/act/issues/444
https://github.com/nektos/act/pull/463
f86a4326a88ab3ffbfc3ceaaae15d54c450818c3
fecc571bcedbc8299869b3fa338a6b91811b8641
"2020-12-11T02:41:32Z"
go
"2021-01-12T06:22:53Z"
closed
nektos/act
https://github.com/nektos/act
438
["go.mod", "go.sum"]
Segmentation fault when omitting the GitHub repo revision
When writing an (invalid) workflow YAML like this (note the missing revision `@master` after `OskarStark/php-cs-fixer-ga`): ```yml name: Continuous integration on: push: pull_request: workflow_dispatch: jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: OskarStark/php-cs-fixer-ga ``` act will run into a segmentation fault: ``` [Continuous integration/check] ⭐ Run OskarStark/php-cs-fixer-ga [Continuous integration/check] ☁ git clone 'https://github.com/OskarStark/php-cs-fixer-ga' # ref= panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x898d7f] goroutine 34 [running]: github.com/go-git/go-git/v5.(*Repository).ResolveRevision(0xc0005bc480, 0x0, 0x0, 0x2d, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/go-git/go-git/[email protected]/repository.go:1520 +0x33f github.com/nektos/act/pkg/common.NewGitCloneExecutor.func1(0xe2c1e0, 0xc00043a9f0, 0x0, 0x0) /home/runner/work/act/act/pkg/common/git.go:239 +0x430 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe2c1e0, 0xc00043a9f0, 0x23, 0xbbede0) /home/runner/work/act/act/pkg/common/executor.go:133 +0x4c github.com/nektos/act/pkg/common.Executor.Then.func1(0xe2c1e0, 0xc00043a9f0, 0xb, 0xc000399fe0) /home/runner/work/act/act/pkg/common/executor.go:133 +0x4c github.com/nektos/act/pkg/runner.(*RunContext).newStepExecutor.func1(0xe2c1e0, 0xc00043a9f0, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/run_context.go:209 +0x386 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe2c1e0, 0xc00043a9f0, 0xbbede0, 0xe369a0) /home/runner/work/act/act/pkg/common/executor.go:146 +0x17a github.com/nektos/act/pkg/common.Executor.Then.func1(0xe2c1e0, 0xc00043a9f0, 0x1, 0x138fd90) /home/runner/work/act/act/pkg/common/executor.go:133 +0x4c github.com/nektos/act/pkg/common.Executor.If.func1(0xe2c1e0, 0xc00043a9f0, 0xc0003b9b40, 0x1c) /home/runner/work/act/act/pkg/common/executor.go:154 +0x6a github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1(0xe2c1e0, 0xc0003a09c0, 0xc00044c0c0, 0xc000390f70) /home/runner/work/act/act/pkg/runner/runner.go:78 +0x24b github.com/nektos/act/pkg/common.Executor.ChannelError.func1(0xe2c1e0, 0xc0003a09c0, 0xc00044c0c0, 0x0) /home/runner/work/act/act/pkg/common/executor.go:125 +0x45 github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1(0xc00044c080, 0xc0003d6120, 0xe2c1e0, 0xc0003a09c0) /home/runner/work/act/act/pkg/common/executor.go:101 +0x56 created by github.com/nektos/act/pkg/common.NewParallelExecutor.func1 /home/runner/work/act/act/pkg/common/executor.go:100 +0xb7 ``` GitHub actions will instead display a sensible error message: > The workflow is not valid. .github/workflows/continuous-integration.yml (Line: 16, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'OskarStark/php-cs-fixer-ga' Input string was not in a correct format. This was the problem behind #213, and a proper error message could have prevented that issue.
https://github.com/nektos/act/issues/438
https://github.com/nektos/act/pull/2149
ef5746ba747a4a39770769725a62b519d8d919aa
96d6cf8b2c9587912e32a2a42f212fa710efb08e
"2020-12-08T13:56:20Z"
go
"2024-01-08T17:01:44Z"
closed
nektos/act
https://github.com/nektos/act
428
["go.mod", "go.sum"]
If the local checkout is a submodule, in-container git commands don't work
Hi! I noticed that some of the jobs I have that work just great in production with GitHub actions fail in act. I've tracked the problem down to the fact that when act copies the toplevel repository into the docker vms, it makes a verbatim copy, rather than a git clone. In most situations, this is just fine. In my situation, however, the repo is typically checked out as a submodule of another repo, which means that .git is a file with the path of the git dir in the parent's .git. Some of my actions rely on 'git ls-files', which can't work in the absence of the actual git directory.
https://github.com/nektos/act/issues/428
https://github.com/nektos/act/pull/1800
65ef31f102ceb75623973921099454637bab55b0
046f5aa71587ba5e81a3f755c913da2f0644cdfb
"2020-11-20T22:58:56Z"
go
"2023-05-11T21:00:01Z"
closed
nektos/act
https://github.com/nektos/act
409
["go.mod", "go.sum"]
Use local aws credentials in local `act` run
Is it somehow possible to read the credentials from my local `~/.aws/` directory and use them in the workflow run? It is the same logic as used in e.g. docker by adding `-v $HOME/.aws:/root/.aws` to docker run command. Processes in the docker container now use the local credentials as base credentials for role assume. This way within the workflow the base credentials are the base credentials of my local aws configuration. Currently I need to copy paste Access Key Id, Secret Access Key and Session Token into a `.secrets` file for `act` to pickup? Is there any way to pass e.g. custom docker commands?
https://github.com/nektos/act/issues/409
https://github.com/nektos/act/pull/1079
34706f49fe8c82b3a17c9b22bb4fc5d8a70bd25e
efd34f1e10e56b251a5b9eb75f269d2e7c15681f
"2020-11-06T12:40:39Z"
go
"2022-03-28T19:50:40Z"
closed
nektos/act
https://github.com/nektos/act
407
[".github/workflows/checks.yml"]
Environment injected in script instead of in shell
I've run into an incompatibility with the GitHub Actions runner. When setting a custom shell command act seems to assume a normal shell whereas the GitHub Actions runner can deal with things like `python` just fine. ``` name: Test act on: release: jobs: test_shell_run: name: Test shell run runs-on: ubuntu-latest steps: - name: Test script prepend id: full_output shell: cat {0} run: | some other non bash scripting lang is written here ``` This creates a shell script `full_output`, but doesn't just dump the "run:" commands in it, but also inserts some shell environment variable commands into the file (namely "PATH=":${PATH}"") It would be great if the environment stuff would be setup into the environment that "shell" is executed in, instead of trying to set it up from inside. ### expected output ``` [Test act/Test shell run] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Test act/Test shell run] ⭐ Run Test script prepend | some other non bash scripting lang | is written here [Test act/Test shell run] ✅ Success - Test script prepend ``` ### actual output ``` [Test act/Test shell run] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [Test act/Test shell run] ⭐ Run Test script prepend | PATH=":${PATH}" | some other non bash scripting lang | is written here [Test act/Test shell run] ✅ Success - Test script prepend ``` ### version act version 0.2.16 MacOs
https://github.com/nektos/act/issues/407
https://github.com/nektos/act/pull/1019
932ad0ef6a2483b86f331f933b9c9081326ecbac
7d403b83075932a18007210a62c6d0ce64df11a6
"2020-11-03T16:02:54Z"
go
"2022-03-14T15:21:54Z"
closed
nektos/act
https://github.com/nektos/act
401
["go.mod", "go.sum"]
Incorrect links to Docker images
Hi! I never used Docker before and the links in the README don't link to particular docker images. They all link to this page: https://hub.docker.com/_/buildpack-deps I don't know how to find the proper Docker image nor how to set this all up. So this is where I'm stuck now. If someone who knows which Docker image I need to download, could fix these links, that would help me move forward. Thanks!
https://github.com/nektos/act/issues/401
https://github.com/nektos/act/pull/1079
34706f49fe8c82b3a17c9b22bb4fc5d8a70bd25e
efd34f1e10e56b251a5b9eb75f269d2e7c15681f
"2020-10-23T12:49:43Z"
go
"2022-03-28T19:50:40Z"
closed
nektos/act
https://github.com/nektos/act
396
["go.mod", "go.sum"]
What is the expected format of the --secret-file ?
It's a bit of a naive question but I wonder if the expected format of the file provided to `--secret-file` is : * classic env like : ```.env SOME_VAR="SOME:SECRET" SOME_OTHER_VAR=ANOTHER_SECRET ``` * JSON format : ```json { "SOME_VAR": "SOME:SECRET", "SOME_OTHER_VAR": "ANOTHER_SECRET" } ````
https://github.com/nektos/act/issues/396
https://github.com/nektos/act/pull/1800
65ef31f102ceb75623973921099454637bab55b0
046f5aa71587ba5e81a3f755c913da2f0644cdfb
"2020-10-18T18:44:50Z"
go
"2023-05-11T21:00:01Z"
closed
nektos/act
https://github.com/nektos/act
393
[".github/workflows/checks.yml", ".github/workflows/promote.yml", ".github/workflows/release.yml"]
Errors on act -l (Windows)
On executing 'act -l' on Windows I'm getting the following errors: Error: yaml: unmarshal errors: line 22: cannot unmarshal !!str `${{ mat...` into map[string]string line 73: cannot unmarshal !!str `${{ mat...` into map[string]string line 154: cannot unmarshal !!str `${{ mat...` into map[string]string Here is the repository: https://github.com/bavc/qctools Not sure how to see act's version, but guess the latest one (installed via chocolatey) Any hints?
https://github.com/nektos/act/issues/393
https://github.com/nektos/act/pull/2118
29f4123b5ced89ad39f9f80889576810cfdecf7f
9cecf94039eed005aa76bb4886d9ebfa16b6d184
"2020-10-16T09:05:31Z"
go
"2023-12-11T03:07:56Z"
closed
nektos/act
https://github.com/nektos/act
378
["go.mod", "go.sum"]
Not working for event: "pull_request_review_comment"
No matter what I do, I cannot get `act` to pick up my action/event/job. If I change the `on: pull_request_review_comment` to `on: push`, it works fine. Does ACT not support actions like this? Here are some things I've tried: ` act -l -e ./.tmp/pull_request_review_comment.json -v` where `pull_request_review_comment.json` is: ``` { "pull_request_review_comment": { "action": "created", "comment": { "body": "unicorn_run" } } } ``` Here is my workflow file (`./github/workflows/unicorn.yml`): ``` name: Unicorn Screenshots on: pull_request_review_comment jobs: screenshots: if: contains( github.event.comment.body, 'unicorn_run') runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: serve site and screenshot env: CI: true ###--- SCREENSHOT CONFIGURATION ---### UNICORN_VERSION: 2.0.6 UNICORN_OUTPUT_DIR: /home/runner/unicorn-screenshots UNICORN_COMMAND: unicorn fullsite http://localhost:3001 --headless --name ci-run PORT: 3001 WEB_SERVER_COMMAND: NODE_ENV=production npm run dev WEB_SERVER_STARTUP_TIME: 10 ###--- APP SPECIFIC ENV VARS ---### ###--- Don't store secrets here, no API keys---### ###--- https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets ---### AUTH_PROVIDERS_ENABLED: false ROUTE_ROLES_ENABLED: false PREPROD_AUTH_ENABLED: false REDIRECTS_FORCE_HTTPS: false CONTENTFUL_HOST: ${{ secrets.CONTENTFUL_HOST }} CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }} CONTENTFUL_ENABLED: ${{ secrets.CONTENTFUL_ENABLED }} CONTENTFUL_ENVIRONMENT: ${{ secrets.CONTENTFUL_ENVIRONMENT }} CONTENTFUL_LOCALE: ${{ secrets.CONTENTFUL_LOCALE }} CONTENTFUL_SPACE_ID: ${{ secrets.CONTENTFUL_SPACE_ID }} ERROR404_ENABLED: false ERROR500_ENABLED: false JANRAIN_DEV_ENABLED: true OPENSESAME_PASSWORD: notset AUTH_STATE_CRYPTO_SECRET: notset run: | cp .env.example .env NODE_ENV=development npm ci NODE_ENV=production npm run build npm install --userconfig=./.npmrc -g ewi-unicorn@${UNICORN_VERSION} # start webserver in background, pause, then take screenshots SCREENSHOT_CMD="${WEB_SERVER_COMMAND} & sleep ${WEB_SERVER_STARTUP_TIME} && ${UNICORN_COMMAND}" echo "--------------------------------" echo "running screenshot command: $SCREENSHOT_CMD" echo "--------------------------------" eval $SCREENSHOT_CMD - uses: actions/upload-artifact@v1 with: name: screenshots--${{ github.sha }} path: /home/runner/unicorn-screenshots/ci-run ``` Output of the above command: ``` joelworsham:ewi-lilly-es-webapp jworsham$ act -l -e ./.tmp/pull_request_review_comment.json -v DEBU[0000] Loading environment from /Users/jworsham/Projects/Lilly/ewi-lilly-es-webapp/.env DEBU[0000] Loading secrets from DEBU[0000] Loading workflows from '/Users/jworsham/Projects/Lilly/ewi-lilly-es-webapp/.github/workflows' DEBU[0000] Reading workflow '/Users/jworsham/Projects/Lilly/ewi-lilly-es-webapp/.github/workflows/main.yml' DEBU[0000] Reading workflow '/Users/jworsham/Projects/Lilly/ewi-lilly-es-webapp/.github/workflows/unicorn.yml' DEBU[0000] Planning event: push ```
https://github.com/nektos/act/issues/378
https://github.com/nektos/act/pull/2228
e1cd7c915f79120d77bdee6f9ec11eadb2da25bf
68597d68f6cc3c384bfd458ab4ec6d51f63a23f6
"2020-10-02T13:45:50Z"
go
"2024-02-26T03:02:49Z"
closed
nektos/act
https://github.com/nektos/act
376
["go.mod", "go.sum"]
Can act works with Containers in matrix ?
Hi, I can't find anything does act support container images and can I use it in matrix? On example, if I try this: ``` jobs: test: name: Test strategy: matrix: os: ['ubuntu:18.04', 'debian:10'] runs-on: ubuntu-latest container: ${{ matrix.os }} ``` I get error: `Error: invalid reference format` OS: `MacOS` Act version: `act version 0.2.14`
https://github.com/nektos/act/issues/376
https://github.com/nektos/act/pull/2228
e1cd7c915f79120d77bdee6f9ec11eadb2da25bf
68597d68f6cc3c384bfd458ab4ec6d51f63a23f6
"2020-09-29T07:47:11Z"
go
"2024-02-26T03:02:49Z"
closed
nektos/act
https://github.com/nektos/act
370
["go.mod", "go.sum"]
Uninstall act from ubuntu 18
How do i unstall act from ubuntu 18?
https://github.com/nektos/act/issues/370
https://github.com/nektos/act/pull/2228
e1cd7c915f79120d77bdee6f9ec11eadb2da25bf
68597d68f6cc3c384bfd458ab4ec6d51f63a23f6
"2020-09-22T18:04:16Z"
go
"2024-02-26T03:02:49Z"
closed
nektos/act
https://github.com/nektos/act
366
[".github/workflows/test-expressions.yml", ".github/workflows/test-if.yml", "pkg/runner/expression.go", "pkg/runner/expression_test.go", "pkg/runner/run_context.go", "pkg/runner/run_context_test.go"]
if: does not support syntax without ${{ }}
This is documented Actions feature, so probably act should support it too.
https://github.com/nektos/act/issues/366
https://github.com/nektos/act/pull/424
3f4998a4ede1327d85fe19ff7f02c79ca4cd441b
8ba3306aa4ad9bf9b3c0b0b1506074f6de673fa0
"2020-09-12T17:00:47Z"
go
"2020-11-17T17:31:05Z"
closed
nektos/act
https://github.com/nektos/act
363
["go.mod", "go.sum"]
error Couldn't find the binary git
one of my npm dependencies resolves with a git link - this does not seem to be supported in act yet works fine in github actions ``` name: CI on: push: branches: [master] pull_request: branches: [master] jobs: test-contracts: name: Test Contracts runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2-beta with: node-version: "14" - run: yarn install - run: yarn build - run: yarn test ```
https://github.com/nektos/act/issues/363
https://github.com/nektos/act/pull/1925
67f4baa618b3371cc0ec0c03b169141c25809c9e
17bf4fc5afd147ea967445b9d0dc2e684f57377c
"2020-09-08T22:47:15Z"
go
"2023-07-24T02:53:35Z"
closed
nektos/act
https://github.com/nektos/act
361
["go.mod", "go.sum"]
Improper parsing of action entrypoint
I'm developing a Github Action, and when I try to have something like: ``` runs: ... entrypoint: "./entrypoint.sh" ``` `act` complains because ``` Error: yaml: unmarshal errors: line 9: cannot unmarshal !!str `./entry...` into []string ``` This seems to be against Github's own parser, however - for it failed on Github Actions when I wrapping my entrypoint in an array. (see [here](https://github.com/dfreilich/pack-action/actions/runs/244469398)) ``` $ act --version act version 0.2.14 ```
https://github.com/nektos/act/issues/361
https://github.com/nektos/act/pull/803
12928a0ac61b2b3278aead1e42923c876a8cf5a4
a7a2659c0e90a53fee4e55817d0eedcad1ab9967
"2020-09-08T11:33:20Z"
go
"2021-09-08T14:52:34Z"
closed
nektos/act
https://github.com/nektos/act
359
[".github/workflows/checks.yml", ".github/workflows/promote.yml", ".github/workflows/release.yml"]
Copying directories from Windows to a Linux container flattens path.
When copying a directory to the container from a Windows host, the directory structure is flattened. For example, consider the following directory structure: ``` | file.txt \---dir file.txt ``` Copying that to a Linux container will produce the following directory structure: ``` 'dir\file.txt' file.txt ```
https://github.com/nektos/act/issues/359
https://github.com/nektos/act/pull/2118
29f4123b5ced89ad39f9f80889576810cfdecf7f
9cecf94039eed005aa76bb4886d9ebfa16b6d184
"2020-09-07T12:58:03Z"
go
"2023-12-11T03:07:56Z"
closed
nektos/act
https://github.com/nektos/act
357
[".github/workflows/release.yml"]
Feature request: Make --secret-file=.secrets the default behaviour?
Currently, you have to explicitly configure which secrets to pickup when calling `act`. Similarly to how .env files are automatically read without additional CLI flags, perhaps the same should happen for the proposed .secrets file that's mentioned in the --secret-file help. My current workaround is to simply commit an .actrc to my repo with `--secret-file=.secrets` set, but I spent a while being confused before realizing this was necessary.
https://github.com/nektos/act/issues/357
https://github.com/nektos/act/pull/2097
7693697f4cc60143c0561668b1c6fcb4bf733b94
3d0cb3d82bf9e0448a245a17aad7a80e672e76a8
"2020-09-04T11:31:44Z"
go
"2023-11-20T02:53:47Z"
closed
nektos/act
https://github.com/nektos/act
356
[".github/workflows/checks.yml"]
Post request to docker fails on MacOS when running act
When running act locally (on MacOS) it fails with `Error: error during connect: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.40/exec/437a957d8d3282446d525413a4d96d853c726094c78147e21e25b7cbcf63412f/start": net/http: HTTP/1.x transport connection broken: unsupported transfer encoding: "identity"` when running `act` (tried it in multiple projects with different workflow files) I am not certain if an update to docker, act or something else broke it. I am experiencing this on two macs now. And one of them it used to work until recently (the old one is a new setup) Has anyone else experienced this? Docker version: `Docker version 19.03.12, build 48a66213fe` Act version: `act version 0.2.10` MacOS versions: `10.14.6` and `10.15.6`
https://github.com/nektos/act/issues/356
https://github.com/nektos/act/pull/1019
932ad0ef6a2483b86f331f933b9c9081326ecbac
7d403b83075932a18007210a62c6d0ce64df11a6
"2020-09-04T05:50:15Z"
go
"2022-03-14T15:21:54Z"
closed
nektos/act
https://github.com/nektos/act
340
["pkg/model/planner.go"]
Empty workflow file causes unintuitive EOF error
Version: `act version 0.2.10` If you have a workflow file that is empty or completely commented out yaml, act will fail to run, with the error message `Error: EOF` Reproduce steps: 1. Start with a working repo layout 1. `touch .github/workflows/empty.yaml` 1. Run `act` ```sh $ act Error: EOF ```
https://github.com/nektos/act/issues/340
https://github.com/nektos/act/pull/349
3eef111e46f42f43e62b64e6cdfbade4fe0935e2
b6f1df4d2fe27a417ff4fc7220e063be5a1e7d57
"2020-08-19T18:03:12Z"
go
"2020-08-31T21:50:01Z"
closed
nektos/act
https://github.com/nektos/act
331
["pkg/runner/run_context.go", "pkg/runner/runner_test.go", "pkg/runner/step_context.go"]
MODULE_NOT_FOUND on Windows 10 with Linux Containers
Copied from [here](https://github.com/nektos/act/issues/228#issuecomment-657067980) I am developing on a Windows environment and building in a Linux container for docker, this is what I receive when running `act`. act has been installed via Chocolatey, and also directly from the latest release. >[34m[CI Build - Master/build] [0m⭐ Run Setup .NET Core [34m[CI Build - Master/build] [0m ☁ git clone 'https://github.com/actions/setup-dotnet' # ref=v1 [34m[CI Build - Master/build] [0m 🐳 docker cp src=act/actions-setup-dotnet@v1 dst=/actions\ [34m|[0m internal/modules/cjs/loader.js:628 [34m|[0m throw err; [34m|[0m ^ [34m|[0m [34m|[0m Error: Cannot find module '/github/workspace/\actions\actions-setup-dotnet@v1\dist\index.js' [34m|[0m [90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15)[39m [34m|[0m [90m at Function.Module._load (internal/modules/cjs/loader.js:527:27)[39m [34m|[0m [90m at Function.Module.runMain (internal/modules/cjs/loader.js:839:10)[39m [34m|[0m [90m at internal/main/run_main_module.js:17:11[39m { [34m|[0m code: [32m'MODULE_NOT_FOUND'[39m, [34m|[0m requireStack: [] [34m|[0m } [34m[CI Build - Master/build] [0m ❌ Failure - Setup .NET Core Error: exit with `FAILURE`: 1
https://github.com/nektos/act/issues/331
https://github.com/nektos/act/pull/386
569ebaccae9fb93ae6590c8583df7a586f78155d
014d71af433cb0024e7a1735a0e55c2fffcef423
"2020-08-04T13:25:34Z"
go
"2020-10-09T05:30:50Z"
closed
nektos/act
https://github.com/nektos/act
328
["go.mod", "go.sum"]
docker cp fails with actions-rs-toolchain
Running act locally on windows 10 fails with MODULE_NOT_FOUND here, setting the path key in the yml didn't seem to affect it. Running ACT within a WSL2 shell works though. ``` PS C:\Users\tyler\Code\ggpo-rs> act -j check [CI/Check ubuntu-latest (nightly)-2] 🧪 Matrix: map[os:ubuntu-latest toolchain:nightly] [CI/Check ubuntu-latest (stable)-1 ] 🧪 Matrix: map[os:ubuntu-latest toolchain:stable] [CI/Check ubuntu-latest (nightly)-2] 🚀 Start image=node:12.6-buster-slim [CI/Check ubuntu-latest (stable)-1 ] 🚀 Start image=node:12.6-buster-slim [CI/Check ubuntu-latest (stable)-1 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/Check ubuntu-latest (stable)-1 ] 🐳 docker cp src=C:\Users\tyler\Code\ggpo-rs/. dst=\github\workspace [CI/Check ubuntu-latest (stable)-1 ] ⭐ Run actions/checkout@v2 [CI/Check ubuntu-latest (stable)-1 ] ✅ Success - actions/checkout@v2 [CI/Check ubuntu-latest (stable)-1 ] ⭐ Run toolchain [CI/Check ubuntu-latest (stable)-1 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 [CI/Check ubuntu-latest (stable)-1 ] 🐳 docker cp src=act/actions-rs-toolchain@v1 dst=/actions\ | internal/modules/cjs/loader.js:628 | throw err; | ^ | | Error: Cannot find module '/github/workspace/\actions\actions-rs-toolchain@v1\dist\index.js' | at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15) | at Function.Module._load (internal/modules/cjs/loader.js:527:27) | at Function.Module.runMain (internal/modules/cjs/loader.js:839:10) | at internal/main/run_main_module.js:17:11 { | code: 'MODULE_NOT_FOUND', | requireStack: [] | } ``` action.yml that triggers it. ``` on: [push, pull_request] name: CI jobs: check: name: Check ${{ matrix.os }} (${{ matrix.toolchain }}) runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest] toolchain: [stable, nightly] steps: - uses: actions/checkout@v2 - name: toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: ${{ matrix.toolchain }} override: true - uses: actions/cache@v2 with: path: | ~/.cargo/registry ~/.cargo/git target key: ${{ runner.os }}-${{ matrix.toolchain }}-cargo-${{ hashFiles('**/Cargo.lock') }} - uses: actions-rs/cargo@v1 with: command: check ```
https://github.com/nektos/act/issues/328
https://github.com/nektos/act/pull/1925
67f4baa618b3371cc0ec0c03b169141c25809c9e
17bf4fc5afd147ea967445b9d0dc2e684f57377c
"2020-08-02T04:35:58Z"
go
"2023-07-24T02:53:35Z"
closed
nektos/act
https://github.com/nektos/act
325
["README.md", "cmd/input.go", "cmd/root.go", "pkg/container/docker_run.go", "pkg/runner/run_context.go", "pkg/runner/runner.go", "pkg/runner/step_context.go"]
`docker cp` step fails with Python venv inside project directory
I'm using [direnv](https://github.com/direnv/direnv) to automatically create a [Python virtual environment](https://github.com/direnv/direnv/wiki/Python#venv-stdlib-module) inside my project directory. Trying to run `act` gives me the following issue: ``` act [test.yml/lint] 🚀 Start image=node:12.6-stretch-slim [test.yml/lint] 🐳 docker run image=node:12.6-stretch-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [test.yml/lint] 🐳 docker cp src=/Users/frederic/my_project/. dst=/github/workspace Error: open /Users/frederic/Kunden/my_project/.direnv/python-venv-3.8.3/bin/python: no such file or directory ``` Deleting/moving the virtual environment fixes the issue but breaks my project. 😉 This is related to issue #193 and PR #198, but instead of ignoring files in `.gitignore`, the solution here would be to respect the exclusion patterns in `.gitignore` instead. It would be great to have a simple switch to enable/disable `.gitignore`, this would solve both issues.
https://github.com/nektos/act/issues/325
https://github.com/nektos/act/pull/537
ea7503bc258e11529e6e426bf5c231dfc603aff2
7ae9916de0c82101d6e64791251b2a5ea1f39918
"2020-07-31T11:13:55Z"
go
"2021-05-03T14:37:20Z"
closed
nektos/act
https://github.com/nektos/act
323
["go.mod", "go.sum"]
Documentation question: If I want to run a single job, how do I feed in output?
If I wanted to run the following command: ``` act -j log_metadata ``` and the step looks like this: ``` # Print out all outputs - name: Log Metadata id: log_metadata run: | node .github/actions-files/logger.js '${{ toJson(steps.previous_job.outputs) }}' ``` How do I inject ```steps.previous_job.outputs``` into the job? Is it an environment variable?
https://github.com/nektos/act/issues/323
https://github.com/nektos/act/pull/1201
64387bcf7b92f07b42a4c93f7e4504219af5df2c
859445fb94e12cc600e5a59d9c9cd687214cb801
"2020-07-29T22:44:39Z"
go
"2022-06-06T02:17:02Z"
closed
nektos/act
https://github.com/nektos/act
317
["README.md", "cmd/input.go", "cmd/root.go"]
Action not being discovered for list
Ex repo: https://github.com/timheuer/issue-notifier When running `act -l` my action is not being discovered despite it being located in the correct location of `.github\workflows` and a valid action.
https://github.com/nektos/act/issues/317
https://github.com/nektos/act/pull/486
7f6a8082626ee107787cf0269dd5a933dcf98e49
9bbf35e88ef6a26f19bd53e29b15b67fe34d135b
"2020-07-24T16:48:08Z"
go
"2021-01-18T19:42:55Z"
closed
nektos/act
https://github.com/nektos/act
312
["go.mod", "go.sum"]
Where is the best position to set GOPROXY?
Some times, it needs to setup GOPROXY for go execution env: `go env -w GOPROXY=URL` When I `make test`, I set up the current go env proxy, while act will download a docker image and run go inside the container and fail due to no properate proxy. Where is the best position to set GOPROXY? If I have to do a little local hack, which file should I inspect?
https://github.com/nektos/act/issues/312
https://github.com/nektos/act/pull/2114
899a1f206ee6c8636b14a0bc7dc823602365ed9c
3c405a0d94a7f0c905b51161be0ac695653e48fc
"2020-07-20T01:35:40Z"
go
"2023-12-04T02:37:03Z"
closed
nektos/act
https://github.com/nektos/act
305
["go.mod", "go.sum"]
entry point in action.yml should be relative to action.yml not cwd/project-root
First, I want to say this project is amazing. It has sped up my workflow testing/debugging so much! Thank you for this! Anyways, I was using this to test a private action that is hosted in a subdirectory of my project. When I came across this bug. I didn't think anything of it and thought my entry point was just wrong and updated it to cwd/project-root relative and moved on... however when I pushed it to GitHub, it failed when looking for my entry point. ex: `<project>/actions/sync/action.yml` with: ```yml runs: using: 'node12' main: 'src/index.js' # when running local this has to be 'actions/sync/src/index.js' ``` In my `<project>/.github/workflows/test-sync.yml` workflow: ```yml - name: Sync uses: ./actions/sync ```
https://github.com/nektos/act/issues/305
https://github.com/nektos/act/pull/2117
2b47c99bb7b5d73c852ca7241cda3e1e70ba3670
85c3b3b5419bba9ac6434aefbae1407d34f02654
"2020-07-11T22:59:59Z"
go
"2023-12-11T02:29:35Z"
closed
nektos/act
https://github.com/nektos/act
297
["go.mod", "go.sum"]
Getting "cargo is not installed by default for some virtual environments", while using the correct toolchain action
My workflow is something like this: ``` - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: toolchain: stable override: true - name: Cargo clippy uses: actions-rs/cargo@v1 with: command: clippy args: --all --tests -- -D warnings ``` This workflow works great on GH actions, but run with `act`, I get errors. Mainly: ``` [Build/Build] ❓ ::add-matcher::/actions/actions-rs-cargo@v1/dist/.matchers/rust.json [Build/Build] ❗ ::error::cargo is not installed by default for some virtual environments, see https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions [Build/Build] ❗ ::error::To install it, use this action: https://github.com/actions-rs/toolchain [Build/Build] ❗ ::error::Unable to locate executable file: cargo. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable. [Build/Build] ❌ Failure - Cargo clippy ```
https://github.com/nektos/act/issues/297
https://github.com/nektos/act/pull/1870
df44dffd30b6503b91bc63130742c31b1ce7badf
4fc176f556dcf41e69854570ce65680f127a9357
"2020-06-29T12:08:01Z"
go
"2023-06-19T04:18:27Z"
closed
nektos/act
https://github.com/nektos/act
294
["go.mod", "go.sum"]
variables set using "::set-env" are not available to the steps commands
I am using docker/build-push-action and wanted to set an env var in a Step and use it in the value of an input argument to another step. ``` - name: extract branch name run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF##*/})" - uses: docker/build-push-action@v1 with: ... build_args: version=${{ env.BRANCH_NAME }} ``` If BRANCH_NAME is set using "env: " in the actions file it is usable, but if i set it using actions "::set-env" syntax then the var is available IN THE CONTAINER, but not to the commands in the actions file. I spent a long time trying to work out how to do this in actions, pushed a test file and found that on github this works, but using act it doesn't.
https://github.com/nektos/act/issues/294
https://github.com/nektos/act/pull/1870
df44dffd30b6503b91bc63130742c31b1ce7badf
4fc176f556dcf41e69854570ce65680f127a9357
"2020-06-25T12:28:59Z"
go
"2023-06-19T04:18:27Z"
closed
nektos/act
https://github.com/nektos/act
289
["go.mod", "go.sum"]
OSX: hostedtoolcache missing
Hey there, I am getting the following error on my OSX machine. ``` [CI/Tests] ⭐ Run shivammathur/setup-php@v2 [CI/Tests] ☁ git clone 'https://github.com/shivammathur/setup-php' # ref=v2 [CI/Tests] 🐳 docker cp src=/Users/act/.cache/act/shivammathur-setup-php@v2 dst=/actions/ [CI/Tests] ❗ ::error::ENOENT: no such file or directory, open '/opt/hostedtoolcache/linux.sh' [CI/Tests] ❌ Failure - shivammathur/setup-php@v2 ``` My workflow contains this step (which seems to cause the error): ``` steps: - uses: shivammathur/setup-php@v2 with: php-version: '7.4' ``` Is there some kind of initialization process which has to be done to receive that `linux.sh` file? # Setup Version of act: 0.2.9 Platform (Linux, macOS, Windows): macOS The complete main.workflow file used: ``` name: CI on: [push] jobs: build: name: Tests runs-on: ubuntu-latest steps: - uses: shivammathur/setup-php@v2 with: php-version: '7.4' - uses: actions/checkout@v2 # Initialize composer cache - name: Get Composer Cache Directory id: composer-cache run: | echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache Composer Downloads uses: actions/cache@v1 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-composer- - name: Cache PHP dependencies uses: actions/cache@v1 with: path: vendor key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }} - uses: php-actions/composer@v1 ``` The complete command that was executed ``` $ act ``` Any output from the command ``` [CI/Tests] 🚀 Start image=node:12.6-buster-slim [CI/Tests] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [CI/Tests] 🐳 docker cp src=/Users/max/git/github/kvb-api/. dst=/github/workspace [CI/Tests] ⭐ Run shivammathur/setup-php@v2 [CI/Tests] ☁ git clone 'https://github.com/shivammathur/setup-php' # ref=v2 [CI/Tests] 🐳 docker cp src=/Users/max/.cache/act/shivammathur-setup-php@v2 dst=/actions/ [CI/Tests] ❗ ::error::ENOENT: no such file or directory, open '/opt/hostedtoolcache/linux.sh' [CI/Tests] ❌ Failure - shivammathur/setup-php@v2 Error: exit with `FAILURE`: 1 ```
https://github.com/nektos/act/issues/289
https://github.com/nektos/act/pull/1870
df44dffd30b6503b91bc63130742c31b1ce7badf
4fc176f556dcf41e69854570ce65680f127a9357
"2020-06-22T23:52:56Z"
go
"2023-06-19T04:18:27Z"
closed
nektos/act
https://github.com/nektos/act
285
["go.mod", "go.sum"]
actions/cache@v2 error: Cache Service Url not found, unable to restore cache
I am not sure how the cache is meant to work with nektos/act, but when working around bug #257, the cache will always throw a `cache-hit=false` with the following errors: ``` ☁ git clone 'https://github.com/actions/cache' # ref=v2 🐳 docker cp src=/home/grische/.cache/act/actions-cache@v2 dst=/actions/ ❓ ::save-state name=CACHE_KEY::Linux-2b7ee04efeb2a8c4ea27558750b1c2dee27f1692a30af56727638c98655a2410 💬 ::debug::Resolved Keys: 💬 ::debug::["Linux-2b7ee04efeb2a8c4ea27558750b1c2dee27f1692a30af56727638c98655a2410"] 💬 ::debug::Checking zstd --version 💬 ::debug::*** zstd command line interface 64-bits v1.3.3, by Yann Collet *** 💬 ::debug::getCacheEntry - Attempt 1 of 2 failed with error: Cache Service Url not found, unable to restore cache. 💬 ::debug::getCacheEntry - Attempt 2 of 2 failed with error: Cache Service Url not found, unable to restore cache. | [warning]getCacheEntry failed: Cache Service Url not found, unable to restore cache. ⚙ ::set-output:: cache-hit=false ```
https://github.com/nektos/act/issues/285
https://github.com/nektos/act/pull/2026
3d47885894b804abaf5cebde36d9b9f260ae2c50
2be4def7be0deda86b7e0a00aa06be5e87ac599c
"2020-06-20T19:52:44Z"
go
"2023-09-25T03:24:27Z"
closed
nektos/act
https://github.com/nektos/act
281
[".github/workflows/checks.yml"]
BUG - 'fromJson' is not defined ReferenceError
Hi everyone, First of all, thank you for this project it's useful. I'm using Lighthouse to test my website and then I comment in a PR the report. I get the report from the _step output_ but I need to "jsonify" it, by using **fromJson** function. When I use: ``` ${{ fromJson(steps.lighthouseCheck.outputs.lighthouseCheckResults).data[0].scores.accessibility }} ``` I get this error: `fromJson isn't defined ReferenceError: 'fromJson' is not defined`. I also tried **fromJSON** but I got the same error. This action fully works in Github Action. Do you know how to fix this? Thank you :)
https://github.com/nektos/act/issues/281
https://github.com/nektos/act/pull/1119
4e1cf1d7cc84a6da069401ba1ff08d14cf71044b
39cc9b0840f07953b44416b62d4817ca375fe932
"2020-06-17T09:25:50Z"
go
"2022-04-11T02:38:04Z"
closed
nektos/act
https://github.com/nektos/act
270
[".github/workflows/checks.yml"]
Point the README.md to the actual location for the default docker image?
The README.md currently says that `act` uses `node:12.6-buster-slim` as default image, and links to https://hub.docker.com/_/buildpack-deps to explain what that image consists of. However, nowhere on that page can that image be found. There isn't even any mention of `buster-slim` anywhere... =/
https://github.com/nektos/act/issues/270
https://github.com/nektos/act/pull/1857
e912ab32c246692f29d9ef520e92f23edd073a4a
3555d65d08bc9c66a6e4541b2064a082af1b6b3e
"2020-06-07T19:48:48Z"
go
"2023-06-12T03:33:28Z"
closed
nektos/act
https://github.com/nektos/act
263
["go.mod", "go.sum"]
Inputs in env not parsed
Steps to reproduce: 1. On the empty folder, create new repo: `git init`. 2. Create the following files: ### `action.yml` ``` name: 'Test' inputs: MyInput: description: 'My input' runs: using: 'docker' image: 'Dockerfile' env: MYINPUT: ${{ inputs.MyInput }} ``` ### `Dockerfile` ``` FROM ubuntu COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] ``` ### `entrypoint.sh` ``` #!/usr/bin/env bash echo Input: $MYINPUT ``` ### `.github/workflows/action.yml` ``` name: Action on: push jobs: Test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ./ ``` ## Problem The script doesn't print my input. ``` % act -j Test [Action/Test] 🐳 docker run image=act-test:latest entrypoint=[] cmd=[] | Input: ${{ inputs.MyInput }} ``` It prints `${{ inputs.MyInput }}`, instead of the value of the variable.
https://github.com/nektos/act/issues/263
https://github.com/nektos/act/pull/1721
3ae0a9dfb7d9e4eb2adb3dc4a778290784fc5ce8
5a331d2d9935565eabdf5a09226b7ba59a029133
"2020-05-30T00:18:13Z"
go
"2023-04-10T03:33:33Z"
closed
nektos/act
https://github.com/nektos/act
261
["go.mod", "go.sum"]
Running workflows locally on Act behave differently than running on Github
(Thank you for the explanation in https://github.com/nektos/act/issues/197#issuecomment-628223869) I tested this workflow: https://github.com/palantirnet/drupal-rector/blob/master/.github/workflows/local_package_functional_tests.yml And found that when running the workflow in Github, every `run:` section inside 1 job, "forgets" the location changes that were done in a previous run. For an example: `cd drupal` in https://github.com/palantirnet/drupal-rector/blob/master/.github/workflows/packagist_package_run_rector.yml#L32 needs to run again in https://github.com/palantirnet/drupal-rector/blob/master/.github/workflows/packagist_package_run_rector.yml#L39 and run again in every `run:` after that. But when I run the same script locally in `act` (using `act -P ubuntu-latest=shivammathur/node:latest`) It does not "forget" the location in a previous run, which messes up the special setup needed for that test.
https://github.com/nektos/act/issues/261
https://github.com/nektos/act/pull/2026
3d47885894b804abaf5cebde36d9b9f260ae2c50
2be4def7be0deda86b7e0a00aa06be5e87ac599c
"2020-05-29T01:25:57Z"
go
"2023-09-25T03:24:27Z"
closed
nektos/act
https://github.com/nektos/act
260
["go.mod", "go.sum"]
list flag is pretty but not functional
When I run `act -l`, I get output that looks like: ``` ╭───────────────────╮ ╭──────────╮ ╭──────────────────────────╮ ╭────────╮ ╭───────────────────────────╮ ╭─────────────────────────────╮ ╭────────────╮ ╭───────────────╮ ╭────────────────────────────╮ ╭──────────────────╮ ╭──────────────────────────────╮ ╭──────────────────────╮ │ Address Sanitizer │ │ Valgrind │ │ Ubuntu Focal Default GCC │ │ Format │ │ Ubuntu Bionic Default GCC │ │ Ubuntu Bionic Default Clang │ │ Clang-Tidy │ │ Code Coverage │ │ Ubuntu Focal Default Clang │ │ Thread Sanitizer │ │ Undefined Behavior Sanitizer │ │ Include What You Use │ ╰───────────────────╯ ╰──────────╯ ╰──────────────────────────╯ ╰────────╯ ╰───────────────────────────╯ ╰─────────────────────────────╯ ╰────────────╯ ╰───────────────╯ ╰────────────────────────────╯ ╰──────────────────╯ ╰──────────────────────────────╯ ╰──────────────────────╯ ``` It's pretty, but I have no idea how to run the individual jobs. Maybe something closer to: ``` bionic_gcc: Ubuntu Bionic Default GCC focal_gcc: Ubuntu Focal Default GCC bionic_clang: Ubuntu Bionic Default Clang focal_clang: Ubuntu Focal Default Clang asan: Address Sanitizer tsan: Thread Sanitizer ubsan: Undefined Behavior Sanitizer valgrind: Valgrind iwyu: Include What You Use clang_tidy: Clang-Tidy format: Format cov: Code Coverage ``` would be more useful. Maybe a table of some sort
https://github.com/nektos/act/issues/260
https://github.com/nektos/act/pull/1574
75d19d0ff58e54cafa924b9bf72a89176a602f2b
1b7212f5fd1e85d97a7119ab098941bd4cf5255b
"2020-05-28T14:58:47Z"
go
"2023-01-23T03:11:28Z"
closed
nektos/act
https://github.com/nektos/act
253
["go.mod", "go.sum"]
Consider publishing act to winget packages repository
It would be nice to have act installed by just running `winget install act`.
https://github.com/nektos/act/issues/253
https://github.com/nektos/act/pull/1892
ef79bb284df1ab1f9d75633cec9f8cb83d1217d4
70956f2929eddc7a65ffc16ac335db9472924d66
"2020-05-21T22:36:00Z"
go
"2023-07-10T23:22:50Z"
closed
nektos/act
https://github.com/nektos/act
249
["go.mod", "go.sum"]
Stuck on run. When trying to force pull or not
act -pull 10 hours later ... ![image](https://user-images.githubusercontent.com/3584317/82251945-d0f25100-9956-11ea-9db7-c24c14b1d1eb.png) act 20 hours later ... ![image](https://user-images.githubusercontent.com/3584317/82252068-fd0dd200-9956-11ea-8641-7d37dd0f6daf.png) Mac Catalina. What can I do?
https://github.com/nektos/act/issues/249
https://github.com/nektos/act/pull/2026
3d47885894b804abaf5cebde36d9b9f260ae2c50
2be4def7be0deda86b7e0a00aa06be5e87ac599c
"2020-05-18T19:29:30Z"
go
"2023-09-25T03:24:27Z"
closed
nektos/act
https://github.com/nektos/act
235
["go.mod", "go.sum"]
Feature Request: GPG-signing of test results
**User story** As a developer, I'd like to make frequent commits, and would like to run my tests via `act` so that I can receive test feedback before GitHub actions run after a push. Additionally, as a considerate user of costly infrastructure, I would prefer to minimize the amount of compute resources used by GitHub actions and/or any other CI providers linked to the project(s) I work on. I would like the ability to GPG-sign my commits to indicate a pass/fail test result 'on my machine', so that these claimed test results are visible to other viewers of my commits and pull requests. **Caveats** A GPG-signed pass or failure would would not be a cast-iron guarantee of a replicable result. - Trust in the developer is required - it would be possible for a developer to accidentally or maliciously corrupt their commit pass/fail results; but it is likely the case that developers are incentivized to illustrate that they are reliable, careful and trustworthy -- and that should strongly encourage accurate test result signing - Not all languages and environments are perfectly reproducible - a commit that genuinely did pass for a developer locally may fail in other build environments, for a variety of reasons (different operating system behaviours, presence/lack of secrets, different dependencies retrieved at build-time, bugs relating to concurrency, ...) - It would require upstream support from GitHub and/or CI providers to allow 'skipping' invocation of cloud-based compute actions based on a GPG-signed commits - Some developer configuration would be required, and dealing with GPG keys can be challenging. This is not necessarily `act`'s problem to solve, but it would be a factor in adoption
https://github.com/nektos/act/issues/235
https://github.com/nektos/act/pull/1427
9b95a728d84920a75d22c0dc6088391fbbc4002a
8036f49fb220bb2315ecba9707242cc0a8533aba
"2020-05-13T23:11:21Z"
go
"2022-11-07T02:13:11Z"
closed
nektos/act
https://github.com/nektos/act
234
["go.mod", "go.sum"]
Support v1 being a branch
Just like GitHub Actions supports using `my/action@branch`. Same as https://github.com/nektos/act/issues/101#issuecomment-628281226 but a new issue as that one was closed.
https://github.com/nektos/act/issues/234
https://github.com/nektos/act/pull/1427
9b95a728d84920a75d22c0dc6088391fbbc4002a
8036f49fb220bb2315ecba9707242cc0a8533aba
"2020-05-13T22:45:10Z"
go
"2022-11-07T02:13:11Z"
closed
nektos/act
https://github.com/nektos/act
232
["go.mod", "go.sum"]
Nil pointer crash with --dry-run
# Description `act` crashes on a nill pointer when running `act --dry-run` on Windows 10. The workflows being run are [here](https://github.com/Kixiron/crunch-lang/tree/dffc12c2a1899e9b4653ac2e45abdeaa256dbe47/.github/workflows) # Versions ``` ❯ act --version act version 0.2.7 ❯ $PSVersionTable.PSVersion Major Minor Patch PreReleaseLabel BuildLabel ----- ----- ----- --------------- ---------- 7 0 0 ❯ systeminfo | findstr /B /C:"OS Name" /C:"OS Version" OS Name: Microsoft Windows 10 Pro OS Version: 10.0.18363 N/A Build 18363 ``` # Command output <details> <summary>act --dry-run</summary> ``` ❯ act --dryrun *DRYRUN* [Security Audit/Audit Dependencies ] �🚀 Start image=node:12.6-buster-sl *DRYRUN* [CI/Check-1 ] 🧪 Matrix: map[rust:stable *DRYRUN* [CI/Check-1 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check Fuzzing ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Check Fuzzing ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-3 ] 🧪 Matrix: map[rust:nightly ] *DRYRUN* [CI/WASM ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Check-3 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Rustfmt ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/WASM ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri -3 ] �🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Check-2 ] 🧪 Matrix: map[rust:beta] *DRYRUN* [CI/Miri x86_64-pc-windows-msvc-1 ] �🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Clippy ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Rustfmt ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri i686-pc-windows-msvc-2 ] �🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🧪 Matrix: map[name:x86_64- unknown-linux-gnu os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu] *DRYRUN* [CI/Check-2 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri -6 ] 🧪 Matrix: map[os:ubuntu-la test rust:nightly target:i686-pc-windows-msvc] *DRYRUN* [CI/Miri -4 ] �🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Miri -5 ] 🧪 Matrix: map[os:ubuntu-la test rust:nightly target:x86_64-pc-windows-msvc] *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🧪 Matrix: map[name:i686-un known-linux-gnu os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu] *DRYRUN* [CI/Miri -5 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Clippy ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [Security Audit/Audit Dependencies ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -6 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-1 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Docs ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Docs ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-3 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] �🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/WASM ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Check Fuzzing ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Check-2 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Rustfmt ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -5 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Clippy ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -6 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd= *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Docs ] �🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Check-1 ] ⭐ Run actions/checkout@v2 *DRYRUN* [Security Audit/Audit Dependencies ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Check-3 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/WASM ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Rustfmt ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Check-2 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Miri -5 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Clippy ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Miri -6 ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Docs ] ⭐ Run actions/checkout@v2 *DRYRUN* [CI/Check-3 ] ✅ Success - actions/checkout@v2 *DRYRUN* [Security Audit/Audit Dependencies ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Check-1 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/WASM ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Check-2 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Clippy ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Rustfmt ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Miri -5 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Miri -6 ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Docs ] ✅ Success - actions/checkout@v2 *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [Security Audit/Audit Dependencies ] ⭐ Run actions-rs/audit-check@v1 *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check Fuzzing ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [Security Audit/Audit Dependencies ] ☁ git clone 'https://github.com/actions-rs/audit-check' # ref=v1 *DRYRUN* [CI/WASM ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Rustfmt ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -6 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Clippy ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Rustfmt ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/WASM ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -6 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Docs ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -5 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Clippy ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Docs ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -5 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-3 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-1 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-2 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Check Fuzzing ] ⭐ Run cd crates/crunch-fuzzing *DRYRUN* [CI/Check Fuzzing ] ✅ Success - cd crates/crunch-fuzzing *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check Fuzzing ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [Security Audit/Audit Dependencies ] ✅ Success - actions-rs/audit-check@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run rustup component add miri *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - rustup component add miri *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Rustfmt ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Rustfmt ] ⭐ Run rustup component add rustfmt *DRYRUN* [CI/Rustfmt ] ✅ Success - rustup component add rustfmt *DRYRUN* [CI/Rustfmt ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Rustfmt ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/WASM ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/WASM ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/WASM ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri -6 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -6 ] ⭐ Run rustup component add miri *DRYRUN* [CI/Miri -6 ] ✅ Success - rustup component add miri *DRYRUN* [CI/Miri -6 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri -6 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run rustup component add miri *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - rustup component add miri *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Clippy ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Clippy ] ⭐ Run rustup component add clippy *DRYRUN* [CI/Clippy ] ✅ Success - rustup component add clippy *DRYRUN* [CI/Clippy ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Clippy ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Docs ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Docs ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Docs ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri -5 ] ✅ Success - actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -5 ] ⭐ Run rustup component add miri *DRYRUN* [CI/Miri -5 ] ✅ Success - rustup component add miri *DRYRUN* [CI/Miri -5 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri -5 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-3 ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-1 ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-2 ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run Set rustc version *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - Set rustc version panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x18 pc=0x9c8cd7] goroutine 53 [running]: github.com/robertkrimen/otto.catchPanic.func1(0xc00051d4d0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/error.go:248 +0x5a3 panic(0xc3b200, 0x13fdbd0) /usr/local/go1.12/src/runtime/panic.go:522 +0x1c3 gopkg.in/godo.v2/glob.isDir(0xc000813cc0, 0x32, 0x81) /home/runner/go/pkg/mod/gopkg.in/[email protected]/glob/glob.go:221 +0x87 gopkg.in/godo.v2/glob.PatternRoot(0xc000813cc0, 0x32, 0x0, 0x0) /home/runner/go/pkg/mod/gopkg.in/[email protected]/glob/glob.go:227 +0x54 gopkg.in/godo.v2/glob.Glob(0xc00051c5e8, 0x1, 0x1, 0xc000813cc0, 0x32, 0x20, 0xc000710dd0, 0x74732029676e6972, 0x29676e6972, 0xc000642510, ...) /home/runner/go/pkg/mod/gopkg.in/[email protected]/glob/glob.go:172 +0x933 github.com/nektos/act/pkg/runner.(*RunContext).vmHashFiles.func1.1(0xc00002af6c, 0xd, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/expression.go:197 +0xff reflect.Value.call(0xc0cd60, 0xc000946370, 0x13, 0xd19e32, 0x4, 0xc000787420, 0x1, 0x1, 0xd0dfa0, 0xc0009ec901, ...) /usr/local/go1.12/src/reflect/value.go:447 +0x468 reflect.Value.Call(0xc0cd60, 0xc000946370, 0x13, 0xc000787420, 0x1, 0x1, 0xbf20a0, 0xc0009468f0, 0x98) /usr/local/go1.12/src/reflect/value.go:308 +0xab github.com/robertkrimen/otto.(*_runtime).toValue.func1(0xc0004c4c00, 0x0, 0x0, 0x5, 0xcff140, 0xc0006d3140, 0xc000787340, 0x1, 0x1, 0xc000143490, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/runtime.go:713 +0x629 github.com/robertkrimen/otto.(*_object).call(0xc000ab4540, 0x5, 0xcff140, 0xc0006d3140, 0xc000787340, 0x1, 0x1, 0x0, 0x0, 0x0, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/type_function.go:201 +0x252 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc0004c4c00, 0xc000642540, 0x0, 0x0, 0x0, 0xc59160, 0xc000787200, 0xc) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate_expression.go:244 +0x48b github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc0004c4c00, 0xe4e360, 0xc000642540, 0xc00051d200, 0x40c31f, 0x10) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate_expression.go:44 +0x5dc github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc0004c4c00, 0xe4e420, 0xc000946900, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate_statement.go:62 +0xf54 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc0004c4c00, 0xc0009468d0, 0x1, 0x1, 0x0, 0xc00084a700, 0x170008) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate_statement.go:121 +0x95 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeProgram(0xc0004c4c00, 0xc0002a1e30, 0x42d800, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate.go:17 +0xec github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval.func1() /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/runtime.go:785 +0x4b github.com/robertkrimen/otto.catchPanic(0xc00051d538, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/error.go:251 +0x5c github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval(0xc0004c4c00, 0xbf20a0, 0xc000946730, 0x0, 0x0, 0xc00051d500, 0x4095e2, 0x10, 0xbf1ea0, 0x550201, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/runtime.go:784 +0x116 github.com/robertkrimen/otto.(*_runtime).cmpl_run(...) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/runtime.go:797 github.com/robertkrimen/otto.Otto.Run(0x0, 0xc0004c4c00, 0xbf20a0, 0xc000946730, 0xd, 0x0, 0xe65140, 0x40ba63, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/otto.go:295 +0x5b github.com/nektos/act/pkg/runner.(*expressionEvaluator).Evaluate(0xc000abc498, 0xc0003bf653, 0x1c, 0x1, 0x20, 0xc00002af20, 0x0) /home/runner/work/act/act/pkg/runner/expression.go:64 +0x73 github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate.func1(0xc0003bf650, 0x21, 0xd, 0xc00002af20) /home/runner/work/act/act/pkg/runner/expression.go:81 +0xdd regexp.(*Regexp).ReplaceAllStringFunc.func1(0xc00002af20, 0x1d, 0x20, 0xc000710d90, 0x2, 0x2, 0xd, 0x20, 0x10) /usr/local/go1.12/src/regexp/regexp.go:539 +0x9a regexp.(*Regexp).replaceAll(0xc0002898c0, 0x0, 0x0, 0x0, 0xc0003bf630, 0x41, 0x2, 0xc00051d878, 0xc00002aee0, 0xc00051d898, ...) /usr/local/go1.12/src/regexp/regexp.go:577 +0x2f9 regexp.(*Regexp).ReplaceAllStringFunc(0xc0002898c0, 0xc0003bf630, 0x41, 0xc00051d910, 0xc00002af00, 0x11) /usr/local/go1.12/src/regexp/regexp.go:538 +0xa7 github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate(0xc000abc498, 0xc0003bf630, 0x41, 0xa, 0xc000866648) /home/runner/work/act/act/pkg/runner/expression.go:79 +0xe2 github.com/nektos/act/pkg/runner.(*StepContext).setupEnv.func1(0xe62f00, 0xc0007682d0, 0x13c06f5, 0x1) /home/runner/work/act/act/pkg/runner/step_context.go:94 +0x1b8 github.com/nektos/act/pkg/runner.(*RunContext).newStepExecutor.func1(0xe62f00, 0xc0007682d0, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/run_context.go:204 +0x126 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xc000750190, 0x0) /home/runner/work/act/act/pkg/common/executor.go:146 +0x183 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xc000811cd0, 0x5565b2) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xd, 0xc000811d80) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xb07ff0, 0xc0000d2720) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0xe6fe80, 0xc000750190) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0007682d0, 0x1, 0x0) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.If.func1(0xe62f00, 0xc0007682d0, 0xc0005f4060, 0x22) /home/runner/work/act/act/pkg/common/executor.go:154 +0x71 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1(0xe62f00, 0xc000416db0, 0xc0005da000, 0xc00058ff70) /home/runner/work/act/act/pkg/runner/runner.go:74 +0x241 github.com/nektos/act/pkg/common.Executor.ChannelError.func1(0xe62f00, 0xc000416db0, 0xc0005da000, 0x0) /home/runner/work/act/act/pkg/common/executor.go:125 +0x4c github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1(0xc0002a2620, 0xc000090d20, 0xe62f00, 0xc000416db0) /home/runner/work/act/act/pkg/common/executor.go:101 +0x5d created by github.com/nektos/act/pkg/common.NewParallelExecutor.func1 /home/runner/work/act/act/pkg/common/executor.go:100 +0xbe ``` </details> <details> <summary>act --dry-run -v</summary> ``` time="2020-05-11T11:26:39-05:00" level=debug msg="Loading workflows from 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows'" time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\audit.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\grcov.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="Reading workflow 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.github\\workflows\\main.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="Using detected workflow event: pull_request" time="2020-05-11T11:26:39-05:00" level=debug msg="Planning event: pull_request" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:windows-latest rust:nightly target:x86_64-pc-windows-msvc]' due to include 'map[name:x86_64-pc-windows-msvc os:windows-latest target:x86_64-pc-windows-msvc]'" time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:windows-latest rust:nightly target:i686-pc-windows-msvc]' due to include 'map[name:i686-pc-windows-msvc os:windows-latest target:i686-pc-windows-msvc]'" time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu]' due to include 'map[name:x86_64-unknown-linux-gnu os:ubuntu-latest target:x86_64-unknown-linux-gnu]'" time="2020-05-11T11:26:39-05:00" level=debug msg="Setting add'l values on matrix 'map[os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu]' due to include 'map[name:i686-unknown-linux-gnu os:ubuntu-latest target:i686-unknown-linux-gnu]'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [Security Audit/Audit Dependencies ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-3 ] 🧪 Matrix: map[rust:nightly] *DRYRUN* [CI/Rustfmt ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Check-2 ] 🧪 Matrix: map[rust:beta] *DRYRUN* [CI/Rustfmt ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-3 ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check-2 ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Docs ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/Docs ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check Fuzzing ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/WASM ] 🧪 Matrix: map[rust:stable] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-1 ] 🧪 Matrix: map[rust:stable] *DRYRUN* [CI/WASM ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🧪 Matrix: map[name:x86_64-unknown-linux-gnu os:ubuntu-latest rust:nightly target:x86_64-unknown-linux-gnu] *DRYRUN* [CI/Miri i686-pc-windows-msvc-2 ] 🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🧪 Matrix: map[name:i686-unknown-linux-gnu os:ubuntu-latest rust:nightly target:i686-unknown-linux-gnu] *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri -6 ] 🧪 Matrix: map[os:ubuntu-latest rust:nightly target:i686-pc-windows-msvc] *DRYRUN* [CI/Miri -6 ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Check Fuzzing ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri x86_64-pc-windows-msvc-1 ] 🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Check-1 ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Clippy ] 🧪 Matrix: map[rust:stable] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -4 ] 🚧 Skipping unsupported platform 'windows-latest' *DRYRUN* [CI/Miri -5 ] 🧪 Matrix: map[os:ubuntu-latest rust:nightly target:x86_64-pc-windows-msvc] *DRYRUN* [CI/Clippy ] 🚀 Start image=node:12.6-buster-slim *DRYRUN* [CI/Miri -5 ] 🚀 Start image=node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -3 ] 🚧 Skipping unsupported platform 'windows-latest' time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Check-2 ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Check-2 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Check-2 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Check-3 ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Check-3 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Check-3 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/WASM ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/WASM ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/WASM ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Docs ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Docs ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Docs ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [Security Audit/Audit Dependencies ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [Security Audit/Audit Dependencies ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [Security Audit/Audit Dependencies ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Clippy ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Clippy ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Clippy ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check Fuzzing ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Check Fuzzing ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check Fuzzing ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Rustfmt ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Rustfmt ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Rustfmt ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -6 ] 🐳 docker pull node:12.6-buster-slim *DRYRUN* [CI/Miri -6 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri -6 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-1 ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-1 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-1 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri -5 ] 🐳 docker pull node:12.6-buster-slim time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri -5 ] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Miri -5 ] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Check-2 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/WASM ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [Security Audit/Audit Dependencies ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-3 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Docs ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-1 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Clippy ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Check-2 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Check-2 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri -5 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/WASM ] Skipping actions/checkout *DRYRUN* [CI/WASM ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -6 ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Rustfmt ] ⭐ Run actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [Security Audit/Audit Dependencies ] Skipping actions/checkout *DRYRUN* [Security Audit/Audit Dependencies ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check Fuzzing ] Skipping actions/checkout *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Docs ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Docs ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-3 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-3 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Clippy ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Clippy ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-1 ] Skipping actions/checkout *DRYRUN* [CI/Check-1 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:wasm32-unknown-unknown]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:beta]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_TOKEN:]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/Rustfmt ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Rustfmt ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -5 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -5 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Miri -6 ] Skipping actions/checkout time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri -6 ] ✅ Success - actions/checkout@v2 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:wasm32-unknown-unknown]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/WASM ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/WASM ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" *DRYRUN* [CI/WASM ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:beta]" *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:Security Audit GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_TOKEN:]" *DRYRUN* [CI/Check-2 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [Security Audit/Audit Dependencies ] ⭐ Run actions-rs/audit-check@v1 *DRYRUN* [Security Audit/Audit Dependencies ] ☁ git clone 'https://github.com/actions-rs/audit-check' # ref=v1 *DRYRUN* [Security Audit/Audit Dependencies ] cloning https://github.com/actions-rs/audit-check to C:\Users\Chase\.cache\act/actions-rs-audit-check@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check Fuzzing ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Check Fuzzing ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Docs ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Docs ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Docs ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Clippy ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-3 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Clippy ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Clippy ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Check-1 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:stable]" *DRYRUN* [CI/Rustfmt ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Rustfmt ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Rustfmt ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -6 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -6 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -6 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_OVERRIDE:true INPUT_PROFILE:minimal INPUT_TOOLCHAIN:nightly RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -5 ] ⭐ Run actions-rs/toolchain@v1 *DRYRUN* [CI/Miri -5 ] ☁ git clone 'https://github.com/actions-rs/toolchain' # ref=v1 *DRYRUN* [CI/Miri -5 ] cloning https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/WASM ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/WASM ] Checked out v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:39-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/WASM ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --locked --target wasm32-unknown-unknown INPUT_COMMAND:check]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --locked --target wasm32-unknown-unknown INPUT_COMMAND:check]" *DRYRUN* [CI/WASM ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/WASM ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/WASM ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-2 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Check-2 ] Checked out v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:39-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:39-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-2 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:39-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:39-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:39-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-2 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [Security Audit/Audit Dependencies ] Cloned https://github.com/actions-rs/audit-check to C:\Users\Chase\.cache\act/actions-rs-audit-check@v1 *DRYRUN* [Security Audit/Audit Dependencies ] Checked out v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-audit-check actions-rs team Run cargo audit and check for security advisories map[token:{GitHub Actions token true }] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-audit-check@v1\\action.yml'" time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-audit-check actions-rs team Run cargo audit and check for security advisories map[token:{GitHub Actions token true }] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-audit-check@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-audit-check@v1 containerActionDir=/actions" *DRYRUN* [Security Audit/Audit Dependencies ] ✅ Success - actions-rs/audit-check@v1 *DRYRUN* [Security Audit/Audit Dependencies ] 🐳 docker volume rm act-Security-Audit-Audit-Depen *DRYRUN* [CI/Check Fuzzing ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Check Fuzzing ] Checked out v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Check Fuzzing ] ⭐ Run cd crates/crunch-fuzzing time="2020-05-11T11:26:40-05:00" level=debug msg="Wrote command 'cd crates/crunch-fuzzing' to 'workflow/2'" *DRYRUN* [CI/Check Fuzzing ] ✅ Success - cd crates/crunch-fuzzing time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:check]" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:check]" *DRYRUN* [CI/Check Fuzzing ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check Fuzzing ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check Fuzzing ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Docs ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Docs ] Checked out v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Docs ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --document-private-items --no-deps --locked INPUT_COMMAND:doc]" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all --document-private-items --no-deps --locked INPUT_COMMAND:doc]" *DRYRUN* [CI/Docs ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Docs ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Docs ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-3 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Check-3 ] Checked out v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:40-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:40-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-3 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:40-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:40-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:40-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-3 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Clippy ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Clippy ] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Clippy ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Clippy ] ⭐ Run rustup component add clippy time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add clippy' to 'workflow/2'" *DRYRUN* [CI/Clippy ] ✅ Success - rustup component add clippy time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:-- -D warnings --locked INPUT_COMMAND:clippy]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:-- -D warnings --locked INPUT_COMMAND:clippy]" *DRYRUN* [CI/Clippy ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Clippy ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Clippy ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run rustup component add miri time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - rustup component add miri time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-1 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Check-1 ] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-1 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack]" *DRYRUN* [CI/Check-1 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-1 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-1 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run rustup component add miri time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ✅ Success - rustup component add miri time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri i686-unknown-linux-gnu-8 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Rustfmt ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Rustfmt ] Checked out v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:41-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:41-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Rustfmt ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home]" *DRYRUN* [CI/Rustfmt ] ⭐ Run rustup component add rustfmt time="2020-05-11T11:26:41-05:00" level=debug msg="Wrote command 'rustup component add rustfmt' to 'workflow/2'" *DRYRUN* [CI/Rustfmt ] ✅ Success - rustup component add rustfmt time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all -- --check --locked INPUT_COMMAND:fmt]" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:41-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:41-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:41-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_ARGS:--all -- --check --locked INPUT_COMMAND:fmt]" *DRYRUN* [CI/Rustfmt ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Rustfmt ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Rustfmt ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri -6 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Miri -6 ] Checked out v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri -6 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -6 ] ⭐ Run rustup component add miri time="2020-05-11T11:26:42-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'" *DRYRUN* [CI/Miri -6 ] ✅ Success - rustup component add miri time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -6 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri -6 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri -6 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri -5 ] Cloned https://github.com/actions-rs/toolchain to C:\Users\Chase\.cache\act/actions-rs-toolchain@v1 *DRYRUN* [CI/Miri -5 ] Checked out v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-toolchain@v1\\action.yml'" time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-toolchain actions-rs team Install the Rust toolchain map[components:{Comma-separated list of components to be additionally installed for a new toolchain false } default:{Set installed toolchain as default false false} override:{Set installed toolchain as an override for a directory false false} profile:{Name of the group of components to be installed for a new toolchain false } target:{Target triple to install for this toolchain false } toolchain:{Rust toolchain name.\n\nSee https://github.com/rust-lang/rustup.rs#toolchain-specification\n\nIf this is not given, the action will try and install the version specified in the `rust-toolchain` file.\n false }] map[cargo:{Installed Cargo version} rustc:{Installed Rustc version} rustc_hash:{Installed Rustc version hash, can be used for caching purposes} rustup:{Installed rustup version}] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-toolchain@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-toolchain@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri -5 ] ✅ Success - actions-rs/toolchain@v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -5 ] ⭐ Run rustup component add miri time="2020-05-11T11:26:42-05:00" level=debug msg="Wrote command 'rustup component add miri' to 'workflow/2'" *DRYRUN* [CI/Miri -5 ] ✅ Success - rustup component add miri time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:install cargo-hack RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri -5 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Miri -5 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Miri -5 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/WASM ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/WASM ] Checked out v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/WASM ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/WASM ] 🐳 docker volume rm act-CI-WASM *DRYRUN* [CI/Check-2 ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-2 ] Checked out v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:42-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:42-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-2 ] ✅ Success - actions-rs/cargo@v1 time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:42-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:42-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:42-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]" *DRYRUN* [CI/Check-2 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-2 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-2 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check Fuzzing ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check Fuzzing ] Checked out v1 time="2020-05-11T11:26:43-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:43-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:43-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Check Fuzzing ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Check Fuzzing ] 🐳 docker volume rm act-CI-Check-Fuzzing *DRYRUN* [CI/Docs ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Docs ] Checked out v1 time="2020-05-11T11:26:43-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:43-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:43-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Docs ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Docs ] 🐳 docker volume rm act-CI-Docs *DRYRUN* [CI/Check-3 ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Check-3 ] Checked out v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Check-3 ] ✅ Success - actions-rs/cargo@v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="setupEnv => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="context env => map[GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COMMAND:hack check --each-feature --no-dev-deps]" *DRYRUN* [CI/Check-3 ] ⭐ Run actions-rs/cargo@v1 *DRYRUN* [CI/Check-3 ] ☁ git clone 'https://github.com/actions-rs/cargo' # ref=v1 *DRYRUN* [CI/Check-3 ] cloning https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Clippy ] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Clippy ] Checked out v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Clippy ] ✅ Success - actions-rs/cargo@v1 *DRYRUN* [CI/Clippy ] 🐳 docker volume rm act-CI-Clippy *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Cloned https://github.com/actions-rs/cargo to C:\Users\Chase\.cache\act/actions-rs-cargo@v1 *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] Checked out v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Read action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}} from 'C:\\Users\\Chase\\.cache\\act\\actions-rs-cargo@v1\\action.yml'" time="2020-05-11T11:26:44-05:00" level=debug msg="About to run action &{rust-cargo actions-rs team Run cargo command map[args:{Arguments for the cargo command false } command:{Cargo command to run (ex. `check` or `build`) true } toolchain:{Toolchain to use (without the `+` sign, ex. `nightly`) false } use-cross:{Use cross instead of cargo false false}] map[] {node12 map[] dist/index.js [] []} {black play-circle}}" time="2020-05-11T11:26:44-05:00" level=debug msg="type=3 actionDir=C:\\Users\\Chase\\.cache\\act/actions-rs-cargo@v1 Workdir=G:\\Users\\Chase\\Code\\Rust\\crunch-lang ActionCacheDir=C:\\Users\\Chase\\.cache\\act actionName=/actions-rs-cargo@v1 containerActionDir=/actions" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - actions-rs/cargo@v1 time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="setupEnv => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading slug from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="Loading revision from git directory 'G:\\Users\\Chase\\Code\\Rust\\crunch-lang\\.git'" time="2020-05-11T11:26:44-05:00" level=debug msg="Found revision: 34ea3f3ef43b34adb407a1bf0a732476cbac55ec\n" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD points to '34ea3f3ef43b34adb407a1bf0a732476cbac55ec'" time="2020-05-11T11:26:44-05:00" level=debug msg="HEAD matches \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="using github ref: \\refs\\heads\\master" time="2020-05-11T11:26:44-05:00" level=debug msg="context env => map[CARGO_INCREMENTAL:0 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:\\refs\\heads\\master GITHUB_REPOSITORY:Kixiron/crunch-lang GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:34ea3f3ef43b34adb407a1bf0a732476cbac55ec GITHUB_TOKEN: GITHUB_WORKFLOW:CI GITHUB_WORKSPACE:/github/workspace HOME:/github/home RUST_BACKTRACE:1]" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ⭐ Run Set rustc version time="2020-05-11T11:26:44-05:00" level=debug msg="Wrote command 'echo \"::set-env name=CURRENT_RUSTC_VERSION::$(rustc -V)\"' to 'workflow/4'" *DRYRUN* [CI/Miri x86_64-unknown-linux-gnu-7] ✅ Success - Set rustc version panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x18 pc=0x9c8cd7] goroutine 60 [running]: github.com/robertkrimen/otto.catchPanic.func1(0xc000a554d0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/error.go:248 +0x5a3 panic(0xc3b200, 0x13fdbd0) /usr/local/go1.12/src/runtime/panic.go:522 +0x1c3 gopkg.in/godo.v2/glob.isDir(0xc0001fd780, 0x32, 0x81) /home/runner/go/pkg/mod/gopkg.in/[email protected]/glob/glob.go:221 +0x87 gopkg.in/godo.v2/glob.PatternRoot(0xc0001fd780, 0x32, 0x0, 0x0) /home/runner/go/pkg/mod/gopkg.in/[email protected]/glob/glob.go:227 +0x54 gopkg.in/godo.v2/glob.Glob(0xc000a545e8, 0x1, 0x1, 0xc0001fd780, 0x32, 0x20, 0xc000202350, 0x74732029676e6972, 0x29676e6972, 0xc0003d30b0, ...) /home/runner/go/pkg/mod/gopkg.in/[email protected]/glob/glob.go:172 +0x933 github.com/nektos/act/pkg/runner.(*RunContext).vmHashFiles.func1.1(0xc0008cf06c, 0xd, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/expression.go:197 +0xff reflect.Value.call(0xc0cd60, 0xc0003e1c10, 0x13, 0xd19e32, 0x4, 0xc0004bba40, 0x1, 0x1, 0xd0dfa0, 0xc0009dab01, ...) /usr/local/go1.12/src/reflect/value.go:447 +0x468 reflect.Value.Call(0xc0cd60, 0xc0003e1c10, 0x13, 0xc0004bba40, 0x1, 0x1, 0xbf20a0, 0xc0004d4770, 0x98) /usr/local/go1.12/src/reflect/value.go:308 +0xab github.com/robertkrimen/otto.(*_runtime).toValue.func1(0xc000575680, 0x0, 0x0, 0x5, 0xcff140, 0xc00070fda0, 0xc0004bba00, 0x1, 0x1, 0xc0003e12a0, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/runtime.go:713 +0x629 github.com/robertkrimen/otto.(*_object).call(0xc000ad5620, 0x5, 0xcff140, 0xc00070fda0, 0xc0004bba00, 0x1, 0x1, 0x0, 0x0, 0x0, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/type_function.go:201 +0x252 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc000575680, 0xc0003d30e0, 0x0, 0x0, 0x0, 0xc59160, 0xc0004bb6a0, 0xc) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate_expression.go:244 +0x48b github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc000575680, 0xe4e360, 0xc0003d30e0, 0xc000a55200, 0x40c31f, 0x10) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate_expression.go:44 +0x5dc github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc000575680, 0xe4e420, 0xc0004d4790, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate_statement.go:62 +0xf54 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc000575680, 0xc0004d4750, 0x1, 0x1, 0x0, 0xc0004c4700, 0x140008) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate_statement.go:121 +0x95 github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeProgram(0xc000575680, 0xc0002ed730, 0x42d800, 0x0, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/cmpl_evaluate.go:17 +0xec github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval.func1() /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/runtime.go:785 +0x4b github.com/robertkrimen/otto.catchPanic(0xc000a55538, 0x0, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/error.go:251 +0x5c github.com/robertkrimen/otto.(*_runtime).cmpl_runOrEval(0xc000575680, 0xbf20a0, 0xc0004d4590, 0x0, 0x0, 0xc000a55500, 0x4095e2, 0x10, 0xbf1ea0, 0x550201, ...) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/runtime.go:784 +0x116 github.com/robertkrimen/otto.(*_runtime).cmpl_run(...) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/runtime.go:797 github.com/robertkrimen/otto.Otto.Run(0x0, 0xc000575680, 0xbf20a0, 0xc0004d4590, 0xd, 0x0, 0xe65140, 0x40ba63, 0x0) /home/runner/go/pkg/mod/github.com/robertkrimen/[email protected]/otto.go:295 +0x5b github.com/nektos/act/pkg/runner.(*expressionEvaluator).Evaluate(0xc000590240, 0xc000391793, 0x1c, 0x1, 0x20, 0xc0008cf020, 0x0) /home/runner/work/act/act/pkg/runner/expression.go:64 +0x73 github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate.func1(0xc000391790, 0x21, 0xd, 0xc0008cf020) /home/runner/work/act/act/pkg/runner/expression.go:81 +0xdd regexp.(*Regexp).ReplaceAllStringFunc.func1(0xc0008cf020, 0x1d, 0x20, 0xc000202310, 0x2, 0x2, 0xd, 0x20, 0x10) /usr/local/go1.12/src/regexp/regexp.go:539 +0x9a regexp.(*Regexp).replaceAll(0xc0002678c0, 0x0, 0x0, 0x0, 0xc000391770, 0x41, 0x2, 0xc000a55878, 0xc0002022f8, 0xc000a55898, ...) /usr/local/go1.12/src/regexp/regexp.go:577 +0x2f9 regexp.(*Regexp).ReplaceAllStringFunc(0xc0002678c0, 0xc000391770, 0x41, 0xc000a55910, 0x13c06f0, 0x1) /usr/local/go1.12/src/regexp/regexp.go:538 +0xa7 github.com/nektos/act/pkg/runner.(*expressionEvaluator).Interpolate(0xc000590240, 0xc000391770, 0x41, 0x11, 0xc00041ba78) /home/runner/work/act/act/pkg/runner/expression.go:79 +0xe2 github.com/nektos/act/pkg/runner.(*StepContext).setupEnv.func1(0xe62f00, 0xc0008681b0, 0x13c06f5, 0x1) /home/runner/work/act/act/pkg/runner/step_context.go:94 +0x1b8 github.com/nektos/act/pkg/runner.(*RunContext).newStepExecutor.func1(0xe62f00, 0xc0008681b0, 0x0, 0x0) /home/runner/work/act/act/pkg/runner/run_context.go:204 +0x126 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xc000836130, 0x0) /home/runner/work/act/act/pkg/common/executor.go:146 +0x183 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xc00081dcd0, 0x5565b2) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xd, 0xc00081dd80) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xb07ff0, 0xc0000067e0) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0xe6fe80, 0xc000836130) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.Then.func1(0xe62f00, 0xc0008681b0, 0x1, 0x0) /home/runner/work/act/act/pkg/common/executor.go:133 +0x53 github.com/nektos/act/pkg/common.Executor.If.func1(0xe62f00, 0xc0008681b0, 0xc000838060, 0x22) /home/runner/work/act/act/pkg/common/executor.go:154 +0x71 github.com/nektos/act/pkg/runner.(*runnerImpl).NewPlanExecutor.func1(0xe62f00, 0xc0003d2f30, 0xe3777a, 0xc0005d7f70) /home/runner/work/act/act/pkg/runner/runner.go:74 +0x241 github.com/nektos/act/pkg/common.Executor.ChannelError.func1(0xe62f00, 0xc0003d2f30, 0xc000772000, 0x0) /home/runner/work/act/act/pkg/common/executor.go:125 +0x4c github.com/nektos/act/pkg/common.NewParallelExecutor.func1.1(0xc0002ce4c0, 0xc0003a69c0, 0xe62f00, 0xc0003d2f30) /home/runner/work/act/act/pkg/common/executor.go:101 +0x5d created by github.com/nektos/act/pkg/common.NewParallelExecutor.func1 /home/runner/work/act/act/pkg/common/executor.go:100 +0xbe ``` </summary>
https://github.com/nektos/act/issues/232
https://github.com/nektos/act/pull/1380
9f9f644d36dc8a7ba73701bdd18cf0d23eaa736b
c4be1cfd6d8ab6664c3a3ffd7c4e5e253fa0b77f
"2020-05-11T16:30:23Z"
go
"2022-10-10T02:28:25Z"
closed
nektos/act
https://github.com/nektos/act
224
["go.mod", "go.sum"]
Support interpolation and ENV lookup in If: conditionals
I found my self wanting to use ENVs in if conditionals in my build and deployment workflows. But act doesn't have the ENV map available in RunContext when `EvalBool` evaluates the conditional.
https://github.com/nektos/act/issues/224
https://github.com/nektos/act/pull/1379
c4be1cfd6d8ab6664c3a3ffd7c4e5e253fa0b77f
c7ccb0dde9ab6332af7940e6f61e3ab73685fd07
"2020-05-04T13:14:45Z"
go
"2022-10-10T02:37:39Z"
closed
nektos/act
https://github.com/nektos/act
219
["go.mod", "go.sum"]
Job is not ran using runner user
When running job locally, the action is run using `root`, on GitHub workflow, it's `runner` user: > `uid=1001(runner) gid=116(docker) groups=116(docker)` This difference can affect the job results.
https://github.com/nektos/act/issues/219
https://github.com/nektos/act/pull/1371
d587ce08e9b04738fd1d3a2433e1f8b4d44c4aed
bec45d0dc46e2ccae81c521f3db313b04b0c0831
"2020-05-02T18:34:09Z"
go
"2022-10-03T02:41:15Z"
closed
nektos/act
https://github.com/nektos/act
216
["go.mod", "go.sum"]
Question: Is it possible to not use a local push.json file?
Is there a command parameter that can be used instead of creating and managing a GitHub Events file. In my case `push.json`? The problem Is that we're not comfortably hosting that file in our repository since it points to local user branches and that will frequently be changing. The preferred solution would be to supply the git branch name as a parameter. Example Problem file: ```bash { "push": { "head": { "ref": "users/foo/update-action" }, "base": { "ref": "users/foo/update-action" } } } ``` Example solution where `-b` is git branch name. ```bash act -j build_local_linux -e "push" -b "users/foo/update-action" ```
https://github.com/nektos/act/issues/216
https://github.com/nektos/act/pull/1360
9a494cac1ed5f22539d727f6958f4d24df7104b8
3fccb5ae3467fbd013ca72ed08732d2916beb1c2
"2020-04-29T22:59:28Z"
go
"2022-09-26T02:28:23Z"
closed
nektos/act
https://github.com/nektos/act
214
["go.mod", "go.sum"]
Shell settings not used?
Hi, first of all thanks for providing such an awesome library! I am using a container to run all steps of a job, which doesn't offer a bash environment: My workflow file looks something like this: ``` on: push: branches: [ master ] jobs: test: name: Test and build latex documents runs-on: ubuntu-latest # runs all of the steps inside the specified container rather than on the VM host. # Bonus: The latest alpine image, which texlive is based on also integrates python3 container: image: xucheng/texlive-small:latest # Reconfigure all following shells to use sh and not bash defaults: run: shell: sh steps: - name: Set up Git uses: actions/checkout@v2 - name: Echo run: echo Hello ``` Which will fail with the following error message: `starting container process caused "exec: \"bash\": executable file not found in $PATH": unknown` It works on GitHub. The problem seems to be caused by act not saving using the default values. If I set the shell on a per run basis like: ``` - name: Echo run: echo Hello shell: sh ``` Everything works as expected. Thanks!
https://github.com/nektos/act/issues/214
https://github.com/nektos/act/pull/1380
9f9f644d36dc8a7ba73701bdd18cf0d23eaa736b
c4be1cfd6d8ab6664c3a3ffd7c4e5e253fa0b77f
"2020-04-28T17:24:17Z"
go
"2022-10-10T02:28:25Z"
closed
nektos/act
https://github.com/nektos/act
209
["pkg/container/docker_run.go"]
Doesn't copy symlinks
We're using symlinks in our git repo to keep our terraform code DRY. Doesn't really matter to act, but generally, if GIT supports symlinks, so should act ``` [Apply Terraform/apply terraform] Unable to copy link providers.tf --> ../_universal/providers.tf [Apply Terraform/apply terraform] Unable to copy link universal.auto.tfvars --> ../_universal/universal.auto.tfvars [Apply Terraform/apply terraform] Unable to copy link providers.tf --> ../_universal/providers.tf [Apply Terraform/apply terraform] Unable to copy link universal.auto.tfvars --> ../_universal/universal.auto.tfvars [Apply Terraform/apply terraform] Unable to copy link providers.tf --> ../_universal/providers.tf [Apply Terraform/apply terraform] Unable to copy link universal.auto.tfvars --> ../_universal/universal.auto.tfvars ```
https://github.com/nektos/act/issues/209
https://github.com/nektos/act/pull/381
729adec5e52eb8bf83fb3ea1cc0d1b510350e09e
3d9b82515c534467144b0fc44296d0233c2bc2b7
"2020-04-26T15:05:25Z"
go
"2020-10-06T17:02:37Z"
closed
nektos/act
https://github.com/nektos/act
205
["go.mod", "go.sum"]
brew install fails on OSX Catalina: undefined method `path' for nil:NilClass
Hi, I am trying to install act and I get this error on Catalina 10.15.3. Thanks ```sh $ brew install nektos/tap/act ==> Tapping nektos/tap Cloning into '/usr/local/Homebrew/Library/Taps/nektos/homebrew-tap'... remote: Enumerating objects: 32, done. remote: Counting objects: 100% (32/32), done. remote: Compressing objects: 100% (24/24), done. remote: Total 75 (delta 7), reused 0 (delta 0), pack-reused 43 Unpacking objects: 100% (75/75), done. Tapped 1 formula (100 files, 46KB). ==> Installing act from nektos/tap Error: An exception occurred within a child process: NoMethodError: undefined method `path' for nil:NilClass Did you mean? paths ```
https://github.com/nektos/act/issues/205
https://github.com/nektos/act/pull/1614
e775fea2655d9e3342bd06c2743cb4bab791e2ab
281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc
"2020-04-23T04:34:53Z"
go
"2023-02-06T02:36:56Z"
closed
nektos/act
https://github.com/nektos/act
202
["go.mod", "go.sum"]
Error setting up 3rd party Module/Action
Act version: 0.2.7 Platform: Windows 10 Pro The complete main.workflow file used: ```yaml name: Python package on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: env: CONDA_ENV_NAME: test-env runs-on: ubuntu-latest strategy: matrix: python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - uses: goanpeca/setup-miniconda@v1 with: auto-update-conda: true activate-environment: ${{ env.CONDA_ENV_NAME }} environment-file: env.yml python-version: ${{ matrix.python-version }} auto-activate-base: false ``` Issue: Looks like it couldn't properly set up the `setup-miniconda` module/action correctly - here is a screenshot of the error. ![image](https://user-images.githubusercontent.com/24758845/79680392-16e3ba00-81dd-11ea-8c29-9699358d92b0.png)
https://github.com/nektos/act/issues/202
https://github.com/nektos/act/pull/1614
e775fea2655d9e3342bd06c2743cb4bab791e2ab
281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc
"2020-04-19T05:29:35Z"
go
"2023-02-06T02:36:56Z"
closed
nektos/act
https://github.com/nektos/act
199
["go.mod", "go.sum"]
Provide more specific error message when Docker is not running
Just installed `act` and tried it out. Got this error `Error: unable to determine if image already exists for image "node:12.6-buster-slim"` Turns out Docker wasn't running. Perhaps we check if Docker is running and display a more specific error message.
https://github.com/nektos/act/issues/199
https://github.com/nektos/act/pull/1614
e775fea2655d9e3342bd06c2743cb4bab791e2ab
281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc
"2020-04-17T18:33:17Z"
go
"2023-02-06T02:36:56Z"
closed
nektos/act
https://github.com/nektos/act
197
["go.mod", "go.sum"]
Cannot run act on scripts that are using shivammathur/setup-php
I am trying to run composer commands, and using `shivammathur/[email protected]` to prepare the test. Here's the script I use in `.github/workflows` ```yml name: PHP Composer on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: shivammathur/[email protected] with: php-version: 7.3 coverage: none # disable xdebug, pcov extensions: "intl" - name: Validate composer.json and composer.lock run: composer validate - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit" # Docs: https://getcomposer.org/doc/articles/scripts.md # - name: Run test suite # run: composer run-script test ``` When running `act -j build -vvv`, I'm getting this error which I do not understand: ``` DEBU[0000] Loading workflows from '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.github/workflows' DEBU[0000] Reading workflow '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.github/workflows/drupal_rector.yaml' DEBU[0000] Reading workflow '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.github/workflows/drupal_rector_06__success.yaml' DEBU[0000] Reading workflow '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.github/workflows/drupal_rector_07__fail.yaml' DEBU[0000] Reading workflow '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.github/workflows/github_test.yml' DEBU[0000] Reading workflow '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.github/workflows/php.yml' DEBU[0000] Using detected workflow event: pull_request DEBU[0000] Planning job: build DEBU[0000] Loading slug from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0000] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0000] Loading revision from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0000] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0000] HEAD points to 'dc9240812a68ad9a5f070d678e2a1e2e647b9575' DEBU[0000] HEAD matches refs/heads/del-temp DEBU[0000] using github ref: refs/heads/del-temp [PHP Composer/build] 🚀 Start image=node:12.6-buster-slim DEBU[0000] Loading slug from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0000] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0000] Loading revision from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0000] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0000] HEAD points to 'dc9240812a68ad9a5f070d678e2a1e2e647b9575' DEBU[0000] HEAD matches refs/heads/del-temp DEBU[0000] using github ref: refs/heads/del-temp [PHP Composer/build] 🐳 docker pull node:12.6-buster-slim DEBU[0000] Image exists? true [PHP Composer/build] Removed container: 8c0eb8a87c1a7c43355db0d6dfa8c725fc682c4a4fafcd4f8f9bc30fff11d822 [PHP Composer/build] 🐳 docker create image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [PHP Composer/build] Created container name=act-PHP-Composer-build id=b67895a64ed9f7f6ec22a37c4cea297876099fab358ef7cdf1532271dc8bef8d from image node:12.6-buster-slim [PHP Composer/build] ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache] [PHP Composer/build] 🐳 docker run image=node:12.6-buster-slim entrypoint=["/usr/bin/tail" "-f" "/dev/null"] cmd=[] [PHP Composer/build] Starting container: b67895a64ed9f7f6ec22a37c4cea297876099fab358ef7cdf1532271dc8bef8d [PHP Composer/build] Started container: b67895a64ed9f7f6ec22a37c4cea297876099fab358ef7cdf1532271dc8bef8d [PHP Composer/build] 🐳 docker cp src=/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/. dst=/github/workspace [PHP Composer/build] Exec command '[mkdir -p /github/workspace]' DEBU[0000] Writing tarball /var/folders/fv/nfq96m1x2m90rsnlxz9_g0gw0000gn/T/act521174908 from /Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/. DEBU[0000] Stripping prefix:/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/ src:/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/. [PHP Composer/build] Extracting content from '/var/folders/fv/nfq96m1x2m90rsnlxz9_g0gw0000gn/T/act521174908' to '/github/workspace' DEBU[0002] Writing entry to tarball workflow/event.json len:2 DEBU[0002] Writing entry to tarball home/.act len:0 [PHP Composer/build] Extracting content to '/github/' DEBU[0002] Loading slug from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] Loading revision from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] HEAD points to 'dc9240812a68ad9a5f070d678e2a1e2e647b9575' DEBU[0002] HEAD matches refs/heads/del-temp DEBU[0002] using github ref: refs/heads/del-temp DEBU[0002] setupEnv => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/del-temp GITHUB_REPOSITORY:palantirnet/drupal-rector GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:dc9240812a68ad9a5f070d678e2a1e2e647b9575 GITHUB_TOKEN: GITHUB_WORKFLOW:PHP Composer GITHUB_WORKSPACE:/github/workspace HOME:/github/home] DEBU[0002] Loading slug from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] Loading revision from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] HEAD points to 'dc9240812a68ad9a5f070d678e2a1e2e647b9575' DEBU[0002] HEAD matches refs/heads/del-temp DEBU[0002] using github ref: refs/heads/del-temp DEBU[0002] context env => map[GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/del-temp GITHUB_REPOSITORY:palantirnet/drupal-rector GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:dc9240812a68ad9a5f070d678e2a1e2e647b9575 GITHUB_TOKEN: GITHUB_WORKFLOW:PHP Composer GITHUB_WORKSPACE:/github/workspace HOME:/github/home] [PHP Composer/build] ⭐ Run actions/checkout@v2 DEBU[0002] Loading slug from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] Loading revision from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] HEAD points to 'dc9240812a68ad9a5f070d678e2a1e2e647b9575' DEBU[0002] HEAD matches refs/heads/del-temp DEBU[0002] using github ref: refs/heads/del-temp [PHP Composer/build] Skipping actions/checkout [PHP Composer/build] ✅ Success - actions/checkout@v2 DEBU[0002] Loading slug from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] Loading revision from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] HEAD points to 'dc9240812a68ad9a5f070d678e2a1e2e647b9575' DEBU[0002] HEAD matches refs/heads/del-temp DEBU[0002] using github ref: refs/heads/del-temp DEBU[0002] setupEnv => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/del-temp GITHUB_REPOSITORY:palantirnet/drupal-rector GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:dc9240812a68ad9a5f070d678e2a1e2e647b9575 GITHUB_TOKEN: GITHUB_WORKFLOW:PHP Composer GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COVERAGE:none INPUT_EXTENSIONS:intl INPUT_PHP-VERSION:7.3] DEBU[0002] Loading slug from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] Loading revision from git directory '/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector/.git' DEBU[0002] Found revision: dc9240812a68ad9a5f070d678e2a1e2e647b9575 DEBU[0002] HEAD points to 'dc9240812a68ad9a5f070d678e2a1e2e647b9575' DEBU[0002] HEAD matches refs/heads/del-temp DEBU[0002] using github ref: refs/heads/del-temp DEBU[0002] context env => map[GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTOR:nektos/act GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/github/workflow/event.json GITHUB_REF:refs/heads/del-temp GITHUB_REPOSITORY:palantirnet/drupal-rector GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SHA:dc9240812a68ad9a5f070d678e2a1e2e647b9575 GITHUB_TOKEN: GITHUB_WORKFLOW:PHP Composer GITHUB_WORKSPACE:/github/workspace HOME:/github/home INPUT_COVERAGE:none INPUT_EXTENSIONS:intl INPUT_PHP-VERSION:7.3] [PHP Composer/build] ⭐ Run shivammathur/[email protected] [PHP Composer/build] ☁ git clone 'https://github.com/shivammathur/setup-php' # ref=2.1.4 [PHP Composer/build] cloning https://github.com/shivammathur/setup-php to /Users/shaal/.cache/act/[email protected] [PHP Composer/build] Cloned https://github.com/shivammathur/setup-php to /Users/shaal/.cache/act/[email protected] [PHP Composer/build] Checked out 2.1.4 DEBU[0002] Read action &{Setup PHP Action shivammathur Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer map[coverage:{Setup code coverage driver. false } extensions:{Setup PHP extensions. false } ini-values:{Add values to php.ini. false } php-version:{Setup PHP version. true 7.4} tools:{Setup popular tools globally. false }] map[] {node12 map[] dist/index.js [] []} {purple play-circle}} from '/Users/shaal/.cache/act/[email protected]/action.yml' DEBU[0002] About to run action &{Setup PHP Action shivammathur Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer map[coverage:{Setup code coverage driver. false } extensions:{Setup PHP extensions. false } ini-values:{Add values to php.ini. false } php-version:{Setup PHP version. true 7.4} tools:{Setup popular tools globally. false }] map[] {node12 map[] dist/index.js [] []} {purple play-circle}} DEBU[0002] type=3 actionDir=/Users/shaal/.cache/act/[email protected] Workdir=/Users/shaal/code/palantir/drupal-rector-sandbox/drupal-rector ActionCacheDir=/Users/shaal/.cache/act [email protected] containerActionDir=/actions [PHP Composer/build] 🐳 docker cp src=/Users/shaal/.cache/act/[email protected] dst=/actions/ [PHP Composer/build] Exec command '[mkdir -p /actions/]' DEBU[0002] Writing tarball /var/folders/fv/nfq96m1x2m90rsnlxz9_g0gw0000gn/T/act012162069 from /Users/shaal/.cache/act/[email protected] DEBU[0002] Stripping prefix:/Users/shaal/.cache/act/ src:/Users/shaal/.cache/act/[email protected] [PHP Composer/build] Extracting content from '/var/folders/fv/nfq96m1x2m90rsnlxz9_g0gw0000gn/T/act012162069' to '/actions/' [PHP Composer/build] Exec command '[node /actions/[email protected]/dist/index.js]' [PHP Composer/build] ❗ ::error::ENOENT: no such file or directory, open '/opt/hostedtoolcache/linux.sh' [PHP Composer/build] ❌ Failure - shivammathur/[email protected] DEBU[0003] exit with `FAILURE`: 1 DEBU[0003] exit with `FAILURE`: 1 DEBU[0003] exit with `FAILURE`: 1 Error: exit with `FAILURE`: 1 ```
https://github.com/nektos/act/issues/197
https://github.com/nektos/act/pull/1614
e775fea2655d9e3342bd06c2743cb4bab791e2ab
281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc
"2020-04-17T03:59:07Z"
go
"2023-02-06T02:36:56Z"
closed
nektos/act
https://github.com/nektos/act
193
["go.mod", "go.sum"]
.gitignore should be ignored for actions
I'm trying to use the [get-cmake](https://github.com/lukka/get-cmake) action to download cmake. Strangely it has `dist` listed in its .gitignore so `dist` doesn't get copied into the docker container and the action fails.
https://github.com/nektos/act/issues/193
https://github.com/nektos/act/pull/1311
12029e3df5841538a806293881f836f88ec07a2c
cf9d82f69daab9dc907b893a38307a17f444c529
"2020-04-14T10:53:01Z"
go
"2022-08-22T02:17:13Z"
closed
nektos/act
https://github.com/nektos/act
182
["go.mod", "go.sum"]
Missing symlinks inside docker
Currently uses command: docker cp src=src dst=dst This should include -L flag to make sure symlinks are copied into docker container: https://docs.docker.com/engine/reference/commandline/cp/
https://github.com/nektos/act/issues/182
https://github.com/nektos/act/pull/1311
12029e3df5841538a806293881f836f88ec07a2c
cf9d82f69daab9dc907b893a38307a17f444c529
"2020-04-01T21:07:32Z"
go
"2022-08-22T02:17:13Z"
closed
nektos/act
https://github.com/nektos/act
181
["go.mod", "go.sum"]
Error parsing hyphenated variables
I have a variable in my matrix called `cxx-version`, which is parsed as `version` in expressions. This results in the following error: > time="2020-04-01T13:15:28+02:00" level=error msg="Unable to interpolate string 'cmake -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DLINGO_TEST_CXX_VERSION=${{ matrix.cxx-version }} -DLINGO_WARNINGS_AS_ERRORS=ON -DLINGO_SANITIZE=ON ../source' - [ReferenceError: 'version'* is not defined]" > | /github/workflow/2: line 2: -DCMAKE_BUILD_TYPE=${{ matrix.config }}: bad substitution Renaming it to something without a hyphen fixes the error. The workflow file I used can be found [here](https://github.com/rick-de-water/Lingo/blob/master/.github/workflows/lingo.yml).
https://github.com/nektos/act/issues/181
https://github.com/nektos/act/pull/1311
12029e3df5841538a806293881f836f88ec07a2c
cf9d82f69daab9dc907b893a38307a17f444c529
"2020-04-01T11:21:26Z"
go
"2022-08-22T02:17:13Z"
closed
nektos/act
https://github.com/nektos/act
179
["go.mod", "go.sum"]
how to trigger a tag event locally
act version 0.2.7 workflow: ```yml name: postgres action on: push: branches: - master tags: - v* jobs: build-and-push: runs-on: ubuntu-16.04 timeout-minutes: 3 steps: - name: Checkout uses: actions/checkout@v2 - name: build and push image uses: docker/build-push-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: byzanteam/nitrogen-postgres registry: ${{ secrets.DOCKER_REGISTRY }} tag_with_ref: true ``` tag.json ```json { "ref": "refs/tags/v0.0.1" } ``` log: ``` DEBU[0000] Loading workflows from '/PATH/.github/workflows' DEBU[0000] Reading workflow '/PATH/.github/workflows/main.yml' DEBU[0000] Using detected workflow event: push DEBU[0000] Planning event: push DEBU[0000] Reading event.json from /PATH/tag.json DEBU[0000] Loading slug from git directory '/PATH/.git' DEBU[0000] Found revision: 7c6d9e0bd6b4fcd2dfe32296e8298ae4c32ac2d3 DEBU[0000] Loading revision from git directory '/PATH/.git' DEBU[0000] Found revision: 7c6d9e0bd6b4fcd2dfe32296e8298ae4c32ac2d3 DEBU[0000] HEAD points to '7c6d9e0bd6b4fcd2dfe32296e8298ae4c32ac2d3' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master [postgres action/build-and-push] 🚀 Start image=node:12.6-stretch-slim DEBU[0000] Loading slug from git directory '/PATH/.git' DEBU[0000] Found revision: 7c6d9e0bd6b4fcd2dfe32296e8298ae4c32ac2d3 DEBU[0000] Loading revision from git directory '/PATH/.git' DEBU[0000] Found revision: 7c6d9e0bd6b4fcd2dfe32296e8298ae4c32ac2d3 DEBU[0000] HEAD points to '7c6d9e0bd6b4fcd2dfe32296e8298ae4c32ac2d3' DEBU[0000] HEAD matches refs/heads/master DEBU[0000] using github ref: refs/heads/master [postgres action/build-and-push] 🐳 docker pull node:12.6-stretch-slim ``` questions: 1. how to trigger a tag event locally? 2. Is there an example of this?
https://github.com/nektos/act/issues/179
https://github.com/nektos/act/pull/1352
3a0fe6967fd8ecd3cb86550d0225d55a0bb37ac9
053bff19a710669308da5e356ab028bab2a70b5d
"2020-04-01T04:18:00Z"
go
"2022-09-19T02:17:42Z"
closed
nektos/act
https://github.com/nektos/act
177
["go.mod", "go.sum"]
reference not found
``` steps: - uses: actions/checkout@v2 - uses: bahmutov/npm-install@v1 ``` ``` [Node CI/build] ⭐ Run bahmutov/npm-install@v1 [Node CI/build] ☁ git clone 'https://github.com/bahmutov/npm-install' # ref=v1 [Node CI/build] Unable to resolve v1: reference not found [Node CI/build] ❌ Failure - bahmutov/npm-install@v1 ```
https://github.com/nektos/act/issues/177
https://github.com/nektos/act/pull/1614
e775fea2655d9e3342bd06c2743cb4bab791e2ab
281a52f0d6ed70bd31feaedcbbb46e941cc8bdcc
"2020-04-01T02:08:21Z"
go
"2023-02-06T02:36:56Z"