Skip to content

Instantly share code, notes, and snippets.

@aarcro
Created August 29, 2019 19:51
Show Gist options
  • Save aarcro/a7615175a0ec223dcf736fe636c66e2a to your computer and use it in GitHub Desktop.
Save aarcro/a7615175a0ec223dcf736fe636c66e2a to your computer and use it in GitHub Desktop.
2019/08/29 15:37:35 [INFO] Terraform version: 0.12.3
2019/08/29 15:37:35 [INFO] Go runtime version: go1.12.6
2019/08/29 15:37:35 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2019/08/29 15:37:35 [DEBUG] Attempting to open CLI config file: /Users/XXX/.terraformrc
2019/08/29 15:37:35 Loading CLI configuration from /Users/XXX/.terraformrc
2019/08/29 15:37:35 [INFO] CLI command args: []string{"apply"}
2019/08/29 15:37:35 [TRACE] Meta.Backend: built configuration for "remote" backend with hash value 1721997816
2019/08/29 15:37:35 [TRACE] Preserving existing state lineage "33c1ad72-e30f-b020-07be-30444f3d2384"
2019/08/29 15:37:35 [TRACE] Preserving existing state lineage "33c1ad72-e30f-b020-07be-30444f3d2384"
2019/08/29 15:37:35 [TRACE] Meta.Backend: working directory was previously initialized for "remote" backend
2019/08/29 15:37:35 [TRACE] Meta.Backend: using already-initialized, unchanged "remote" backend configuration
2019/08/29 15:37:35 [DEBUG] Service discovery for terraform.XXX.com at https://terraform.XXX.com/.well-known/terraform.json
2019/08/29 15:37:36 [DEBUG] Retrieve version constraints for service tfe.v2.1 and product terraform
2019/08/29 15:37:37 [TRACE] Meta.Backend: instantiated backend of type *remote.Remote
2019/08/29 15:37:37 [DEBUG] checking for provider in "."
2019/08/29 15:37:37 [DEBUG] checking for provider in "/usr/local/bin"
2019/08/29 15:37:37 [DEBUG] checking for provisioner in "."
2019/08/29 15:37:37 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/08/29 15:37:37 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory
2019/08/29 15:37:37 [TRACE] Meta.Backend: backend *remote.Remote supports operations
2019/08/29 15:37:37 [INFO] backend/remote: starting Apply operation
2019/08/29 15:38:35 [DEBUG] command: asking for input: "\nDo you want to perform these actions in workspace \"XXX\"?"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x1c1b1f0]
goroutine 211 [running]:
github.com/hashicorp/terraform/backend/remote.(*Remote).retryLogHook(0xc000491760, 0x1, 0x0)
/private/tmp/terraform-20190625-7012-173qxtw/terraform-0.12.3/src/github.com/hashicorp/terraform/backend/remote/backend.go:487 +0x90
github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-tfe.(*Client).retryHTTPBackoff(0xc0000b0000, 0x5f5e100, 0x17d78400, 0x1, 0x0, 0xc000c1bb00)
/private/tmp/terraform-20190625-7012-173qxtw/terraform-0.12.3/src/github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-tfe/tfe.go:248 +0xd3
github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-retryablehttp.(*Client).Do(0xc0003743c0, 0xc0009b00c0, 0xc00048c1c0, 0x1, 0x0)
/private/tmp/terraform-20190625-7012-173qxtw/terraform-0.12.3/src/github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-retryablehttp/client.go:440 +0x1c4
github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-tfe.(*Client).do(0xc0000b0000, 0x2e05a00, 0xc00048c1c0, 0xc0009b00c0, 0x25728a0, 0xc00036f7a0, 0x0, 0x0)
/private/tmp/terraform-20190625-7012-173qxtw/terraform-0.12.3/src/github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-tfe/tfe.go:419 +0x16e
github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-tfe.(*runs).Read(0xc00056e078, 0x2e05a00, 0xc00048c1c0, 0xc0005215a0, 0x14, 0xc000ce9340, 0x0, 0x0)
/private/tmp/terraform-20190625-7012-173qxtw/terraform-0.12.3/src/github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-tfe/run.go:232 +0x195
github.com/hashicorp/terraform/backend/remote.(*Remote).confirm.func1(0xc000511a70, 0x2e05a00, 0xc000958f40, 0x2e05a00, 0xc00048c1c0, 0xc000491760, 0xc00056e3f8, 0xc00073d260, 0x298c4ee, 0x3, ...)
/private/tmp/terraform-20190625-7012-173qxtw/terraform-0.12.3/src/github.com/hashicorp/terraform/backend/remote/backend_common.go:343 +0x1e3
created by github.com/hashicorp/terraform/backend/remote.(*Remote).confirm
/private/tmp/terraform-20190625-7012-173qxtw/terraform-0.12.3/src/github.com/hashicorp/terraform/backend/remote/backend_common.go:330 +0x15f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment