[GH-ISSUE #1266] Terraform error only happen when running local #690

Closed
opened 2026-03-01 21:45:33 +03:00 by kerem · 1 comment
Owner

Originally created by @vfontanella on GitHub (Jul 18, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1266

Bug report info

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

Command used with act

act pull_request  -v

Describe issue

When running the action at GitHub it succeed but when running local, the workflow fail with an bizarre terraform error.
It states that module_variable_optional_attrs in an unknown experiment keyword.

No response

Workflow content

- name: 'Terragrunt Plan'
        run: |
          terragrunt run-all validate
          terragrunt run-all init
          terragrunt run-all plan

Relevant log output

to 'workflow/4'
[Terragrunt GitHub Actions/Terragrunt] [DEBUG] Writing entry to tarball workflow/4 len:78
[Terragrunt GitHub Actions/Terragrunt] [DEBUG] Extracting content to '/var/run/act'
[Terragrunt GitHub Actions/Terragrunt]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/4] user= workdir=
[Terragrunt GitHub Actions/Terragrunt] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/4]'
[Terragrunt GitHub Actions/Terragrunt] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo'
| INFO[0000] The stack at /Users/user/Downloads/iac/github-repo will be processed in the following order for command validate:
| Group 1
| - Module /Users/user/Downloads/iac/github-repo
| - Module /Users/user/Downloads/iac/github-repo/az-infrastructure-config
| - Module /Users/user/Downloads/iac/github-repo/rs-gitgub-config-tf-repo
| - Module /Users/user/Downloads/iac/github-repo/rs-pagerduty-config-tf-repo
| - Module /Users/user/Downloads/iac/github-repo/rs-terraform-az-general-alerts
| - Module /Users/user/Downloads/iac/github-repo/rs-terraform-github
| - Module /Users/user/Downloads/iac/github-repo/rs-terraform-module-template
|  
| INFO[0002] Skipping terragrunt module /Users/user/Downloads/iac/github-repo/terragrunt.hcl due to skip = true.  prefix=[/Users/user/Downloads/iac/github-repo] 
| There are some problems with the configuration, described below.
| 
| The Terraform configuration must be valid before initialization so that
| Terraform can determine which modules and providers need to be installed.
| 
| Error: Unknown experiment keyword
| 
|   on versions.tf line 4, in terraform:
|    4:   experiments      = [module_variable_optional_attrs]
| 
| There is no current experiment with the keyword
| "module_variable_optional_attrs".
| 
| ERRO[0006] Module /Users/user/Downloads/iac/github-repo/terraform-github has finished with an error: 1 error occurred:
|       * exit status 1
|   prefix=[/Users/user/Downloads/iac/github-repo/terraform-github] 
| There are some problems with the configuration, described below.
| 
| The Terraform configuration must be valid before initialization so that
| Terraform can determine which modules and providers need to be installed.
| 
| Error: Unknown experiment keyword
| 
|   on versions.tf line 4, in terraform:
|    4:   experiments      = [module_variable_optional_attrs]
| 
| There is no current experiment with the keyword
| "module_variable_optional_attrs".
| 
| ERRO[0006] Module /Users/user/Downloads/iac/github-repo/az-infrastructure-config has finished with an error: 1 error occurred:
|       * exit status 1
|   prefix=[/Users/user/Downloads/iac/github-repo/az-infrastructure-config] 
| There are some problems with the configuration, described below.
| 
| The Terraform configuration must be valid before initialization so that
| Terraform can determine which modules and providers need to be installed.
| 
| Error: Unknown experiment keyword
| 
|   on versions.tf line 4, in terraform:
|    4:   experiments      = [module_variable_optional_attrs]
| 
| There is no current experiment with the keyword
| "module_variable_optional_attrs".
| 
| ERRO[0006] Module /Users/user/Downloads/iac/github-repo/pagerduty-repo has finished with an error: 1 error occurred:
|       * exit status 1
|   prefix=[/Users/user/Downloads/iac/github-repo/pagerduty-config-tf-repo] 
| There are some problems with the configuration, described below.
| 
| The Terraform configuration must be valid before initialization so that
| Terraform can determine which modules and providers need to be installed.
| 
| Error: Unknown experiment keyword
| 
|   on versions.tf line 4, in terraform:
|    4:   experiments      = [module_variable_optional_attrs]
| 
| There is no current experiment with the keyword
| "module_variable_optional_attrs".
| 
| ERRO[0007] Module /Users/user/Downloads/iac/github-repo/gitgub-repo has finished with an error: 1 error occurred:
|       * exit status 1
|   prefix=[/Users/user/Downloads/iac/github-repo/rs-gitgub-config-tf-repo] 
| There are some problems with the configuration, described below.
| 
| The Terraform configuration must be valid before initialization so that
| Terraform can determine which modules and providers need to be installed.
| 
| Error: Unknown experiment keyword
| 
|   on versions.tf line 4, in terraform:
|    4:   experiments      = [module_variable_optional_attrs]
| 
| There is no current experiment with the keyword
| "module_variable_optional_attrs".
| 
| ERRO[0007] Module /Users/user/Downloads/iac/github-repo/terraform-module-template has finished with an error: 1 error occurred:
|       * exit status 1
|   prefix=[/Users/user/Downloads/iac/github-repo/terraform-module-template] 
| There are some problems with the configuration, described below.
| 
| The Terraform configuration must be valid before initialization so that
| Terraform can determine which modules and providers need to be installed.
| 
| Error: Unknown experiment keyword
| 
|   on versions.tf line 4, in terraform:
|    4:   experiments      = [module_variable_optional_attrs]
| 
| There is no current experiment with the keyword
| "module_variable_optional_attrs".
| 
| ERRO[0007] Module /Users/user/Downloads/iac/github-repo/terraform-az-general-alerts has finished with an error: 1 error occurred:
|       * exit status 1
|   prefix=[/Users/user/Downloads/iac/github-repo/terraform-az-general-alerts] 
| ERRO[0007] 6 errors occurred:
|       * exit status 1
|       * exit status 1
|       * exit status 1
|       * exit status 1
|       * exit status 1
|       * exit status 1
|  
[Terragrunt GitHub Actions/Terragrunt]   ❌  Failure - Main Terragrunt Plan
[Terragrunt GitHub Actions/Terragrunt] exitcode '1': failure
[Terragrunt GitHub Actions/Terragrunt] [DEBUG] skipping post step for 'Checkout': no action model available
[Terragrunt GitHub Actions/Terragrunt] 🏁  Job failed
[Terragrunt GitHub Actions/Terragrunt] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[Terragrunt GitHub Actions/Terragrunt] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ]   💬  ::debug::download complete
[pre-commit/pre-commit               ]   💬  ::debug::Caching tool terragrunt 0.38.0 x64
[pre-commit/pre-commit               ]   💬  ::debug::source file: /tmp/14006daf-325c-4801-8954-c4596474e73a
[pre-commit/pre-commit               ]   💬  ::debug::destination /opt/hostedtoolcache/terragrunt/0.38.0/x64
[pre-commit/pre-commit               ]   💬  ::debug::destination file /opt/hostedtoolcache/terragrunt/0.38.0/x64/terragrunt
[pre-commit/pre-commit               ]   💬  ::debug::finished caching tool
[pre-commit/pre-commit               ]   💬  ::debug::terragrunt
| [INFO] Terragrunt version: 'v0.38.0' has been cached at /opt/hostedtoolcache/terragrunt/0.38.0/x64/terragrunt
[pre-commit/pre-commit               ]   ⚙  ::set-output:: terragrunt_path=/opt/hostedtoolcache/terragrunt/0.38.0/x64/terragrunt
[pre-commit/pre-commit               ]   ✅  Success - Main Setup Terragrunt
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache ANT_HOME:/usr/share/ant ARM_ACCESS_KEY:*** ARM_CLIENT_ID:*** ARM_CLIENT_SECRET:*** ARM_SUBSCRIPTION_ID:*** ARM_TENANT_ID:*** CHROMEWEBDRIVER:/usr/local/share/chrome_driver CHROME_BIN:/usr/bin/google-chrome CI:true CLIENT_ID:*** CLIENT_SECRET:*** CONDA:/usr/share/miniconda CONTAINER_NAME:&{map[] /var/run/act/workflow/event.json pre-commit 1 1 nektos/act ***/github-repo pull_request dfd009f6853e5a3e07b06135d1c99fb1a183938a refs/pull/%!s(<nil>)/merge     *** /Users/user/Downloads/iac/rs-github-config-tf-repo       *** 0 /dev/null } DEBIAN_FRONTEND:noninteractive GECKOWEBDRIVER:/usr/local/share/gecko_driver GH_TOKEN:*** GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:pre-commit GITHUB_OWNER:*** GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/pull/%!s(<nil>)/merge GITHUB_REF_NAME: GITHUB_REF_TYPE: GITHUB_REPOSITORY:***/rs-github-config-tf-repo GITHUB_REPOSITORY_OWNER:*** GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:dfd009f6853e5a3e07b06135d1c99fb1a183 GITHUB_TOKEN:*** GITHUB_WORKFLOW:pre-commit GITHUB_WORKSPACE:/Users/user/Downloads/iac/github-repo GOROOT:/usr/local/go1.12 GOROOT_1_11_X64:/usr/local/go1.11 GOROOT_1_12_X64:/usr/local/go1.12 GOROOT_1_13_X64:/usr/local/go1.13 GRADLE_HOME:/usr/share/gradle ImageOS:ubuntu20 ImageVersion:dev JAVA_HOME:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_HOME_11_X64:/usr/lib/jvm/zulu-11-azure-amd64 JAVA_HOME_12_X64:/usr/lib/jvm/zulu-12-azure-amd64 JAVA_HOME_7_X64:/usr/lib/jvm/zulu-7-azure-amd64 JAVA_HOME_8_X64:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_TOOL_OPTIONS:-Dfile.encoding=UTF8 LD_LIBRARY_PATH:/opt/hostedtoolcache/Python/3.8.1/x64/lib LEIN_HOME:/usr/local/lib/lein LEIN_JAR:/usr/local/lib/lein/self-installs/leiningen-2.9.1-standalone.jar M2_HOME:/usr/share/apache-maven-3.6.3 PATH:/opt/hostedtoolcache/terragrunt/0.38.0/x64:/opt/hostedtoolcache/Python/3.8.1/x64/bin:/opt/hostedtoolcache/Python/3.8.1/x64:/usr/share/rust/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RESOURCE_GROUP_NAME:RESOURCE_GROUP_NAME RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: SELENIUM_JAR_PATH:/usr/share/java/selenium-server-standalone.jar STORAGE_ACCOUNT_KEY:*** STORAGE_ACCOUNT_NAME:storage_acccount TENANT_ID:*** UBSCRIPTION_ID:*** VCPKG_INSTALLATION_ROOT:/usr/local/share/vcpkg pythonLocation:/opt/hostedtoolcache/Python/3.8.1/x64]
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] evaluating expression ''
[pre-commit/pre-commit               ] [DEBUG] expression '' evaluated to 'true'
[pre-commit/pre-commit               ] ⭐ Run Main install necessary packages
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Wrote command 

npm install -g markdown-link-check


 to 'workflow/3'
[pre-commit/pre-commit               ] [DEBUG] Writing entry to tarball workflow/3 len:37
[pre-commit/pre-commit               ] [DEBUG] Extracting content to '/var/run/act'
[pre-commit/pre-commit               ]   🐳  docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/3] user= workdir=
[pre-commit/pre-commit               ] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/3]'
[pre-commit/pre-commit               ] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo'
| /usr/local/bin/markdown-link-check -> /usr/local/lib/node_modules/markdown-link-check/markdown-link-check
| + markdown-link-check@3.10.2
| added 39 packages from 23 contributors in 14.509s
[pre-commit/pre-commit               ]   ✅  Success - Main install necessary packages
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/rs-github-config-tf-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache ANT_HOME:/usr/share/ant ARM_ACCESS_KEY:*** ARM_CLIENT_ID:*** ARM_CLIENT_SECRET:*** ARM_SUBSCRIPTION_ID:*** ARM_TENANT_ID:*** CHROMEWEBDRIVER:/usr/local/share/chrome_driver CHROME_BIN:/usr/bin/google-chrome CI:true CLIENT_ID:*** CLIENT_SECRET:*** CONDA:/usr/share/miniconda CONTAINER_NAME:&{map[] /var/run/act/workflow/event.json pre-commit 1 1 nektos/act ***/rs-github-config-tf-repo pull_request dfd009f6853e5a3e07b06135d1c99fb1a183 refs/pull/%!s(<nil>)/merge     *** /Users/user/Downloads/iac/github-repo       *** 0 /dev/null } DEBIAN_FRONTEND:noninteractive GECKOWEBDRIVER:/usr/local/share/gecko_driver GH_TOKEN:*** GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:pre-commit GITHUB_OWNER:*** GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/pull/%!s(<nil>)/merge GITHUB_REF_NAME: GITHUB_REF_TYPE: GITHUB_REPOSITORY:***/rs-github-config-tf-repo GITHUB_REPOSITORY_OWNER:*** GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:dfd009f6853e5a3e07b06135d1c99fb1a183938a GITHUB_TOKEN:*** GITHUB_WORKFLOW:pre-commit GITHUB_WORKSPACE:/Users/user/Downloads/iac/rs-github-config-tf-repo GOROOT:/usr/local/go1.12 GOROOT_1_11_X64:/usr/local/go1.11 GOROOT_1_12_X64:/usr/local/go1.12 GOROOT_1_13_X64:/usr/local/go1.13 GRADLE_HOME:/usr/share/gradle INPUT_KEY:pre-commit|${  }|${  } INPUT_PATH:~/.cache/pre-commit ImageOS:ubuntu20 ImageVersion:dev JAVA_HOME:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_HOME_11_X64:/usr/lib/jvm/zulu-11-azure-amd64 JAVA_HOME_12_X64:/usr/lib/jvm/zulu-12-azure-amd64 JAVA_HOME_7_X64:/usr/lib/jvm/zulu-7-azure-amd64 JAVA_HOME_8_X64:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_TOOL_OPTIONS:-Dfile.encoding=UTF8 LD_LIBRARY_PATH:/opt/hostedtoolcache/Python/3.8.1/x64/lib LEIN_HOME:/usr/local/lib/lein LEIN_JAR:/usr/local/lib/lein/self-installs/leiningen-2.9.1-standalone.jar M2_HOME:/usr/share/apache-maven-3.6.3 PATH:/opt/hostedtoolcache/terragrunt/0.38.0/x64:/opt/hostedtoolcache/Python/3.8.1/x64/bin:/opt/hostedtoolcache/Python/3.8.1/x64:/usr/share/rust/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RESOURCE_GROUP_NAME:resource_group_name RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: SELENIUM_JAR_PATH:/usr/share/java/selenium-server-standalone.jar STORAGE_ACCOUNT_KEY:*** STORAGE_ACCOUNT_NAME:storage_account TENANT_ID:*** UBSCRIPTION_ID:*** VCPKG_INSTALLATION_ROOT:/usr/local/share/vcpkg pythonLocation:/opt/hostedtoolcache/Python/3.8.1/x64]
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] evaluating expression ''
[pre-commit/pre-commit               ] [DEBUG] expression '' evaluated to 'true'
[pre-commit/pre-commit               ] ⭐ Run Main actions/cache@v1
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] 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 directory to store and save the cache true } restore-keys:{An ordered list of keys to use for restoring the cache if no cache hit occurred for key false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key }] {node12 map[] dist/restore/index.js  always() dist/save/index.js success()   [] []} {gray-dark archive}}
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] type=3 actionDir=/Users/user/.cache/act/actions-cache@v1 actionPath= workdir=/Users/user/Downloads/iac/github-repo actionCacheDir=/Users/user/.cache/act actionName=actions-cache@v1 containerActionDir=/var/run/act/actions/actions-cache@v1
[pre-commit/pre-commit               ] [DEBUG] Removing /Users/user/.cache/act/actions-cache@v1/.gitignore before docker cp
[pre-commit/pre-commit               ] [DEBUG] /var/run/act/actions/actions-cache@v1
[pre-commit/pre-commit               ]   🐳  docker cp src=/Users/user/.cache/act/actions-cache@v1/ dst=/var/run/act/actions/actions-cache@v1/
[pre-commit/pre-commit               ] [DEBUG] Writing tarball /var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act634985531 from /Users/user/.cache/act/actions-cache@v1/
[pre-commit/pre-commit               ] [DEBUG] Stripping prefix:/Users/user/.cache/act/actions-cache@v1/ src:/Users/user/.cache/act/actions-cache@v1/
[pre-commit/pre-commit               ] [DEBUG] Extracting content from '/var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act634985531' to '/var/run/act/actions/actions-cache@v1/'
[pre-commit/pre-commit               ] close /var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act634985531: file already closed
[pre-commit/pre-commit               ]   🐳  docker exec cmd=[chown -R 0:0 /var/run/act/actions/actions-cache@v1/] user=0 workdir=
[pre-commit/pre-commit               ] [DEBUG] Exec command '[chown -R 0:0 /var/run/act/actions/actions-cache@v1/]'
[pre-commit/pre-commit               ] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo'
[pre-commit/pre-commit               ] [DEBUG] executing remote job container: [node /var/run/act/actions/actions-cache@v1/dist/restore/index.js]
[pre-commit/pre-commit               ]   🐳  docker exec cmd=[node /var/run/act/actions/actions-cache@v1/dist/restore/index.js] user= workdir=
[pre-commit/pre-commit               ] [DEBUG] Exec command '[node /var/run/act/actions/actions-cache@v1/dist/restore/index.js]'
[pre-commit/pre-commit               ] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo'
[pre-commit/pre-commit               ]   💬  ::debug::Cache Path: /root/.cache/pre-commit
[pre-commit/pre-commit               ]   💾  ::save-state name=CACHE_KEY,::pre-commit|${  }|${  }
[pre-commit/pre-commit               ]   💬  ::debug::Resolved Keys:
[pre-commit/pre-commit               ]   💬  ::debug::["pre-commit|${  }|${  }"]
| [warning]Cache Service Url not found, unable to restore cache.
[pre-commit/pre-commit               ]   ⚙  ::set-output:: cache-hit=false
[pre-commit/pre-commit               ]   ✅  Success - Main actions/cache@v1
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache ANT_HOME:/usr/share/ant ARM_ACCESS_KEY:*** ARM_CLIENT_ID:*** ARM_CLIENT_SECRET:*** ARM_SUBSCRIPTION_ID:*** ARM_TENANT_ID:*** CHROMEWEBDRIVER:/usr/local/share/chrome_driver CHROME_BIN:/usr/bin/google-chrome CI:true CLIENT_ID:*** CLIENT_SECRET:*** CONDA:/usr/share/miniconda CONTAINER_NAME:&{map[] /var/run/act/workflow/event.json pre-commit 1 1 nektos/act ***/rs-github-config-tf-repo pull_request dfd009f6853e5a3e07b06135d1c99fb1a183938a refs/pull/%!s(<nil>)/merge     *** /Users/user/Downloads/iac/github-repo       *** 0 /dev/null } DEBIAN_FRONTEND:noninteractive GECKOWEBDRIVER:/usr/local/share/gecko_driver GH_TOKEN:*** GITHUB_ACTION:5 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:pre-commit GITHUB_OWNER:*** GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/pull/%!s(<nil>)/merge GITHUB_REF_NAME: GITHUB_REF_TYPE: GITHUB_REPOSITORY:***/rs-github-config-tf-repo GITHUB_REPOSITORY_OWNER:*** GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:dfd009f6853e5a3e07b06135d1c99fb1a183938a GITHUB_TOKEN:*** GITHUB_WORKFLOW:pre-commit GITHUB_WORKSPACE:/Users/user/Downloads/iac/github-repo GOROOT:/usr/local/go1.12 GOROOT_1_11_X64:/usr/local/go1.11 GOROOT_1_12_X64:/usr/local/go1.12 GOROOT_1_13_X64:/usr/local/go1.13 GRADLE_HOME:/usr/share/gradle ImageOS:ubuntu20 ImageVersion:dev JAVA_HOME:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_HOME_11_X64:/usr/lib/jvm/zulu-11-azure-amd64 JAVA_HOME_12_X64:/usr/lib/jvm/zulu-12-azure-amd64 JAVA_HOME_7_X64:/usr/lib/jvm/zulu-7-azure-amd64 JAVA_HOME_8_X64:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_TOOL_OPTIONS:-Dfile.encoding=UTF8 LD_LIBRARY_PATH:/opt/hostedtoolcache/Python/3.8.1/x64/lib LEIN_HOME:/usr/local/lib/lein LEIN_JAR:/usr/local/lib/lein/self-installs/leiningen-2.9.1-standalone.jar M2_HOME:/usr/share/apache-maven-3.6.3 PATH:/opt/hostedtoolcache/terragrunt/0.38.0/x64:/opt/hostedtoolcache/Python/3.8.1/x64/bin:/opt/hostedtoolcache/Python/3.8.1/x64:/usr/share/rust/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RESOURCE_GROUP_NAME:RESOURCE_GROUP_NAME RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: SELENIUM_JAR_PATH:/usr/share/java/selenium-server-standalone.jar STORAGE_ACCOUNT_KEY:*** STORAGE_ACCOUNT_NAME:storage_account TENANT_ID:*** UBSCRIPTION_ID:*** VCPKG_INSTALLATION_ROOT:/usr/local/share/vcpkg pythonLocation:/opt/hostedtoolcache/Python/3.8.1/x64]
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] evaluating expression ''
[pre-commit/pre-commit               ] [DEBUG] expression '' evaluated to 'true'
[pre-commit/pre-commit               ] ⭐ Run Main pre-commit/action@v3.0.0
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] About to run action &{pre-commit  run pre-commit map[extra_args:{options to pass to pre-commit run false --all-files}] map[] {composite map[]   always()  always()   [] [{ {0 0    <nil> []    0 0}   python -m pip install pre-commit  bash {0 0    <nil> []    0 0} map[] false } { {0 0    <nil> []    0 0}   python -m pip freeze --local  bash {0 0    <nil> []    0 0} map[] false } { {0 0    <nil> []    0 0}  actions/cache@v3    {0 0    <nil> []    0 0} map[key:pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} path:~/.cache/pre-commit] false } { {0 0    <nil> []    0 0}   pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}  bash {0 0    <nil> []    0 0} map[] false }]} { }}
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/userDownloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] type=3 actionDir=/Users/user/.cache/act/pre-commit-action@v3.0.0 actionPath= workdir=/Users/user/Downloads/iac/github-repo actionCacheDir=/Users/user/.cache/act actionName=pre-commit-action@v3.0.0 containerActionDir=/var/run/act/actions/pre-commit-action@v3.0.0
[pre-commit/pre-commit               ] [DEBUG] /var/run/act/actions/pre-commit-action@v3.0.0
[pre-commit/pre-commit               ]   🐳  docker cp src=/Users/user/.cache/act/pre-commit-action@v3.0.0/ dst=/var/run/act/actions/pre-commit-action@v3.0.0/
[pre-commit/pre-commit               ] [DEBUG] Writing tarball /var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act2027705397 from /Users/user/.cache/act/pre-commit-action@v3.0.0/
[pre-commit/pre-commit               ] [DEBUG] Stripping prefix:/Users/user/.cache/act/pre-commit-action@v3.0.0/ src:/Users/user/.cache/act/pre-commit-action@v3.0.0/
[pre-commit/pre-commit               ] [DEBUG] Extracting content from '/var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act2027705397' to '/var/run/act/actions/pre-commit-action@v3.0.0/'
[pre-commit/pre-commit               ] close /var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act2027705397: file already closed
[pre-commit/pre-commit               ]   🐳  docker exec cmd=[chown -R 0:0 /var/run/act/actions/pre-commit-action@v3.0.0/] user=0 workdir=
[pre-commit/pre-commit               ] [DEBUG] Exec command '[chown -R 0:0 /var/run/act/actions/pre-commit-action@v3.0.0/]'
[pre-commit/pre-commit               ] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo'
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache ANT_HOME:/usr/share/ant ARM_ACCESS_KEY:*** ARM_CLIENT_ID:*** ARM_CLIENT_SECRET:*** ARM_SUBSCRIPTION_ID:*** ARM_TENANT_ID:*** CHROMEWEBDRIVER:/usr/local/share/chrome_driver CHROME_BIN:/usr/bin/google-chrome CI:true CLIENT_ID:*** CLIENT_SECRET:*** CONDA:/usr/share/miniconda CONTAINER_NAME:&{map[] /var/run/act/workflow/event.json pre-commit 1 1 nektos/act ***/rs-github-config-tf-repo pull_request dfd009f6853e5a3e07b06135d1c99fb1a183938a refs/pull/%!s(<nil>)/merge     *** /Users/user/Downloads/iac/github-repo       *** 0 /dev/null } DEBIAN_FRONTEND:noninteractive GECKOWEBDRIVER:/usr/local/share/gecko_driver GH_TOKEN:*** GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH:/var/run/act/actions/pre-commit-action@v3.0.0 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:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:pre-commit GITHUB_OWNER:*** GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/pull/%!s(<nil>)/merge GITHUB_REF_NAME: GITHUB_REF_TYPE: GITHUB_REPOSITORY:***/rs-github-config-tf-repo GITHUB_REPOSITORY_OWNER:*** GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:dfd009f6853e5a3e07b06135d1c99fb1a183938a GITHUB_TOKEN:*** GITHUB_WORKFLOW:pre-commit GITHUB_WORKSPACE:/Users/user/Downloads/iac/github-repo GOROOT:/usr/local/go1.12 GOROOT_1_11_X64:/usr/local/go1.11 GOROOT_1_12_X64:/usr/local/go1.12 GOROOT_1_13_X64:/usr/local/go1.13 GRADLE_HOME:/usr/share/gradle ImageOS:ubuntu18 ImageVersion:dev JAVA_HOME:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_HOME_11_X64:/usr/lib/jvm/zulu-11-azure-amd64 JAVA_HOME_12_X64:/usr/lib/jvm/zulu-12-azure-amd64 JAVA_HOME_7_X64:/usr/lib/jvm/zulu-7-azure-amd64 JAVA_HOME_8_X64:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_TOOL_OPTIONS:-Dfile.encoding=UTF8 LD_LIBRARY_PATH:/opt/hostedtoolcache/Python/3.8.1/x64/lib LEIN_HOME:/usr/local/lib/lein LEIN_JAR:/usr/local/lib/lein/self-installs/leiningen-2.9.1-standalone.jar M2_HOME:/usr/share/apache-maven-3.6.3 PATH:/opt/hostedtoolcache/terragrunt/0.38.0/x64:/opt/hostedtoolcache/Python/3.8.1/x64/bin:/opt/hostedtoolcache/Python/3.8.1/x64:/usr/share/rust/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RESOURCE_GROUP_NAME:TERRAFORM-PROD RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: SELENIUM_JAR_PATH:/usr/share/java/selenium-server-standalone.jar STORAGE_ACCOUNT_KEY:*** STORAGE_ACCOUNT_NAME:storage_account TENANT_ID:*** UBSCRIPTION_ID:*** VCPKG_INSTALLATION_ROOT:/usr/local/share/vcpkg pythonLocation:/opt/hostedtoolcache/Python/3.8.1/x64]
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] evaluating expression ''
[pre-commit/pre-commit               ] [DEBUG] expression '' evaluated to 'true'
[pre-commit/pre-commit               ] ⭐ Run Main python -m pip install pre-commit
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Loading slug from git directory '/Users/userDownloads/iac/github-repo/.git'
[pre-commit/pre-commit               ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a
[pre-commit/pre-commit               ] [DEBUG] Wrote command

Additional information

No response

Originally created by @vfontanella on GitHub (Jul 18, 2022). Original GitHub issue: https://github.com/nektos/act/issues/1266 ### Bug report info ```plain text act version: 0.2.29 GOOS: darwin GOARCH: arm64 NumCPU: 8 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock Config files: /Users/user/.actrc: -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest -P ubuntu-22.04=ghcr.io/catthehacker/ubuntu:act-22.04 -P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04 -P ubuntu-18.04=ghcr.io/catthehacker/ubuntu:act-18.04 .actrc: --container-architecture linux/amd64 -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 --env-file .env --secret-file .secrets Build info: Go version: go1.18.3 Module path: command-line-arguments Main version: Main path: Main checksum: Build settings: -compiler: gc -ldflags: -X main.version=0.2.29 CGO_ENABLED: 1 CGO_CFLAGS: CGO_CPPFLAGS: CGO_CXXFLAGS: CGO_LDFLAGS: GOARCH: arm64 GOOS: darwin Docker Engine: Engine version: 20.10.17 Engine runtime: runc Cgroup version: 2 Cgroup driver: cgroupfs Storage driver: overlay2 Registry URI: https://index.docker.io/v1/ OS: Docker Desktop OS type: linux OS version: OS arch: aarch64 OS kernel: 5.10.104-linuxkit OS CPU: 4 OS memory: 7851 MB Security options: name=seccomp,profile=default name=cgroupns ``` ### Command used with act ```sh act pull_request -v ``` ### Describe issue When running the action at GitHub it succeed but when running local, the workflow fail with an bizarre terraform error. It states that module_variable_optional_attrs in an unknown experiment keyword. ### Link to GitHub repository _No response_ ### Workflow content ```yml - name: 'Terragrunt Plan' run: | terragrunt run-all validate terragrunt run-all init terragrunt run-all plan ``` ### Relevant log output ```sh to 'workflow/4' [Terragrunt GitHub Actions/Terragrunt] [DEBUG] Writing entry to tarball workflow/4 len:78 [Terragrunt GitHub Actions/Terragrunt] [DEBUG] Extracting content to '/var/run/act' [Terragrunt GitHub Actions/Terragrunt] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/4] user= workdir= [Terragrunt GitHub Actions/Terragrunt] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/4]' [Terragrunt GitHub Actions/Terragrunt] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo' | INFO[0000] The stack at /Users/user/Downloads/iac/github-repo will be processed in the following order for command validate: | Group 1 | - Module /Users/user/Downloads/iac/github-repo | - Module /Users/user/Downloads/iac/github-repo/az-infrastructure-config | - Module /Users/user/Downloads/iac/github-repo/rs-gitgub-config-tf-repo | - Module /Users/user/Downloads/iac/github-repo/rs-pagerduty-config-tf-repo | - Module /Users/user/Downloads/iac/github-repo/rs-terraform-az-general-alerts | - Module /Users/user/Downloads/iac/github-repo/rs-terraform-github | - Module /Users/user/Downloads/iac/github-repo/rs-terraform-module-template | | INFO[0002] Skipping terragrunt module /Users/user/Downloads/iac/github-repo/terragrunt.hcl due to skip = true. prefix=[/Users/user/Downloads/iac/github-repo] | There are some problems with the configuration, described below. | | The Terraform configuration must be valid before initialization so that | Terraform can determine which modules and providers need to be installed. | | Error: Unknown experiment keyword | | on versions.tf line 4, in terraform: | 4: experiments = [module_variable_optional_attrs] | | There is no current experiment with the keyword | "module_variable_optional_attrs". | | ERRO[0006] Module /Users/user/Downloads/iac/github-repo/terraform-github has finished with an error: 1 error occurred: | * exit status 1 | prefix=[/Users/user/Downloads/iac/github-repo/terraform-github] | There are some problems with the configuration, described below. | | The Terraform configuration must be valid before initialization so that | Terraform can determine which modules and providers need to be installed. | | Error: Unknown experiment keyword | | on versions.tf line 4, in terraform: | 4: experiments = [module_variable_optional_attrs] | | There is no current experiment with the keyword | "module_variable_optional_attrs". | | ERRO[0006] Module /Users/user/Downloads/iac/github-repo/az-infrastructure-config has finished with an error: 1 error occurred: | * exit status 1 | prefix=[/Users/user/Downloads/iac/github-repo/az-infrastructure-config] | There are some problems with the configuration, described below. | | The Terraform configuration must be valid before initialization so that | Terraform can determine which modules and providers need to be installed. | | Error: Unknown experiment keyword | | on versions.tf line 4, in terraform: | 4: experiments = [module_variable_optional_attrs] | | There is no current experiment with the keyword | "module_variable_optional_attrs". | | ERRO[0006] Module /Users/user/Downloads/iac/github-repo/pagerduty-repo has finished with an error: 1 error occurred: | * exit status 1 | prefix=[/Users/user/Downloads/iac/github-repo/pagerduty-config-tf-repo] | There are some problems with the configuration, described below. | | The Terraform configuration must be valid before initialization so that | Terraform can determine which modules and providers need to be installed. | | Error: Unknown experiment keyword | | on versions.tf line 4, in terraform: | 4: experiments = [module_variable_optional_attrs] | | There is no current experiment with the keyword | "module_variable_optional_attrs". | | ERRO[0007] Module /Users/user/Downloads/iac/github-repo/gitgub-repo has finished with an error: 1 error occurred: | * exit status 1 | prefix=[/Users/user/Downloads/iac/github-repo/rs-gitgub-config-tf-repo] | There are some problems with the configuration, described below. | | The Terraform configuration must be valid before initialization so that | Terraform can determine which modules and providers need to be installed. | | Error: Unknown experiment keyword | | on versions.tf line 4, in terraform: | 4: experiments = [module_variable_optional_attrs] | | There is no current experiment with the keyword | "module_variable_optional_attrs". | | ERRO[0007] Module /Users/user/Downloads/iac/github-repo/terraform-module-template has finished with an error: 1 error occurred: | * exit status 1 | prefix=[/Users/user/Downloads/iac/github-repo/terraform-module-template] | There are some problems with the configuration, described below. | | The Terraform configuration must be valid before initialization so that | Terraform can determine which modules and providers need to be installed. | | Error: Unknown experiment keyword | | on versions.tf line 4, in terraform: | 4: experiments = [module_variable_optional_attrs] | | There is no current experiment with the keyword | "module_variable_optional_attrs". | | ERRO[0007] Module /Users/user/Downloads/iac/github-repo/terraform-az-general-alerts has finished with an error: 1 error occurred: | * exit status 1 | prefix=[/Users/user/Downloads/iac/github-repo/terraform-az-general-alerts] | ERRO[0007] 6 errors occurred: | * exit status 1 | * exit status 1 | * exit status 1 | * exit status 1 | * exit status 1 | * exit status 1 | [Terragrunt GitHub Actions/Terragrunt] ❌ Failure - Main Terragrunt Plan [Terragrunt GitHub Actions/Terragrunt] exitcode '1': failure [Terragrunt GitHub Actions/Terragrunt] [DEBUG] skipping post step for 'Checkout': no action model available [Terragrunt GitHub Actions/Terragrunt] 🏁 Job failed [Terragrunt GitHub Actions/Terragrunt] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [Terragrunt GitHub Actions/Terragrunt] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] 💬 ::debug::download complete [pre-commit/pre-commit ] 💬 ::debug::Caching tool terragrunt 0.38.0 x64 [pre-commit/pre-commit ] 💬 ::debug::source file: /tmp/14006daf-325c-4801-8954-c4596474e73a [pre-commit/pre-commit ] 💬 ::debug::destination /opt/hostedtoolcache/terragrunt/0.38.0/x64 [pre-commit/pre-commit ] 💬 ::debug::destination file /opt/hostedtoolcache/terragrunt/0.38.0/x64/terragrunt [pre-commit/pre-commit ] 💬 ::debug::finished caching tool [pre-commit/pre-commit ] 💬 ::debug::terragrunt | [INFO] Terragrunt version: 'v0.38.0' has been cached at /opt/hostedtoolcache/terragrunt/0.38.0/x64/terragrunt [pre-commit/pre-commit ] ⚙ ::set-output:: terragrunt_path=/opt/hostedtoolcache/terragrunt/0.38.0/x64/terragrunt [pre-commit/pre-commit ] ✅ Success - Main Setup Terragrunt [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache ANT_HOME:/usr/share/ant ARM_ACCESS_KEY:*** ARM_CLIENT_ID:*** ARM_CLIENT_SECRET:*** ARM_SUBSCRIPTION_ID:*** ARM_TENANT_ID:*** CHROMEWEBDRIVER:/usr/local/share/chrome_driver CHROME_BIN:/usr/bin/google-chrome CI:true CLIENT_ID:*** CLIENT_SECRET:*** CONDA:/usr/share/miniconda CONTAINER_NAME:&{map[] /var/run/act/workflow/event.json pre-commit 1 1 nektos/act ***/github-repo pull_request dfd009f6853e5a3e07b06135d1c99fb1a183938a refs/pull/%!s(<nil>)/merge *** /Users/user/Downloads/iac/rs-github-config-tf-repo *** 0 /dev/null } DEBIAN_FRONTEND:noninteractive GECKOWEBDRIVER:/usr/local/share/gecko_driver GH_TOKEN:*** GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:pre-commit GITHUB_OWNER:*** GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/pull/%!s(<nil>)/merge GITHUB_REF_NAME: GITHUB_REF_TYPE: GITHUB_REPOSITORY:***/rs-github-config-tf-repo GITHUB_REPOSITORY_OWNER:*** GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:dfd009f6853e5a3e07b06135d1c99fb1a183 GITHUB_TOKEN:*** GITHUB_WORKFLOW:pre-commit GITHUB_WORKSPACE:/Users/user/Downloads/iac/github-repo GOROOT:/usr/local/go1.12 GOROOT_1_11_X64:/usr/local/go1.11 GOROOT_1_12_X64:/usr/local/go1.12 GOROOT_1_13_X64:/usr/local/go1.13 GRADLE_HOME:/usr/share/gradle ImageOS:ubuntu20 ImageVersion:dev JAVA_HOME:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_HOME_11_X64:/usr/lib/jvm/zulu-11-azure-amd64 JAVA_HOME_12_X64:/usr/lib/jvm/zulu-12-azure-amd64 JAVA_HOME_7_X64:/usr/lib/jvm/zulu-7-azure-amd64 JAVA_HOME_8_X64:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_TOOL_OPTIONS:-Dfile.encoding=UTF8 LD_LIBRARY_PATH:/opt/hostedtoolcache/Python/3.8.1/x64/lib LEIN_HOME:/usr/local/lib/lein LEIN_JAR:/usr/local/lib/lein/self-installs/leiningen-2.9.1-standalone.jar M2_HOME:/usr/share/apache-maven-3.6.3 PATH:/opt/hostedtoolcache/terragrunt/0.38.0/x64:/opt/hostedtoolcache/Python/3.8.1/x64/bin:/opt/hostedtoolcache/Python/3.8.1/x64:/usr/share/rust/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RESOURCE_GROUP_NAME:RESOURCE_GROUP_NAME RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: SELENIUM_JAR_PATH:/usr/share/java/selenium-server-standalone.jar STORAGE_ACCOUNT_KEY:*** STORAGE_ACCOUNT_NAME:storage_acccount TENANT_ID:*** UBSCRIPTION_ID:*** VCPKG_INSTALLATION_ROOT:/usr/local/share/vcpkg pythonLocation:/opt/hostedtoolcache/Python/3.8.1/x64] [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] evaluating expression '' [pre-commit/pre-commit ] [DEBUG] expression '' evaluated to 'true' [pre-commit/pre-commit ] ⭐ Run Main install necessary packages [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Wrote command npm install -g markdown-link-check to 'workflow/3' [pre-commit/pre-commit ] [DEBUG] Writing entry to tarball workflow/3 len:37 [pre-commit/pre-commit ] [DEBUG] Extracting content to '/var/run/act' [pre-commit/pre-commit ] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/3] user= workdir= [pre-commit/pre-commit ] [DEBUG] Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/3]' [pre-commit/pre-commit ] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo' | /usr/local/bin/markdown-link-check -> /usr/local/lib/node_modules/markdown-link-check/markdown-link-check | + markdown-link-check@3.10.2 | added 39 packages from 23 contributors in 14.509s [pre-commit/pre-commit ] ✅ Success - Main install necessary packages [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/rs-github-config-tf-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache ANT_HOME:/usr/share/ant ARM_ACCESS_KEY:*** ARM_CLIENT_ID:*** ARM_CLIENT_SECRET:*** ARM_SUBSCRIPTION_ID:*** ARM_TENANT_ID:*** CHROMEWEBDRIVER:/usr/local/share/chrome_driver CHROME_BIN:/usr/bin/google-chrome CI:true CLIENT_ID:*** CLIENT_SECRET:*** CONDA:/usr/share/miniconda CONTAINER_NAME:&{map[] /var/run/act/workflow/event.json pre-commit 1 1 nektos/act ***/rs-github-config-tf-repo pull_request dfd009f6853e5a3e07b06135d1c99fb1a183 refs/pull/%!s(<nil>)/merge *** /Users/user/Downloads/iac/github-repo *** 0 /dev/null } DEBIAN_FRONTEND:noninteractive GECKOWEBDRIVER:/usr/local/share/gecko_driver GH_TOKEN:*** GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:pre-commit GITHUB_OWNER:*** GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/pull/%!s(<nil>)/merge GITHUB_REF_NAME: GITHUB_REF_TYPE: GITHUB_REPOSITORY:***/rs-github-config-tf-repo GITHUB_REPOSITORY_OWNER:*** GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:dfd009f6853e5a3e07b06135d1c99fb1a183938a GITHUB_TOKEN:*** GITHUB_WORKFLOW:pre-commit GITHUB_WORKSPACE:/Users/user/Downloads/iac/rs-github-config-tf-repo GOROOT:/usr/local/go1.12 GOROOT_1_11_X64:/usr/local/go1.11 GOROOT_1_12_X64:/usr/local/go1.12 GOROOT_1_13_X64:/usr/local/go1.13 GRADLE_HOME:/usr/share/gradle INPUT_KEY:pre-commit|${ }|${ } INPUT_PATH:~/.cache/pre-commit ImageOS:ubuntu20 ImageVersion:dev JAVA_HOME:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_HOME_11_X64:/usr/lib/jvm/zulu-11-azure-amd64 JAVA_HOME_12_X64:/usr/lib/jvm/zulu-12-azure-amd64 JAVA_HOME_7_X64:/usr/lib/jvm/zulu-7-azure-amd64 JAVA_HOME_8_X64:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_TOOL_OPTIONS:-Dfile.encoding=UTF8 LD_LIBRARY_PATH:/opt/hostedtoolcache/Python/3.8.1/x64/lib LEIN_HOME:/usr/local/lib/lein LEIN_JAR:/usr/local/lib/lein/self-installs/leiningen-2.9.1-standalone.jar M2_HOME:/usr/share/apache-maven-3.6.3 PATH:/opt/hostedtoolcache/terragrunt/0.38.0/x64:/opt/hostedtoolcache/Python/3.8.1/x64/bin:/opt/hostedtoolcache/Python/3.8.1/x64:/usr/share/rust/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RESOURCE_GROUP_NAME:resource_group_name RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: SELENIUM_JAR_PATH:/usr/share/java/selenium-server-standalone.jar STORAGE_ACCOUNT_KEY:*** STORAGE_ACCOUNT_NAME:storage_account TENANT_ID:*** UBSCRIPTION_ID:*** VCPKG_INSTALLATION_ROOT:/usr/local/share/vcpkg pythonLocation:/opt/hostedtoolcache/Python/3.8.1/x64] [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] evaluating expression '' [pre-commit/pre-commit ] [DEBUG] expression '' evaluated to 'true' [pre-commit/pre-commit ] ⭐ Run Main actions/cache@v1 [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] 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 directory to store and save the cache true } restore-keys:{An ordered list of keys to use for restoring the cache if no cache hit occurred for key false }] map[cache-hit:{A boolean value to indicate an exact match was found for the primary key }] {node12 map[] dist/restore/index.js always() dist/save/index.js success() [] []} {gray-dark archive}} [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] type=3 actionDir=/Users/user/.cache/act/actions-cache@v1 actionPath= workdir=/Users/user/Downloads/iac/github-repo actionCacheDir=/Users/user/.cache/act actionName=actions-cache@v1 containerActionDir=/var/run/act/actions/actions-cache@v1 [pre-commit/pre-commit ] [DEBUG] Removing /Users/user/.cache/act/actions-cache@v1/.gitignore before docker cp [pre-commit/pre-commit ] [DEBUG] /var/run/act/actions/actions-cache@v1 [pre-commit/pre-commit ] 🐳 docker cp src=/Users/user/.cache/act/actions-cache@v1/ dst=/var/run/act/actions/actions-cache@v1/ [pre-commit/pre-commit ] [DEBUG] Writing tarball /var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act634985531 from /Users/user/.cache/act/actions-cache@v1/ [pre-commit/pre-commit ] [DEBUG] Stripping prefix:/Users/user/.cache/act/actions-cache@v1/ src:/Users/user/.cache/act/actions-cache@v1/ [pre-commit/pre-commit ] [DEBUG] Extracting content from '/var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act634985531' to '/var/run/act/actions/actions-cache@v1/' [pre-commit/pre-commit ] close /var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act634985531: file already closed [pre-commit/pre-commit ] 🐳 docker exec cmd=[chown -R 0:0 /var/run/act/actions/actions-cache@v1/] user=0 workdir= [pre-commit/pre-commit ] [DEBUG] Exec command '[chown -R 0:0 /var/run/act/actions/actions-cache@v1/]' [pre-commit/pre-commit ] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo' [pre-commit/pre-commit ] [DEBUG] executing remote job container: [node /var/run/act/actions/actions-cache@v1/dist/restore/index.js] [pre-commit/pre-commit ] 🐳 docker exec cmd=[node /var/run/act/actions/actions-cache@v1/dist/restore/index.js] user= workdir= [pre-commit/pre-commit ] [DEBUG] Exec command '[node /var/run/act/actions/actions-cache@v1/dist/restore/index.js]' [pre-commit/pre-commit ] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo' [pre-commit/pre-commit ] 💬 ::debug::Cache Path: /root/.cache/pre-commit [pre-commit/pre-commit ] 💾 ::save-state name=CACHE_KEY,::pre-commit|${ }|${ } [pre-commit/pre-commit ] 💬 ::debug::Resolved Keys: [pre-commit/pre-commit ] 💬 ::debug::["pre-commit|${ }|${ }"] | [warning]Cache Service Url not found, unable to restore cache. [pre-commit/pre-commit ] ⚙ ::set-output:: cache-hit=false [pre-commit/pre-commit ] ✅ Success - Main actions/cache@v1 [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache ANT_HOME:/usr/share/ant ARM_ACCESS_KEY:*** ARM_CLIENT_ID:*** ARM_CLIENT_SECRET:*** ARM_SUBSCRIPTION_ID:*** ARM_TENANT_ID:*** CHROMEWEBDRIVER:/usr/local/share/chrome_driver CHROME_BIN:/usr/bin/google-chrome CI:true CLIENT_ID:*** CLIENT_SECRET:*** CONDA:/usr/share/miniconda CONTAINER_NAME:&{map[] /var/run/act/workflow/event.json pre-commit 1 1 nektos/act ***/rs-github-config-tf-repo pull_request dfd009f6853e5a3e07b06135d1c99fb1a183938a refs/pull/%!s(<nil>)/merge *** /Users/user/Downloads/iac/github-repo *** 0 /dev/null } DEBIAN_FRONTEND:noninteractive GECKOWEBDRIVER:/usr/local/share/gecko_driver GH_TOKEN:*** GITHUB_ACTION:5 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:nektos/act GITHUB_API_URL:https://api.github.com GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:pre-commit GITHUB_OWNER:*** GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/pull/%!s(<nil>)/merge GITHUB_REF_NAME: GITHUB_REF_TYPE: GITHUB_REPOSITORY:***/rs-github-config-tf-repo GITHUB_REPOSITORY_OWNER:*** GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:dfd009f6853e5a3e07b06135d1c99fb1a183938a GITHUB_TOKEN:*** GITHUB_WORKFLOW:pre-commit GITHUB_WORKSPACE:/Users/user/Downloads/iac/github-repo GOROOT:/usr/local/go1.12 GOROOT_1_11_X64:/usr/local/go1.11 GOROOT_1_12_X64:/usr/local/go1.12 GOROOT_1_13_X64:/usr/local/go1.13 GRADLE_HOME:/usr/share/gradle ImageOS:ubuntu20 ImageVersion:dev JAVA_HOME:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_HOME_11_X64:/usr/lib/jvm/zulu-11-azure-amd64 JAVA_HOME_12_X64:/usr/lib/jvm/zulu-12-azure-amd64 JAVA_HOME_7_X64:/usr/lib/jvm/zulu-7-azure-amd64 JAVA_HOME_8_X64:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_TOOL_OPTIONS:-Dfile.encoding=UTF8 LD_LIBRARY_PATH:/opt/hostedtoolcache/Python/3.8.1/x64/lib LEIN_HOME:/usr/local/lib/lein LEIN_JAR:/usr/local/lib/lein/self-installs/leiningen-2.9.1-standalone.jar M2_HOME:/usr/share/apache-maven-3.6.3 PATH:/opt/hostedtoolcache/terragrunt/0.38.0/x64:/opt/hostedtoolcache/Python/3.8.1/x64/bin:/opt/hostedtoolcache/Python/3.8.1/x64:/usr/share/rust/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RESOURCE_GROUP_NAME:RESOURCE_GROUP_NAME RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: SELENIUM_JAR_PATH:/usr/share/java/selenium-server-standalone.jar STORAGE_ACCOUNT_KEY:*** STORAGE_ACCOUNT_NAME:storage_account TENANT_ID:*** UBSCRIPTION_ID:*** VCPKG_INSTALLATION_ROOT:/usr/local/share/vcpkg pythonLocation:/opt/hostedtoolcache/Python/3.8.1/x64] [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] evaluating expression '' [pre-commit/pre-commit ] [DEBUG] expression '' evaluated to 'true' [pre-commit/pre-commit ] ⭐ Run Main pre-commit/action@v3.0.0 [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] About to run action &{pre-commit run pre-commit map[extra_args:{options to pass to pre-commit run false --all-files}] map[] {composite map[] always() always() [] [{ {0 0 <nil> [] 0 0} python -m pip install pre-commit bash {0 0 <nil> [] 0 0} map[] false } { {0 0 <nil> [] 0 0} python -m pip freeze --local bash {0 0 <nil> [] 0 0} map[] false } { {0 0 <nil> [] 0 0} actions/cache@v3 {0 0 <nil> [] 0 0} map[key:pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} path:~/.cache/pre-commit] false } { {0 0 <nil> [] 0 0} pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }} bash {0 0 <nil> [] 0 0} map[] false }]} { }} [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/userDownloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] type=3 actionDir=/Users/user/.cache/act/pre-commit-action@v3.0.0 actionPath= workdir=/Users/user/Downloads/iac/github-repo actionCacheDir=/Users/user/.cache/act actionName=pre-commit-action@v3.0.0 containerActionDir=/var/run/act/actions/pre-commit-action@v3.0.0 [pre-commit/pre-commit ] [DEBUG] /var/run/act/actions/pre-commit-action@v3.0.0 [pre-commit/pre-commit ] 🐳 docker cp src=/Users/user/.cache/act/pre-commit-action@v3.0.0/ dst=/var/run/act/actions/pre-commit-action@v3.0.0/ [pre-commit/pre-commit ] [DEBUG] Writing tarball /var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act2027705397 from /Users/user/.cache/act/pre-commit-action@v3.0.0/ [pre-commit/pre-commit ] [DEBUG] Stripping prefix:/Users/user/.cache/act/pre-commit-action@v3.0.0/ src:/Users/user/.cache/act/pre-commit-action@v3.0.0/ [pre-commit/pre-commit ] [DEBUG] Extracting content from '/var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act2027705397' to '/var/run/act/actions/pre-commit-action@v3.0.0/' [pre-commit/pre-commit ] close /var/folders/8f/fn75w_zs7md9079jf1vf819h0000gn/T/act2027705397: file already closed [pre-commit/pre-commit ] 🐳 docker exec cmd=[chown -R 0:0 /var/run/act/actions/pre-commit-action@v3.0.0/] user=0 workdir= [pre-commit/pre-commit ] [DEBUG] Exec command '[chown -R 0:0 /var/run/act/actions/pre-commit-action@v3.0.0/]' [pre-commit/pre-commit ] [DEBUG] Working directory '/Users/user/Downloads/iac/github-repo' [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] setupEnv => map[ACT:true AGENT_TOOLSDIRECTORY:/opt/hostedtoolcache ANT_HOME:/usr/share/ant ARM_ACCESS_KEY:*** ARM_CLIENT_ID:*** ARM_CLIENT_SECRET:*** ARM_SUBSCRIPTION_ID:*** ARM_TENANT_ID:*** CHROMEWEBDRIVER:/usr/local/share/chrome_driver CHROME_BIN:/usr/bin/google-chrome CI:true CLIENT_ID:*** CLIENT_SECRET:*** CONDA:/usr/share/miniconda CONTAINER_NAME:&{map[] /var/run/act/workflow/event.json pre-commit 1 1 nektos/act ***/rs-github-config-tf-repo pull_request dfd009f6853e5a3e07b06135d1c99fb1a183938a refs/pull/%!s(<nil>)/merge *** /Users/user/Downloads/iac/github-repo *** 0 /dev/null } DEBIAN_FRONTEND:noninteractive GECKOWEBDRIVER:/usr/local/share/gecko_driver GH_TOKEN:*** GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH:/var/run/act/actions/pre-commit-action@v3.0.0 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:pull_request GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL:https://api.github.com/graphql GITHUB_HEAD_REF: GITHUB_JOB:pre-commit GITHUB_OWNER:*** GITHUB_PATH:/var/run/act/workflow/paths.txt GITHUB_REF:refs/pull/%!s(<nil>)/merge GITHUB_REF_NAME: GITHUB_REF_TYPE: GITHUB_REPOSITORY:***/rs-github-config-tf-repo GITHUB_REPOSITORY_OWNER:*** GITHUB_RETENTION_DAYS:0 GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:https://github.com GITHUB_SHA:dfd009f6853e5a3e07b06135d1c99fb1a183938a GITHUB_TOKEN:*** GITHUB_WORKFLOW:pre-commit GITHUB_WORKSPACE:/Users/user/Downloads/iac/github-repo GOROOT:/usr/local/go1.12 GOROOT_1_11_X64:/usr/local/go1.11 GOROOT_1_12_X64:/usr/local/go1.12 GOROOT_1_13_X64:/usr/local/go1.13 GRADLE_HOME:/usr/share/gradle ImageOS:ubuntu18 ImageVersion:dev JAVA_HOME:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_HOME_11_X64:/usr/lib/jvm/zulu-11-azure-amd64 JAVA_HOME_12_X64:/usr/lib/jvm/zulu-12-azure-amd64 JAVA_HOME_7_X64:/usr/lib/jvm/zulu-7-azure-amd64 JAVA_HOME_8_X64:/usr/lib/jvm/zulu-8-azure-amd64 JAVA_TOOL_OPTIONS:-Dfile.encoding=UTF8 LD_LIBRARY_PATH:/opt/hostedtoolcache/Python/3.8.1/x64/lib LEIN_HOME:/usr/local/lib/lein LEIN_JAR:/usr/local/lib/lein/self-installs/leiningen-2.9.1-standalone.jar M2_HOME:/usr/share/apache-maven-3.6.3 PATH:/opt/hostedtoolcache/terragrunt/0.38.0/x64:/opt/hostedtoolcache/Python/3.8.1/x64/bin:/opt/hostedtoolcache/Python/3.8.1/x64:/usr/share/rust/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RESOURCE_GROUP_NAME:TERRAFORM-PROD RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID: SELENIUM_JAR_PATH:/usr/share/java/selenium-server-standalone.jar STORAGE_ACCOUNT_KEY:*** STORAGE_ACCOUNT_NAME:storage_account TENANT_ID:*** UBSCRIPTION_ID:*** VCPKG_INSTALLATION_ROOT:/usr/local/share/vcpkg pythonLocation:/opt/hostedtoolcache/Python/3.8.1/x64] [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] evaluating expression '' [pre-commit/pre-commit ] [DEBUG] expression '' evaluated to 'true' [pre-commit/pre-commit ] ⭐ Run Main python -m pip install pre-commit [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/user/Downloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Loading slug from git directory '/Users/userDownloads/iac/github-repo/.git' [pre-commit/pre-commit ] [DEBUG] Found revision: dfd009f6853e5a3e07b06135d1c99fb1a183938a [pre-commit/pre-commit ] [DEBUG] Wrote command ``` ### Additional information _No response_
kerem 2026-03-01 21:45:33 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Aug 18, 2022):

Issue is stale and will be closed in 14 days unless there is new activity

<!-- gh-comment-id:1218726998 --> @github-actions[bot] commented on GitHub (Aug 18, 2022): Issue is stale and will be closed in 14 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#690
No description provided.