Skip to content

Instantly share code, notes, and snippets.

@viniciuschiele
Created November 10, 2022 16:01
Show Gist options
  • Save viniciuschiele/5764d6b8c8870820139399637eeaea3c to your computer and use it in GitHub Desktop.
Save viniciuschiele/5764d6b8c8870820139399637eeaea3c to your computer and use it in GitHub Desktop.
Terrateam Action Logs
Run terrateamio/action@v1
/usr/bin/docker run --name d5581c6b63ce9b90c448a96ed57ab9407dde9_59b296 --label 8d5581 --workdir /github/workspace --rm -e "SECRETS_CONTEXT" -e "INPUT_WORK-TOKEN" -e "INPUT_API-BASE-URL" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_ID_TOKEN_REQUEST_URL" -e "ACTIONS_ID_TOKEN_REQUEST_TOKEN" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/terraform/terraform":"/github/workspace" 8d5581:c6b63ce9b90c448a96ed57ab9407dde9 "8c17e45f-0f0b-43fa-92a6-2238d5296af9" "https://app.terrateam.io/api/github"
Starting Terrat Runner
DEBUG:root:LOADING : WORK_MANIFEST
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): app.terrateam.io:443
DEBUG:urllib3.connectionpool:https://app.terrateam.io:443 "POST /api/github/v1/work-manifests/8c17e45f-0f0b-43fa-92a6-2238d5296af9/initiate HTTP/1.1" 200 None
DEBUG:root:LOADING: REPO_CONFIG
DEBUG:root:EXEC : plan
DEBUG:root:EXEC : HOOKS : PRE
DEBUG:root:CHECKOUT_STRATEGY : merge
ERROR:root:'NoneType' object has no attribute 'decode'
Traceback (most recent call last):
File "/terrat_runner/workflow_step_checkout_strategy.py", line 59, in run
_perform_merge(output, state.working_dir, state.work_manifest['base_ref'], state.sha)
File "/terrat_runner/workflow_step_checkout_strategy.py", line 39, in _perform_merge
_accum_output(output_buffer,
File "/terrat_runner/workflow_step_checkout_strategy.py", line 10, in _accum_output
output = subprocess.check_output(cmd, *args, **kwargs)
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['git', 'checkout', '-b', 'terrateam/main', 'main']' returned non-zero exit status 128.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/terrat_runner/workflow_step.py", line 44, in run_steps
result = STEPS[step['type']](state, step)
File "/terrat_runner/workflow_step_checkout_strategy.py", line 63, in run
output.write(exn.stderr.decode('utf-8'))
AttributeError: 'NoneType' object has no attribute 'decode'
ERROR:root:STEP : FAIL : {'type': 'checkout'}
ERROR:root:STEP : FAIL : {'type': 'checkout'}
INFO:root:INFRACOST : SETUP
INFO:root:INFRACOST : SETUP : SELF_HOSTED_ENDPOINT
* main
terrateam
No local changes to save
Already on 'main'
Your branch is up to date with 'origin/main'.
INFO:root:INFRACOST : SETUP : Running multiple projects in parallel, so log-level=info is enabled by default.
INFO:root:INFRACOST : SETUP : Run with INFRACOST_PARALLELISM=1 to disable parallelism to help debugging.
INFO:root:INFRACOST : SETUP :
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Detected Terragrunt directory at environments/auto/base"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Detected Terragrunt directory at environments/auto/pipelines/api"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Detected Terragrunt directory at environments/auto/pipelines/app"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Detected Terragrunt directory at environments/auto"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Detected Terragrunt directory at environments"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Detected Terragrunt directory at environments/dev/base"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Detected Terragrunt directory at environments/dev"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Detected Terragrunt directory at environments/dev/services/api"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:22Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:24Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:24Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:24Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:25Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:25Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:25Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:26Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:26Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:26Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:27Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:27Z" level=info msg="Detected Terragrunt directory at environments/dev/services/app"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:27Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:27Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:27Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:27Z" level=info msg="Detected Terragrunt directory at environments/dns"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:27Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:28Z" level=info msg="Detected Terragrunt directory at environments/dns/base"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:28Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:28Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:28Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:28Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:28Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:28Z" level=info msg="Detected Terragrunt directory at environments/gateway"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Detected Terragrunt directory at environments/gateway/base"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:29Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:32Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:32Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:32Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:34Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:34Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:35Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:35Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:35Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:36Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:37Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:39Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:39Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:39Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:40Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:41Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:41Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:42Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:43Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:44Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:45Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:47Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:49Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:50Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:50Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:51Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:52Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Output saved to /tmp/tmptgfyiegp/infracost/infracost-prev.json"
Already on 'main'
Your branch is up to date with 'origin/main'.
No stash entries found.
INFO:root:INFRACOST : SETUP : Running multiple projects in parallel, so log-level=info is enabled by default.
INFO:root:INFRACOST : SETUP : Run with INFRACOST_PARALLELISM=1 to disable parallelism to help debugging.
INFO:root:INFRACOST : SETUP :
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Detected Terragrunt directory at environments/auto"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Detected Terragrunt directory at environments/dev/services/api"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Detected Terragrunt directory at environments"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Detected Terragrunt directory at environments/dev/base"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Detected Terragrunt directory at environments/auto/base"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Detected Terragrunt directory at environments/auto/pipelines/api"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Detected Terragrunt directory at environments/auto/pipelines/app"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Detected Terragrunt directory at environments/dev"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:57Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:58Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:59Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:59Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:59Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:12:59Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:00Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:00Z" level=info msg="Detected Terragrunt directory at environments/dev/services/app"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:00Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:00Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:01Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:01Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:01Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:01Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:01Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:01Z" level=info msg="Detected Terragrunt directory at environments/dns"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Detected Terragrunt directory at environments/dns/base"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Detected Terragrunt directory at environments/gateway"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:02Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:03Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:03Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:03Z" level=info msg="Detected Terragrunt directory at environments/gateway/base"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:03Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:04Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:04Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:04Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:05Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:05Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:07Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:08Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:10Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:10Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:10Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:11Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:11Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:11Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:11Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:12Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:12Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:14Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:14Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:14Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:15Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:15Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:17Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:17Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:18Z" level=info msg="Starting: Downloading Terraform modules"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:18Z" level=info msg="Starting: Evaluating Terraform directory"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:19Z" level=info msg="Starting: Retrieving cloud prices to calculate costs"
INFO:root:INFRACOST : SETUP : time="2022-11-10T15:13:23Z" level=info msg="Output saved to /tmp/tmptgfyiegp/infracost/infracost.json"
INFO:root:INFRACOST : SETUP : Output saved to /tmp/tmptgfyiegp/infracost/infracost-diff.json
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): app.terrateam.io:443
DEBUG:urllib3.connectionpool:https://app.terrateam.io:443 "PUT /api/github/v1/work-manifests/8c17e45f-0f0b-43fa-92a6-2238d5296af9 HTTP/1.1" 404 None
Traceback (most recent call last):
File "/terrat_runner/main.py", line 130, in <module>
main()
____ _____ _ ____
| _ \| ____| / \ | _ \
| |_) | _| / _ \ | | | |
| _ <| |___ / ___ \| |_| |
|_| \_\_____/_/ \_\____/
__ __ _____
| \/ | ____|
| |\/| | _|
| | | | |___
|_| |_|_____|
*** These are not the logs you are looking for ***
***
*** The output of the action is not meant for debugging purposes ***
*** If you are reading this to debug an issue please: ***
- Join our Slack community https://slack.terrateam.io/ (Fastest)
- Email us directly at support@terrateam.io
***
***
File "/terrat_runner/main.py", line 126, in main
work_exec.run(state, WORK_MANIFEST_DISPATCH[wm['type']]())
File "/terrat_runner/work_exec.py", line 126, in run
return _run(state._replace(tmpdir=tmpdir), exec_cb)
File "/terrat_runner/work_exec.py", line 68, in _run
raise Exception('Failed to send results')
Exception: Failed to send results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment